CDQP Command Errors

CDQP command errors are reported using messages in the following format:

Line LineNum: Error 

where:

LineNum is the line number of the command that failed validation, including blank lines.
Error is one of the error messages shown in the following table. The command that each error message relates to is also shown in the table.

CDQP Command Errors

Command

Error Message

Description

All

Invalid line length; line ignored

Maximum line length is 512 characters.

Invalid control file command; line ignored

Command character must be R, F, Q or C.

Invalid control file command context; line ignored

Command character is out of context. For example, a C command must follow a Q command.

Invalid control file modifier; line ignored

The modifier character following a Q or C command must be either a plus (+) or minus (-) sign.

R

Invalid reset command; line ignored

R must be the only non-whitespace character on the line See Resetting CDQP Configuration Data.

F+

Invalid number of parameters; line ignored

The F+ command must be followed by three parameters. See Add a CDQP.

Invalid iProcess field name; line ignored

The specified FieldName (or each component in a composite FieldName) must be less than or equal to 15 characters. See Add a CDQP.

Invalid size parameter; line ignored

The specified FieldSize must be less than or equal to 255 characters or bytes. See Add a CDQP.

Invalid description parameter; line ignored

The specified WQMDescription must be less than or equal to 39 characters. See Add a CDQP.

Description already in use; line ignored

The specified WQMDescription must be unique. See Add a CDQP.

F-

Invalid number of parameters; line ignored

The F- command must be followed by a single FieldName parameter. See Delete a CDQP.

iProcess field name does not exist; line ignored

The specified FieldName is not defined as a CDQP, so it cannot be deleted. See Delete a CDQP.

Q+

Invalid number of parameters; line ignored

The Q+ command must be followed by one or more QueueName parameters. See Add or Change a Queue Mapping.

Invalid iProcess Queue Name; queue queuename ignored

The specified queuename is not one of the following:

an iProcess work queue
SW_DEFAULT_CASEDATAQPARAM_USER
SW_DEFAULT_CASEDATAQPARAM_GROUP

See Mapping CDQPs to Queues.

Q-

Invalid number of parameters; line ignored

The Q- command must be followed by one or more QueueName parameters. See Add or Change a Queue Mapping.

CDQP data does not exist for queue queuename; queue ignored

The specified queuename has no CDQP mappings, so they cannot be deleted. See Add or Change a Queue Mapping.

Invalid iProcess Queue Name; queue queuename ignored

The specified queuename is not one of the following:

an iProcess work queue
SW_DEFAULT_CASEDATAQPARAM_USER
SW_DEFAULT_CASEDATAQPARAM_GROUP

See Mapping CDQPs to Queues.

C+

Invalid number of parameters; line ignored

The C+ command must be followed by a single FieldName parameter. See Add or Delete Field Mappings.

Global CDQP data does not exist for specified iProcess field name; line ignored

The specified FieldName has not been previously defined as a CDQP. See Add or Delete Field Mappings.

iProcess field name already exists; line ignored

The specified FieldName is already mapped to this queue. See Add or Delete Field Mappings.

Size of iProcess field causes RPC packet limit to be exceeded; line ignored

You cannot map the specified FieldName to this queue (see Add or Delete Field Mappings), because each work item’s data record size will then exceed 4k bytes, which is the maximum size of the RPC data packets used to retrieve work item data by Work Queue Manager.

You will need to reduce the FieldSize of one or more of the CDQPs to be mapped to this queue.

C-

Invalid number of parameters; line ignored

The C- command must be followed by a single FieldName parameter. See Add or Delete Field Mappings.

iProcess field name does not exist for this queue; line ignored

The specified FieldName is not mapped to this queue, so it cannot be deleted. See Add or Delete Field Mappings.