Got an interesting issue I'm running into within the PowerServer environment. PB 2022 R2.
The application in question does the following.
PB way of handling things. A PBL is created locally on the end-users' machine at runtime.
This allows reports to be loaded dynamically from a reports table and imported into this dynamically created PBL.
If I run the app natively through PowerBuilder, it runs just fine. Reports load dynamically with no issues.
Now let's take it over to PowerServer.
When we attempt to run this module under PowerServer, when it attempts to import the dw syntax, we get the following error.
DataWindow syntax has incorrect release number.
We started looking through the reports table and noticed that the release number for the reports was all over the place. 12, 17, 19, etc.
So, we created a new report out of PB 2022 R2 and saved that syntax into the reports table.
Got the exact same error.
Is there is issue with importing datawindow syntax dynamically under the PowerServer environment? I know the PBL's no longer exist under the PowerServer environment but was under the impression that another folder would be created to mimic that PBL locally that was created.
Thanks for any help!
- Jeff Gibson
- PowerServer
- Tuesday, 21 November 2023 21:59 PM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
As Armeen says, just import the syntax from a report table.
the 'other' limitation is that you MUST use SQL syntax (not graphical) if you are importing the datawindow object.
in any case, i do this all the time in my PS application. if you want to chat about it email me and we can setup a goto-meeting tomorrow.