200
ERROR: rex: Bad flag, \Qflag'
Description
When executing rex, a bad command line option flag was specified on the command line.
rex
Action
Re-execute the command with the correct command line options and arguments.
See Also
rex(1)
201
ERROR: rex: Can't open \Qfilename'
When executing rex to test a regular expression against the data in one or more files, the specified file, filename, could not be opened for reading.
Check that the file exists and has read permission, and re-execute the command.
204
ERROR: rex: Pattern too long
When executing rex to compile a regular expression from the pattern file, the result of concatenating multiple regular expression patterns was too long (greater than 512 characters).
Modify the pattern file to shorten the regular expression patterns, and re-execute the command.
205
ERROR: rex: Name missing
When executing rex to compile a regular expression from the pattern file, the regular expression pattern name was not found on an input line. Input lines must consist of optional white space followed by a name and double-quoted pattern, separated by white space. The name must begin with an alphabetic or underscore character and contain alphanumeric or underscore characters, and may be up to 30 characters in length.
Correct the pattern file and re-execute the command.
206
When executing rex to compile a regular expression from the pattern file, a regular expression pattern was too long (longer than 512 characters).
208
ERROR: filename file open error
The program failed to create and/or open the userlog file filename for writing in append mode. This message will be written to the standard error output of the program.
Check that the directory for the specified filename exists and has write permission, and if the file exists, that it also has write permission.
userlog(3c)
userlog
209
ERROR: Write error errno, file filename
The program failed to write a message to the userlog file filename, with the error value set to errno. This message will be written to the standard error output of the program.
Normally, this indicates that the file system in which the file exists is full; in this case, free up space in the file system and subsequent userlog messages will succeed.
210
ERROR: Failed to reset log prefix, memory allocation failure
The program failed to reset the prefix for the userlog file because dynamic space allocation failed. The userlog file prefix is not reset, and this message will be written to the userlog using the current prefix value.
No action required.
211
WARN: Process pid died holding VTOC lock. Lock recovered.
While trying to lock a BEA TUXEDO file system for exclusive access, it was discovered that another process had locked the file system and died while holding the lock. The lock is removed and processing continues.
212
INFO: Could not obtain VTOC lock after 20 attempts. Lock is held by PID pid.
While trying to lock a BEA TUXEDO file system for exclusive access, it was discovered that another process is holding the lock.
Use the process identifier, pid, that is printed in the message to determine the process and user running the process, using the ps command. After that process has completed, re-execute the command that failed waiting for the lock.
ps
213
INFO: Name of VTOC lock file is filename.
While trying to lock a BEA TUXEDO file system for exclusive access, it was discovered that another process has locked the file system, and the name of the associated lock file, filename, is printed.
214
ERROR: Null version of xa_open() found non-null info string
The BEA TUXEDO system provides a "null" (non-resource manager) version of the XA Transaction Interface for linking when a resource manager is not associated with a client or server. This client or server may only be involved in a group that is configured with the TMS name set to TMS and no OPENINFO string.
TMS
OPENINFO
Change the configuration (TUXCONFIG) such that the group is properly configured, or associate the client or server with another group, or rebuild the client or server with the proper XA interface linked in using the -r option of buildserver or buildclient.
TUXCONFIG
-r
buildserver
buildclient
buildclient(1), buildserver(1), ubbconfig(5)
ubbconfig
215
WARN: Could not obtain VTOC lock after 80 seconds.
A subsequent message will indicate the lock file. After that process holding the lock has completed, re-execute the command that failed waiting for the lock.
216
While trying to lock a TUXEDO System/T file system for exclusive access, it was discovered that another process has locked the file system, and the name of the associated lock file, filename, is printed.
No action required. It may be necessary to remove the lock file if the process holding the lock has died (or if the machine went down while the lock was held).