Posted: Tue Jun 05, 2007 5:09 am Post subject: Broker logs shows error for executing the SQL code
Partisan
Joined: 25 Jul 2006 Posts: 369
Hi,
I am getting an error in Broker logs while executing this part of the code in Compute node(MapToBLOB): 'SET OutputRoot.BLOB.BLOB = BITSTREAM(InputBody);'.
The Broker logs shows: Jun 5 08:57:55 BROKER02 WebSphere Broker v6002[20775]: (BK1.EG5)[1213209520]BIP2488E: (SOASchema.ServiceF
anInMF_MapToBLOB.Main, 6.3) Error de
tected whilst executing the SQL statement 'SET OutputRoot.BLOB.BLOB = BITSTREAM(InputBody);'. : BK1.39b21bd8-1201-0
000-0080-8d7b4cd8401e: /build/S600_P/src/DataFlowEngine/ImbRdl/ImbRdlStatementGroup.cpp: 589: SqlStatementGroup::execute: Co
mIbmComputeNode: SOASchema/ServiceFanInMF#FCMComposite_1_14
This code is working fine but the broker log is filling with this error whenever a message is passed through FaIn flow. It is becoming very difficult to search for an actual error as most of the logs in Broker log are related to "'SET OutputRoot.BLOB.BLOB = BITSTREAM(InputBody);".
Posted: Tue Jun 05, 2007 5:11 am Post subject: Re: Broker logs shows error for executing the SQL code
Partisan
Joined: 25 Jul 2006 Posts: 369
chris boehnke wrote:
Hi,
I am getting an error in Broker logs while executing this part of the code in Compute node(MapToBLOB): 'SET OutputRoot.BLOB.BLOB = BITSTREAM(InputBody);'.
The Broker logs shows: Jun 5 08:57:55 BROKER02 WebSphere Broker v6002[20775]: (BK1.EG5)[1213209520]BIP2488E: (SOASchema.ServiceF
anInMF_MapToBLOB.Main, 6.3) Error de
tected whilst executing the SQL statement 'SET OutputRoot.BLOB.BLOB = BITSTREAM(InputBody);'. : BK1.39b21bd8-1201-0
000-0080-8d7b4cd8401e: /build/S600_P/src/DataFlowEngine/ImbRdl/ImbRdlStatementGroup.cpp: 589: SqlStatementGroup::execute: Co
mIbmComputeNode: SOASchema/ServiceFanInMF#FCMComposite_1_14
This code is working fine but the broker log is filling with this error whenever a message is passed through FaIn flow. It is becoming very difficult to search for an actual error as most of the logs in Broker log are related to "'SET OutputRoot.BLOB.BLOB = BITSTREAM(InputBody);".
Please suggest how can we correct this problem.
Thanks
Sorry the SQL statement in the Compute node is
SET OutputRoot."BLOB"."BLOB" = BITSTREAM(InputBody);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum