OSF DCE Problem Determination Guide

Error Messages and Status Codes
Action: Verify that the status code being used is valid, and try to retrieve text from the
message catalog.
0x173ca010 msg_s_no_memory
Severity: Varies Component: svc
Text: Out of memory
Explanation: Could not allocate memory for message table, string copy, or other internal
requirement.
Action: Increase the swap or paging space or acquire more physical memory. Also check
the program for bugs that resulted in bad pointers corrupting the heap allocation area.
0x173ca012 msg_s_not_found
Severity: Varies Component: svc
Text: Text for message code not found
Explanation: Could not find the text for the specified status code in either the in-core
message tables or the message catalogs.
Action: Verify that the status code is correct and that the proper message catalogs are
available.
0x00000000 msg_s_ok
Severity: Varies Component: svc
Text: Successful completion
Explanation: Operation performed.
Action: None required.
0x173ca016 msg_s_ok_text
Severity: Varies Component: svc
Text: Successful completion
Explanation: The operation was performed successfully.
Action: None required.
0x1328302c NIDL_ANONPIPE
Severity: Varies Component: idl
Text: Pipes must be defined with a typedef
Explanation: The IDL compiler constructs routine names that are referenced by
generated stub code from the name of any <kw>(pipe) data type. Therefore the type
cannot be anonymous.
124330 Tandem Computers Incorporated 2393