1300
ERROR: cannot become a client - tpinit() failed - string
Description
Execution of tmadmin failed because the user could not join the application. The printed string indicates the reason for the failure. This message can be printed either because no more clients can join the application or because the user failed security permissions.
tmadmin
Action
If the reason is that no more clients can join the application, re-try the operation a later time. The system should be configured to allow for more clients.
If a security problem occurs, the command must be run by the BEA TUXEDO administrator.
See Also
tmadmin(1)
1301
ERROR: Foreign host already booted, hosterrno=sub
A command to boot a foreign host with foreign services was executed when the host was already booted.
This operation cannot be done from tmadmin, thus it cannot occur.
1302
ERROR: Foreign host already shutdown, hosterrno=sub
A command to shut down a foreign host with foreign services was executed when the host was already shut down.
1303
ERROR: Unlicensed BEA TUXEDO System Binary
An attempt was made to execute tmadmin in an unlicensed BEA TUXEDO binary.
Contact your BEA TUXEDO system Technical Support.
1304
ERROR: Expired BEA TUXEDO System Binary
An attempt was made to execute tmadmin in an expired BEA TUXEDO binary.
1315
ERROR: Memory allocation failure, tperrno = error_info
An attempt dynamically to allocate memory from the operating system failed while executing changetrance or chtr. Additional information about the problem is printed as part of the message.
changetrance
chtr
Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.
1316
ERROR: Cannot change trace configuration on machine lmid
A failure occurred while trying to change the tracing configuration on the specified machine.
Check the event log for related messages.
1318
ERROR: Cannot change trace configuration of server name in group groupname
A failure occurred while trying to change the tracing configuration on the specified server and group.
1320
ERROR: Update of trace configuration to R4.2 machine not supported
The chtr or changetrace command was executed for a machine that is running a release earlier than 5.0. This feature was not supported on those releases.
changetrace
No action required.
1321
ERROR: Invalid trace specification
The trace specified for the chtr or changetrace command was not valid syntax.
Correct the syntax and re-run the command.
1322
ERROR: Trace specification too long
The trace specified for the chtr or changetrace command was greater than 78 characters in length.
Change the trace specification and re-run the command.
1323
ERROR: Update of trace configuration for server name in group groupname on R4.2 machine not supported
The chtr or changetrace command was executed for a server on a machine that is running a release earlier than 5.0. This feature was not supported on those releases.
1324
1326
ERROR: You must print the transaction table (printtrans) before aborting it
The aborttrans or at command was executed before executing printtrans. The information from printtrans is needed to specify an index of the entry to be aborted.
aborttrans
at
printtrans
Execute the printtrans command and then the aborttrans command.
1327
ERROR: You must print the transaction table (printtrans) before committing it
The committrans or ct command was executed before executing printtrans. The information from printtrans is needed to specify an index of the entry to be committed.
committrans
ct
Execute the printtrans command and then the committrans command.
1330
INFO: Command: string
All commands that are not read-only or boot (or quit) are written to the event log as a trace of administrative actions that are done.
1331
ERROR: Could not send message to tlisten
While trying to execute crlog to create a transaction log on a remote machine, tmadmin was unable to contact the tlisten on the remote machine.
crlog
tlisten
Check that tlisten is running on the remote machine. Check the event log for related messages.
tlisten(1), tmadmin(1)
1332
While trying to execute dslg to destroy the transaction log on a remote machine, tmadmin was unable to contact the tlisten on the remote machine.
dslg
1333
While trying to execute inlog to re-initialize the transaction log on a remote machine, tmadmin was unable to contact the tlisten on the remote machine.
inlog
1341
ERROR: Size of Shared Memory file is too large for the existing SHMID
An attempt to load a file into shared memory via loadmem failed because the size of the file was too large for the existing shared memory ID.
loadmem
Re-create (if possible) the file that is being loaded with the correct size.
1344
ERROR: Invalid IPCKEY. IPCKEY must be between 32768 and 262143.
The IPCKEY that was used was not in the valid range of keys. Valid keys are between 32768 and 262143.
IPCKEY
Enter a new IPCKEY within the valid range.
1345
ERROR: Invalid filename for load memory function.
The filename that was used was not valid.
Check that the file specified is valid (e.g., that the directory and file specified exists and has read permission). Check for limited resources (out of files or disk space).
1348
While trying to execute stoptlisten to stop tlisten on a remote machine, tmadmin was unable to contact the tlisten on the remote machine.
stoptlisten
1349
ERROR: Failed to stop tlisten
While trying to execute stoptlisten to stop tlisten on a remote machine, a failure occurred.