std.ResetServiceCPMessages

This job discards the server-side processing assignment of all content provider messages for a service instance. It is typically called at the start of a CP service instance to return messages stuck from a previous run back to the queue.

This job is not listed in the official enaio® standard engine overview (std). This description was reconstructed from the call code of the enaio® gateway (dms-enaio library).

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

ServiceName

STRING

Yes

Name (instance ID) of the content provider instance whose messages are to be reset.

2. Return Value

(INT): 0 = job successful, otherwise error code.

3. See Also