Author |
Message |
Topic: Dyanamic DSN in esql call procedure statment |
Spidyctf
Replies: 1 Views: 2291
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 03, 2008 1:54 am Subject: Dyanamic DSN in esql call procedure statment |
Hi
I am trying to call oracle stored procedure from esql in WMB V6.1.
follwing is the code for the same
CALL myproc(0,userName,typeValue,subTypeVal,cellNo,attribute1,attribute2,attribute3,attri ... |
Topic: Aggregate Reply node is eating up the Global environment. |
Spidyctf
Replies: 11 Views: 8984
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 30, 2007 1:38 pm Subject: Aggregate Reply node is eating up the Global environment. |
Hi
We are facing a strange problem with Aggregate Reply node.
The Fan In flow has
MQInput Node -> JavaCompute Node -> AggregateReplyNode ->.......
In the Java Compute node we are i ... |
Topic: Copy Queue manager content to another QueueManager |
Spidyctf
Replies: 4 Views: 3482
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 20, 2007 4:49 am Subject: Copy Queue manager content to another QueueManager |
Hi
I am having a problem with Queue Manager..
I want to copy one QM's data to another QM.
I have a Queue Manager say QM1 with queue Q1. Q1 contains 10msges.
Now i want to create Queue Man ... |
Topic: MB aborting flow in runtime |
Spidyctf
Replies: 14 Views: 7253
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 10:17 pm Subject: MB aborting flow in runtime |
hey
U can use Java Compute Node as a filter Node...
In JCN there are two terminals.. Out and alt....
just propagate thru 'out' when condition is met ,otherwise thru 'alt' ...
hope this i ... |
Topic: XMl to MRM by using java compute node |
Spidyctf
Replies: 3 Views: 3632
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 10:12 pm Subject: XMl to MRM by using java compute node |
Hey
1. Create a message Set(CWF1) by importing the Cobol Copybook....
2. Create the outMessage in Java Compute node by doing the mapping as per ur requirement.
Whatever mapping u do, just ... |
Topic: Batch Processing using WBIMB V6.0 |
Spidyctf
Replies: 7 Views: 4900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 09, 2007 2:02 am Subject: Batch Processing using WBIMB V6.0 |
We would be doing some calculations based on some particular values.
As of now we are taking it as XML to XML transformation.
For each input file there will be corresponding output file.
(fo ... |
Topic: Batch Processing using WBIMB V6.0 |
Spidyctf
Replies: 7 Views: 4900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 09, 2007 1:48 am Subject: Batch Processing using WBIMB V6.0 |
ok... JText adapter might serve the purpose of picking up files from the folder.
But then in that case the transformation part has to be done in MB.
In that case we end up we writing transform ... |
Topic: Batch Processing using WBIMB V6.0 |
Spidyctf
Replies: 7 Views: 4900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 09, 2007 12:11 am Subject: Batch Processing using WBIMB V6.0 |
Hi
We want to do batch processing using WBIMB V6.0. The situation is like this.
We would be getting huge number of files in a particular folder. The size of the files can be in GBs.
I need M ... |