Good afternoon.
We are working through converting adTempus Jobs from 2.x and 3.x to 4.6. A common design we have used in many places is to execute a VBScript Condition on the Job that sets up the working folder names, executable names and etc using JobVariables.Item(). It seems that during execution, the setup variables are not available to the Steps; for example, at the simplest: Target "cmd", Command-Line Parameters "/c set" should show the Item()'s set by the Condition script. The odd thing is that at Job end, the VBScript created variables show up in "Job Detail Log.xml".
This is a shared script calling a script library function, and, LogMessage shows the library executing correctly.
I am sure I am missing something basic, but, any help would be appreciated.
Thanks,
Mark