Getting C1G0208E errors in the EINE Server log when doing Moves in Foreground:
*** API function: EPEQ ; User: einestc ; Return code: 0012 ; Reason: 0000 ; Hi Msg ID: C1G0208E
Request ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*** API function: EMOQ ; User: userid ; Return code: 0000 ; Reason: 0000 ; Hi Msg ID: AP00000I
Request ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The Move actions complete successfully with a RC 0 but what is causing the C1G0208E errors?
All supported versions of Endevor and EINE
The C1G0208x on the EPEQ API request is normal.
The severity assigned to the error message is determined by the MSG_C1G0208 option in the ENCOPTBL:
*-----------------------------------------------------------------------*
* O000458
* ISSUE THE C1G0208E MESSAGE FOR ELEMENT NOT FOUND INSTEAD OF
* C1G0208W.
*
* O000530
* ISSUE MESSAGE C1G0208, SEVERITY LVL "W" FOR ACTIONS:
* LIST, RETRIEVE, PRINT, SIGNIN;
* ISSUE MESSAGE C1G0208, SEVERITY LVL "E" FOR ALL OTHER ACTIONS
* OTHER ACTIONS.
*
* O002760
* ISSUE MESSAGE C1G0208, SEVERITY LVL "W" FOR ACTIONS:
* LIST, RETRIEVE, PRINT, SIGNIN, TRANSFER;
* ISSUE MESSAGE C1G0208, SEVERITY LVL "E" FOR ALL OTHER ACTIONS
* OTHER ACTIONS.
*----------------------------------------------------------------------*
* ENHOPT MSG_C1G0208=1 O000458
* ENHOPT MSG_C1G0208=2 O000530
* ENHOPT MSG_C1G0208=3 O002760
*
When the MSG_C1G0208 option is set to 1, the severity of the C1G0208 error message will be set to an E.
The option can be set to 2 and the severity will be W.