Hello,
I am getting the following error on FWH app running as scheduled task on Windows Server 2019.
Error Reading XLS: F:\web\webfrt\xxx\inbox\ACE-AES-XLS-ORDER 485885.xlsx - [DISP_E_EXCEPTION]
What can I do to resolve the problem?
Thank you,
Hello,
I am getting the following error on FWH app running as scheduled task on Windows Server 2019.
Error Reading XLS: F:\web\webfrt\xxx\inbox\ACE-AES-XLS-ORDER 485885.xlsx - [DISP_E_EXCEPTION]
What can I do to resolve the problem?
Thank you,
Dear Darrell,
Have you checked that F:\web\webfrt\xxx\inbox\ACE-AES-XLS-ORDER 485885.xlsx exists and that it is a valid file also ?
Hi Antonio,
The file is there. If I run application from command line it works fine. There is something about the scheduled task that is stopping it from running
Darrell
Searching your problem .. I noticed that [DISP_E_EXCEPTION] seemed to occur after a Server 2019 update .. check if your server has received any Microsoft updates recently ( past week or so ) .. If yes, you might consider uninstalling each ( recent ) update one by one and see if you find your answer ..
Rick Lipkin
Use another schedule task
Hello Everyone,
Thank you for your responses. I have been investigating further and found the Windows Server 2019 does not allow for "unattended" access to open XLS through scheduled task. I will ask customer to change format to CSV and read as text.