Page 1 of 1

Error updating web job status

Posted: Sat Dec 07, 2019 8:05 am
by atostaine
We are seeing this message frequently. I suspect that since we set our library list in our lweb_job's we are missing where this file is.

Error: Cannot update web job status to .

Does anyone know what the name of the file is?

Re: Error updating web job status

Posted: Mon Dec 09, 2019 2:02 pm
by AbelS
I think you are referring to table DC@W05 that lives in xxxCOMLIB library.

Cheers
Abel

Re: Error updating web job status

Posted: Tue Dec 10, 2019 8:17 am
by atostaine
Thanks Abel. We had xxCOMLIB in our library lists. I have to try and figure out why it's happening.

Re: Error updating web job status

Posted: Fri Jan 24, 2020 4:06 am
by jyoung
Hey Art,

Have you made any progress on this?

We have started seeing the same message.

Code: Select all

                         Additional Message Information                        
                                                                               
 Message ID . . . . . . :   DCM2091       Severity . . . . . . . :   40        
 Message type . . . . . :   Diagnostic                                         
 Date sent  . . . . . . :   01/23/20      Time sent  . . . . . . :   10:51:17  
                                                                               
 Message . . . . :   Error: Cannot update web job status to .                  
 Cause . . . . . :   Failed to open, read or update the web sessions table.    
                                                                            
Joe

Re: Error updating web job status

Posted: Fri Jan 24, 2020 4:40 am
by atostaine
No I didn't. I was going to report it but got side tracked.

We are on latest EPC, etc. etc. I will have to wait until next week to submit an incident.

Re: Error updating web job status

Posted: Fri Jan 24, 2020 5:08 am
by jyoung
We were able to track this down to a CL call.

We a have a Server Module that calls a Function that in turn calls a CL program.
This particular CL builds a PDF and for whatever reason, changes the library list.

Including ***COMLIB into the library list of the CL resolved the issue.

Joe

Re: Error updating web job status

Posted: Fri Jan 24, 2020 5:09 am
by atostaine
I am also calling a CL and dealt with the library list. I put ***comlib in there. I guess I'll try again