We have a PB 2017R2 console app that generates PDF files. The PDF Saveas failed. I suspect it may be due to security restrictions recently implemented at our company, but is there any log that is generated or other information that would indicate the issues? There were no errors in Windows event logs on the server running the app. The app is executed by a Windows Task on the server.
- Pete Yankovich
- PowerBuilder
- Monday, 11 October 2021 16:30 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.
On another note concerning your alternate method, my installation of PB 2017 R2 says SaveNativePDFToBlob is unknown. I'm using with data store.
lds.Object.DataWindow.Export.PDF.Method = '2'
lds.Object.DataWindow.Export.PDF.NativePDF.UsePrintSpec = 'Yes'
Without this code, you have to set each DataWindow to NativePDF manually.