Author |
Message |
Topic: ESQL access to mainframe DB2 from MQSIv2.0.1 |
doggy
Replies: 19 Views: 26817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2001 11:47 am Subject: ESQL access to mainframe DB2 from MQSIv2.0.1 |
In the compute node, you can access external DB using ODBC. In here you must specify "Database.yourschema.table" in your SELECT clause.
ODBC will first attempt to use login/pwd you specified on ... |
Topic: 1->n messages->1 Queue |
doggy
Replies: 5 Views: 7225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 10, 2001 6:26 pm Subject: 1->n messages->1 Queue |
And where can i get multiply plugin to see if it fits my purpose?
Tin |
Topic: 1->n messages->1 Queue |
doggy
Replies: 5 Views: 7225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 10, 2001 3:33 pm Subject: 1->n messages->1 Queue |
Thanks for your reply.
In details, I need to do vendor lookup on SAP, which involves 2 BAPI calls. The first BAPI call will return a list of VendorID, which I will use to call the second BAPI to ... |
Topic: 1->n messages->1 Queue |
doggy
Replies: 5 Views: 7225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 10, 2001 9:42 am Subject: 1->n messages->1 Queue |
Hi all,
I am receiving an XML message with repeating XML tags (<xml><t>blah</t><t>blah2</t></xml>) and I would like to break the message/tags into multiple indiv ... |
Topic: ODBC in compute node |
doggy
Replies: 3 Views: 4065
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 05, 2001 8:49 am Subject: ODBC in compute node |
You are right.
I was able to connect to AS400 using native IBM DB2 ODBC driver, but the data are not translate correctly to CCSID 65535. Unfortunately, MQSI fails to connect using IBM Client Acc ... |
Topic: copy Message ID |
doggy
Replies: 4 Views: 6923
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 05, 2001 8:43 am Subject: copy Message ID |
It works!
Thanks,
Tin |
Topic: ODBC in compute node |
doggy
Replies: 3 Views: 4065
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 04, 2001 9:30 am Subject: ODBC in compute node |
Another question from me
I am doing some SQL query inside compute node, and as my understanding, you must "add" the ODBC datasource. I was able to connect to a local DB2 database and it ... |
Topic: copy Message ID |
doggy
Replies: 4 Views: 6923
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 03, 2001 11:58 pm Subject: copy Message ID |
Hi,
Once the message is in MQSI, I would like to copy the "Message ID" and put it on the "Correlation ID". Any suggestion of how I can do this?
Thanks,
Tin |