uCosminexus Application Server, Messages

[Contents][Back][Next]

KDCCR1004-E

Bulk response is not found.Incorrect/Invalid connection mode.Check the connection mode.

Description
An invalid connection mode might have specified. This error occurs in the following cases:
  • When the getBulkResponse (requestID) method for RegistryService is executed in the synchronous connection mode
  • When an invalid or not existing requestID is specified in getBulkResponse
  • When BulkResponse is acquired with an already specified requestID
Action
Specify the correct connection mode (synchronous or asynchronous). The getBulkResponse method can be used in RegistryService that is generated from Connection of the asynchronous connection mode. Also check requestID specified in the getBulkResponse method. The getBulkResponse method cannot be invoked twice with the same requestID.