Author |
Message |
Topic: Handling Exceptions When output queue is full |
kavya0105
Replies: 9 Views: 5268
|
Forum: General IBM MQ Support Posted: Tue Sep 17, 2013 2:49 am Subject: Handling Exceptions When output queue is full |
Hi all,
I need some clarification regarding MQ. The scenrio is when the MQOutput is reaches the maximum depth and fails with queue is full.In that scenerio i need to pass the original message back ... |
Topic: Error while executing EmailOutput node |
kavya0105
Replies: 16 Views: 12042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2013 9:01 pm Subject: Error while executing EmailOutput node |
Here is the Exception tree.
RecoverableException
File:CHARACTER:F:\build\S000_P\src\DataFlowEngine\TemplateNode s\ImbOutputTemplateNode.cpp
Line:INTEGER:318
Function:CHARACTER:Im ... |
Topic: Error while executing EmailOutput node |
kavya0105
Replies: 16 Views: 12042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 10:49 pm Subject: Error while executing EmailOutput node |
Security identity specified but no userid or password has been declared using mqsisetdbparms...
When this error will come?
Only if userid and password is not set?
Or
Userid or password is wrong ... |
Topic: Error while executing EmailOutput node |
kavya0105
Replies: 16 Views: 12042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 1:23 am Subject: Error while executing EmailOutput node |
I specified Security identity in compute node as well as EmailOutput node.
I removed it in EmailOutput node. Still it is not working.
I am passing both Message and Local environment. |
Topic: Error while executing EmailOutput node |
kavya0105
Replies: 16 Views: 12042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 23, 2013 11:33 pm Subject: Error while executing EmailOutput node |
Yes.
mqsisetdbparms BROKER -n email::MyIdentity -u xxxxx -p xyz
I am using MB 7 version. |
Topic: Error while executing EmailOutput node |
kavya0105
Replies: 16 Views: 12042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 23, 2013 11:27 pm Subject: Error while executing EmailOutput node |
I tried with mqsisetdbparms MB8BROKER -n email::mySecurityIdentityObjectName
-u myUserID -p myPassword
I changed command and restarted the broker.
Still I am getting same error. |
Topic: Error while executing EmailOutput node |
kavya0105
Replies: 16 Views: 12042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 23, 2013 10:16 pm Subject: Error while executing EmailOutput node |
I have created a flow with MQinput node, EmailOutput node and Compute node.
I executed the following commands,
1. mqsicreateconfigurableservice BROKER -c SMTP -o MYSERVER
2. mqsichangeproperties ... |