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
![]() |
0 |
![]() |
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] "Kevin Berez" <kaberezNOSPAM@mindspring.com> wrote in message news:4a54c1ad@forums-3-dub.sybase.com... > 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 >
![]() |
0 |
![]() |
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 ...
![]() |
0 |
![]() |
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 "Ravi" <ravi.bellamkonda@gmail.com> wrote in message news:dbc9f387-c250-405f-b7c6-54080e2024b3@k30g2000yqf.googlegroups.com... >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 ...
![]() |
0 |
![]() |