gulya2005
13th September 2010, 14:30
How know is the script in debug(not running the session)?
Job will be not work,while the session is in debug.
Our problem:sometimes a programmist forgets to compile script
and night job have not worked.

steveauckly
13th September 2010, 15:19
You can run the session yourself and if the debugger pops up, you know. You could set up your jobs to login and ignore debugger by setting the following line in the command line of the job login configuration:

-- -nodebug

gulya2005
13th September 2010, 15:40
Please, send me screen short of picture,where I can write "--nodebug",
because I can not find where write it.

steveauckly
13th September 2010, 15:48
Here is the screenshot.

gulya2005
13th September 2010, 15:58
Thank you. We will try.