Invalid procedure call or argument
I am receiving this message when I run a script (in AftLoad). The entire script seemed to run earlier in the day, now it is failing.
Any suggestions?
Error: An error occurred running the script:
5 - Invalid procedure call or argument
At Line: 82
Line 82 is
Set oInputFile = filesys.OpenTextFile(sSourceFilePath, ForReading, False, -1)
Line 83 is
Thanks