1. Jeong Dae Ryong
  2. PowerBuilder
  3. Friday, 2 February 2024 07:23 AM UTC

It runs fine from source.
An error occurs once when running the compiled executable file.
It happens. In this case, after regenerating the relevant PBL,
If you compile and deploy it, it works normally.
What is the reason?

Jeong Dae Ryong Accepted Answer Pending Moderation
  1. Monday, 5 February 2024 04:46 AM UTC
  2. PowerBuilder
  3. # 1

Is this possible by using Topwiz solution?

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 2 February 2024 16:34 PM UTC
  2. PowerBuilder
  3. # 2

Hi Jeong;

  Yes, just compiling one PBL is dangerous as it does not take into account inherited ancestors that reside outside that one PBL. You should always at the minimum perform an "Incremental" compile on the entire target. However, if you have also made changes to base level ancestors, you will need to perform a "full" compile on the App's target. Both the Incremental and Full compiles on the App's target will resolve various alignment issues down to your "concrete" (working) level objects. Just compiling one PBL of concrete objects will not address the object's P-code source properly. Hence the error phenomenon that you encounter.  HTH

Regards .. Chris

 

Comment
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.