stephenwales
MIS
We run 4 different production instances of Ellipse here (5.2.1.6)
We're having a problem with BEC job numbering in 2 of the 4 with users with very similar usernames.
In one instance, whenever user WARNEM runs a job we see this:
This is from programs_12666.log
Notice that the command line is invoking -sequence 12665 but the job number is 12666 according to the error messages and the file name.
In another instance, similar things are happening for userid WARNERJ, from file programs_89484.log:
Note this one is calling bec_process.pl with a sequence of 89482, where the error number and file name are 89484.
The only obvious similarity here are the usernames both starting with WARNE.
Anyone ever seen anything like that before?
Help appreciated.
Steve
We're having a problem with BEC job numbering in 2 of the 4 with users with very similar usernames.
In one instance, whenever user WARNEM runs a job we see this:
This is from programs_12666.log
Code:
-----------------------------------------------------------------------------
Started bec_process.pl on rtsisd1 Args: -task RSR65D -user WARNEM -request
RSR65D__200605300000002006053010462901 -sequence 12665
-----------------------------------------------------------------------------
Could not update RSR65D failed to update MSF080 to have a status of P for key:
RSR65D 20060530 000000 20060530104629 01 WARNEM REJEC, sequence: 12665
REPORT1 RSR65D RSR65B WARN 20060530 105753 No Request for RSR65B
REPORT1 RSR65D RSR65C WARN 20060530 105753 No Request for RSR65C
REPORT1 RSR65D RSR65D WARN 20060530 105753 Could not update RSR65D
failed to update MSF080 to
have a status of S for
12666
REPORT1 RSR65D RSR65D WARN 20060530 105755 Could not update RSR65D
failed to update MSF080
tohave a status of F for
12666
REPORT1 RSR65D RSR65D ERROR 20060530 105755 Execution Failure
REPORT1 RSR65D RSR65D FATAL 20060530 105755 Task Aborted
Notice that the command line is invoking -sequence 12665 but the job number is 12666 according to the error messages and the file name.
In another instance, similar things are happening for userid WARNERJ, from file programs_89484.log:
Code:
-----------------------------------------------------------------------------
Started bec_process.pl on rtsisd1 Args: -task MSB8PA -user WARNERJ -request
MSB8PA__200605310000002006053107270201 -sequence 89482
-----------------------------------------------------------------------------
Could not update MSB8PA failed to update MSF080 to have a status of P for key:
MSB8PA 20060531 000000 20060531072702 01 WARNERJ REJEC, sequence:
89482
UPDATE MSB8PA MSB8PA WARN 20060531 072707 Could not update MSB8PA
failed to update MSF080 to
have a status of S for
MSB8PA 20060531 000000
20060531072702 01 WARNERJ
89484
Note this one is calling bec_process.pl with a sequence of 89482, where the error number and file name are 89484.
The only obvious similarity here are the usernames both starting with WARNE.
Anyone ever seen anything like that before?
Help appreciated.
Steve