I have a PB2017 application working over RDP using TSPlus (An RDP Alternative) and which works extremely well. I am now testing an integration which requires saving files from the RDP session to drives on the client-side. FileOpen calls fail every time with -1. Even FileExist(filename) fails everytime.
This PB application works perfectly when the run locally.
I have checked security (Everyone is given access to the folder in question).
What could be causing this file i/o issue?
Part of the app allows export to Excel, and this actually creates the file on the client-side but writes at an extremely slow rate. Am I missing something?