Jobs and folders have set of modify properties that can be read to find out who when and where changed these jobs. MODIFY_TERMINAL property can be used to find out where the job come from. Please search the online help for MODIFY_TERMINAL, MODIFY_TIME, MODIFY_USER for more details. To get this value in a JAL script you can do the following: Dim( computer_name, string ) JobDescribe( "put job id here", "MODIFY_TERMINAL", computer_name ) MessageBox( computer_name ) : Is there a way in 24x7 to determine what 24x7 server is replicating its : folders to your 24x7 server? : Thanks.
|