Author |
Message
|
madi |
Posted: Thu Feb 08, 2007 12:30 pm Post subject: timeout notification |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
Quote: |
Message
Properties
MQMD
BLOB
LocalEnvironment
Environment
ExceptionList
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbDataFlowNode.cpp
Line = 616
Function = ImbDataFlowNode::createExceptionList
Type = ComIbmMQGetNode
Name = IBUS_ARCH3_Common_Flow#FCMComposite_1_11
Label = IBUS_ARCH3_Common_Flow.MQGet
Catalog = BIPv600
Severity = 3
Number = 2230
Text = Node throwing exception
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbMqGetNode.cpp
Line = 1567
Function = ImbMqGetNode::failureProcess
Type =
Name =
Label =
Catalog = BIPv600
Severity = 3
Number = 4633
Text = MQGet node Exception
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbComputeNode.cpp
Line = 464
Function = ImbComputeNode::evaluate
Type = ComIbmComputeNode
Name = IBUS_ARCH3_Common_Flow#FCMComposite_1_57
Label = IBUS_ARCH3_Common_Flow.IBUS_ARCH3_Common_Flow_Check_MessageStatus
Catalog = BIPv600
Severity = 3
Number = 2230
Text = Caught exception and rethrowing
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbRdl\\ImbRdlStatementGroup.cpp
Line = 589
Function = SqlStatementGroup::execute
Type = ComIbmComputeNode
Name = IBUS_ARCH3_Common_Flow#FCMComposite_1_57
Label = IBUS_ARCH3_Common_Flow.IBUS_ARCH3_Common_Flow_Check_MessageStatus
Catalog = BIPv600
Severity = 3
Number = 2488
Text = Error detected, rethrowing
Insert
Type = 5
Text = .IBUS_ARCH3_Common_Flow_Check_MessageStatus_Compute.Main
Insert
Insert
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\TimeoutControl\\ImbTimeoutControlNode.cpp
Line = 1051
Function = ImbTimeoutControlNode::evaluate
Type = ComIbmTimeoutControlNode
Name = IBUS_ARCH3_Common_Flow#FCMComposite_1_58
Label = IBUS_ARCH3_Common_Flow.TimeoutControl1
Catalog = BIPv600
Severity = 3
Number = 2230
Text = rethrowing
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\TimeoutControl\\ImbTimeoutControlNode.cpp
Line = 998
Function = ImbTimeoutControlNode::evaluate
Type = ComIbmTimeoutControlNode
Name = IBUS_ARCH3_Common_Flow#FCMComposite_1_58
Label = IBUS_ARCH3_Common_Flow.TimeoutControl1
Catalog = BIPv600
Severity = 3
Number = 4613
Text = Timeout Set Identifier not in store
Insert
Type = 5
Text = TranTimeOut
|
Hi all
i have timeout control nodes and getting this error when i try to cancel the timeout request using
Code: |
SET OutputLocalEnvironment.TimeoutRequest.Identifier = 'TranTimeOut';
SET OutputLocalEnvironment.TimeoutRequest.Action = 'CANCEL';
PROPAGATE TO TERMINAL 'out1' DELETE NONE; |
cant tell whats wrong
any help would be appretiated
thanks
madi |
|
Back to top |
|
 |
AkankshA |
Posted: Thu Feb 08, 2007 9:55 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Have u initially sent a SET timeout request with identifier as "TranTimeOut
"... kindly cross check...
also ensure that you are sending the cancel request on the same timeOutNotification node on which set request is sent. _________________ Cheers |
|
Back to top |
|
 |
madi |
Posted: Fri Feb 09, 2007 7:13 am Post subject: |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
Akanksha wrote: |
Have u initially sent a SET timeout request with identifier as "TranTimeOut
"... kindly cross check...
also ensure that you are sending the cancel request on the same timeOutNotification node on which set request is sent. |
yes i did send a SET message to the same timeout notification prior to sending a CANCEL
also checked that I am sending them to the same timeout identifier!!
but stll getting the error
thanks
madi |
|
Back to top |
|
 |
AkankshA |
Posted: Sat Feb 10, 2007 3:01 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Ca u see msg in SYSTEM.BROKER.TIMEOUT.QUEUE after sending the SET request... _________________ Cheers |
|
Back to top |
|
 |
bhaski |
Posted: Wed Jul 18, 2007 11:35 am Post subject: continue... |
|
|
 Voyager
Joined: 13 Sep 2006 Posts: 78 Location: USA
|
It is actually we have to store the message in "Stored Message Location" but he question is how? if it is different message when cancel the timer?
Bhaski. |
|
Back to top |
|
 |
|