Author |
Message |
Topic: Can you deploy mulitple queue managers ? |
sgopal
Replies: 11 Views: 6808
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 09, 2002 5:06 pm Subject: Can you deploy mulitple queue managers ? |
Please review my understanding:
Can i have the following setup:
Configuration manager (CM1), installed and configured in the Windows NT environment.
Queue manager QM1 can be created on NT and a ... |
Topic: creating one output message from multiple input |
sgopal
Replies: 3 Views: 3833
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 09, 2002 4:44 pm Subject: creating one output message from multiple input |
First solution i can think of is by using MQGet node (IA09 Support pac.
http://www-3.ibm.com/software/ts/mqseries/txppacs/ia09.html).
After input node gets the first message, message flow can have ... |
Topic: data |
sgopal
Replies: 5 Views: 4657
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 08, 2002 6:13 pm Subject: data |
Dinesh,
It is possible to transfer data from DB2 to Oracle using WMQI.. But explain your requirement in detail. Do you want to send data between two different platforms? It is just data transfer o ... |
Topic: How to find the number of child elements |
sgopal
Replies: 2 Views: 1919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 06, 2002 3:50 pm Subject: How to find the number of child elements |
Hi Yanghui,
Have you tried using field function CARDINALITY.
Please refer ESQL Reference for more information. I hope that might solve your problem.
Gopal |
Topic: Padding / Encoding Null question |
sgopal
Replies: 4 Views: 3010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 06, 2002 3:44 pm Subject: Padding / Encoding Null question |
your input data must be 6 bytes long (either padded with 0's or NULL's). You will have to change your source application to generate 6 bytes of integer data.
Kiran, i feel it is not necessarily tha ... |
Topic: Moving Data.. |
sgopal
Replies: 4 Views: 2828
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 06, 2002 3:06 pm Subject: Moving Data.. |
If you just want to move data from one platform to another without any data manipulation. You need not use WMQI, you can manage with MQSeries alone. As Kiran mentioned, it would be better if you expla ... |
Topic: Rules used for importing cobol copybooks |
sgopal
Replies: 6 Views: 6262
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 27, 2002 10:48 am Subject: Rules used for importing cobol copybooks |
While importing the COBOL Copybook into message set, a report is generated. You can check the report for successful import of all the COBOL Elements.
Regarding valid COBOL copybook, itz common rul ... |
Topic: Add a header to a message |
sgopal
Replies: 1 Views: 2694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2002 1:47 pm Subject: Add a header to a message |
I guess, by this statement
This subflow should work on all kind of messages (MRM, XML, BLOB etc.)
you mean subflow should construct Header message in MRM,XML, BLOB, etc. format.
Header message ... |
Topic: ESQL FUNCTIONS |
sgopal
Replies: 6 Views: 3947
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 23, 2002 4:23 pm Subject: ESQL FUNCTIONS |
I think you have not installed CSD2 on your WMQI Server.
Because broker see the CREATE word and it fails when FUNCTION IS USED, it expects 'FIELD, PARENT, PREVIOUSSIBLING, NEXTSIBLING, FIRSTCHILD, ... |
Topic: WMQI and the '&' |
sgopal
Replies: 2 Views: 3204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 23, 2002 10:29 am Subject: WMQI and the '&' |
There are plenty of discussion threads on usage of character like &,',<,> inside XML.
Check out this link:
http://www.mqseries.net/phpBB2/viewtopic.php?t=4860
I suggest, you do a sear ... |
Topic: FTP Using MQ - OS/390 |
sgopal
Replies: 3 Views: 4530
|
Forum: General IBM MQ Support Posted: Sat Aug 17, 2002 11:31 pm Subject: FTP Using MQ - OS/390 |
Any idea whether next version of MQSeries on OS/390 to have support of reference messages? |
Topic: siebel integration |
sgopal
Replies: 1 Views: 2191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 16, 2002 1:40 pm Subject: siebel integration |
Check out this site
http://www-3.ibm.com/software/info1/websphere/index.jsp?tab=solutions/wbiinfocenter
for Websphere business integration adapters documentation.
IBM provides adapters for Sieb ... |
Topic: MQCFH |
sgopal
Replies: 2 Views: 4216
|
Forum: IBM MQ API Support Posted: Thu Aug 15, 2002 4:30 pm Subject: MQCFH |
After forming the data object, your program should connect to queue manager, open and put the message in "SYSTEM.ADMIN.COMMAND.QUEUE" queue. |
Topic: problem with MessageFlow |
sgopal
Replies: 12 Views: 6281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 15, 2002 2:14 pm Subject: problem with MessageFlow |
Can you try with the following:
1. SET OutputRoot.Properties.MessageDomain = 'BLOB';
2. CAST(Environment.MRM as BLOB); or
BITSTREAM(Environment.MRM); |
Topic: Getting back MQ messages when System abend occurs |
sgopal
Replies: 15 Views: 27530
|
Forum: IBM MQ API Support Posted: Thu Aug 15, 2002 12:24 pm Subject: Getting back MQ messages when System abend occurs |
Found two problems in your posted code,
1.
IF BROWSE-GET THEN
ADD MQGMO-BROWSE-FIRST TO MQGMO-OPTIONS
END-IF.
If BROWSE-GET condition is satisfied then you are setting MQGMO-BROWSE-FIRST ... |