Author |
Message |
Topic: Dynamic delimiter |
vairavan
Replies: 4 Views: 2820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2011 9:41 am Subject: Dynamic delimiter |
If this is the case, I would use the first delimiter as a Tag or as a Message Key/Identity and then MRM can use that to resolve the choice.
Could you please explain me this little deeper?
I di ... |
Topic: Problem parsing using ASBITSTREAM |
vairavan
Replies: 11 Views: 13620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2010 1:21 pm Subject: Problem parsing using ASBITSTREAM |
This code perfectly works... Try having a MQ output node after this ESQL part. I am able to see the output in the queue.
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
DECLARE ns NAMES ... |
Topic: Deadlock problems with Sybase Database |
vairavan
Replies: 8 Views: 8054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 11, 2009 5:28 pm Subject: Deadlock problems with Sybase Database |
Looks like... An Exception handling will solve your problem. You faced a problem while doing DB insertion, So here you dont have any flow which will handle the Database errors.
Since there is no f ... |
Topic: Getting this 'SQLSTATE=42705' from Message Broker |
vairavan
Replies: 4 Views: 6928
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 19, 2009 9:20 am Subject: Getting this 'SQLSTATE=42705' from Message Broker |
Have you set this DSN name to your broker?
If no, You can use mqsisetdbparms command.
mqsisetdbparms <brokername> -i <systemUser> -a <systemPassword> -n <DSN> -u <data ... |
Topic: Call DB Stored Procedure throws error |
vairavan
Replies: 3 Views: 3804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 26, 2009 11:27 am Subject: Call DB Stored Procedure throws error |
Hi,
this looks like very famous issue...
Datatype (PLSQL Integer, Character) have support with WMB only with 6.1 version.
Try to upgrade your version and try it. You should get it. |
Topic: Using Mapping Node |
vairavan
Replies: 5 Views: 4342
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 29, 2009 5:51 am Subject: Using Mapping Node |
I think, I got your problem.
Check your destination message set for the domain information. i.e., XMLNSC or XMLNS.
Try doing this for setting the correct parser in Mapping node.
Right click on ... |
Topic: Using Mapping Node |
vairavan
Replies: 5 Views: 4342
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 26, 2009 4:56 am Subject: Using Mapping Node |
hi gaurav,
You can achieve this by mapping directly the child elements. You dont need to map the top level field.
One good thing about Mapping node is... we can drill down the child elements and ... |
Topic: Reading Environment variables |
vairavan
Replies: 4 Views: 3463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 01, 2009 5:23 am Subject: Reading Environment variables |
Actually I need this inside the flow in order to know which folder has been set as base path and based on that, I will be deciding the Output path.
And I have seen about Localenvironment properties ... |
Topic: Reading Environment variables |
vairavan
Replies: 4 Views: 3463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 28, 2009 3:54 pm Subject: Reading Environment variables |
Is there any way to read the Broker Environment variable from Compute node?
Environment Variable - MQSI_FILENODES_ROOT_DIRECTORY
Actually I need this value to set up the file path.
I am using B ... |
Topic: Message backed out to a queue |
vairavan
Replies: 5 Views: 5962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2009 9:10 am Subject: Message backed out to a queue |
Problem got fixed. Thanks for your concern.
Actually the problem is. I have a database interation through a package call from Compute node. So Once the call made, it gets hung in the package, So, i ... |
Topic: Message backed out to a queue |
vairavan
Replies: 5 Views: 5962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2009 5:43 pm Subject: Message backed out to a queue |
Yes, It's going to Failure terminal. There the trace information says 'Dequeued the failed message, propagated to failure terminal'.
Not at all, going into the 'OUT' terminal of MQInput node. |
Topic: Message backed out to a queue |
vairavan
Replies: 5 Views: 5962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2009 10:22 am Subject: Message backed out to a queue |
Hi All,
Environment: MB V 6.1.0.3 and MQ 6.1
I have one schedular message flow puts a trigger(dummy) message(xml format) every 10 minutes to another message flow where I have one input queue (MQ I ... |
Topic: Java Plugin Contains Msg flows: Deployment issues |
vairavan
Replies: 8 Views: 7379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2009 4:18 pm Subject: Java Plugin Contains Msg flows: Deployment issues |
Once you put all your plugins...
Step1: Stop the Broker.
Step2: Delete all the files from /var/mqsi/components/EEAX901I/fb3b2ccc-2001-0000-0080-ab59979f6898
Step3: Place all the jar files which a ... |
Topic: configuration manager not identifying the existing broker |
vairavan
Replies: 5 Views: 3422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 21, 2009 7:11 pm Subject: configuration manager not identifying the existing broker |
Hi Bhumulas...
Just wondering ... Are you still using the same queue manager? |
Topic: Using a single MQInputNode to listen to multiple queues |
vairavan
Replies: 4 Views: 3560
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 21, 2009 7:03 pm Subject: Using a single MQInputNode to listen to multiple queues |
Do you mean to say... Broker will start n number of instances as per n number of input nodes?
Correct me If I am wrong... |