I'm using adTempus 4.5.1.
I'm trying to write a script against one of my servers, and when I try to test or validate the script, it won't compile. It doesn't matter what my script is (I'm just trying with the New Script standard template.)
It also doesn't matter if I choose VB.NET:
Message Number: ADT005066E
Message: Script compilation error: file 'C:\Windows\TEMP\opghqpds.0.vb' could not be found (BC2001) (Line 0, Column 0)
****************************************
Message Number: ADT005066E
Message: Script compilation error: no input sources specified (BC2008) (Line 0, Column 0)
****************************************
Message Number: ADT005075E
Message: Script compilation failed. See previous messages for details.
****************************************
or C#:
Message Number: ADT005066E
Message: Script compilation error: Source file 'C:\Windows\TEMP\3lrjkqxa.0.cs' could not be found (CS2001) (Line 0, Column 0)
****************************************
Message Number: ADT005066W
Message: Script compilation error: No source files specified (CS2008) (Line 0, Column 0)
****************************************
Message Number: ADT005075E
Message: Script compilation failed. See previous messages for details.
****************************************
Weirdly though, I can test/validate scripts against other servers successfully. Also, other people are able to validate scripts against the server that is failing for me.
I've tried rebooting and recreating the connection, but no luck.
Any thoughts or suggestions?