I've just hit and a resolved a strange pathing issue and was wondering if anyone can throw some light on what might have happened or changed. 903U9 and 64 bit Windows Server 2003 SP2
We've been running a TI process that calls a perl script quite happily for several months using this statement
and ExecuteCommand. Since the perl script was in the data directory TI knew where it was and could execute it with no issues.
All of sudden as if by magic this stopped working, but specifying the full path to the perl script appears to have resolved the issue.
Code: Select all
cmd /c D:\TM1Data\Live\LiveData \dropeof.pl
Happy to have resolved the issue but would love to understand why I needed to make the change. As far as I'm aware no changes have been made to the environment but I guess there could have been a windows update that I don't know about.
Cheers,
Steve