LIBTMIB Messages 200-299
|
|
|
200
ERROR: Class instance specification is not unique
Description
The specification given for a new or modified class was not unique.
Action
Ensure that the class specification presented to the MIB is unique.
203
ERROR: Unable to mark invalid record for principal principal.
Description
When marking an entry as invalid in the principal file, an error writing the principal file occurred. This error can occur when deleting a principal from the T_ACLPRINCIPAL class. This error usually occurs because of disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
204
ERROR: Could not find principal.
Description
The principal which the T_ACLPRINCIPAL MIB is attempting to delete has already been deleted. This error can only occur if two or more administrators are attempting to delete a principal at the same time.
Action
Make sure that only one person is accessing the ACL MIB at any one time. You can use the MIB to see if the principal in question has been properly removed.
205
ERROR: Unable to append to file filename.
Description
While attempting to open a file, an error occurred. This error happens when using the T_ACLPRINCIPAL class
Action
There are several kernel parameters which could cause this error. Two obvious ones include the maximum allowed size for files and the number of allowable open file descriptors. Disk space could also be a problem. Increase the appropriate kernel parameters or buy a new disk, then try the command again.
207
ERROR: Unable to mark invalid record for principal name.
Description
While modifying a principal in the T_ACLPRINCIPAL class, an error occurred when removing the old principal entry. This error is usually due to disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
212
ERROR: Unable to mark invalid record.
Description
When marking an entry as invalid in the group file, an error writing the group file occurred. This error can occur when deleting a group from the T_ACLGROUP class. This error usually occurs because of disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
213
ERROR: Could not find group.
Description
The group which the T_ACLGROUP MIB is attempting to delete has already been deleted. This error can only occur if two or more administrators are attempting to delete a group at the same time.
Action
Make sure that only one person is accessing the ACL MIB at any one time. You can use the MIB to see if the principal in question has been properly removed.
214
ERROR: Unable to append to file filename.
Description
While attempting to open the given file, an error occurred. This happens when updating the T_ACLGROUP class.
Action
There are several kernel parameters which could cause this error. Two obvious ones include the maximum allowed size for files and the number of allowable open file descriptors. Disk space could also be a problem. Increase the appropriate kernel parameters or buy a new disk, then try the command again.
217
ERROR: Unable to mark invalid record.
Description
When marking an entry as invalid in the group file, an error writing the group file occurred. This error can occur when modifying a group from the T_ACLGROUP class. This error usually occurs because of disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
219
ERROR: Unable to change attributes of the other group.
Description
The other group is a group that always exists and which cannot be altered.
Action
Do not attempt to alter the other group.
220
ERROR: Unable to change state of the other group.
Description
The other group is a group that always exists and which cannot be altered. Hence this group cannot be removed.
Action
Do not attempt to remove the other group.
222
ERROR: Unable to append to file filename.
Description
While attempting to open the given file, an error occurred. This happens when updating the T_ACLPERM class.
Action
There are several kernel parameters which could cause this error. Two obvious ones include the maximum allowed size for files and the number of allowable open file descriptors. Disk space could also be a problem. Increase the appropriate kernel parameters or buy a new disk, then try the command again.
224
ERROR: Unable to mark invalid record.
Description
When marking an entry as invalid in the access file, an error writing the access file occurred. This error can occur when deleting a permission from the T_ACLPERM class. This error usually occurs because of disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
226
ERROR: Unable to find the end of the acl file.
Description
When attempting to find the end of the acl file, an error occurred.
Action
There are several kernel parameters which could cause this error. Two obvious ones include the maximum allowed size for files and the number of allowable open file descriptors. Disk space could also be a problem. Increase the appropriate kernel parameters or buy a new disk, then try the command again.
227
ERROR: Unable to mark invalid record.
Description
When marking an entry as invalid in the access file, an error writing the access file occurred. This error can occur when modifying a permission in the T_ACLPERM class. This error usually occurs because of disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
229
ERROR: Unable to print in the principal file.
Description
While attempting to write into the principal file, an error occurred. This error is usually caused by disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
230
ERROR: Missing key field(s) in /Admin service request
Description
One or more required key fields is missing from an /AdminAPI request. The identifier of the first missing key field is supplied in the TA_BADFLD attribute in the reply buffer.
Action
Using APPQ_MIB(5), determine which key fields are required, then supply the missing field(s).
See Also
MIB(5), APPQ_MIB(5)
231
ERROR: Inappropriate key field(s) for /Admin service request for unconfigured application
Description
The TA_LMID attribute was specified in an /AdminAPI request for a T_APPQ, T_APPQMSG, T_APPQSPACE, or T_APPQTRANS object but the application is not configured (i.e., the TUXCONFIG environment variable is not defined). Because the application is not configured, there are no known logical machine identifiers, and specifying the TA_LMID attribute is inappropriate.
Action
Resubmit the /AdminAPI request, but omit the TA_LMID attribute from the request.
See Also
MIB(5), APPQ_MIB(5)
232
ERROR: TA_MIN is greater than TA_MAX
Description
A SET operation on a T_SERVER class object set the TA_MIN value greater than the new, existing, or default TA_MAX value.
Action
Correct the values of TA_MIN and/or TA_MAX and re-try the operation.
See Also
MIB(5), TM_MIB(5)
233
ERROR: TA_SRVID plus TA_MAX yields server identifier greater than 30,000
Description
A SET operation on a T_SERVER class object set the TA_SRVID and TA_MAX values such that their sum is greater than 30,000. Server identifiers must be less than or equal to 30,000.
Action
Correct the values of TA_SRVID and/or TA_MAX and re-try the operation.
See Also
MIB(5), TM_MIB(5)
234
ERROR: TA_LMID value does not match local machine
Description
The TA_LMID value specified on an /AdminAPI SET request for a T_DEVICE object does not match the configured logical machine identifier for the local machine.
Action
Correct the /AdminAPI request to use the local logical machine identifier.
See Also
MIB(5), TM_MIB(5)
235
INFO: .SysResourceConfig: system configuration change
Description
This message indicates that parameters in the T_DOMAIN class have been updated. A complete listing of the current parameters are sent along in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
236
ERROR: SET operation did not specify required key field
Description
If a class contains any key fields necessary for a SET, then at least one of these fields must be present in a the SET buffer. This requirement protects against the case of a class which has one and only one instance, and the SET buffer contains no fields at all (matching the one instance). This one instance may or may not be a proper match for the required action.
Action
Add one of the required SET keys to the input buffer such that the SET keys match one and only one instance of the class. Rerun the request against the MIB.
237
ERROR: Unable to add to the access control file.
Description
When modifying the T_ACLPERM class, an error occurred when writing the access control list file. This error is usually caused by disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
240
INFO: .SysMachineConfig: LMID configuration change
Description
This message indicates that parameters in the T_MACHINE class for the given LMID have been updated. A complete listing of the current parameters for the given LMID are sent along in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
243
ERROR: TA_LMID value does not match local machine
Description
The TA_LMID value specified on an /AdminAPI SET request for a T_APPQ, T_APPQMSG, T_APPQSPACE, or T_APPQTRANS object does not match the configured logical machine identifier for the local machine.
Action
Resubmit the /AdminAPI request and use the correct logical machine identifier.
See Also
MIB(5), APPQ_MIB(5)
245
ERROR: There are no more valid group identifiers
Description
Group identifiers can only be in the range 0 through 16383. If all group identifiers have been used, then it is impossible to add a new group to the system.
Action
Remove a group, then add a new group.
246
ERROR: There are no more valid user identifiers
Description
User identifiers can only be in the range 1 through 131,071. If all user identifiers have been used, then it is impossible to add a new user to the system.
Action
Remove a user, then add a new user.
248
INFO: .SysMachineState: LMID state change to state
Description
This message states that the specified machine changed to a new state as mentioned in the message. A complete listing of the current parameters are sent along in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
249
INFO: .SysServerConfig: servername, group srvgrp, id srvid configuration change
Description
This message indicates that the configuration parameters for the server specified above have been updated. A complete listing of the attributes of the server are sent along in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
250
INFO: .SysServerState: servername, group srvgrp, id srvid state change to state
Description
This message indicates that the server specified above changed to a new state. A complete listing of the server attributes are sent in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
251
INFO: .SysClientState: User usrname on LMID state change to state
Description
This message indicates that the client specified above changed to a new state. A complete listing of the current attributes of the client are sent in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
252
INFO: .SysGroupState: Group groupname on lmid state change to state
Description
This message indicates that the group specified above changed to a new state. A complete listing of the group attributes are sent in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
253
INFO: .SysClientConfig: User usrname on LMID configuration change
Description
This message indicates that the attributes on the client specified above have been changed. A complete listing of the current attributes of the client are sent in the posted buffer.
Action
This is an informational message.
See Also
EVENT_MIB(5), TM_MIB(5)
254
ERROR: Required field not present on SET request
Description
The field indicated by TA_BADFLD is required for the current /AdminAPI request and was not present.
Action
Regenerate the request using an appropriate value for the indicated field.
See Also
MIB(5), TM_MIB(5)
255
ERROR: Class only valid on security levels greater than APP_PW.
Description
This class is only valid if the security level in the ubbconfig(5) is set to USER_AUTH, ACL, or MANDATORY_ACL.
Action
Change the SECURITY level in your ubbconfig(5) to USER_AUTH, ACL, or MANDATORY_ACL. Then run tmloadcf(1) on your new ubbconfig file.
256
ERROR: Unable to seek in group file.
Description
While attempting to manipulate the file position indicator in the group file, an error occurred. This error is usually caused by disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
257
ERROR: Unable to print in group file.
Description
While attempting to write into the group file, an error occurred. This error is usually caused by disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
258
ERROR: Unable to seek in principal file.
Description
While attempting to manipulate the file position indicator in the principal file, an error occurred. This error is usually caused by disk corruption.
Action
Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO system Technical Support.
260
ERROR: Cannot create NEW T_DOMAIN in MP/LAN mode without networking information
Description
A SET TA_STATE NEW /AdminAPI request on the T_DOMAIN class attempted to create a networked application (MP model, LAN option) without specifying required networking addresses.
Action
Regenerate the request specifying the required networking addresses.
See Also
MIB(5), TM_MIB(5)
261
ERROR: Inconsistent user attributes detected.
Description
While looking at the access control cache an inconsistent entry was found in the shared memory.
Action
If this error happens consistently, contact your BEA TUXEDO system Technical Support.
262
ERROR: T_WSL creation conflicts with existing server
Description
An attempt was made to create a T_WSL object which already exists with the MIB. The TA_SRVGRP and TA_SRVID of the new object match an existing object.
Action
Change the TA_SRVGRP or TA_SRVID attributes of the new WSL, so that it does not clash with an existing server or T_WSL object.
263
ERROR: Server group name does not match existing group
Description
While attempting to create a new service group, the TA_SRVGRP field did not match an existing server group,
Action
The TA_SRVGRP field must match an existing server group upon creation of a service group. Either create the missing server group before attempting to create the service group, or change the TA_SRVGRP field to match and existing server group.
264
INFO: Restarting server at alternate location
Description
A server has been migrated to a new location
Action
None.
265
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process during a pclean operation.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full. If it seems that there should be enough file descriptors and disk space for this operation, contact your BEA TUXEDO system Technical Support.
266
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process during a pclean operation.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
267
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while setting a server state to DEAD.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
268
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while setting a server state to DEAD.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
269
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while setting a server group state to INACTIVE.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
270
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while setting a server group state to INACTIVE.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
271
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while migrating a group.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
272
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while migrating a group.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
273
ERROR: sbblrtn could not send reply error-core
Description
The sbbl process could not send a reply to the requestor.
Action
The code in error-code may provide clues as to the cause of this problem.
274
ERROR: Failed to get information on the migrating server group
Description
A tpcall to the MIB from the sbbl process did not complete successfully.
Action
Check the log for related messages.
275
ERROR: Failed to get information on the service group
Description
A tpcall to the MIB from the sbbl process did not complete successfully.
Action
Check the log for related messages.
276
ERROR: TA_MINENCRYPTBITS(min) must be less than or equal to TA_MAXENCRYPTBITS(max)
Description
An attempt has been made to change the TA_MINENCRYPTBITS field in the T_WSL class to a value greater than TA_MAXENCRYPTBITS.
Action
The value of min must be less than or equal to the value of max. Change the MIB request to comply with this requirement. You may need to change the command line options -z or -Z on the CLOPT line of your WSL process.
277
ERROR: TA_MINENCRYPTBITS(min) must be less than or equal to TA_MAXENCRYPTBITS(max)
Description
An attempt has been made to change the TA_MINENCRYPTBITS field in the T_MACHINE class to a value greater than TA_MAXENCRYPTBITS.
Action
The value of min must be less than or equal to the value of max. Change the MIB request to comply with this requirement. You may need to change the value of MINENCRYPTBITS or MAXENCRYPTBITS in your ubbconfig file.
278
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while getting information from an application queue space.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
279
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while getting information from an application queue space.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
280
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while getting information from an application queue.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
281
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while getting information from an application queue.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
282
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while getting information about a message on an application queue.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
283
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while getting information about a message on an application queue.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
284
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while getting information about a transaction on an application queue.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
285
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while getting information about a transaction on an application queue.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
286
ERROR: Cannot open file
Description
The MIB has failed to open a file to pass to the sbbl process while setting information about an application queue.
Action
If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full.
287
ERROR: Cannot write to file
Description
The MIB has failed to write to a file for the sbbl process while setting information about an application queue.
Action
The file system /tmp may be full. The directory where temporary files are placed may be full.
288
ERROR: can't SET Internet type of network address(es).
Description
Internet addresses cannot be used in a configuration which contains releases older than the BEA TUXEDO system 6.3 release.
Action
Since older sites cannot properly interpret internet addresses, internet addresses cannot be used when interoperating with a release of the BEA TUXEDO system older than 6.3. Change the address in the MIB request packet to conform to the older style of network addressing.
289
ERROR: Unable to determine license level
Description
An attempt to determine the license information for the BEA TUXEDO system failed.
Action
Check the log for related messages. Ensure that the BEA TUXEDO system has been properly installed and licensed.
290
ERROR: SET operation is not allowed on ADMGRP server
Description
An attempt was made to perform a SET operation on a T_SERVER class object which has TA_GRPNO larger than 30,000.
Action
No action required.
See Also
TM_MIB(5)
291
ERROR: Cannot change own state to DEAD
Description
A SET operation on a T_CLIENT class object changing the TA_STATE of the object to DEAD failed because the client id of the requesting client was equal to the client id of the client to be killed.
Action
Make sure that the client id you specify is not your own.
292
ERROR: Cannot change own state to SUSPENDED
Description
A SET operation on a T_CLIENT class object changing the TA_STATE of the object to SUSPENDED failed because the client id of the requesting client was equal to the client id of the client to be suspended.
Action
Make sure that the client id you specify is not your own.
293
ERROR: Cannot invalidate T_NETGROUP class instance with network mappings
Description
The specified NETGROUP was still used entries in the Network section.
Action
The NETWORK entries using this NETGROUP must be removed before the NETGROUP.
See Also
TM_MIB(5)
294
ERROR: TA_NETGRPNO may not be changed because of active network mappings to group
Description
Dynamically changing the NETGROUPS while the machines are running is not permitted.
Action
Dynamically changing the NETGROUPS while the machines are running is not permitted.
See Also
TM_MIB(5)
295
ERROR: TA_NETGROUP or TA_NETGRPNO not unique
Description
The administrator must identify each NETGROUP name with a unique NETGROUPNO number.
Action
Choose a different NETGROUP name or NETGROUPNO number that does not conflict with an existing ones before repeating the operation.
See Also
TM_MIB(5)
296
ERROR: T_NETGROUP class instance cannot be added, table full
Description
The *NETGROUPS table is full, there is no room for the new entry.
Action
Increase MAXNETGROUPS before inserting again, this parameter must be adjusted when
the system is shut down.
See Also
TM_MIB(5)
297
ERROR: A network mapping cannot be created for a non existant network group
Description
The NETGROUP used in this NETWORK section entry has not been created yet.
Action
Create NETGROUP before repeating the operation.
See Also
TM_MIB(5)
298
ERROR: A network mapping cannot be created for a non existant LMID
Description
The LMID must be created before this network mapping.
Action
The LMID must be created before this network mapping.
See Also
TM_MIB(5)
299
ERROR: Cannot invalidate the DEFAULTNET T_NETGROUP class
Description
The reserved DEFAULTNET group may not be removed.
Action
The reserved DEFAULTNET group may not be removed.
See Also
TM_MIB(5)
|
|
|