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?
Error updating web job status
Error updating web job status
Art Tostaine
Re: Error updating web job status
I think you are referring to table DC@W05 that lives in xxxCOMLIB library.
Cheers
Abel
Cheers
Abel
Re: Error updating web job status
Thanks Abel. We had xxCOMLIB in our library lists. I have to try and figure out why it's happening.
Art Tostaine
Re: Error updating web job status
Hey Art,
Have you made any progress on this?
We have started seeing the same message.
Joe
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.
Re: Error updating web job status
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.
We are on latest EPC, etc. etc. I will have to wait until next week to submit an incident.
Art Tostaine
Re: Error updating web job status
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
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
I am also calling a CL and dealt with the library list. I put ***comlib in there. I guess I'll try again
Art Tostaine