Operating System - OpenVMS
1825961 Members
2813 Online
109690 Solutions
New Discussion

Basestar error from AMS_SERVER 402752068

 
Layne Burleson_1
Regular Advisor

Basestar error from AMS_SERVER 402752068

I have a user running Basestar's AMS_SERVER process. It is blowing up with an exception error 40272068. VMS is not able to translate this code. Any ideas?
4 REPLIES 4
Arch_Muthiah
Honored Contributor

Re: Basestar error from AMS_SERVER 402752068

Hi,

Is it on TU64 or OVMS?.

Check the log file to determine the error code, look up the error number to determine the cause of the error; This file will have error description against each error message code.
Or
if you can find error message identifier, you can use $ HELP/MESSAGE IDENTIFIER-code to see the detailed message about the error.

And there is "basestart Open message guide" which will give brief description about each and every message-IDENTIFIER-code.

Archunan
Regards
Archie
Layne Burleson_1
Regular Advisor

Re: Basestar error from AMS_SERVER 402752068

It is running on OpenVMS. When you do a help/message on that error it says it is not found in the catalogue.
Arch_Muthiah
Honored Contributor

Re: Basestar error from AMS_SERVER 402752068

Have you got the "message identifier" which you got from the log file?. With that ident-code, if you can't get the message description, then it is difficult to find the details error message from the "Besaster Open Messsage guide" through wich we can explore the reason for the error.

If you suspect any programs wich may cause this error, then you can call
bstr_get_messag(error_code, error_message, BSTR_C_ERROR_TEXT_LEN) function to trace the error reasons. Just by the error code, it is hard to find the reason.

Archunan
Regards
Archie
Layne Burleson_1
Regular Advisor

Re: Basestar error from AMS_SERVER 402752068

000067 2005/10/06 18:55:12 6ab AMS_SERVER : W-BSTR_S_AMS_PRCEXIT: Process 000008e9 terminated with exit status:402752068 : NOMSG, Message not found in the catalogue

This is the message that is in the log file. It looks like the process 8e9 was started within the AMS_SERVER. It aborted and the message it aborted with I can't find in any manual.