App Engine will not read file
Receive an error when trying to open a file and load into a table using file layout.
This worked before in PT 8.56.22. We have now upgraded to PT 8.58.13.
Also can bring up the file just fine in PREVIEW mode in the file layout in Application Designer
This is the command in my Application Engine
&FILE1 = GetFile(\\'file_path'\Input\W2_PRINT_EMPLID.csv, "r", "a", %FilePath_Absolute);
didn't put the name of the server instead put 'file_path'
Receive this error
is not opened or opened in wrong mode for method ReadRowset.