PB2019R2, b2328
Windows 10, 64 bit platform
32 bit application comprised of a single PBL
No PFC
Summary:
Why in the world is the retrieval failing?
Details:
This is the first app we are testing using PB2019R2, so please forgive me if I'm making dumb RTFM mistakes.
When the dw_retrieve in our window is executed it runs fine in the IDE, but generates an error from the EXE. The entirety of the error msg is: "dw_1 retrieval experienced an error: -1"
The EXE is placed on a network drive, the runtime DLLs are in the same drive.
In addition, the PATH includes this folder:
C:\Program Files (x86)\Appeon\Shared\PowerBuilder
It's not a complex retrieval:
Thank You,
Olan
Sadly, code in the SystemError event of the window did not generate anything either. I'm at a complete loss!
I'll try the SQL TRACE, but I think this is a deployment issue of some sort because it works in the IDE without error.