Author |
Message |
Topic: How to store XML msg into SQLServer 'ntext' datatype column? |
dev
Replies: 2 Views: 3707
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 29, 2004 1:27 pm Subject: How to store XML msg into SQLServer 'ntext' datatype column? |
Thanks! It worked! |
Topic: How to store XML msg into SQLServer 'ntext' datatype column? |
dev
Replies: 2 Views: 3707
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 29, 2004 8:20 am Subject: How to store XML msg into SQLServer 'ntext' datatype column? |
I have a DATABASE NODE, wanting to store complete XML message into SQL servers column names MSG (data type is ntext) under table TEST_MSG.
INSERT INTO Database.dbo.TEST_MSG (MSGType, MSG)
VALUE ... |
Topic: XML.Attribute to XML.Element Mapping issue |
dev
Replies: 2 Views: 3514
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 07, 2003 11:07 am Subject: XML.Attribute to XML.Element Mapping issue |
Thanks! It works! |
Topic: XML.Attribute to XML.Element Mapping issue |
dev
Replies: 2 Views: 3514
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 06, 2003 9:30 am Subject: XML.Attribute to XML.Element Mapping issue |
I have an XML to XML mapping where I have to map Incoming XML attribute to Outgoing XML Element.
Incoming XML message is:
<?xml version = "1.0" encoding = "UTF-8"?>
<Input_Root_Tag>
... |
Topic: MQMD Setting up problem |
dev
Replies: 1 Views: 2518
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 13, 2002 3:26 pm Subject: MQMD Setting up problem |
I have a message comming from AS400 to MQSI on W2k.
AccountingToken is being set on AS400 to '000010000120021213'.
When it comes to W2k in queue looks like 'F0F0F0F0F1F0F0F0F0F0F2F0F0F2F1F2F1 ... |
Topic: How to identify Msg format? |
dev
Replies: 3 Views: 4434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 10, 2002 9:28 am Subject: How to identify Msg format? |
Kirani,
I do not have conrol to set MQMD since data is comming from client side in either format, however we are already using AppIdentityData for another parameter which is common to both format, an ... |
Topic: How to identify Msg format? |
dev
Replies: 3 Views: 4434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 10, 2002 8:38 am Subject: How to identify Msg format? |
I have a scenerio where a filter node can receive either BLOB or XML format, it route on the basis of format(BLOB or XML). How can i identify that what format is it for incomming message?
Thanks i ... |
Topic: How to identify Msg format? |
dev
Replies: 1 Views: 4036
|
Forum: Clustering Posted: Mon Dec 09, 2002 3:28 pm Subject: How to identify Msg format? |
I have a scenerio where a filter node can receive either BLOB or XML format, it route on the basis of format(BLOB or XML). How can i identify that what format is it for incomming message?
Thanks in ... |
Topic: Help needed on MQSeries Intercommunication. |
dev
Replies: 3 Views: 4535
|
Forum: General IBM MQ Support Posted: Thu Dec 05, 2002 10:08 am Subject: Help needed on MQSeries Intercommunication. |
I have a scenerio where QM A resides on box BOXA and has a RQD named a.rqd which resolves to local queue b.local on QM B, resides on another box BOXB.
Assume if connection from QM A to QM B is not ... |
Topic: Help needed on MQSeries Intercommunication. |
dev
Replies: 3 Views: 5754
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 05, 2002 10:07 am Subject: Help needed on MQSeries Intercommunication. |
I have a scenerio where QM A resides on box BOXA and has a RQD named a.rqd which resolves to local queue b.local on QM B, resides on another box BOXB.
Assume if connection from QM A to QM B is not ... |
Topic: Help needed on MQSeries Intercommunication. |
dev
Replies: 1 Views: 4141
|
Forum: Clustering Posted: Thu Dec 05, 2002 10:03 am Subject: Help needed on MQSeries Intercommunication. |
I have a scenerio where QM A resides on box BOXA and has a RQD named a.rqd which resolves to local queue b.local on QM B, resides on another box BOXB.
Assume if connection from QM A to QM B is not ... |
Topic: How to identify RQD name, message was put on???? |
dev
Replies: 1 Views: 2304
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 21, 2002 11:14 am Subject: How to identify RQD name, message was put on???? |
I have two different RQDs with different names resolving to one local queue which is being used in Message flow as MQInput Queue. How can I identify in my message flow that which message is comming fr ... |
Topic: Anonymous Field Reference in ESQL |
dev
Replies: 3 Views: 4863
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2002 2:21 pm Subject: Anonymous Field Reference in ESQL |
I got it working, solution is:
EVAL('SET "OutputRoot"."XML".' ||(FIELDNAME(InputBody.(XML.tag)[1]))|| '."Header"."Topic" = "InputBody".*[2]."Hea ... |
Topic: Is it possible to execute .dll from any node in MQSI? |
dev
Replies: 3 Views: 3964
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2002 2:04 pm Subject: Is it possible to execute .dll from any node in MQSI? |
Kirani,
Could you please guide me in the same if you have already done so. |
Topic: Is it possible to execute .dll from any node in MQSI? |
dev
Replies: 3 Views: 3964
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2002 1:24 pm Subject: Is it possible to execute .dll from any node in MQSI? |
I want to call and execute .dll (VB component) from coumpute node on a specific condition. Is it possible to do that? |