Rxa Messages - IBM 51 Troubleshooting Manual

Ibm troubleshooting guide
Table of Contents

Advertisement

RXA Messages

CTGRI0000E Could not establish a connection to the
target machine with the authorization
credentials that were provided.
Explanation: A connection to the target machine was
denied. This is probably due to improper authorization
credentials being specified.
Programmer response: Verify that the login name and
password are valid for the target machine. For SSH
logins, also verify that the key store name and
passphrase are correctly specified. Retry the connection.
CTGRI0001E The application could not establish a
connection to machine hostname
Explanation: A connection to the target machine is not
possible because the hostname specified is not a valid
hostname, or because of problems with the network.
Programmer response: Verify the specified hostname
is valid and that the network connection to the target is
active and retry the connection.
CTGRI0002E Session not established.
Explanation: An attempt was made to perform a
remote operation before a session has been established
with the target.
Programmer response: Call the beginSession() method
before calling other remote methods.
CTGRI0003E The remote pathname specified could
not be found: pathname.
Explanation: The remote file or directory specified
does not exist or cannot be accessed.
Programmer response: Verify that the path you
specified exists and that it is accessible by remote
operations with the proper ACLs.
CTGRI0004E An error occurred when reading from
the local file: pathname.
Explanation: The application could not successfully
read the specified file from the local filesystem.
Programmer response: Verify that the local file
specified exists and is readable.
CTGRI0005E An error occurred when writing to the
local file: pathname.
Explanation: The application could not successfully
write the specified file to the local filesystem. The file
might be read-only, in use, or there might be
insufficient space on the local machine.
Programmer response: Verify that the local file
specified is not open or in read-only mode, and that it
exists. Also verify that enough space is available on the
target system.
CTGRI0006E An error occurred when writing to the
remote file: pathname.
Explanation: The specified file might be read-only, in
use, or there might be insufficient space on the target.
Programmer response: The remote file specified is not
open or in read-only mode, and that enough space is
available on the target system.
CTGRI0007E An error occurred when reading the
remote file: pathname.
Explanation: The application could not successfully
read the specified file from the target filesystem.
Programmer response: Verify that the file named on
the target exists and is readable.
CTGRI0008E A unique directory could not be created.
Explanation: The application could not successfully
create a uniquely-named directory on the remote
system when a mkRandomDirectory method was
called.
Programmer response: Remove unneeded ~CSRI*
directories in the remote machine's temporary directory.
CTGRI0009E pathname cannot be removed.
Explanation: The application could not remove the
specified file or directory.
Programmer response: Use the recursive flag on
rmdir() to recursively remove directories, or use the
force flag for files.
CTGRI0010E An error occurred when accessing the
remote filesystem.
Explanation: The application encountered an error
when accessing the remote filesystem.
Programmer response: Ensure that the remote
machine is available and can be remotely accessed.
CTGRI0011E An error occurred when accessing the
remote registry or service control
manager.
Explanation: Access to the remote machine's remote
registry access or service control might not be enabled
or the specified login may not have the authorization to
perform such actions.
Programmer response: Have the remote machine's
Chapter 10. Tivoli Intelligent Orchestrator messages
171

Advertisement

Table of Contents
loading

Table of Contents