Error updating web job status

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Error updating web job status

Post 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?
Art Tostaine
AbelS
Posts: 33
Joined: Wed Nov 16, 2016 1:43 pm
Location: Sydney, Australia
Contact:

Re: Error updating web job status

Post by AbelS »

I think you are referring to table DC@W05 that lives in xxxCOMLIB library.

Cheers
Abel
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: Error updating web job status

Post by atostaine »

Thanks Abel. We had xxCOMLIB in our library lists. I have to try and figure out why it's happening.
Art Tostaine
jyoung
Posts: 694
Joined: Thu Jan 21, 2016 6:43 am
Location: Oklahoma City, OK USA

Re: Error updating web job status

Post 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
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: Error updating web job status

Post 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.
Art Tostaine
jyoung
Posts: 694
Joined: Thu Jan 21, 2016 6:43 am
Location: Oklahoma City, OK USA

Re: Error updating web job status

Post 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
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: Error updating web job status

Post 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
Art Tostaine
Post Reply