Are you sure your script really runs? Check the job log. Also make sure the job does not run detached. Deatched jobs do not have access to shared global varibles. By the way, it is not require to init global variables in one script If you have a Dim statement for a global variable in some script that runs after this global variable is already defined, the statement is simply ignored, otherwise the variable is allocated and initialized. : I have set up a script, where I define all : global variables, that are referenced in all scripts. : This script is launched when 24x7 starts. : My global variables won't initialize unless I start : this job manually. The job is successfully tested. : I intend to run 24x7 as a service. What am I doing wrong?
|