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 think that the built-in NativePDF feature would probably solve these guys issues. Using 3rd party external PDF software historically can be "dicey" in my previous experiences as the host O/S changes. Not to mention the 3rd party PDF stuff (just look at the current Ghostscript issue on the lastest version as an example). ;-)
Regards ... Chris