Author |
Message |
Topic: MQSeries Client for AS400 |
psk
Replies: 3 Views: 3044
|
Forum: General IBM MQ Support Posted: Thu Mar 06, 2003 3:05 pm Subject: MQSeries Client for AS400 |
Hi,
Thanks for the reply. But I could not clearly get an answer.
Do you know if we can install MQSeries Client on an AS400 box to connect to a Queue Manager on any other box say HP Unix box.
If ... |
Topic: MQSeries Client for AS400 |
psk
Replies: 3 Views: 3044
|
Forum: General IBM MQ Support Posted: Thu Mar 06, 2003 7:18 am Subject: MQSeries Client for AS400 |
Hi,
Does IBM provide a MQSeries Client for AS400? I read somewhere that we only have MQSeries Server for AS400. Is it true?
Where can I find the documentation for the same? |
Topic: Setting up Destination List in MQ Integrator using ESQL |
psk
Replies: 8 Views: 15953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 12, 2002 3:10 am Subject: Setting up Destination List in MQ Integrator using ESQL |
Hi Kirani,
Thanks for the Reply......
One more question was that if ODBC connection is the only way of accessing an external database in the Compute node? Is there any other way of connecting a ext ... |
Topic: Setting up Destination List in MQ Integrator using ESQL |
psk
Replies: 8 Views: 15953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 12:00 pm Subject: Setting up Destination List in MQ Integrator using ESQL |
Thanks Kirani,
The question about Transaction Mode is as foolows:
If I have a table with 3 columns , I use the first two columns to access the value in the third column. There is only Lookup no ... |
Topic: Setting up Destination List in MQ Integrator using ESQL |
psk
Replies: 8 Views: 15953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 11:11 am Subject: Setting up Destination List in MQ Integrator using ESQL |
One more question...
In the Compute Node , what is this transaction mode option and why does it compulsorily ask for the column names..
The messgae flow does not get deployed without column names. ... |
Topic: Setting up Destination List in MQ Integrator using ESQL |
psk
Replies: 8 Views: 15953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 10:49 am Subject: Setting up Destination List in MQ Integrator using ESQL |
Hi ,
Thanks very much for the reply... It will help a lot...
I have one more question... when I set
SET OutputRoot.MQMD.Encoding = 125;
the ESQL gui for MQSI 2.1 shows syntax error but the ... |
Topic: Setting up Destination List in MQ Integrator using ESQL |
psk
Replies: 8 Views: 15953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 6:21 am Subject: Setting up Destination List in MQ Integrator using ESQL |
Hi,
In the old version of MQSI (version 2.0) I had set destination list in compute node using the following code :
Set OutputDestinationList.Destination.MQDestinationList.DestinationData.queueNam ... |
Topic: Generic method of accessing database |
psk
Replies: 2 Views: 2422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 21, 2002 8:53 am Subject: Generic method of accessing database |
Thanks for the reply but I didnt understand how to do that..
can you please explain in a little detail |
Topic: Generic method of accessing database |
psk
Replies: 2 Views: 2422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 21, 2002 6:03 am Subject: Generic method of accessing database |
Hi,
I have 3 systems defined at my end DEV, QA, PROD. I use a compute node to access values from a oracle database. In the compute node , I have to define the ODBC connection name, say CCROUTE where ... |
Topic: How to throw an error if there is special char in XML |
psk
Replies: 1 Views: 1936
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 06, 2002 8:00 am Subject: How to throw an error if there is special char in XML |
I am using XML messages within XML domain. According to business rules, when we receive message with any extra special character (white space or carriage return) between XML tags, we should throw an e ... |
Topic: How to check message is XML well-formatted ? |
psk
Replies: 7 Views: 5379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 26, 2002 9:04 am Subject: How to check message is XML well-formatted ? |
Hi , sorry to interupt.. I wanted to understand the exact situation in which the CPU usage be very high. Whenever the not well formed XML message is passed thr the message flow, does the CPU usage inc ... |
Topic: Message tree access problem in ESQL |
psk
Replies: 4 Views: 3406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 25, 2002 12:49 pm Subject: Message tree access problem in ESQL |
Hey thanks,
I tried it again now and got it working.. I guess I was making some mistake initially..couldnt figure out what it was..
Thanks very much for the help,
|
Topic: Message tree access problem in ESQL |
psk
Replies: 4 Views: 3406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 25, 2002 11:23 am Subject: Message tree access problem in ESQL |
Hi,
Thanks for the prompt reply. I too had thought so and had tried it out before and even now after ur suggestion . It does not work .. When there is a XML declaration, it gives FIELDNAME of Root.XM ... |
Topic: Message tree access problem in ESQL |
psk
Replies: 4 Views: 3406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 25, 2002 10:38 am Subject: Message tree access problem in ESQL |
Hi,
I have XML like <AAA><BBB></BBB></AAA> , <CCC><BBB></BBB></CCC>.
As the outer tag is variable I am accessing it as OutputRoot.XML.*[1].BBB. But wh ... |