Running a Job in isolation

Follow

In JAMS, Jobs may be run in isolation by using the -RunDebug option with the Submit-JAMSEntry cmdlet. To use the sample below, replace JobName and ServerName with the name of the Job and Server referenced in your environment. 

Submit-JAMSEntry JobName -server ServerName -RunDebug

 

Using the -RunDebug option will ensure the Job does not satisfy any dependencies, nor will it cause any triggers to fire.

Have more questions? Submit a request

Comments