BEA MessageQ Installation and Configuration Guide for OpenVMS
BEA MessageQ
Installation and Configuration Guide for OpenVMS
Previous
| Contents
E.1.1 Additional Information on Link Drivers Error Status Reporting
The DECnet and TCP/IP Link Drivers share a common error status
reporting translation routine. For example, SS$_REJECT would be logged,
however the actual error is transport dependent: MSG$_REJECT for
DECnet, and ECONNREFUSED for TCP link drivers. Refer to the table below
and further to the documentation reference for additional information.
Displayed Status |
TCP/IP |
DECnet |
SS$_REJECT |
ECONNREFUSED - Connection refused.
No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host
|
MSG$_REJECT - Connect Reject.
The object at remote host was not available or has actively rejected the connection.
|
SS$_UNREACHABLE |
EHOSTUNREACH - No route to host.
ENETUNREACH - Network is unreachable.
A socket operation was attempted to an unreachable host or network.
|
MSG$_NODEINACC - Node has become inaccessible. |
SS$_TIMEOUT |
ETIMEDOUT - Connection timed out.
A "connect()" request failed because the connected party did not properly respond after a period of time. (The timeout period is dependent on the communication protocol.)
|
MSG$_TIMEOUT - Connect timeout. |
SS$_ABORT |
(not used) |
MSG$_ABORT - Partner aborted link. |
SS$_SHUT |
ESHUTDOWN - Can't send after socket shutdown.
ENETDOWN - Network is down.
A socket operation encountered a dead network.
|
MSG$_NETSHUT - Network shutting down. |
Reference "DEC TCP/IP Services for OpenVMS System Service and C
Socket Programming" Table 6-1: errno Values for further error
message details for TCP/IP. Reference "DECnet for OpenVMS
Networking Manual" Chapter 8 for further error message details for
DECnet.
E.2 MRS Server Error Log Messages
This section lists and describes MRS Server error log messages. Use the
following Key to understand conventions used in this section:
Key:
- g = Group ID decimal value
- q = Queue number decimal value
- n = A numeric value
- x = Hexadecimal value
- s = Character string value
- Italic text represents information that can vary in log
messages.
JRN_E_DLJ_FILES, NUM_DLJ_AREAS quota exceeded
Explanation: Error.
An error occurred while the Journal server was attempting to create a
new DLJ file. The maximum number of DLJ files has been reached.
User Action: Increase NUM_DLJ_AREAS in group
initialization file or increase AREA_SIZE to decrease the number of
files required.
JRN_E_PCJ_FILES, NUM_PCJ_AREAS quota exceeded
Explanation: Error
An error occurred while the Journal server was attempting to create a
new PCJ file. The maximum number of PCJ files has been reached.
User Action: Increase NUM_PCJ_AREAS in group
initialization file or increase AREA_SIZE to decrease the number of
files required.
JRN_E_INIT, JRN Server did not initialize properly
Explanation: Error.
The Journal Server did not complete its initialization process.
User Action: Check EVL and JRN server logs for errors.
JRN_E_INVDIPRP, Invalid recovery protocol:n for msg
(x,x) with DIP:delivery_mode
Explanation: Error.
The MRS Server will reject messages that are targeted to a 1.0 recovery
protocol group if the specified delivery mode is not supported by the
receiving group. Example, DM_CONF delivery mode is only supported by
V3.x and up, but is not support by V2.1 groups.
User Action: Either upgrade the receiving group to a
current version of the MessageQ software, or modified the delivery mode
in the application code.
JRN_E_INVRP, Invalid recovery protocol:n for msg (x,x)
Explanation: Error.
MessageQ detected an invalid recovery protocol value in the message
header.
User Action: Contact BEA MessageQ support.
JRN_E_JRNCLS, Error closing Journal file filename
Explanation: Error
An error occurred while the Journal Server was closing a journal file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
JRN_E_JRNERR, Unexpected error in Journal file filename,
status=n
Explanation: Error.
An unexpected error was encountered by the Journal Server in accessing
the journal file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
JRN_E_JRNMSGTOOBIG, Journal record is too large for Journal file
Explanation: Error.
Message is too large to fit into the journal file.
User Action: Increase the AREA_SIZE in the MRS section
of the group initialization file.
JRN_E_JRNOPN, Error opening Journal file filename
Explanation: Error
An error occurred while the Journal Server was attempting to open a
journal file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
JRN_E_JRNTRUNC, Incomplete Journal record detected filename
Explanation: Error
The Journal Server detected an incomplete journal record in the
specified file.
User Action: Check the file system and PCJ/DLJ files
for disk errors. Use the Manger Utility to dump the contents of the
journal file for analysis.
JRN_E_JRNWR, Error writing Journal file filename
Explanation: Error.
MessageQ detected an error when writing to the journal file.
User Action: Check disk quotas, open file limits, file
system integrity, file protections, and ownership.
MRS_E_AM_D, Attempt to add duplicate msg (x,x) to ML
Explanation: Error.
The MRS Server attempted to add a message to the MRS message list (ML)
that was already in the ML. MRS will remove the original message from
the ML and the DQF and replace it with the new message.
User Action: None.
MRS_E_AM_S, Message data base full. Increase page file quota.
Explanation: Error.
The MRS Server attempted to add a message to the MRS message list that
was full. MRS failed to expand the message list.
User Action: Increase the page file quota for the MRS
server in the DMQ$SET_SERVER_LOGICALS.COM file.
MRS_E_AP_S, Queue list full. Increase NUM_QUEUES and page file quota.
Explanation: Error.
The MRS Server attempted to add a queue to the MRS queue list that was
full. MRS failed to expand the queue list.
User Action: Increase page file quota for MRS server
in the
DMQ$SET_SERVER_LOGICALS.COM file and increase the NUM_QUEUES parameter
in the group initialization file (DMQ$INIT.TXT).
MRS_E_BADJRNP, g.q sent invalid confirm mode: n
Explanation: Error.
Invalid parameter passed into the pams_confirm_msg force
journal field. Valid values are PDEL_DEFAULT_JRN,
PDEL_FORCE_JRN and PDEL_NO_JRN
User Action: Recheck application code and
documentation.
MRS_E_BADLOGIC, UNEXPECTED ERROR error_text
Explanation: Error.
An unexpected code path or condition occurred. The text of the message
will provide further information.
User Action: Contact BEA support for more information.
MRS_E_CIOERR, C I/O error_text : file: filename
Explanation: Error.
An error was returned by C language I/O support. The text of the
message will provide further information.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_CNF_P, Attempt by b.g to confirm unk. msg (x,x)
Explanation: Error.
The message sequence number parameter supplied to the
pams_confirm_msg function call is not in the MRS Server
message list. Message has either already been confirmed or the message
sequence number is invalid.
User Action: Correct the programming error in the
application program that calls pams_confirm_msg.
MRS_E_CHKPTREQFAIL, Checkpoint file operation request failed.
Explanation: Error.
A failure occurred while attempting to open the checkpoint file.
User Action: Check other error messages logged. The
checkpoint file is probably locked by another user.
MRS_E_CHN, %RMS-F-CHN, Assign channel system service request failed
Explanation: Error.
MessageQ detected an error when attempting to create a journal file. No
more I/O channels available.
User Action: Check the system channel count and
increase the size of the journal files to decrease the number of
dynamic file creations.
MRS_E_CLEANONCLOSE, Journal cleanup on close enabled by logical
DMQ$MRS_CLEANUP_ON_CLOSE
Explanation: Informational.
Journal file cleanup (DQF and SAF) on close has been enabled. This
allows empty DQF or SAF files to be deleted on closure if they are
empty.
User Action: None.
MRS_E_DELDUP, Failed to remove stale msg (x,x) from
filename
Explanation: Error.
MessageQ detected an error while attempting to delete a duplicate
message from the DQF.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DEQ, Error removing msg (x,x) from DQF
Explanation: Error.
MessageQ detected an error while deleting a message from the DQF.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQF_ALLOC, Error allocating space for DQF list
Explanation: Fatal.
An attempt to allocate virtual memory by the MRS Server failed. This
failure prevented the MRS Server from starting.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_DQFBYPASS, I/O Error caused beeps of DQF file: filename
Explanation: Error.
An I/O error while attempting to access the DQF file has resulted in
the file being bypassed. Normally a bypassed DQF file will be renamed
with the extension .DERR.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQFCLS, Error closing DQF file filename
Explanation: Error
An error occurred while MRS was closing a DQF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQFDEL, Error deleting DQF file filename,
status=x
Explanation: Error.
An error occurred while MRS was attempting to delete an empty DQF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQFERR, Unexpected error in DQF file filename
Explanation: Error.
An unexpected error was encountered by MRS in accessing the DQF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQF_FILES, DQF_FILES quota exceeded
Explanation: Error
An error occurred while MRS was attempting to create a new DQF file.
The maximum number of DQF files has been reached.
User Action: Increase NUM_DQF_AREAS in group
initialization file or increase AREA_SIZE to decrease the number of
files required.
MRS_E_DQFIDXERR, Unexpected error building DQF list
Explanation: Error
An error occurred while attempting to access the Process List.
User Action: Contact BEA MessageQ support.
MRS_E_DQFIODEL, IO error prevents use of DQF file filename
Explanation: Error
An error occurred while MRS was attempting a file operation on the DQF
file. The file has been renamed with extension .DERR.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQFMSGDEL, Error Deleting message from DQF file filename
Explanation: Error.
MessageQ detected an error while deleting a message from the DQF.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQFMSGTOOBIG, DQF message is too large for DQF file
filename
Explanation: Error.
Message is too large to fit into the specified DQF file.
User Action: Increase the AREA_SIZE in the MRS section
of the group initialization file.
MRS_E_DQFOPN, Error opening DQF file filename, status=
n
Explanation: Error
An error occurred while MRS was attempting to open a DQF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQFRD, Error reading DQF file filename
Explanation: Error
An error occurred while MRS was attempting to read a DQF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_DQFTRUNC, Incomplete DQF record detected filename
Explanation: Error
MRS detected an incomplete DQF record. Either a write error resulted in
the messages failure to make it to disk, or a delete error resulted in
the failure to completely remove the message from disk.
User Action: Check the file system and DQF files for
disk errors. Use the Manger Utility to dump the contents of the DQF
file for analysis.
MRS_E_DQFW, DQF write error
Explanation: Error.
MessageQ detected an error while writing a message to the DQF.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_EXTENDERR, Journal file filename could not be extended,
default AREA_SIZE is too small.
Explanation: Error.
MessageQ failed to extend the journal file.
User Action: Increase AREA_SIZE in group
initialization file.
MRS_E_FREE_ALLOC, Error allocating space for FREE file list
Explanation: Fatal.
An attempt to allocate virtual memory by the MRS Server failed. This
failure prevented the MRS Server from starting.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_FREECLS, Error closing FREE file
Explanation: Error.
An error occurred while MRS was closing a FREE file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_FREECREATE, Error creating FREE file filename,
status=n
Explanation: Error.
An error occurred while attempting to create a FREE file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_FREEDEL, Error deleting FREE file filename,
status=n
Explanation: Error.
MessageQ detected an error while attempting to delete a FREE file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_FREE_FILES, FREE_FILES quota exceeded
Explanation: Error.
An error occurred while MRS was attempting to create a new FREE file.
The maximum number of FREE files has been reached.
User Action: Increase NUM_DQF_AREAS in group
initialization file or increase AREA_SIZE to decrease the number of
files required. The number of FREE files is based on the number of DQF
files.
MRS_E_INIT, MRS did not initialize properly
Explanation: Error.
The MRS Server did not complete its initialization process.
User Action: Check EVL and MRS server logs for errors.
MRS_E_INVGRP, Invalid recovery protocol:n for group: g
Explanation: Error.
The MRS Server encountered an invalid recovery protocol for the
specified group.
User Action: Contact BEA MessageQ support.
MRS_E_INVPS, Invalid process state in module module_name
process_state
Explanation: Error.
The MRS Server encountered an invalid process state in the specified
module.
User Action: Contact BEA MessageQ support.
MRS_E_INVRP, Invalid recovery protocol:n for msg (x,x)
Explanation: Error.
The MRS Server encountered an invalid recovery protocol for the
specified message.
User Action: Contact BEA MessageQ support.
MRS_E_JRNFAIL, Error fetching (x,x) from DQF prior to PCJ
Explanation: Error.
An I/O error occurred while MessageQ was retrieving a message from the
DQF in response to a pams_confirm_msg call.
User Action: Check disk quotas. Check the file system
and DQF files for disk errors.
MRS_E_LATECONF, Late confirm from b.g for (x,x);
value x
Explanation: Error.
This messages is only seen on MRS servers that are talking 1.0 recovery
protocol. It is an indication that the MRS server received and
ENQ_STATUS_MSG for a message that was no longer on the ML. This is an
indication that the user timed out before the message was successfully
enqueued to the target MRS server.
User Action: Increase the timeout parameter to
pams_put_msg.
MRS_E_LRGBUFTOOSMALL, Message in filename is larger
(n bytes) than the LARGE buffer size configured for this group
(n bytes)
Explanation: Error.
The MRS Server is attempting to process a message that is too large for
the internal buffer sizes. This may occur if some large messages were
stored in a journal file and then the maximum group message sizes were
lowered and the group restarted. MRS cannot process the messages that
are stored in the journal file because they are too large for the
current buffer.
User Action: Increase the GROUP_MAX_MESSAGE_SIZE in
the group initialization file and restart the group. If that does not
fix the problem then contact BEA MessageQ support.
MRS_E_MALLOC, Memory allocation failed
Explanation: Error.
The MRS Server was unable to allocate virtual memory.
User Action: Increase the MRS servers page file quotas
in
DMQ$SET_SERVER_QUOTAS.COM
MRS_F_MALLOC, Memory allocation failed
Explanation: Fatal.
The MRS Server was unable to allocate virtual memory.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_ML_ADD, Could not add message to ML list
Explanation: Error.
MessageQ was unable to add messages to the message list.
User Action: This message will be accompanied by other
error messages that will indicate the specific resource allocation
failure.
MRS_E_ML_ALLOC, ML memory alloc failed
Explanation: Fatal.
An attempt to allocate virtual memory by the MRS Server failed. This
failure prevented the MRS server from starting.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_MLAGE, Msg (x,x) to b.g stuck on ML
Explanation: Error.
The MRS Server encountered an internal MRS error.
User Action: Contact BEA MessageQ support.
MRS_E_MLNF, Message (x,x) not ML
Explanation: Error.
The MRS Server code not locate the message on the message list.
User Action: Contact BEA MessageQ support if the
problem does not correct itself.
MRS_E_MSGERR, Cant send msg (x,x) b.g to
b.g, len:n
Explanation: Error.
The MRS Server encountered an error while attempting to send a message.
The text of message will indicate the error. If the error is
PAMS_REMQUEFAIL, the queuing resources of the group were exceeded.
User Action: Increase the buffer pool space for the
group or modify the sender program to manage message flow control.
MRS_E_MSGTOOBIG, Message exceeds maximum allowed size
Explanation: Error.
The MRS Server is attempting to process a message that is too large for
the internal buffer sizes. This may occur if some large messages were
stored in a journal file and then the maximum group message sizes were
lowered and the group restarted. MRS cannot process the messages that
are stored in the journal file because they are too large for the
current buffer.
User Action: Increase the GROUP_MAX_MESSAGE_SIZE in
the group initialization file and restart the group. If that does not
fix the problem then contact BEA MessageQ support.
MRS_E_NOMEM, Memory allocation failure during file I/O
Explanation: Error.
An attempt to allocate virtual memory by the MRS Server failed.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_NORETAIN, Message not retained in holdaside buffer
Explanation: Error.
An error prevented the allocation of an internal buffer to hold the
message aside for a timed retry.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_NTA, MRS notify alloc failed
Explanation: Error.
An attempt to reallocate a message buffer failed.
User Action: Contact BEA MessageQ support.
MRS_E_PAMS_SEND, Error sending msg to (b.g) class:n
type:n
Explanation: Error.
The MRS Server encountered an error while attempting to send a message.
The text of message will indicate the specific error. If the error is
PAMS_REMQUEFAIL, the queuing capacity of the group was exceeded.
User Action: Increase the buffer pool space or modify
the sender program to manage message flow control.
MRS_E_PCJFAIL, Error writing (x,x) to PCJ
Explanation: Error.
Message failed to be written to the PCJ file.
User Action: Verify that the Journal Server is
running. Check EVL and JRN server logs for errors. Verify that
ENABLE_JRN parameter is set to YES in the group initialization file.
MRS_E_PL_ALLOC, PL memory alloc failed
Explanation: Fatal.
An attempt to allocate virtual memory by the MRS Server failed. This
failure prevented the MRS Server from starting.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_PLEV, PL entry vanished
Explanation: Error.
Process entry is not in the process list. This is an unexpected error.
User Action: Contact BEA MessageQ support.
MRS_E_PL_MISMATCH, Unexpected PL_idx for b.g found:
n, expected:n
Explanation: Error.
The MRS Server detected an internal PL index mismatch.
User Action: Contact BEA MessageQ support.
MRS_E_RB_ALLOC, Ring Buffer memory alloc failed
Explanation: Error.
An attempt to allocate virtual memory by the MRS Server failed.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_RCV, PAMS receive error
Explanation: Error.
The MRS Server encountered an error while attempting to read a message
from the MRS server queue. If the error is PAMS__EXHAUSTBLKS, the
queuing capacity of the group has been exceeded.
User Action: Increase the MRS servers pool quotas and
check the MRS servers page file quotas in DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_RDQFD, Error posting READ_DQF_D for b.g
Explanation: Error.
The MRS Server failed to post the READ_DQF_D message for the specified
group.
User Action: None. The MRS Server will retry again
later.
MRS_E_RENAME, Failed to rename file from filename to
filename
Explanation: Error.
The MRS failed to rename a journal file. This is a C I/O error.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_RMA, MRS reply alloc failed
Explanation: Error.
An attempt to reallocate a message buffer failed.
User Action: Contact BEA MessageQ support.
MRS_E_RMS, File system error: error_text
Explanation: Error.
An RMS I/O call returned an error. The text of the message will provide
further information.
User Action: Depending upon text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_RSLOW, s restart activity timeout for b.g
Explanation: Error.
A timeout occurred while attempting to restart either DQF or SAF
processing. May be caused be a slow network link or large traffic
volume.
User Action: Contact BEA MessageQ support if the
problem does not correct itself.
MRS_E_SAF_ALLOC, Error allocating space for SAF list
Explanation: Fatal.
An attempt to allocate virtual memory by the MRS Server failed. This
failure prevented the MRS Server from starting.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_SAFBYPASS, I/O Error caused beeps of SAF file: filename
Explanation: Error.
An error occurred while the MRS Server was processing a SAF file. The
file was renamed with the extension .SERR and bypassed.
User Action: Check disk quotas, open file limits, file
system integrity, file protections, and ownership.
MRS_E_SAFCLS, Error closing SAF file filename
Explanation: Error
An error occurred while MRS was closing a SAF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_SAFDEL, Error deleting SAF file filename,
status=n
Explanation: Error.
An error occurred while MRS was attempting to delete an empty SAF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_SAFD_S, Error broadcasting SAFD_START for b.g
Explanation: Error.
The MRS Server failed to broadcast the SAFD_START message to the
specified group.
User Action: None. The MRS Server will retry again
later.
MRS_E_SAFERR, Unexpected error in SAF file filename
Explanation: Error.
MessageQ encountered a severe error when reading the specified SAF file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_SAF_FILES, SAF_FILES quota exceeded
Explanation: Error
An error occurred while MRS was attempting to create a new SAF file.
The maximum number of SAF files has been reached.
User Action: Increase NUM_SAF_AREAS in group
initialization file or increase AREA_SIZE to decrease the number of
files required.
MRS_E_SAFIDXERR, Unexpected error building SAF list
Explanation: Error
An error occurred while attempting to access the Process List (PL).
User Action: Contact BEA MessageQ support.
MRS_E_SAFIODEL, IO error prevents use of SAF file filename
Explanation: Error.
An error occurred while MRS was attempting a file operation on the SAF
file. The file has been renamed with extension .SERR.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_SAFMSGDEL, Error Deleting message from SAF file filename
Explanation: Error.
MessageQ detected an error while deleting a message from the SAF.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_SAFMSGTOOBIG, SAF message is too large for SAF file
filename
Explanation: Error.
Message is too large to fit into the specified SAF file.
User Action: Increase the AREA_SIZE in the MRS section
of the group initialization file.
MRS_E_SAFOPN, Error opening SAF file filename, status=
n
Explanation: Error.
MessageQ detected an error when opening a SAF file.
User Action: Check disk quotas, open file limits, file
system integrity, file protections, and ownership.
MRS_E_SAFRD, Error reading SAF file filename
Explanation: Error.
MessageQ detected an error when reading a SAF file.
User Action: Check disk quotas, open file limits, file
system integrity, file protections, and ownership.
MRS_E_SAFTRUNC, Incomplete SAF record detected filename
Explanation: Error.
MessageQ has detected an incomplete record in the SAF file.
User Action: Check file system integrity.
MRS_E_SAFWR, Error writing SAF file filename
Explanation: Error.
MessageQ detected an error when writing to the SAF file.
User Action: Check disk quotas, open file limits, file
system integrity, file protections, and ownership.
MRS_E_SLIST, Unexpected error in list handling
Explanation: Error.
MessageQ detected an unexpected error.
User Action: Check page file quotas and contact BEA
MessageQ support.
MRS_E_SPR_S, Error posting PAMS timer
Explanation: Error.
The MRS received an error status return code on a call to
pams_set_timer.
User Action: Contact BEA MessageQ support.
MRS_E_SYNCCREATE, Error creating Journal file filename,
status=n
Explanation: Error.
An error occurred while attempting to create a Journal file.
User Action: Depending upon the text of message, check
disk quotas, open file limits, file system integrity, file protections,
and ownership.
MRS_E_TIMERFAIL, Error occurred while queuing a timer
Explanation: Error.
MessageQ detected an error when queuing a timer.
User Action: Increase the ASTLM or TQELM quota for the
MRS Server process in DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_TL_ALLOC, Error allocating space for TL list
Explanation: Fatal.
An attempt to allocate virtual memory by the MRS Server failed. This
failure prevented the MRS Server from starting.
User Action: Increase the MRS servers page file quota
in
DMQ$SET_SERVER_QUOTAS.COM.
MRS_E_TMOERR, Unexpected condition in timeout handling
Explanation: Error.
An unexpected error occurred in the MRS timer handling services.
User Action: Contact BEA MessageQ support.
MRS_E_UNKMSG,
Received an Unknown MRS msg
+ Discarded msg - Src=b.g
Tgt=b.g Class=n Type=n +
Org-Src=b.g Org-Tgt=b.g Size=n
Seq=x:x
Explanation: Error.
An unexpected message was received by the MRS Server, which usually
indicates an application program error. A program might have attempted
a dialogue with the MRS Server.
User Action: Determine the source of the message and
modify the application program.
MRS_I_DQFFILE, file:filename start:start_record
end:end_record
Explanation: Informational.
DQF file information which usually coincides with an MRS error message.
User Action: None.
MRS_I_DQFSIZE, Max DQF areas:n, maximum size:n pages
Explanation: Informational.
Reflects the AREA_SIZE and NUM_DQF_FILES in pages.
User Action: None.
MRS_I_FREEENGOFF, Shutting off FREE file engine
Explanation: Informational.
All DMQ$MRS: devices are full or there are no more I/O channels
available. Shutting off FREE file engine.
User Action: Free disk space on DMQ$MRS devices, or
add another device to the DMQ$MRS list, or increase system channel
count, or drain the existing journal files to free space.
MRS_I_FREEENGON, Restarting FREE file engine
Explanation: Informational.
The FREE file engine is being restarted by the MRS server.
User Action: None.
MRS_I_GRP_NONE, Assuming default 1.0 recovery protocol for
group:g
Explanation: Informational.
Recovery protocol for group is not known. Assuming 1.0 recovery
protocol.
User Action: None.
MRS_I_INFO, information_text
Explanation: Informational.
MRS tracing information.
User Action: None.
MRS_I_JRNCLOSED, s journaling disabled for queue (b.g)
Explanation: Informational.
SAF or DQF journaling was disabled by either a SAF_SET_CLOSE or a
DQF_SET_CLOSE request.
User Action: None.
MRS_I_JRNDISBYLOG, s journaling disabled by logical
logical_name
Explanation: Informational.
User Action: None.
MRS_I_JRNDISBYMSG, s journaling disabled by message
message_type, from (b.g)
Explanation: Informational.
User Action: None.
MRS_I_JRNENABYMSG, s journaling enabled by message
message_type, from (b.g)
Explanation: Informational.
User Action: None.
MRS_I_JRNOPENED, s journaling enabled for queue (b.g)
Explanation: Informational.
SAF or DQF journaling was enabled by either a SAF_SET_OPEN or a
DQF_SET_OPEN request.
User Action: None.
MRS_I_JRNSETREFUSED, message_type message from (b.g)
is refused
Explanation: Informational.
A journal control message was refused.
User Action: None.
MRS_I_ML_EXPAND, NUM_MESSAGES expanded to n entries
Explanation: Informational.
The message list, called the ML, has been expanded in order to handle a
peak load that is greater than its current size.
User Action: Although this is an informational
message, a user may wish to set the initial message list size large
enough to store peak requirements and for efficient MRS Server
operation. This can be controlled by the NUM_MESSAGES parameter in the
group initialization file (DMQ$INIT.TXT). Set it to at least the peak
value reported by log event.
MRS_I_MLSIZE, Space allotted for n queues, n messages
Explanation: Informational.
MRS Server is reporting the allocated message list size which is based
on the number of queues and number of messages as specified in the
group initialization file.
User Action: None.
MRS_I_PL_EXPAND, NUM_QUEUES expanded to n entries
Explanation: Informational.
The queue list, called the PL, has been expanded in order to handle a
peak load that is greater than its current size.
User Action: Although this is an informational
message, a user may wish to set the initial queue list size large
enough to store peak requirements and for efficient MRS Server
operation. This can be controlled by the NUM_QUEUES parameter in the
group initialization file (DMQ$INIT.TXT). Set it to at least the peak
value reported by log event.
MRS_I_RESTART, Group:g Placed on restart list from state=
server_state
Explanation: Informational.
User Action: None.
MRS_I_RESTARTING, Attempting to restart group:g
Explanation: Informational.
The MRS server is attempting a handshake with the specified group's MRS
server.
User Action: None.
MRS_I_RESTART_OFF, Removing group:g from restart list to
state=server_state
Explanation: Informational.
User Action: None.
MRS_I_RP, Group:g Using recovery protocol:n
Explanation: Informational.
User Action: None.
MRS_I_RP_NONE, Assuming default 1.0 recovery protocol for msg
(x,x)
Explanation: Informational.
Recovery protocol for message is not known. Assuming 1.0 recovery
protocol.
User Action: None.
MRS_I_SAFFILE, file:filename start:start_record
end:end_record
Explanation: Informational.
SAF file information which usually coincides with an MRS error message.
User Action: None.
MRS_I_SAFSIZE, Max SAF areas:n, maximum size:n pages
Explanation: Informational.
Reflects the AREA_SIZE and NUM_SAF_FILES in pages.
User Action: None.
MRS_I_STACK, MRS Server initialized
Explanation: Informational.
User Action: None.
MRS_I_START, MRS Server version Starting
Explanation: Informational.
User Action: None.
MRS_I_TOPO_EXPAND, MRS expanded group topology to n groups
Explanation: Informational.
The group topology list, called the TOPO, has been expanded in order to
handle a peak load that is greater than its current size (the default
is 128 groups).
User Action: None.
MRS_I_XGRPJRNCTRL, XGRP_JRN_CTRL is set to NO
Explanation: Informational.
A journal control request message was received from a remote group and
was rejected because XGRP_JRN_CTRL in the MRS section of the group
initialization file is set to NO.
User Action: To allow journal control messages from
remote groups set the XGRP_JRN_CTRL parameter in the MRS section of the
group initialization file to YES.
Previous
| Next
| Contents