All scripting methods, APIs and command line console by default create new jobs in the "Dynamic Jobs" folder if job folder is not explicitly specified. If that folder doesn'r exists they create it automatically. You may need to refresh the screen to see a new folder. In the command console you can also run "list jobs" command to print all jobs, their ids, names and folders, or "list folders" to list folders only. : I'd like to use the Schedule.createJob to create several jobs and then : schedule : them using the "Dependencies" option in the schedule master. After : creating the : job, I can't see it anywhere. I used "getJobProperties" to : determine that the : job was created in the same folder as the job from which I ran the create. I : am : using the following parameters when creating my jobs: NAME : JOB_TYPE : COMMAND : START_IN : RUNAS_USER : RUNAS_PASSWORD : HOST : ASYNC : DISABLE_ON_ERROR : EXIT_CODE : IGNORE_ERRORS : LOG : Are there any other parameters I need to set in order to see the jobs?
|