[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference pamsrc::decmessageq

Title:NAS Message Queuing Bus
Notice:KITS/DOC, see 4.*; Entering QARs, see 9.1; Register in 10
Moderator:PAMSRC::MARCUSEN
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

2769.0. "Error -50 in pams_put for Win/CLS ???" by TAV02::KLEIN () Thu Feb 13 1997 09:12

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.RTitleUserPersonal
Name
DateLines
2769.1SIOG::BATEMANWe are all DECserversThu Feb 13 1997 09:2610
    
    -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