10-29-2013 07:06 AM - edited 03-01-2019 09:05 AM
in the job definition on the run tab on the "option scan output: abnormal string" we use this command pipe to search for the string to force the job to get abnormal status. there are some case that when the job runs and the program being called throws error message other than the string "error". for example it throws "invalid" string to indicate the program has error out. is there a work around to include more than one strings on the commnad pipe? please adivse.
thanks,
warren
10-29-2013 07:33 AM
Just put a comma between the strings. If your strings contain spaces you need to put quotes around it. see below.
"Not connected","Login failed","File not found","The system cannot find the file specified","Access is denied","Unknown host","Invalid command"
10-29-2013 08:35 AM
Thank you that works.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide