1. Devendra Singh
  2. PowerBuilder
  3. Thursday, 13 February 2020 09:29 AM UTC

Hi Developers, 

 

Would it be possible to migrate an application built in PB 6.5 into PB 2019 directly ?

Does any one have faced any challenges during this migration ?  

 

Thank you !!

 

Regards,

Devendra Pratap Singh

  

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Thursday, 13 February 2020 15:46 PM UTC
  2. PowerBuilder
  3. # 1

Yes, it is possible to migrate directly from version 6.5 to 2019.  In fact, we have customers that have migrated from 5.0 to 2019.

But I would recommend watching this video and reading the links mentioned in the video carefully before you do anything: https://www.appeon.com/developers/library/videos/migrating-powerbuilder-2018.html  Most of the good advice mentioned by others is all in the video.

 

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Thursday, 13 February 2020 13:40 PM UTC
  2. PowerBuilder
  3. # 2

Make sure to do the migration against a copy of your code in case you have to go back to 6.5 to fix a problem encountered during the process.

 

Comment
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Thursday, 13 February 2020 09:38 AM UTC
  2. PowerBuilder
  3. # 3

Hi Ben,

Here the documentation, upgrade is certainly possible:

https://docs.appeon.com/appeon_online_help/pb2019/migrating_pb_apps/index.html

Best,

.m

Comment
There are no comments made yet.
René Ullrich Accepted Answer Pending Moderation
  1. Thursday, 13 February 2020 09:36 AM UTC
  2. PowerBuilder
  3. # 4

Hi Devendra,

I think it should be possible.

One challenge is the change from ANSI to Unicode.

Other challenges may depend on features you are using.

HTH, 

René

Comment
  1. Michael Kramer
  2. Thursday, 13 February 2020 13:50 PM UTC
ANSI to Unicode will most probably impact some code.

Also, review migration notes referenced by Marco's reply.

Side effects of upgrading is general upgrades to your environment - examples: Database drivers (like native drivers for MSSQL or Oracle), SQL dialect (like outer join syntax), OLE automation (like newer MS Office version), and external calls (like upgraded Windows version).

Sometimes the core PowerBuilder code is easily upgraded but upgrades to runtime environment outside PowerBuilder forces you to change code in your PowerScript apps as well.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.