LIBQM MESSAGES 1100-1299

LIBQM MESSAGES 1100-1199

1100 ERROR: Invalid option - option

DESCRIPTION

An invalid option, option, was specified on the qmadmin command line.

ACTION

Select the appropriate option(s) from the usage line that follows the error message.

SEE ALSO

qmadmin(1)

1101 ERROR: QMCONFIG not set

DESCRIPTION

The value of QMCONFIG , the device containing the queue space, was not specified on the qmadmin command line or in the shell environment.

ACTION

The QMCONFIG environment variable must be set and exported or must be specified on the qmadmin command line.

SEE ALSO

qmadmin(1)

1102 ERROR: Invalid argument arg

DESCRIPTION

An invalid argument, arg, was specified on the qmadmin command line following the QMCONFIG value.

ACTION

Select the appropriate command line option(s) and argument from the usage line that follows the error message.

SEE ALSO

qmadmin(1)

1104 ERROR: Failed to get status of qmconfig_device

DESCRIPTION

qmadmin was unable to get the status of the device, qmconfig_device, specified for QMCONFIG .

ACTION

Check that QMCONFIG is properly set to a raw disk slice or a regular file accessible to qmadmin, or to a file name to be created in an existing directory.

SEE ALSO

qmadmin(1)

1105 ERROR: Effective user id, userid, must match the owner of QMCONFIG, qmconfig_userid

DESCRIPTION

qmadmin was run by a user whose effective user identifier, userid, is not the same as the owner of the device specified for QMCONFIG , qmconfig_userid.

ACTION

Change the ownership of the QMCONFIG device or file, or run the program as the corresponding user.

SEE ALSO

qmadmin(1)

1107 ERROR: Must have white space following quoted string

DESCRIPTION

While entering a qmadmin command, a double quoted string was entered without white space, spaces and/or tabs, preceding and following the string.

ACTION

Re-enter the command line surrounding any quoted strings with white space (spaces and/or tabs).

SEE ALSO

qmadmin(1)

1108 ERROR: No matching double quote

DESCRIPTION

While entering a qmadmin command, a double quoted string was started without a matching quote to terminate the string.

ACTION

Re-enter the command line with matching double quotes.

SEE ALSO

qmadmin(1)

1109 ERROR: Failed to execute command, errno = errno

DESCRIPTION

A shell command, command, was specified for execution using the qmadmin exclamation mark (!) command, but the shell command failed to execute. The error number, errno, is printed as part of the message.

ACTION

Check that the PATH environment variable is set appropriately and that the shell command to be executed exists, and re-enter the command.

SEE ALSO

qmadmin(1)

1110 ERROR: Syntax -

DESCRIPTION

An invalid option or argument was entered for a qmadmin command. The correct syntax is printed as part of the message as syntax.

ACTION

Re-enter the command with the correct syntax.

SEE ALSO

qmadmin(1)

1111 ERROR: Command command not found

DESCRIPTION

A command, command, was entered that does not exist in qmadmin .

ACTION

Use the help command to get a list of valid qmadmin commands.

SEE ALSO

qmadmin(1)

1120 ERROR: Queue space must be opened first

DESCRIPTION

A qmadmin command was executed before a queue space was opened. This can happen with the queue commands qcreate, qchangeprio, qchangequeue, qchangetime, qdeletemsg, qdestroy, qinfo, qlist, qprinttrans, qaborttrans, qcommittrans, and qset.

ACTION

Open a queue space using the qopen command and re-enter the command.

SEE ALSO

qmadmin(1)

1121 WARN: xa_close() returned rc

DESCRIPTION

The xa_close() function was called to close the currently open queue space as part of executing a qmadmin command (qaddext , qclose , qopen , qspacecreate , qspacedestroy , or quit) and it returned an error, rc.

ACTION

Further information about the cause of the failure should be printed in the userlog . Check the userlog for further information.

SEE ALSO

qmadmin(1)

1122 ERROR: Queue name must be set with qset

DESCRIPTION

A qmadmin command (qchangeprio , qchangequeue , qchangetime , qdeletemsg , or qlist) was executed without setting the target queue name using the qset command.

ACTION

Execute the qinfo command to get a list of queues in the queue space. Select a queue name in currently open queue space by executing qset and re-enter the command.

SEE ALSO

qmadmin(1)

1124 ERROR: Device index must be numeric

DESCRIPTION

While executing the chdl command, a non-numeric device index was specified.

ACTION

Re-enter the chdl command using a numeric device index.

SEE ALSO

qmadmin(1)

1125 ERROR: Cannot read the device list

DESCRIPTION

While executing the chdl command, qmadmin failed to read the volume table of contents and universal device list associated with QMCONFIG.

ACTION

Check to see that QMCONFIG is set correctly (that the device or file exists) and has been properly initialized, and re-enter the command. The livtoc command can be used to list the current volume table of contents and lidl can be used to list the current universal device list.

SEE ALSO

qmadmin(1)

1126 ERROR: Invalid device index

DESCRIPTION

While executing the chdl command, a device index was specified for a device that has not been created on the universal device list associated with the QMCONFIG device.

ACTION

Use the lidl command to list the current contents of the universal device list and re-enter the chdl command with a valid device index.

SEE ALSO

qmadmin(1)

1129 ERROR: Device name length must be less than len characters

DESCRIPTION

While executing the chdl command, the new device name was too long (that is, len characters or more).

ACTION

Re-enter the command with a device name that is 64 characters or less in length.

SEE ALSO

qmadmin(1)

1130 ERROR: Cannot lock the device list

DESCRIPTION

While executing the chdl command, qmadmin failed to lock the QMCONFIG device for exclusive update.

ACTION

Check the userlog for further information about the process that has the configuration locked. Re-enter the command after the configuration has been unlocked.

SEE ALSO

qmadmin(1)

1131 ERROR: Cannot read the device list

DESCRIPTION

While executing the chdl command, qmadmin failed to re-read the volume table of contents and universal device list associated with QMCONFIG after locking the configuration for exclusive access.

ACTION

Check to see that the device or file specified by QMCONFIG still exists, is properly initialized, and re-enter the command. The livtoc command can be used to list the current volume table of contents and lidl can be used to list the current universal device list.

SEE ALSO

qmadmin(1)

1132 ERROR: Invalid device index

DESCRIPTION

While executing the chdl command, a device index was specified for a device that has not been created on (or has been deleted from) the universal device list associated with the QMCONFIG device.

ACTION

Use the lidl command to list the current contents of the universal device list and re-enter the chdl command with a valid device index.

SEE ALSO

qmadmin(1)

1133 ERROR: Cannot write the device list

DESCRIPTION

While executing the chdl command, the update of the universal device list associated with the QMCONFIG device failed.

ACTION

Check the userlog for any messages and use the lidl command to list the current contents of the universal device list.

SEE ALSO

qmadmin(1)

1135 ERROR: Device name length must be less than len characters

DESCRIPTION

While executing the crdl command, the device name was too long (that is, len characters or more).

ACTION

Re-enter the command with a device name that is 64 characters or less in length.

SEE ALSO

qmadmin(1)

1137 ERROR: Device offset must be numeric

DESCRIPTION

While executing the crdl command, a non-numeric device offset was specified.

ACTION

Re-enter the crdl command using a numeric device offset.

SEE ALSO

qmadmin(1)

1139 ERROR: Size must be numeric

DESCRIPTION

While executing the crdl command, a non-numeric value was specified for the size of the new device extent.

ACTION

Re-enter the crdl command using a numeric size.

SEE ALSO

qmadmin(1)

1140 ERROR: Cannot create device device, offset offset, size size on config

DESCRIPTION

The operation to create a new extent on the universal device list, UDL , during the execution of crdl failed. The device name, device, offset value, offset, extent size, size, and configuration device, config, are printed in the message. If the QMCONFIG file exists, this command can fail if the file open fails; if a read on the device fails; if the file is not a configuration file; or if the file is not a normal file or a raw device (for example, a fifo file). If the file doesn't exist, the command can fail if file creation fails (for example, if the directory in which the file is to be created doesn't exist). The command can also fail if it failed to lock the configuration file; if there are no slots available in the UDL ; if the extent to be created overlaps with an existing device on the UDL ; if the first entry is being created and the device doesn't match QMCONFIG or the offset is not 0 or there is not enough space allocated to store the UDL and volume table of contents; or if a write fails on the device.

ACTION

Check that the device specified is correct, the directory exists, and that the extent doesn't overlap with existing devices that are listed with the lidl command.

SEE ALSO

qmadmin(1)

1143 ERROR: Device index must be numeric

DESCRIPTION

While executing the dsdl command, a non-numeric device index was specified.

ACTION

Re-enter the dsdl command using a numeric device index.

SEE ALSO

qmadmin(1)

1145 WARN: Device not destroyed

DESCRIPTION

While destroying a device with the dsdl command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1146 ERROR: Cannot list device dlindex on config

DESCRIPTION

While executing the dsdl command, qmadmin failed to get the status of the specified device entry, dlindex, for the QMCONFIG device, config. Either device index is invalid or qmadmin was unable to open and read the universal device list, or config does not contain a valid configuration.

ACTION

Check that the device is correct and check the universal device list with the lidl command.

SEE ALSO

qmadmin(1)

1147 ERROR: Cannot destroy device dlindex on config

DESCRIPTION

While executing the dsdl command, qmadmin failed to destroy the device entry for the specified dlindex and QMCONFIG device, config. The command can fail if it can't lock the configuration exclusively for update; if it can't open and read the universal device list, UDL ; if dlindex is 0 and the UDL has other entries or the volume table of contents, VTOC , has tables other than the VTOC and UDL .

ACTION

Check that the device is correct and check the universal device list with the lidl command.

SEE ALSO

qmadmin(1)

1151 ERROR: Command command not found

DESCRIPTION

While executing the help command, an invalid command name was specified.

ACTION

Execute the help command without any arguments to get a complete list of available commands.

SEE ALSO

qmadmin(1)

1154 WARN: IPC resources not removed

DESCRIPTION

While removing IPC resources with the ipcrm command and the -f option specified, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1156 ERROR: Device index must be numeric

DESCRIPTION

While executing the lidl command, a non-numeric device index was specified.

ACTION

Re-enter the lidl command using a numeric device index.

SEE ALSO

qmadmin(1)

1157 ERROR: Device list not initialized on config

DESCRIPTION

The lidl command was executed for a configuration, config, that is not initialized (that is, for a device or file that does not exist, or does not have at least one device defined in the universal device list). This message can also occur if the user does not have proper permissions to access the device.

ACTION

Check that the configuration device or file specified for QMCONFIG is correct and initialize it using the crdl command. Also check the permissions on the device or file.

SEE ALSO

qmadmin(1)

1166 ERROR: Cannot get VTOC on config

DESCRIPTION

The livtoc command was executed for a configuration, config, that is not initialized (that is, for a device or file that does not exist, or does not have at least one device defined in the universal device list).

ACTION

Check that the configuration device or file specified for QMCONFIG is correct and initialize it using the crdl command.

SEE ALSO

qmadmin(1)

1172 ERROR: Must specify queue space name

DESCRIPTION

While executing the qaddext command, the queue space name specified is the null string (that is, the name was entered on the command line as "", or return was entered for the prompt for the Queue Space Name).

ACTION

Re-enter the qaddext command with the correct queue space name.

SEE ALSO

qmadmin(1)

1173 ERROR: Queue space name length must be less than len characters

DESCRIPTION

While executing the qaddext command, the queue space name was too long (that is, len characters or more).

ACTION

Re-enter the command with a queue space name that is 15 characters or less in length.

SEE ALSO

qmadmin(1)

1175 ERROR: Size must be numeric

DESCRIPTION

While executing the qaddext command, a non-numeric extent size was specified.

ACTION

Re-enter the qaddext command using a numeric extent size.

SEE ALSO

qmadmin(1)

1176 ERROR: Failed to add extent

DESCRIPTION

While executing the qaddext command, qmadmin failed to add the extent. There are many possible reasons for the failure and the specific reason is written to the standard output or the userlog ranging from an invalid queue space name to other processes being attached to the queue space.

ACTION

Re-enter the command when the problem has been resolved.

SEE ALSO

qmadmin(1)

1177 WARN: No queue space is currently open

DESCRIPTION

The qclose command was executed when a queue space is not currently open.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1179 ERROR: Queue name length must be less than len characters

DESCRIPTION

While executing the qcreate or qchange command, the queue name was too long (that is, len characters or more).

ACTION

Re-enter the command with a queue name that is 15 characters or less in length.

SEE ALSO

qmadmin(1)

1181 ERROR: 'fifo' specified multiple times

DESCRIPTION

While executing the qcreate command, the 'fifo' option was specified multiple times for the queue ordering value. The values 'fifo', 'lifo', 'priority', and 'time' may be entered once; 'fifo' and 'lifo' may not both be specified and must be specified as the last (least significant) option. Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate command specifying a valid value for the queue ordering option.

SEE ALSO

qmadmin(1)

1182 ERROR: 'lifo' specified multiple times

DESCRIPTION

While executing the qcreate command, the value 'lifo' was specified multiple times for the queue ordering argument. The values 'fifo', 'lifo', 'priority', and 'time' may be entered once; 'fifo' and 'lifo' may not both be specified and must be specified as the last (least significant) option. Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate command specifying a valid value for the queue ordering argument.

SEE ALSO

qmadmin(1)

1183 ERROR: 'priority' specified multiple times

DESCRIPTION

While executing the qcreate command, the value 'priority' was specified multiple times for the queue ordering argument. The values 'fifo', 'lifo', 'priority', and 'time' may be entered once; 'fifo' and 'lifo' may not both be specified and must be specified as the last (least significant) option. Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate command specifying a valid value for the queue ordering argument.

SEE ALSO

qmadmin(1)

1184 ERROR: 'time' specified multiple times

DESCRIPTION

While executing the qcreate command, the value 'fifo' was specified multiple times for the queue ordering argument. The values 'fifo', 'lifo', 'priority', and 'time' may be entered once; 'fifo' and 'lifo' may not both be specified and must be specified as the last (least significant) option. Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate command specifying a valid value for the queue ordering argument.

SEE ALSO

qmadmin(1)

1185 ERROR: Invalid queue ordering

DESCRIPTION

While executing the qcreate command, an argument other than 'fifo', 'lifo', 'priority', or 'time' was specified for the queue ordering value or an invalid format was entered. The values 'fifo', 'lifo', 'priority', and 'time' may be entered once; 'fifo' and 'lifo' may not both be specified and must be specified as the last (least significant) option. Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate command specifying a valid value for the queue ordering argument.

SEE ALSO

qmadmin(1)

1186 ERROR: Device name for entry 0 must match QMCONFIG - device

DESCRIPTION

While executing the chdl command, device entry 0 is being changed and the new device name does not match the value for the QMCONFIG environment variable (or the configuration device specified on the command line). The device must match QMCONFIG for entry 0 so that the software can find the Volume Table of Contents and Device List.

ACTION

chdl is used to re-name a device. If re-naming the device for entry 0, first copy, move, or re-name the device, then set QMCONFIG to match the new device name, and then re-enter the chdl command specifying the QMCONFIG name for the device name.

SEE ALSO

qmadmin(1)

1187 ERROR: 'fifo/lifo' must be last in sort order

DESCRIPTION

While executing the qcreate command, a 'fifo' or 'lifo' value was specified in the queue ordering argument prior to the 'priority' or 'time' option, or both 'fifo' and 'lifo' were specified. The values 'fifo', 'lifo', 'priority', and 'time' may be entered once; 'fifo' and 'lifo' may not both be specified and must be specified as the last (least significant) option. Multiple values may be specified separated by commas'

ACTION

Re-enter the qcreate command specifying a valid value for the queue ordering argument.

SEE ALSO

qmadmin(1)

1189 ERROR: Cannot specify 'none' with any other argument for out-of-order option

DESCRIPTION

While executing the qcreate or qchange command, the value 'none' was specified with either 'top' or 'msgid' in the out-of-order enqueuing argument. The values 'top' and/or 'msgid' may be entered once or the value may be 'none' (with no other arguments). Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate or qchange command specifying a valid value for the out-of-order enqueuing argument.

SEE ALSO

qmadmin(1)

1190 ERROR: Queue name must be specified

DESCRIPTION

While executing the qcreate or qchange command, the queue name was not entered at the prompt or an empty string was specified on the command line.

ACTION

Re-enter the qcreate or qchange command specifying a valid queue name.

SEE ALSO

qmadmin(1)

1191 ERROR: Cannot specify 'none' with any other argument for out-of-order option

DESCRIPTION

While executing the qcreate or qchange command, the value 'none' was specified with either 'top' or 'msgid' in the out-of-order enqueuing argument. The values 'top' and/or 'msgid' may be entered once, or the value may be 'none' (with no other arguments). Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate or qchange command specifying a valid value for the out-of-order enqueuing argument.

SEE ALSO

qmadmin(1)

1192 ERROR: 'top' specified multiple times

DESCRIPTION

While executing the qcreate or qchange command, the value 'top' was specified more than once in the out-of-order enqueuing argument. The values 'top' and/or 'msgid' may be entered once or the value may be 'none' (with no other arguments). Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate or qchange command specifying a valid value for the out-of-order enqueuing argument.

SEE ALSO

qmadmin(1)

1193 ERROR: Cannot specify 'none' with any other argument for out-of-order option

DESCRIPTION

While executing the qcreate or qchange command, the value 'none' was specified with either 'top' or 'msgid' in the out-of-order enqueuing argument. The values 'top' and/or 'msgid' may be entered once or the value may be 'none' (with no other arguments). Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate or qchange command specifying a valid value for the out-of-order enqueuing argument.

SEE ALSO

qmadmin(1)

1194 ERROR: 'msgid' specified multiple times

DESCRIPTION

While executing the qcreate or qchange command, the value 'msgid' was specified more than once in the out-of-order enqueuing argument. The values 'top' and/or 'msgid' may be entered once or the value may be 'none' (with no other arguments). Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate or qchange command specifying a valid value for the out-of-order enqueuing argument.

SEE ALSO

qmadmin(1)

1195 ERROR: Invalid out-of-order option

DESCRIPTION

While executing the qcreate or qchange command, a value other than 'top', 'msgid' or 'none' was entered for the out-of-order enqueuing argument, or the value is not formatted correctly. The values 'top' and/or 'msgid' may be entered once or the value may be 'none' (with no other options). Multiple values may be specified separated by commas.

ACTION

Re-enter the qcreate or qchange command specifying a valid value for the out-of-order enqueuing argument.

SEE ALSO

qmadmin(1)

1198 ERROR: Retries must be numeric

DESCRIPTION

While executing the qcreate or qchange command, a non-numeric retry count was specified.

ACTION

Re-enter the qcreate or qchange command using a numeric retry count.

SEE ALSO

qmadmin(1)

LIBQM MESSAGES 1200-1299

1201 ERROR: Retry delay must be numeric

DESCRIPTION

While executing the qcreate or qchange command, a non-numeric delay value for the delay in seconds between retries was specified.

ACTION

Re-enter the qcreate or qchange command using a numeric retry delay value.

SEE ALSO

qmadmin(1)

1205 ERROR: Invalid high threshold type

DESCRIPTION

While executing the qcreate or qchange command, an invalid upper threshold value was specified (the suffix was not valid). The threshold value must be a number suffixed with 'b', 'B', '%', or 'm'.

ACTION

Re-enter the qcreate or qchange command using an appropriate threshold value.

SEE ALSO

qmadmin(1)

1206 ERROR: High threshold must be numeric

DESCRIPTION

While executing the qcreate or qchange command, an invalid upper threshold value was specified. The threshold value must be a number suffixed with 'b', 'B', '%', or 'm'.

ACTION

Re-enter the qcreate or qchange command using an appropriate threshold value.

SEE ALSO

qmadmin(1)

1207 ERROR: Invalid high threshold number

DESCRIPTION

While executing the qcreate or qchange command, an upper threshold value of 0 was specified, or a percentage greater than 100 was given.

ACTION

Re-enter the qcreate or qchange command using an appropriate threshold value.

SEE ALSO

qmadmin(1)

1210 ERROR: High and low threshold types do not match

DESCRIPTION

While executing the qcreate or qchange command, the suffix on the upper threshold value doesn't match the suffix on the lower threshold value.

ACTION

Re-enter the qcreate or qchange command using appropriate threshold values.

SEE ALSO

qmadmin(1)

1211 ERROR: Low threshold must be numeric

DESCRIPTION

While executing the qcreate or qchange command, an invalid lower threshold value was specified. The threshold value must be a number suffixed with 'b', 'B', '%', or 'm'.

ACTION

Re-enter the qcreate or qchange command using an appropriate threshold value.

SEE ALSO

qmadmin(1)

1212 ERROR: Low threshold must be less than high threshold

DESCRIPTION

While executing the qcreate or qchange command, the lower threshold value is larger than the upper threshold value.

ACTION

Re-enter the qcreate or qchange command using appropriate threshold values such that the lower value is less than the upper threshold value.

SEE ALSO

qmadmin(1)

1215 ERROR: Threshhold command length must be less than len characters

DESCRIPTION

While executing the qcreate or qchange command, the threshold command was too long (that is, len characters or more).

ACTION

Re-enter the command with a threshold command that is 128 characters or less in length.

SEE ALSO

qmadmin(1)

1216 ERROR: Queue creation failed for queue name

DESCRIPTION

While executing the qcreate command, qmadmin failed to create the specified queue. There are many possible reasons for the failure and the specific reason is written to the standard output or the userlog.

ACTION

Re-enter the command when the problem has been resolved.

SEE ALSO

qmadmin(1)

1219 ERROR: Invalid priority

DESCRIPTION

While executing the qchangeprio command, a non-numeric priority was specified or the priority value was not in the range 1-100, inclusive.

ACTION

Re-enter the qchangeprio command using a numeric priority in the range 1-100.

SEE ALSO

qmadmin(1)

1221 WARN: Priority not changed

DESCRIPTION

While changing message priorities with the qchangeprio command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1223 ERROR: Queue name length must be less than len characters

DESCRIPTION

While executing the qchangequeue command, the queue name was too long (that is, len characters or more).

ACTION

Re-enter the command with a queue name that is 15 characters or less in length.

SEE ALSO

qmadmin(1)

1224 ERROR: Queue name must be specified

DESCRIPTION

While executing the qdestroy command, the queue name was not entered at the prompt or an empty string was specified on the command line.

ACTION

Re-enter the qdestroy command specifying a valid queue name.

SEE ALSO

qmadmin(1)

1226 WARN: Queue not changed

DESCRIPTION

While changing the queue on which messages are queued with the qchangequeue command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1228 ERROR: Invalid time format

DESCRIPTION

While executing the qchangetime command, an invalid date and time value was specified.

ACTION

Re-enter the qchangetime command using a valid date/time value. The value must be of the form YY[MM[DD[HH[MM[SS]]]]] (that is, 2 digits for year, and optionally 2 digits each for the month, date, hour, minute, and second), with an optional '+' prefix to indicate a relative value.

SEE ALSO

qmadmin(1)

1230 WARN: Time not changed

DESCRIPTION

While changing message execution time with the qchangetime command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1232 WARN: Messages not deleted

DESCRIPTION

While deleting messages with the qdeletemsg command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1233 ERROR: Cannot specify the -p and -f options together

DESCRIPTION

While executing the qdestroy command, both the -p and -f options were specified.

ACTION

Re-enter the qdestroy command with either the -p or -f option but not both.

SEE ALSO

qmadmin(1)

1234 ERROR: Cannot specify the -p and -f options together

DESCRIPTION

While executing the qdestroy command, both the -p and -f options were specified.

ACTION

Re-enter the qdestroy command with either the -p or -f option but not both.

SEE ALSO

qmadmin(1)

1237 WARN: Queue not destroyed

DESCRIPTION

While destroying a message queue with the qdestroy command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1238 ERROR: Failed to destroy queue queue

DESCRIPTION

While executing the qdestroy command, qmadmin failed to destroy the specified queue, queue. There are many possible reasons for the failure and the specific reason is written to the standard output or the userlog.

ACTION

Re-enter the command when the problem has been resolved. If the command fails because other processes are attached to the queue space, the -f option can be specified to force destroying the queue. If the command fails because there are messages on the queue, the -p option can be specified to purge the queue and destroy it.

SEE ALSO

qmadmin(1)

1241 ERROR: Failed to open queue space queue_space_name on config config

DESCRIPTION

While executing the qopen command, qmadmin failed to open the specified queue space, queue_space_name, on the configuration device config. There are many possible reasons for the failure and the specific reason is written to the userlog.

ACTION

Check the userlog for the specific reason for failure. Re-enter the command when the problem has been resolved.

SEE ALSO

qmadmin(1)

1244 ERROR: Transaction index must be numeric

DESCRIPTION

While executing the qaborttrans command, a non-numeric transaction index was specified.

ACTION

Re-enter the qaborttrans command using a numeric transaction index associated with a transaction printed by the qprinttrans command.

SEE ALSO

qmadmin(1)

1246 WARN: Transaction not aborted

DESCRIPTION

While heuristically aborting a transaction with the qaborttrans command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1248 ERROR: Transaction index must be numeric

DESCRIPTION

While executing the qcommittrans command, a non-numeric transaction index was specified.

ACTION

Re-enter the committrans command using a numeric transaction index associated with a transaction printed by the qprinttrans command.

SEE ALSO

qmadmin(1)

1250 WARN: Transaction not committed

DESCRIPTION

While heuristically committing a transaction with the qcommittrans command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)

1256 ERROR: Invalid time format

DESCRIPTION

While executing the qscan command, an invalid date and time value was specified.

ACTION

Re-enter the qscan command using a valid date/time value. The value must be of the form YY[MM[DD[HH[MM[SS]]]]] (that is, 2 digits for year, and optionally 2 digits each for the month, date, hour, minute, and second).

SEE ALSO

qmadmin(1)

1257 ERROR: Invalid time format

DESCRIPTION

While executing the qscan command with a range of date/time values, an invalid date and time value was specified for the second value.

ACTION

Re-enter the qscan command using a valid date/time value. The value must be of the form YY[MM[DD[HH[MM[SS]]]]] (that is, 2 digits for year, and optionally 2 digits each for the month, date, hour, minute, and second). A range of date/time values is two date/time values separated by a hyphen.

SEE ALSO

qmadmin(1)

1258 ERROR: Invalid priority

DESCRIPTION

While executing the qscan command, an invalid priority value was specified.

ACTION

Re-enter the qscan command using a valid priority value. The value must be numeric in the range 1-100, inclusive.

SEE ALSO

qmadmin(1)

1259 ERROR: Invalid priority

DESCRIPTION

While executing the qscan command, an invalid range of priority values was specified.

ACTION

Re-enter the qscan command using a valid priority value. A priority value must be numeric in the range 1-100, inclusive, and a range of priorities is two priority values separated by a hyphen.

SEE ALSO

qmadmin(1)

1260 ERROR: Invalid message id

DESCRIPTION

While executing the qscan command, an invalid message identifier value was specified.

ACTION

Re-enter the qscan command using a valid message identifier value. The value must be a string, less than 33 characters in length, with backslash and non-printable characters entered as a backslash followed by a two-character hexadecimal value for the character.

SEE ALSO

qmadmin(1)

1261 ERROR: Invalid correlation id

DESCRIPTION

While executing the qscan command, an invalid correlation identifier value was specified.

ACTION

Re-enter the qscan command using a valid correlation identifier value. The value must be a string, less than 33 characters in length, with backslash and non-printable characters entered as a backslash followed by a two-character hexadecimal value for the character.

SEE ALSO

qmadmin(1)

1262 ERROR: Queue name length must be less than len characters

DESCRIPTION

While executing the qset command, the queue name was too long (that is, len characters or more).

ACTION

Re-enter the command with a queue name that is 15 characters or less in length.

SEE ALSO

qmadmin(1)

1267 ERROR: Size must be numeric

DESCRIPTION

While executing the qsize command, a non-numeric queue space size was specified.

ACTION

Re-enter the qsize command using a numeric size of the queue space in disk pages (sectors).

SEE ALSO

qmadmin(1)

1269 ERROR: Queue count must be numeric

DESCRIPTION

While executing the qsize command, a non-numeric queue count was specified.

ACTION

Re-enter the qsize command using a numeric value for the maximum number of queues that can be created in the queue space.

SEE ALSO

qmadmin(1)

1271 ERROR: Transaction count must be numeric

DESCRIPTION

While executing the qsize command, a non-numeric transaction count was specified.

ACTION

Re-enter the qsize command using a numeric value for the maximum number of concurrent transactions in the queue space.

SEE ALSO

qmadmin(1)

1273 ERROR: Process count must be numeric

DESCRIPTION

While executing the qsize command, a non-numeric process count was specified.

ACTION

Re-enter the qsize command using a numeric value for the maximum number of concurrent processes accessing the queue space.

SEE ALSO

qmadmin(1)

1275 ERROR: Message count must be numeric

DESCRIPTION

While executing the qsize command, a non-numeric message count was specified.

ACTION

Re-enter the qsize command using a numeric value for the maximum number of messages concurrently stored in the queue space.

SEE ALSO

qmadmin(1)

1279 ERROR: Must specify queue space name

DESCRIPTION

While executing the qspacecreate command, the queue space name specified is the null string (that is, the name was entered on the command line as "", or return was entered for the prompt for the Queue Space Name).

ACTION

Re-enter the qspacecreate command with the correct queue space name.

SEE ALSO

qmadmin(1)

1280 ERROR: Queue space name length must be less than len characters

DESCRIPTION

While executing the qspacecreate command, the queue space name was too long (that is, len characters or more).

ACTION

Re-enter the command with a queue space name that is 15 characters or less in length.

SEE ALSO

qmadmin(1)

1282 ERROR: IPC key must be numeric

DESCRIPTION

While executing the qspacecreate command, a non-numeric IPC key was specified.

ACTION

Re-enter the qspacecreate command using a numeric value for the IPC key used to create the queue space shared memory and semaphores.

SEE ALSO

qmadmin(1)

1284 ERROR: Size must be numeric

DESCRIPTION

While executing the qspacecreate command, a non-numeric queue space size was specified.

ACTION

Re-enter the qspacecreate command using a numeric size of the queue space in disk pages (sectors).

SEE ALSO

qmadmin(1)

1286 ERROR: Queue count must be numeric

DESCRIPTION

While executing the qspacecreate command, a non-numeric queue count was specified.

ACTION

Re-enter the qspacecreate command using a numeric value for the maximum number of queues that can be created in the queue space.

SEE ALSO

qmadmin(1)

1288 ERROR: Transaction count must be numeric

DESCRIPTION

While executing the qspacecreate command, a non-numeric transaction count was specified.

ACTION

Re-enter the qspacecreate command using a numeric value for the maximum number of concurrent transactions in the queue space.

SEE ALSO

qmadmin(1)

1290 ERROR: Process count must be numeric

DESCRIPTION

While executing the qspacecreate command, a non-numeric process count was specified.

ACTION

Re-enter the qspacecreate command using a numeric value for the maximum number of concurrent processes accessing the queue space.

SEE ALSO

qmadmin(1)

1292 ERROR: Message count must be numeric

DESCRIPTION

While executing the qspacecreate command, a non-numeric message count was specified.

ACTION

Re-enter the qspacecreate command using a numeric value for the maximum number of messages concurrently stored in the queue space.

SEE ALSO

qmadmin(1)

1294 ERROR: Error queue name length must be less than len characters

DESCRIPTION

While executing the qspacecreate command, the error queue name was too long (that is, len characters or more).

ACTION

Re-enter the command with an error queue name that is 15 characters or less in length.

SEE ALSO

qmadmin(1)

1295 ERROR: Queue space creation failed

DESCRIPTION

While executing the qspacecreate command, qmadmin failed to create the specified queue space. There are many possible reasons for the failure and the specific reason is written to the standard output or the userlog.

ACTION

Re-enter the command when the problem has been resolved.

SEE ALSO

qmadmin(1)

1298 WARN: Queue space not destroyed

DESCRIPTION

While destroying a queue space with the qspacedestroy command, the user did not respond with Y or y to the prompt for confirmation and the operation was not done.

ACTION

No action required.

SEE ALSO

qmadmin(1)