Discussion:
PB 10.5 to PB 11.5 and EAserver 5.5
(too old to reply)
Kevin Berez
2009-07-08 15:56:29 UTC
Permalink
What are the steps to migrate from PB 10.5 to PB 11.5?

I migrated the source code.

What do I need to do on the serverside - I assume regenerating the proxies.

Anything else?

Where is the correct place for the PBVMs? 10.5's are located in the shared
folder.

TIA, Kevin
Millard F. Brown III[Team Sybase]
2009-07-08 16:24:41 UTC
Permalink
Deploy to the server and regenerate the proxies.

You can do a pbvm-only install of 11.5. Alternatively, copying the pbvm's
into the shared folder shoulod work, though.
--
Regards,
Millard[TeamSybase]
Post by Kevin Berez
What are the steps to migrate from PB 10.5 to PB 11.5?
I migrated the source code.
What do I need to do on the serverside - I assume regenerating the proxies.
Anything else?
Where is the correct place for the PBVMs? 10.5's are located in the
shared folder.
TIA, Kevin
Ravi
2009-07-29 15:26:01 UTC
Permalink
I am trying to migrating powerbuilder code in version 8 into PB10.0

Can you please tell me how to migrate the proxies?
If have opened the workspace in the newer version (PB10) and migration
assistant has automatically converted the code into newer version. But
when i deploy, iam getting below errors...

---------- Deploying project p_nextid_proxy
Retrieving Powerbuilder Proxies from EAServer...
Generation Errors:
Deployment Warning: No files returned for package/component:
'UCBASE' EAServer error code: Unknown Proxy was not created.
Done.
---------- Done Deploying project p_nextid_proxy
---------- Deploying project p_logsaver_proxy
Retrieving Powerbuilder Proxies from EAServer...
Generation Errors:
Deployment Warning: No files returned for package/component:
'UCLOGSAVER' EAServer error code: Unknown Proxy was not created.
Done.
---------- Done Deploying project p_logsaver_proxy
---------- Deploying project p_htmlgen_proxy
Retrieving Powerbuilder Proxies from EAServer...
Generation Errors:
Deployment Warning: No files returned for package/component:
'UCHTMLGEN' EAServer error code: Unknown Proxy was not created.
Done.
---------- Done Deploying project p_htmlgen_proxy
---------- Deploying project p_secimpl
Doing Incremental Rebuild ...
Chris Pollach
2009-07-29 18:25:20 UTC
Permalink
Hi Ravi;

You do not migrate the Proxy objects. Instead, after the application's
PBL's and working objects have been migrated - you need to rerun the
"project" you have to rebuild the Proxies in PB 10. The new Proxy objects
will replace the old ones at that time.
--
Regards ... Chris
ISUG - NA RUG Director
http://chrispollach.pbdjmagazine.com
Post by Ravi
I am trying to migrating powerbuilder code in version 8 into PB10.0
Can you please tell me how to migrate the proxies?
If have opened the workspace in the newer version (PB10) and migration
assistant has automatically converted the code into newer version. But
when i deploy, iam getting below errors...
---------- Deploying project p_nextid_proxy
Retrieving Powerbuilder Proxies from EAServer...
'UCBASE' EAServer error code: Unknown Proxy was not created.
Done.
---------- Done Deploying project p_nextid_proxy
---------- Deploying project p_logsaver_proxy
Retrieving Powerbuilder Proxies from EAServer...
'UCLOGSAVER' EAServer error code: Unknown Proxy was not created.
Done.
---------- Done Deploying project p_logsaver_proxy
---------- Deploying project p_htmlgen_proxy
Retrieving Powerbuilder Proxies from EAServer...
'UCHTMLGEN' EAServer error code: Unknown Proxy was not created.
Done.
---------- Done Deploying project p_htmlgen_proxy
---------- Deploying project p_secimpl
Doing Incremental Rebuild ...
Loading...