Upgrade Powerbuilder 6.5.0444 to 6.5.1I have Powerbuilder 6.5 build 444 installed, but the
application I'm now supporting was built using 6.5.1. Is
there anywhere I can get the upgrade to 6.5.1?
When I go to the downloads area of this site it asks me for
client support which I don't think I have?
Thanks
Hi Gary;
Sorry to say .. but, I think the only PB 6.x copies are in the Smithsonian.
:-(
The only hope you might have is through Sybase Technical Support.
Good luck.
--
Regards ... Chris
ISUG - NA RUG Director
Blog: http://chrispollach.pbdjmagazine.com
SourceForge: http://sourceforge.net/pro...
Migrate PB 6.5.1, PFC and Cornerstone 6.5 to Powerbuilder 7.Hello!
I am now working with PB 6.5.1, PFC 6.5 and Cornerstone 6.5.
What is best way to go:
Migrate whole application including PFC*.PBL 6.5 to 7 or replace PFC*.PBL from
6.5 with PFC*.PBL 7.0 or ...?
Any documents, links or readings about how to eliminate Cornerstone and only use
PFC?
Thank you for your help
/Gunnar Nyberg
Ericsson Sweden
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp
Why would you want to do that?
You do have the source to Cornerstone, right?
Or did they distribute their framework only as PBDs?
...
MS SQL 6.5 and PowerBuilder 6.5I have an application in PB6.5 that interfaces with MSSQL 6.5 database.
I can run this app WITHIN PB to make a connection the database and
retrieve data without a problem, but after I built the EXE file and
trying to run from that EXE file, I get a "-1" as the return code from
the SetTransObject statement. Sample code is like :
datastore lds_datastore
lds_datastore = CREATE datastore
lds_datastore.DataObject = "d_test"
li_return = lds_datastore.SetTransObject(SQLCA)
The d_test datawindow object consists of a simple SQL SELECT statement.
Has anyone seen this ...
GW 6.5.1 to 6.5.5We were going to patch our GW 6.5.1 system to 6.5.5 this weekend. Anything
to look out for? Anything special to make sure it goes smoothly? Can I do
a /copyonly or do I need to do each install for my MTA, PO, Webaccess and
GWIA? I currently use Guinevere 2 for our incoming/outgoing internet mail.
We will probably be going to GW 7 after the first of the year and thought
that being up to 6.5.5 might make the upgrade to GW 7 smoother. Anyone have
any thoughts?
Thanks.
You can do a /copyonly with agents and gwia only. Web Access need to be
installed from scratch, jus...
Client 6.5.5 and 6.5.6I am testing this before rolling it out to users--in the item lists, is
there a reason that the year no longer displays in the date column (We are
upgrading from SP2 and it is fine there)? It now reads mm/dd and the time
instead of mm/dd/yy and the time. This is also true of the header when you
open an item. It is particulalry a problem when looking at document
references. This is not unique to me, is it?
Found it--in the Options for date and Time--now, is it possible that the SP5
update changed the settings?
"PatM" <pmuellerNOSPAM@cmt-law.com> wrote in ...
upgrade from 6.5.5 to 6.5.6Hi,
We are going to upgrade from 6.5.5 to 6.5.6 to hopefully solve the problem
with sending mail to yahoo. My question is do I have to upgrade
everything? On one server we have the MTA, GWIA, POA for our main
postoffice and webaccess. On the second server we have 4 other
postoffice's for our student email. Can I just upgrade the main server
with the MTA, GWIA, POA and webaccess and leave the other server alone at
6.5.5? If so will any reconfiguration be neccessary on the old post
offices?
> Hi,
> We are going to upgrade from 6.5.5 to 6.5.6 to hopefully solve th...
upgrading from 6.5.1 to 6.5.6I ran the patch upgrade for gw 6.5 to get us to sp6. Ran the update and
rebooted. all seem to upgrade except the gwia component. It was soft
abending the server. I tried re installing the gwia from the new SDD
directory and it still did not work. Is there any problems with going
from 6.5.1 to 6.5.6 directly?
gw 6.5.1 (poa, mta, gwia, webaccess on same server). One post office.
novell 6 sp 5.
Normally not, but try deleting sccfilt.bin, if it exists.
<rmburt@nationalindemnity.com> wrote in message
news:_Z7Qh.2389$mb6.563@prv-forum2.provo.novell.com...
>I r...
GW 5.5 on NW 5.1 -> GW 6.5 on NW 6.5Hi All,
Setup:
I have a single tree (TRINET) with 3 Netware 6.5 SP4 servers (INTL, ENV,
AUSTIN) running file/print services. In this same tree I have 2 Netware
5.1 SP8 servers (MASTER, EMAIL). MASTER does nothing but have the PO and
DO sitting in it's OU on the tree. It is NOT providing any services such
as file/print. The server named EMAIL is running GroupWise 5.5 EP SP5.
We have a Linux based web server (apache) at a remote site (co-lo)
running the WebAccess that connects to EMAIL. I have a NEW server ready
to take on an installation of Netware 6.5 and GroupWise 6.5.
...
Upgrade from 5.1 to 6.5 with grpwise 6.5I have upgraded to NW65 with SP5 from NW5.1 and my server seems to run
fine since the upgrade.
My WEB server was Novonyx which does not work anymore since apache has
taken it's place. It will not come up, giving an error that LDAP is not
loaded. Groupwise agents MTA, POA and GWIA are operating fine. If I load
NLDAP manually I still get the same error. I have looked in the config
file in the apache folder and all of the pointers are to the Novonyx
location for my files to load.
How can I get the web server operational again?
Thanks
Wendell
What is the exact error o...
PD 9.5.1.765 Build EBF3 and PowerBuilder 6.5.1I reverse engineered some objects into PD 9.5.1.765 Build EBF3 from PB
6.5.1. If you look at the preview, it's wrong.
global type u_ahs_em from u_em
event type integer ue_set_readonly(boolean ab_readonly) ( )
event pfc_selectall pfc_selectall
event type integer pfc_updatespending(powerobject apo_control[], ref
powerobject apo_pending[]) ( )
event type integer pfc_accepttext(powerobject apo_control[], boolean
ab_focusonerror) ( )
event type integer pfc_validation(powerobject apo_control[]) ( )
event type integer pfc_updateprep(powerobject apo_control[]) ( )
event type integer ...
PowerBuilder 6.5 and Oracle 8.1.6I'm a little out of the loop. We have PowerBuilder applications in 6.5
currently running with Oracle 7.3.4. We will be upgrading all Oracle to
8.1.6. We have heard that PowerBuilder 6.5 isn't supported with Oracle
8.1.6, but I haven't been able to confirm on Sybase website. I have seen a
lot of problems listed in the newsgroups. 1. Is this true and 2. Do any
of the releases support Oracle 8.1.6... like PowerBuilder 8.0?
Katie
For information on supported version , please look at : TechDoc # 1011566
Notice from Sybase to Customers: Support for Using PowerBuil...
Powerbuilder 6.5 and Oracle 8.1.6I developed a Powerbuilder 6.5 application which has been working great for
the past 3 years. However, my client upgraded his database from Oracle 7.0
to Oracle 8.1.6 now his is getting an error about O84 not being supported.
Are there dll's available for Powerbuilder 6.5 and Oracle 8.1.6? If so,
where can I get them. I know that Powerbuilder 7.0 has dll's that can be
delivered for Oracle 8.1.6 connections, but I don't want to have to migrate
my application and rebuilt it. Can I just add the latest pbor**.dll and
pbodbc.ini from Sybase to my application folder? I...
PowerBuilder 6.5 to Powerbuilder 9.0.1Hello,
We are having some issues while trying to upgrade from PB
6.5 to PB 9.0.1 The database is Sybase .I was hoping if you
could post in any usergroups
Background:
There is a window w_child inherited from w_parent.The
datasource of this dw_1 is a Stored Procedure that runs in
Sybase ASE 12.5
In ue_1 of w_parent there is a dw_1.retrieve(arg1,arg2).
ue_1 of w_child extends ue_1of w_parent. In ue_1 of w_child
the code checks the condition dw_1.rowcount() >0 based on
which it decides on the execution flow.
Issue:
While running the application, no rows are getting
re...
PowerBuilder 6.5 on Oracle 8.1.6I am new to this process. I am a user of a system involving a
PowerBuilder 6.5 application which is currently working on
data in Oracle 7.3.3. I have just learned from our
Oracle DBA that I must ascertain whether this PowerBuilder 6.5
application will run on Oracle 8.1.6 because the organization is
switching from Oracle 7.3.3 to Oracle 8.1.6 in the near future.
Thus, I would greatly appreciate answers to the following queries:
1) Are there any known problems (inefficiencies, conflicts,
inconsistencies, or incompatibilities) in using our
older version of PowerBuilder on Or...