Trying to get into Endevor via TSO / ISPF. The TSO session is cancelled and see the following in the syslog:
There are some msgs that flash by rather quickly but unable to capture them.
Is there a batch IVP provided to be able to see the real error?
All supported releases
The message "ENSRVATD RETRIEVE TOKEN NAME: #ENDEVOROPTS" means that:
- Endevor initialization has failed for some reason so it has not created the name/token pair named #ENDEVOROPTS (which is created at the end of the initialization)
- Due to the failed initialization, Endevor has driven the termination logic
- The termination logic is trying to clean things up so it's trying to delete the #ENDEVOROPTS token and fails because the token is not there.
Quite possibly some error messages are displayed to the screen showing the initialization error, but they are not seen because Endevor abends the TSO session right after the message.
The typical reason for a #ENDEVOROPTS token error is one or more of the parameter fields defined in the C1DEFLTS like ACMROOT, ACMXREF or PARMLIB is incorrectly specified resulting in allocation errors: Defaults Table C1DEFLTS
If the problem cannot be easily found try running the following batch job:
If still unable to determine the cause of the error from the batch job output, please open an Endevor support case on the Broadcom Support Online Portal and attach the complete output listing from the above batch job.
Also, the following can be tried in order to determine why the initialization fails in foreground:
1. Issue command TSO PROFILE WTPMSG MSGID before starting Endevor to see any messages displayed to the screen (they may or may not remain on the screen since the TSO session is dropped)
2. Issue command TSO ALLOC FI(BSTERR) SYSOUT(X) before starting Endevor. This way, even though the TSO session is finished, error messages will be kept in the JES2 output from the TSO session under ddname BSTERR
3. Take an Endevor module trace which will show the progress of the initialization and hopefully where it fails. The steps are:
- TSO ALLOC FI(EN$TRMOD) SYSOUT(X)
- Try to start endevor
- Find the module trace in the JES2 output from the TSO session under ddname EN$$$MOD