Author |
Message |
Topic: How to creat XML tag with special character? |
lrasalas01
Replies: 3 Views: 2642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 14, 2008 4:19 am Subject: How to creat XML tag with special character? |
Thanks vaibhav,
It solved the problem. Was so simple.
And thanks kimbert for that link. That was exactly what I searched for before posting this question, but couldn't find. |
Topic: How to creat XML tag with special character? |
lrasalas01
Replies: 3 Views: 2642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 12, 2008 11:34 pm Subject: How to creat XML tag with special character? |
Hi,
I am creating XML message from fixed length string. If I try to create following tag, I getting syntax error for ESQL module.
SET OutputRoot.XML.SiebelMessage.ListOfAction.Action.Sub-Area = '0 ... |
Topic: Cannot put MQOutput message to alias queue |
lrasalas01
Replies: 16 Views: 12803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 07, 2008 11:37 pm Subject: Cannot put MQOutput message to alias queue |
The message not being committed?
The problem was the definition of remote queue on sender queue manger. It's XMITQ property was set to SYSTEM.CLUSTER.TRANSMIT.QUEUE. We changed it to blank ... |
Topic: Cannot put MQOutput message to alias queue |
lrasalas01
Replies: 16 Views: 12803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 07, 2008 2:51 am Subject: Cannot put MQOutput message to alias queue |
Hi all,
thanks for the replies.
Finally we recreated Qalias, Local Remote queue and tested again. The message is not being backed out but there is new problem now. Message just sits in System.Clus ... |
Topic: Cannot put MQOutput message to alias queue |
lrasalas01
Replies: 16 Views: 12803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 06, 2008 3:37 am Subject: Cannot put MQOutput message to alias queue |
Thanks for the replies.
To give the heads up,
Akansha, we did exactly in that order. Just that those queue managers, clusters, channels and queues exist since 4 years.
Micheal,
I tried amqsp ... |
Topic: Cannot put MQOutput message to alias queue |
lrasalas01
Replies: 16 Views: 12803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 10:29 pm Subject: Cannot put MQOutput message to alias queue |
Hi Akanksha,
Yes, QC.IT01.IDGETCC has been defined on QMID0101. Are there any reasons why QMCC01 might not *see* QC.IT01.IDGETCC? |
Topic: Cannot put MQOutput message to alias queue |
lrasalas01
Replies: 16 Views: 12803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 8:35 pm Subject: Cannot put MQOutput message to alias queue |
mqrc 2082
2082 0x00000822 MQRC_UNKNOWN_ALIAS_BASE_Q
Thanks for the pointer.
Sorry I am new to MQ. How can I check the BaseQName for this alias queue. I didn't see any BaseQName attribut ... |
Topic: Cannot put MQOutput message to alias queue |
lrasalas01
Replies: 16 Views: 12803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 7:24 pm Subject: Cannot put MQOutput message to alias queue |
Hi,
I am testing a message flow which puts its MQOutput messages to an alias queue. I am getting following error while trying to propogate the message to destination queue.
- <RecoverableExce ... |
Topic: SOLVED: Problem with MRM domain message: null root at Input |
lrasalas01
Replies: 4 Views: 3603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 4:50 am Subject: SOLVED: Problem with MRM domain message: null root at Input |
Check your code page and encoding settings. I see both UTF-16 and 1208 mentioned in the above log extracts.
You are right! It was about encoding of the actual xml file we used to create message d ... |
Topic: SOLVED: Problem with MRM domain message: null root at Input |
lrasalas01
Replies: 4 Views: 3603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 3:14 am Subject: SOLVED: Problem with MRM domain message: null root at Input |
Take a debug-level user trace and look for parsing exceptions.
I did. I have another parser exeption just before exeption written above.
- <ParserException timestamp="2008-08-05 07:39& ... |
Topic: SOLVED: Problem with MRM domain message: null root at Input |
lrasalas01
Replies: 4 Views: 3603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 2:33 am Subject: SOLVED: Problem with MRM domain message: null root at Input |
Hi,
I am stuck with following issue.
I am using a message flow to convert input XML message into fixed length string using MRM domain. So I have a input node, a compute node for xml to fixed leng ... |
Topic: Problem reading XML attribute from Inputmessage. |
lrasalas01
Replies: 10 Views: 5383
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 28, 2008 3:19 am Subject: Problem reading XML attribute from Inputmessage. |
Hi Kimbert,
As per you said, there was a difference of definition between input message and output message set. I had a hunch about that. Should have looked in that direction at the first place.
... |
Topic: Problem reading XML attribute from Inputmessage. |
lrasalas01
Replies: 10 Views: 5383
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 25, 2008 2:32 am Subject: Problem reading XML attribute from Inputmessage. |
Marko, Kimbert,
I took the trace and found that message is being generated as follows.
{HEADER DATA UPTO HERE}(0x01000021):MRM = ( (0x0300000D):@MessageId = ' ... |
Topic: Problem reading XML attribute from Inputmessage. |
lrasalas01
Replies: 10 Views: 5383
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 25, 2008 12:14 am Subject: Problem reading XML attribute from Inputmessage. |
Hello everybody,
I am reading XML into a fixed length text message.
I am having problem reading XML attribute values from input message in XML domain. I have tried following thing but nothing happ ... |