Reliable Transaction Router
System Manager's Manual


Previous Contents Index

Possible reasons include the use of an invalid character or expression in the format string, or a mismatch in the number of bytes specified by the format string and the message length argument.

%RTR-F-INVMSGLEN, Invalid msglen argument

Explanation: Invalid msglen argument.
%RTR-E-INVMSGSIZE, Signed and unsigned data must be 1, 2, or 4 bytes

Explanation:
%RTR-F-INVNUMSEG, Invalid numseg argument

Explanation: Invalid numseg argument.
%RTR-E-INVOBJCT, Specified object type invalid for managed object request

Explanation: Status return indicating that an invalid management object type was the target of an rtr_set_info() command. Check your program and the RTR Application Programmer's Reference Manual for valid managed object types.
%RTR-F-INVOP4CLI, Invalid operation for client channel

Explanation: Invalid operation for client channel.
%RTR-F-INVOP4SRV, Invalid operation for server channel

Explanation: Invalid operation for server channel.
%RTR-F-INVPKEYSEG, Invalid pkeyseg argument

Explanation: Invalid pkeyseg argument.
%RTR-F-INVRCPNAM, Invalid rcpnam argument

Explanation: Invalid rcpnam argument.
%RTR-F-INVREASON, Invalid reason argument

Explanation: Invalid reason argument.
%RTR-E-INVRMNAME, Invalid resource manager name

Explanation: Invalid resource manager name.
%RTR-E-INVSTATCHANGE, Invalid to change from current state to the specified state

Explanation: RTR SET TRAN command cannot change.
%RTR-F-INVWAKEUP, Invalid wakeup argument

Explanation: Invalid wakeup argument.
%RTR-E-ITMALREXI, There is already something displayed at x = [A], y = [A]

Explanation: Indicates that invalid coordinates were specified on a "DISPLAY" command within a display file. There already is an item at point [A], [B].
%RTR-F-IVKEYW, Unrecognized keyword - check validity and spelling n [A]

Explanation: A keyword specified in a command is not valid for the command. The rejected portion of the command is displayed between backslashes.
%RTR-F-IVQUAL, Unrecognized qualifier - check validity, spelling, and placement n [A]

Explanation: An invalid qualifier is specified.
%RTR-F-IVVERB, Unrecognized command verb - check validity and spelling n [A]

Explanation: The first word in the command is not a valid CLI command or a name equated with a command. The rejected portion of the command is displayed between backslashes.
%RTR-W-JOUALREXI, Journal already created

Explanation: A previously existing journal was found.

This status may be returned by the CREATE JOURNAL command.

1) You have issued an RTR CREATE JOURNAL command without deleting the previous journal.

Corrective action:

a) Use the /SUPERSEDE qualifier with CREATE JOURNAL or b) Delete the old journal with the DELETE JOURNAL command.

%RTR-F-JOUFILMIS, RTR journal file missing - Find missing file or CREATE JOURNAL /SUPERSEDE

Explanation: One of previously initialized RTR journal files for a backend could not be found. This status may be returned by the CREATE FACILITY and SHOW JOURNAL commands.

Probable causes are:

(1) One of the disks being used for journalling is unavailable, or

(2) A user has inadvertently deleted an RTR journal file.

Corrective action, either:

(a) Bring the missing disk back on line, or

(b) Reissue the RTR CREATE JOURNAL /SUPERSEDE command to create a new journal (in this case any recovery information in the old journal is lost).

%RTR-F-JOUFORCHA, Journal format has been changed - CREATE JOURNAL /SUPERSEDE

Explanation: The journal file(s) found have an out-of-date format. This status may be returned by the CREATE FACILITY and SHOW JOURNAL commands after a new version of RTR has been installed on a system.

Corrective action: Issue an RTR CREATE JOURNAL /SUPERSEDE command.

%RTR-W-JOUINUSE, Journal is locked by another user

Explanation: The journal is currently in use by another user.

This status may be returned by the CREATE JOURNAL, and DELETE JOURNAL commands.

Corrective action, either:

Wait for the other user to complete, and reissue the command.

%RTR-E-JOUNOTAVA, Error during recovery ([A]) from [A] journal ([A])

Explanation: RTR transaction manager requested recovery from a remote journal, but the request could not be delivered to the node hosting the journal. In a non-clustered standby configuration, this indicates that local recovery after a server failure could not be completed. No user action required, since the transaction manager will attempt to send the recovery query again, once it has detected that the remote journal has become available.
%RTR-F-JOUNOTFOU, Journal not found

Explanation: No RTR journal files can be found.

This status may be returned by the CREATE FACILITY, DELETE JOURNAL and SHOW JOURNAL commands.

Either:

1) You have not issued an RTR CREATE JOURNAL command

2) All journal disks are offline

3) The journal files have already been deleted.

%RTR-F-JOUNOTINI, Journal has not been created - CREATE JOURNAL

Explanation: No RTR journal files can be found.

This status may be returned by the CREATE FACILITY and SHOW JOURNAL commands.

Either:

1) You have not issued an RTR CREATE JOURNAL command

2) All journal disks are offline

3) The journal files have been inadvertently deleted.

Corrective action, either:

a) Bring the journal disk on line

b) Issue an RTR CREATE JOURNAL command.

%RTR-S-JOURNALINI, Journal has been created on device [A]

Explanation: Confirms that the RTR journal has been successfully created on device [A] after issuing the "CREATE JOURNAL" command.
%RTR-S-JOURNALMOD, Journal has been modified on device [A]

Explanation: Confirms that the RTR journal has successfully modified the size requirements on device [A] after issuing the "MODIFY JOURNAL" command.
%RTR-E-KEYTYPEVAL, Key type value for [A] missing - try one of string, signed, unsigned

Explanation: The type clause of the key qualifier requires a value - try one of string, signed, unsigned.
%RTR-F-KNLEXECFAIL, Knl_exec() delivered pid of 0 (starting [A]) on node [A][A]

Explanation: Indicates that knl_exec() failed, when trying to start a command server.
%RTR-E-KRINUSE, Key range already in use - respecify the key

Explanation: A call to rtr_open_channel() to create a partition specified a key range that is already in use. Respecify the key range.
%RTR-E-KRINUSEINJNL, Journalled transactions preclude change of partition name

Explanation: Transactions exist in the journal that were processed whilst this key range was assigned a different name. This equates to an attempt to change the partition name, which is not allowed. Recover or delete these transactions first.
%RTR-I-LFILREOPE, Log_file[[A]] [A] reopened

Explanation: Log file [A] re-opened.
%RTR-E-LINKDISABLED, Link disabled - connection rejected

Explanation: The link to this node has been disabled at the remote partner. It can be enabled with the command 'set link/enable' at the remote node.
%RTR-I-LIVEAPPL, Process [A], PID [A] still attached to RTR

Explanation: Displays the name [A] and PID [B] of the processes that are still attached to RTR.
%RTR-I-LNKDSC, Link to node [A] disconnected

Explanation: This message is issued once per disconnected network link during the execution of the RTR DISCONNECT LINK command.
%RTR-E-LOADLIBFAIL, Unable to dynamically load the shared library

Explanation: The RTR ACP was unable to load the shared library dynamically.
%RTR-E-LOADSYMFAIL, Unable to find the symbol in the shared library

Explanation: The RTR ACP was unable to locate the symbol name in the lib.
%RTR-E-LOCKFAIL, Cannot obtain lock for resource [A]

Explanation: Failed to obtain lock. Enable logging for more information about error.
%RTR-S-LOGFILSET, Logging to [A]

Explanation: Displays which log files will be used after issuing a "SET LOG" command with the "/FILE" or "/OPERATOR" or both qualifiers.
%RTR-S-LOGFILSUP, Logging suppressed

Explanation: Indicates that logging is successfully suppressed after issuing a "SET LOG command" without a "/FILE" or "/OPERATOR" qualifier.
%RTR-E-LOGNOTACT, Logging not active

Explanation: Indicates that logging was not active when a "SHOW LOG" command was issued.
%RTR-F-MAXPARM, Too many parameters - reenter command with fewer parameters

Explanation: A command contained more than the maximum number of parameters allowed. This error can be caused by (1) Leaving blanks on a command line where a special character (for example, a comma or plus sign) is required (2) Using symbol names or logical names that, when substituted or translated, contain embedded blank characters (3) Failing to place quotation marks around a character string with embedded blanks.
%RTR-E-MAXTOOSMA, Maximum number of blocks may not be less than /BLOCKS

Explanation: The number of blocks specified with the /MAX_BLOCKS qualifier in the CREATE JOURNAL or MODIFY JOURNAL command was lower than the number of blocks specified with the /BLOCKS qualifier.
%RTR-E-MONCMPERR, Syntax error in command at line [A] in file [A]

Explanation: error found compiling a MONITOR definition file.
%RTR-E-MONNOTACT, Monitor is not active, first use the "MONITOR" command

Explanation: A SCROLL or PRINT command was issued before any monitor picture had been displayed.
%RTR-E-MSGDATILL, Unable to convert string [A] to [A]

Explanation: The string [A] could not be converted to data type [B]. The subsequent message gives the reason.
%RTR-E-MSGTOOBIG, The number of bytes in message exceeds the maximum of %u

Explanation:
%RTR-W-NAMERR, Node name to address lookup error

Explanation: Error encountered whilst looking up a node address - details follow in a subsequent message text.
%RTR-E-NDBTABFUL, The NDB table is full

Explanation: This message is displayed when an "CREATE FACILITY" command is issued. It indicates that the total number of different nodes specified with this and all previous "CREATE FACILITY" commands would exceed the limit specified with the "/LINKS" qualifier when RTR was started.
%RTR-E-NFW, Operation requires "SETPRV" privilege

Explanation: "SETPRV" privilege is required to execute a remote command.
%RTR-E-NOACTION, No object management action specified - check argument set_qualifiers

Explanation: Status return indicating that no action was supplied along with an object management request. Check your program.
%RTR-I-NOAPPSRV, No application server channels currently declared

Explanation: Indicates that no application server channels are currently declared, and hence the requested information cannot be output.
%RTR-E-NOBACKEND, No backends specified

Explanation: No backends were specified on a "CREATE FACILITY" command and the node where the command was executed was specified as being a router.
%RTR-S-NOCHANGES, No changes made

Explanation: The modifications specified resulted in no changes being required.
%RTR-F-NOCHANOPEN, No channel is currently open

Explanation:
%RTR-E-NOCLASS, If selitm specified, please specify a data-class

Explanation:
%RTR-E-NODECNET, Network unavailable

Explanation: DECnet was shutdown on local node when the RTR utility was being used.
%RTR-F-NODEFDEV, No default device found for journal creation

Explanation: The CREATE JOURNAL command failed because rtr was unable to find a suitable default device for a journal.
%RTR-E-NODISOLATED, Node isolated - connection rejected

Explanation: Autoisolation has isolated the node. Connection attempts from the isolated node are refused in this state. Connections can be enabled by issuing the following commands:

o on the isolating node(s): set link/enable <isolated-node> o on the isolated node: set node/noisolate

This status supersedes the V2 condition LINKSHUT.

%RTR-E-NODNA, DECnet specified for [A], but transport protocol unavailable or disabled

Explanation: DECnet was specified as required through use of a node name prefix ("dna." or a substitute), but no corresponding entry in the node database can be found. Add an entry for the indicated node to your local node name database or to you name server.
%RTR-W-NODNANAM, DECnet is installed, but no node name definition found for [A]

Explanation: DECnet is active and enabled on the local node, but the address lookup for the indicated node failed. Since other network transports are available, you may continue, but protocol failover to DECnet will not be possible following this condition.
%RTR-E-NODNOTFND, Node [A] not found in configuration - check spelling and case

Explanation: Unable to locate the referenced node in the current configuration. Might occur if the address of the node was changed since it joined the configuration and the name was not entered exactly as displayed in show link output.
%RTR-E-NODNOTKNO, Node not known, [A]

Explanation: The node [A] is unknown to DECnet.
%RTR-E-NODTXOPENSTRING, No rm open_string specified

Explanation: No "open_string" were specified on a "CREATE RM" command while trying to register an underlying RM (XA Resource Manager) with ACP.
%RTR-E-NODTXRMLIB, No dtx rm lib pathname specified

Explanation: No "xalib path" were specified on a "CREATE RM" command while trying to register an underlying RM (XA Resource Manager) with ACP.
%RTR-E-NOFACILIT, No facilities have been defined

Explanation: No facilities have yet been defined with the "CREATE FACILITY" command.
%RTR-E-NOFRONTEN, No frontends specified

Explanation: No frontends were specified on a "CREATE FACILITY" command and the node where the command was executed was specified as being a router.
%RTR-I-NOHLPENV, No help available (environment variable RTRHELP not found)

Explanation: The environment variable RTRHELP that defines where the RTR help files are is not defined.
%RTR-W-NOIPNAM, IP networking is installed, but no host definition found for [A]

Explanation: IP networking is active and enabled on the local node, but the address lookup for the indicated node failed. Since other network transports are available, you may continue, but protocol failover to TCP will not be possible following this condition.
%RTR-E-NOKEYSEGS, You must specify at least one keysegment - use /KEY1 - /KEY9

Explanation: Except for a callout partition, it is necessary to define the key range, so the absence of any key segment descriptors is an error.
%RTR-F-NOKEYW, Qualifier name is missing - append the name to the slash

Explanation: A slash character is on the command line but is not followed by a qualifier keyword name.
%RTR-E-NOLICENSE, No license installed

Explanation: Appropriate license is not installed for the required operation.
%RTR-F-NOLIST, List of parameter values not allowed - check use of comma (,)

Explanation: The command does not accept a parameter list.
%RTR-F-NONPRINTBLE, Command line contains a non-printable character

Explanation: Command line contains a non-printable character.
%RTR-E-NOOUTSTND, No outstanding operations on channel [A]

Explanation: A "SYS$SYNCH" command was issued but there were no outstanding operations on channel [A]
%RTR-F-NOPAREN, Value improperly delimited - supply parenthesis

Explanation: A value supplied as part of a parenthesized value list for a parameter, qualifier or keyword is missing a delimiting parenthesis.
%RTR-E-NORMXASWITCH, No dtx rm xa_switch name specified

Explanation: No "xaswitch" were specified on a "CREATE RM" command while trying to register an underlying RM (XA Resource Manager) with ACP.
%RTR-E-NOROUTERS, No routers specified

Explanation: No routers were specified on a "CREATE FACILITY" command and the node where the command was executed was specified as being a frontend or a backend or both.
%RTR-E-NORTRPROC, No processes using RTR

Explanation: No processes are currently using RTR.
%RTR-E-NOSUCHCHN, No channel matched [A]

Explanation: The requested channel [A] has not been declared.
%RTR-E-NOSUCHCOU, No counter matched [A]

Explanation: The requested counter [A] does not exist.
%RTR-E-NOSUCHDIS, No such monitor file, [A]

Explanation: The requested monitor file [A] does not exist.
%RTR-E-NOSUCHFACILITY, The specified or implied facility does not exist

Explanation: The requested facility [A] does not exist. See CREATE FACILITY.
%RTR-E-NOSUCHITM, Nothing displayed at x = [A], y = [A]

Explanation: Indicates that invalid coordinates were specified on a "CLEAR DISPLAY" or "SHOW DISPLAY" command. No item is displayed at point [A], [B].
%RTR-E-NOSUCHNOD, No such node, [A]

Explanation: The requested node [A] does not exist.
%RTR-E-NOSUCHPRC, No such process, process ID = [A] (0x[A])

Explanation: The process with PID = [A] does not exist or is not using RTR.
%RTR-E-NOSUCHPRCS, No such process, process ID = [A]

Explanation: The process with PID = [A] does not exist or is not using RTR. Like NOSUCHPRC, but used where the PID is only available as a string.
%RTR-E-NOSUCHPRT, No partition matched [A]

Explanation: The requested partition [A] does not exist.
%RTR-E-NOTCP, TCP specified for [A], but transport protocol unavailable or disabled

Explanation: TCP was specified as required through use of a hostname ("tcp." or a substitute), but no hostname entry can be found. Add an entry for the indicated node to your /etc/hosts file or to you name server.
%RTR-E-NOTHLIST, Nothing to LIST ...

Explanation: Nothing to list.
%RTR-E-NOTHTODIS, There is nothing to display

Explanation: Indicates that no items had been defined with the DISPLAY command when a "MONITOR" or "SCROLL" command was issued.
%RTR-W-NOTNEG, Qualifier or keyword not negatable - remove "NO" or omit n [A]

Explanation: The word "NO" preceded a qualifier or keyword, but the qualifier or keyword cannot be specified as a negative.
%RTR-E-NOTNESTEDTX, TX in progress is not nested

Explanation: A call to rtr_prepare_tx was called on a channel with an active TX that is not a nested TX. To start a nested TX, you must start the TX by calling rtr_start_tx with a valid jointxid parameter.
%RTR-E-NOTSAMTYP, All counters must have same type, [A]

Explanation: Counter [A] is not the same type as the other counters in the expression. All counters in an expression must be either 'process counters', 'facility counters', 'link counters' or 'node counters'.
%RTR-I-NOTSTACOMSRV, Could not start command server on node [A][A]

Explanation: Indicates that a command server couldn't be started on the specified node [A].
%RTR-F-NOVALU, Value not allowed - remove value specification

Explanation: A value has been specified for a qualifier that does not take a value. Remove the value specification.
%RTR-E-NUMCONILL, Numeric constant has illegal syntax, [A]

Explanation: The numeric constant [A] is invalid.
%RTR-W-OBSQUAL, Qualifier [A] is obsolete - value ignored

Explanation: An obsolete qualifier has been specified on a command line. The qualifier no longer has any effect, and the specified value will be ignored.
%RTR-E-ONLONENOD, Only one node allowed if process ID specified

Explanation: If a process ID is supplied on "MONITOR" command then only one node may be monitored.
%RTR-E-ONLYDISP, Only "DISPLAY" command allowed in this context n[A]

Explanation: The specified display file contained a command [A] other than "DISPLAY". This is sometimes caused by forgetting the continuation character ("-") on the end of a line that is to be continued. Use MONITOR/VERIFY to find the incorrect command.
%RTR-W-OPENVMSQUAL, Qualifier [A] is not supported on this platform - value ignored

Explanation: A qualifier has been specified on a command line that is effective only on the OpenVMS operating system. The qualifier has no effect on the executing platform, and the specified value will be ignored.
%RTR-I-OPTSUPSED, The RTR V2.x option [A] is obsolete in V3.x

Explanation: The option is obsolete in this version of RTR.
%RTR-E-OWNNODMIS, Executing node [A] not specified as frontend, backend or router

Explanation: The node [A] where a "CREATE FACILITY" or "EXTEND FACILITY" command was executed was not specified as being a frontend, router or backend.
%RTR-F-PARMDEL, Invalid parameter delimiter - check use of special characters n [A]

Explanation: A command contains an invalid character following the specification of a parameter, or an invalid character is present in a file specification.
%RTR-F-PARREQ, Missing parameter - supply required parameter n [A]

Explanation: Missing parameter.
%RTR-E-PARTNAMELONG, Partition name too long

Explanation: Long partition name argument.
%RTR-E-PROCIDILL, Illegal process ID, [A]

Explanation: The specified process ID [A] has an invalid format. Process ID's are hexadecimal numbers with up to eight digits.
%RTR-E-PRTBADCMD, Partition command invalid or not implemented in this version of RTR

Explanation: Status return indicating that the ACP received a request for an unknown partition command.
%RTR-E-PRTBADFPOL, Unrecognised partition failover policy code

Explanation: Status indicating that an invalid value was specified for the partition failover policy.
%RTR-I-PRTCREATE, Partition created

Explanation: Message returned via rtr_open_channel() upon successful partition creation.
%RTR-E-PRTDEFNCONFLICT, Name and key information refer to different partitions

Explanation: A call to rtr_open_channel() specified both the partition name and key information, but these refer to different partitions.
%RTR-E-PRTDELCAN, Partition deleted - operation canceled

Explanation: Status used to terminate a pending operation when the partition is deleted prior to completion of the operation.
%RTR-E-PRTMODRMBR, Partition must be in remember mode on the active member

Explanation: Restriction: partition must be in remember mode on the active member before shadowing can be turned off. Also returned if an attempt is made to restart recovery whilst not in remember mode.
%RTR-E-PRTMODSUSP, Partition not suspended - please suspend and retry the operation

Explanation: Completion status indicating a partition command was rejected as the partition was not in the prerequisite state. Suspend the partition first.
%RTR-E-PRTNACTIVE, Partition cannot be deleted so long as it has active servers or transactions

Explanation: Partition cannot be deleted so long as it has active servers or transactions.
%RTR-E-PRTNAMINUSE, Partition name already in use - use another name

Explanation: A call to rtr_open_channel() specified a partition name that is already in use in another partition of the facility. Use another name.
%RTR-E-PRTNAMINUSEINJNL, Journalled transactions preclude change of partition key range

Explanation: Transactions exist in the journal that were processed whilst this name was assigned to a different key range. Recover or delete these transactions first.
%RTR-E-PRTNAMNOTFND, The named partition does not exist

Explanation: A call to rtr_open_channel() specified a partition name that does not exist
%RTR-S-PRTNCREATED, Partition created

Explanation: The requested partition was successfully created.
%RTR-S-PRTNDELETED, Partition deleted

Explanation: The requested partition was successfully deleted.
%RTR-S-PRTNEWFPOLS, Failover policy set

Explanation: Status indicating successful change to the partition failover policy.
%RTR-S-PRTNEWPOLWAIT, Failover policy stored - awaiting servers before taking effect

Explanation: Status indicating successful change to the partition failover policy, but the change will only take effect once servers have been started.
%RTR-S-PRTNEWPRIO, Backend priority set

Explanation: Status indicating successful change to the backend priority.
%RTR-S-PRTNEWPRIWAIT, Backend priority stored - awaiting servers before taking effect

Explanation: Status indicating successful change to the backend priority, but the change will only take effect once servers have been started.
%RTR-E-PRTNODNOTDEF, No definition found for a node in the list - see log file

Explanation: Status indicating absence of a definition for a node named in list of back ends for the partition.
%RTR-E-PRTNODNOTLST, Local node must be in the list of back end nodes

Explanation: Status indicating erroneous absence of the local node from the ordered list of back ends for the partition.
%RTR-E-PRTNOSRVRS, Partition has no servers - please start servers and retry

Explanation: Cannot perform the requested action until servers are attached to the partition. Start servers and retry.
%RTR-E-PRTNOTBACKEND, Partition commands must be entered on a backend node

Explanation: Restriction: partition commands must be entered on a BACKEND node.
%RTR-E-PRTNOTSUSP, Unable to resume partition that is not suspended

Explanation: Status indicating completion of partition resume command where the target partition was not suspended.
%RTR-S-PRTRESUME, Partition resumed

Explanation: Status indicating successful completion of partition resume command. Transaction presentation is now enabled.
%RTR-S-PRTRSRTRCVY, Partition recovery initiated

Explanation: Completion status indicating that partition recovery was manually initiated by the operator.
%RTR-E-PRTRUNDOWN, Partition is in rundown prior to deletion - no action taken

Explanation: Cannot perform the requested action since the partition is being deleted.
%RTR-I-PRTSHDOFF, Partition [A]:[A] shadow state set to off by operator [A]

Explanation: Written to log file in response to a user request to change the state of partition shadow state.
%RTR-I-PRTSUSCAN, Suspend operation cancelled - partition resumed by operator

Explanation: Status indicating that a pending partition suspend operation has been cancelled as a result of an operator command to resume the partition.
%RTR-S-PRTSUSPENDED, Partition suspended - use resume to restart transaction presentation

Explanation: Status indicating successful completion of partition suspend command. Transaction presentation is now halted. Use resume to restart.
%RTR-E-PRTSUSTMO, Suspend operation timeout - partition still suspending

Explanation: Status indicating that a time out condition was encountered whilst waiting for a partition to be suspended. The partition will still be suspending - resume the partition to restart presentation of transactions.
%RTR-E-PTRARDYSUSP, Partition already suspended

Explanation: Status indicating completion of partition suspend command where the target partition was already suspended.
%RTR-E-PTRSUSPENDING, Partition already suspending - awaiting completion of current transactions

Explanation: Status indicating completion of partition suspend command where the target partition was already suspending. Be more patient.
%RTR-E-RCHALRSTA, RTR remote client handler already started

Explanation: The remote client handler was already running when the "START REMOTE_CLIENT_HANDLER" command was executed.
%RTR-E-RCHNOTSTA, RTR remote client handler not started

Explanation: The remote client handler had not been started when a command was issued which requires it to be running.
%RTR-E-RCHWASSTO, RTR remote client handler has been stopped

Explanation: The remote client handler had been stopped when a command was issued which requires it to be running.
%RTR-S-REASONSTS, Reason status: [A]

Explanation: Displays the contents [A] of the RSNSTS field of the TXSB after calling a RTR V2 system service via the DCL interface.
%RTR-E-RMSTRINGLONG, Resource manager open or close string too long

Explanation: Resource manager open or close string too long.
%RTR-E-RTRALRSTA, RTR already started

Explanation: RTR was already running when the "START RTR" command was executed.
%RTR-S-RTRLOGENT, [A]

Explanation: The RTR LOG command was used to make an entry in the RTR LOG
%RTR-I-RTRNOTRUN, RTR not running

Explanation: Message created specifically for the STOP RTR command if RTR is not currently running, so that the IVP does not report a fatal message.
%RTR-E-RTRNOTSTA, RTR not running

Explanation: RTR had not been started when a command was issued which requires RTR to be running.
%RTR-S-RTRRCHSTART, RTR remote client handler started

Explanation: Indicates that remote client handler has been successfully started after issuing a "START REMOTE_CLIENT_HANDLER" command.
%RTR-S-RTRRCHSTOP, RTR remote client handler stopped

Explanation: Indicates that the remote client handler has been successfully stopped after issuing a "STOP REMOTE_CLIENT_HANDLER" command.
%RTR-S-RTRSTART, RTR started on node [A][A]

Explanation: Indicates that RTR has been successfully started after issuing a "START RTR" command.
%RTR-S-RTRSTOP, RTR stopped on node [A][A]

Explanation: Indicates that RTR has been successfully stopped after issuing a "STOP RTR" command.
%RTR-E-RTRWASSTO, RTR has been stopped

Explanation: RTR had been stopped when the command when a command was issued which requires RTR to be running.
%RTR-S-SETTRANDONE, %ld transaction(s) updated in partition [A] of facility [A]

Explanation: The requested set transaction command was successfully performed.
%RTR-W-SETTRANROUTER, Cannot process this command, coordinator router is still available

Explanation: RTR SET TRAN command cannot change because router is still available.
%RTR-F-SPUJOUFIL, Spurious RTR journal file found - remove extra file, or CREATE JOURNAL /SUPERSEDE and submit SPR

Explanation: A spurious RTR journal file has been found which does not correspond to the other journal files on the system. This status may be returned by the CREATE FACILITY and SHOW JOURNAL commands.


Previous Next Contents Index