MsgStoreIncrementRetries command

This controller command increments the retries count in the MSGSTORE database table for all the messages identified by the msg_id and transport_id parameters. The msg_id attribute value can be comma delimited identifying multiple values. 

Command structure

http://host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Diagram of the command structure: the command starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the command name, MsgStoreIncrementRetries  and the ? character. End the command with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Parameter values

msg_id
(Required) The message ID. If there are more than one, each message ID is delimited by a comma.
transport_id
(Required) The transport ID identifying the transport of the message, such as e-mail.

Example

http://host/wcs/webapp/admin/servlet/IncrementRetries?msg_id=10001&transport_id=1

This command increments the retries count by 1, of message(s) with msg_id=10001, and transport_id=1 in the MSGSTORE database table.

Behavior

Increments the "RETRIES" count of the message(s) in the MSGSTORE table.

Exception conditions

This command throws an exception when the  specified msg_id and transport_id cannot locate any messages or an EJB (Enterprise Java Bean) error occurs.