Title: | NAS Message Queuing Bus |
Notice: | KITS/DOC, see 4.*; Entering QARs, see 9.1; Register in 10 |
Moderator: | PAMSRC::MARCUS EN |
Created: | Wed Feb 27 1991 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2898 |
Total number of notes: | 12363 |
Hi, A customer using DMQ Windows client see in the trace file the following error - << Exiting pams_put_msg, return status -54 >> What is error -54 ? Is there any doc that list and explain the return code ? (see #2177) Thank's - Amir Klein (Israel - MCS/SSDU)
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2769.1 | SIOG::BATEMAN | We are all DECservers | Thu Feb 13 1997 06:26 | 10 | |
-54 is PAMS__NOTACTIVE which means there is not process attached to the target queue. If you use the pams_status_text function you can translate all error codes into text messages. \DMQ3xx\include\p_return.h also contains the error codes. Alan |