Why are some mutually exclusive events executing simultaneously?
search cancel

Why are some mutually exclusive events executing simultaneously?

book

Article ID: 135638

calendar_today

Updated On:

Products

Jobtrac

Issue/Introduction

In Jobtrac some  events defined in the EXCLPARM member are running simultaneously.   Syntax errors in the EXCLPARM member can result in mutually exclusive events running simultaneously. 

Environment

Release : 2.1

Component : JOBTRAC

Resolution

If mutually exclusive events defined in EXCLPARM  member are executing simultaneously it can be due to 

syntax errors in the EXCLPARM member.   You can issue command "F jobtrac,REFRESHEXCL" to find errors.

Below is an example of messages issued when a syntax error is found:



TRAC168I EXCLUDE PARMS SYNTAX ERROR, LINE 114 

TRAC169I LINE IN ERROR: (TESTJOBA,TESTJOBB,TESTJOBC, TESTJOBD)  

 

Notice that there is a blank after the comma instead of the next name.  


Examples of bad lines: 


(job1,job2 job3)  <- blank instead of comma 

(job1,job2, job3) <- blank after comma instead of next job name 

(job1,job2.job3) <- period instead of comma

(job1,job2,job3 ) <- blank before ending parenthesis 


You will need to fix all of the syntax errors and use the "F jobtrac,REFRESHEXCL" command over and over 

until errors are no longer found.   We suggest copying the production EXCLPARM member over and to a

test system to do the editing and verification if a test system is available at your site.  After you get a EXCLPARM 

member with no syntax problems, copy it to production.    


 As always, please contact Broadcom support for Jobtrac Job Management if you have further questions.