We recently migrated a PB19 64-bit application from Server 2016 to Server 2019. On 2016 users could print to PDF without issue. Now, on Server 2019, when they print they can do 3 prints and then the program shuts down. The only error we are seeing is a kernelbase.dll fault which appears to be a generic error. We have tried two separate servers and both have issues so it appears to follow Server 2019. We don't see this as being caused by our code.
I upgraded the IDE on my machine from PB 2019 to PB19 R3 hoping that it was a compatibility issue. I see that R3 has created a C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2779 directory on my machine that it appears I will need on the server. I don't see a standalone PBRT installer for 2019 R3. Do I need to use the Installer and just run the Runtime 19.2.0.2779 installer? What other files do I need for R3?
I did create an msi and have another test server where I'll deploy it once a couple of updates are made.
Thanks for your feedback.
Maybe I was not very clear in my previous reply. I want to confirm whether you've modified your code according to the sample code in the previous reply and does it crashes too if you use the DataWindow's SaveAs method to generate PDF files using the NativePDF data export mode.
Regards,