KFSP45002-E

The stream specified in the argument cannot open. Method name = aa....aa, query group name = bb....bb, stream name = cc....cc, reason code = dd....dd

aa....aa: Method name
bb....bb: Query group name
cc....cc: Stream name
dd....dd: Reason code
Description:
The stream cannot open for one of the following reasons.
Reason codeDescription
NOT_CONNECTEDThe connection to the RMI server has been broken.
QUERYGROUP_NOT_FOUNDThe specified query group is incorrect or is not registered in the system.
STREAM_NOT_FOUNDThe specified stream is incorrect or is not registered in the system.
ALREADY_SAME_STREAM_OPENEDThe same SDPConnector has already connected to that stream.
INPROCESS_NOT_CONNECTEDThe connection to the in-process connection connector has been broken.
STREAM_IS_NOT_INPUTThe specified stream is not an input stream.
Action to take:
Take the action indicated for the reason code.
Reason codeCorrective action
NOT_CONNECTEDCheck whether SDPConnector was closed by the close method of SDPConnector.
QUERYGROUP_NOT_FOUNDCheck whether the specified query group is correct. Alternatively, check whether the query group is registered.
STREAM_NOT_FOUNDCheck whether the specified stream is correct. Alternatively, check whether the CQL that defined the specified stream is registered.
ALREADY_SAME_STREAM_OPENEDCheck whether the specified stream is already connected to that SDPConnector.
INPROCESS_NOT_CONNECTEDCheck whether SDPConnector was closed by the close method of SDPConnector.
STREAM_IS_NOT_INPUTCheck whether the specified stream is an input stream.