R SIBus Core messages |
CWSIR0001E: destinationAddress argument is null.
Explanation:
The call to createBrowserSession supplied a null value for the destinationAddress argument. The destinationAddress must be not be null
User Response:
Supply a valid destinationAddress value.
CWSIR0011E: destAddr argument is null
Explanation:
The call to checkDestinationAccess supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0012E: subject argument is null
Explanation:
The call to checkDestinationAccess supplied a null value for the subject argument. The subject must be not be null
User Response:
Supply a valid subject value.
CWSIR0013E: operation argument is null
Explanation:
The call to checkDestinationAccess supplied a null value for the operation argument. The operation must be not be null
User Response:
Supply a valid operation value.
CWSIR0021E: destAddr argument is null
Explanation:
The call to createConsumerSession supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0031E: destinationAddress argument is null
Explanation:
The call to createConsumerSessionForDurableSubscription supplied a null value for the destinationAddress argument. The destinationAddress must be not be null
User Response:
Supply a valid destinationAddress value.
CWSIR0032E: subscriptionName argument is null
Explanation:
The call to createConsumerSessionForDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null
User Response:
Supply a valid subscriptionName value.
CWSIR0033E: durableSubscriptionHome argument is null
Explanation:
The call to createConsumerSessionForDurableSubscription supplied a null value for the durableSubscriptionHome argument. The durableSubscriptionHome must be not be null
User Response:
Supply a valid durableSubscriptionHome value.
CWSIR0034E: The subscription with name {0} has supplied destination {1} which does not match original destination {2}
Explanation:
When attaching to a durable subscription using createConsumerSessionForDurableSubscription the destination argument supplied must match the original subscriptions destination name.
User Response:
Attach to the durable subscription using the original destination name.
CWSIR0041E: destinationAddress argument is null
Explanation:
The call to createDurableSubscription supplied a null value for the destinationAddress argument. The destinationAddress must be not be null
User Response:
Supply a valid destinationAddress value.
CWSIR0042E: subscriptionName argument is null
Explanation:
The call to createDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null
User Response:
Supply a valid subscriptionName value.
CWSIR0043E: durableSubscriptionHome argument is null
Explanation:
The call to createDurableSubscription supplied a null value for the durableSubscriptionHome argument. The durableSubscriptionHome must be not be null
User Response:
Supply a valid durableSubscriptionHome value.
CWSIR0051E: destAddr argument is null
Explanation:
The call to createProducerSession supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0061E: subscriptionName argument is null
Explanation:
The call to deleteDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null
User Response:
Supply a valid subscriptionName value.
CWSIR0062E: durableSubscriptionHome argument is null
Explanation:
The call to deleteDurableSubscription supplied a null value for the durableSubscriptionHome argument. The durableSubscriptionHome must be not be null
User Response:
Supply a valid durableSubscriptionHome value.
CWSIR0071E: destAddr argument is null
Explanation:
The call to deleteTemporaryDestination supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0081E: destAddr argument is null
Explanation:
The call to getDestinationConfiguration supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0091E: destAddr argument is null
Explanation:
The call to receiveNoWait supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0101E: destAddr argument is null
Explanation:
The call to receiveWithWait supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0111E: destAddr argument is null
Explanation:
The call to receiveWithWait supplied a null value for the destAddr argument. The destAddr must be not be null
User Response:
Supply a valid destAddr value.
CWSIR0112E: msg argument is null
Explanation:
The call to send supplied a null value for the msg argument. The msg must be not be null
User Response:
Supply a valid msg value.
CWSIR0121E: msg argument is null
Explanation:
The call to sendToExceptionDestination supplied a null value for the msg argument. The msg must be not be null
User Response:
Supply a valid msg value.
CWSIR0131E: The call to method {0} is not valid at this time.
Explanation:
The specified call is only valid from inside the AsynchConsumerCallback.consumeMessages method.
User Response:
Issue the call again from inside the AsynchConsumerCallback.consumeMessages method or use an appropriate ConsumerSession call if possible
CWSIR0132E: One or more values in the msgHandles array was null.
Explanation:
The argument array msgHandles must not contain null elements and so the call to ConsumerSession or BifurcatedConsumerSession was rejected.
User Response:
Issue the call again after removing any null elements from the array
CWSIR0141E: The maxActiveMessages argument {0} was not a valid value.
Explanation:
The maxActiveMessages value must be >=0
User Response:
Supply a valid maxActiveMessages value.
CWSIR0142E: The messageLockExpiry argument {0} was not a valid value.
Explanation:
The messageLockExpiry value must be >=0
User Response:
Supply a valid messageLockExpiry value.
CWSIR0143E: The maxBatchSize argument {0} was not a valid value.
Explanation:
The maxBatchSize value must be >0
User Response:
Supply a valid maxBatchSize value.
CWSIR9999E: {0}
Explanation:
If the message does not give sufficient information, check previous messages for further help.
User Response:
See previous messages for further information.