Author |
Message |
Topic: SELECT Problem |
paldebojyoti
Replies: 2 Views: 3292
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 29, 2004 1:43 am Subject: SELECT Problem |
Thanks Richa. It's working.
Regards,
Debojyoti |
Topic: SELECT Problem |
paldebojyoti
Replies: 2 Views: 3292
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 27, 2004 10:53 pm Subject: SELECT Problem |
Hi,
I am facing a problem in SELECT statement in ESQL in WMQI 2.1. My query is
SET DEP_GMT_OFFSET = THE (SELECT T.gmt_min_offset
FROM Datab ... |
Topic: PROPAGATE problem |
paldebojyoti
Replies: 6 Views: 3318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 27, 2004 9:12 pm Subject: PROPAGATE problem |
Hi ,
Thank you everybody, It's working.
Regards,
Debojyoti |
Topic: CodedCharSetId Problem |
paldebojyoti
Replies: 3 Views: 3076
|
Forum: IBM MQ API Support Posted: Tue Oct 26, 2004 10:13 pm Subject: CodedCharSetId Problem |
Hi,
I am facing a problem. Our java application publishes a message whose CodedCharSetId is 819 but the message is being retrieved using JMS queue classes and they see messages as byte message which ... |
Topic: PROPAGATE problem |
paldebojyoti
Replies: 6 Views: 3318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 26, 2004 5:49 am Subject: PROPAGATE problem |
Hi Jeff,
Thanks for your prompt reply.
Yes I have included return false at the last of ESQL.
Actually my esql code is so big, it is difficult to post.
Regards,
Debojyoti |
Topic: PROPAGATE problem |
paldebojyoti
Replies: 6 Views: 3318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 26, 2004 5:44 am Subject: PROPAGATE problem |
Hi,
I am facing a problem in WMQI 2.1. I have to generate a no. of output messages from one input message. So in esql I am using command PROPAGATE, but my input message goes to failure queue giving t ... |
Topic: Blob Message Parsing |
paldebojyoti
Replies: 1 Views: 1875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 16, 2004 10:07 pm Subject: Blob Message Parsing |
Hi All,
Can any one please tell me if I can go through a blob message like character array in C so that I can take each character and compare it with a specific one.
Thanks in advance.
Deb. |
Topic: Repeat elements in TDS format. |
paldebojyoti
Replies: 5 Views: 4387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 06, 2004 1:18 am Subject: Repeat elements in TDS format |
Thanks Kimbert for your help. But I can't set maxOccurs to -1, it gives error. The three exceptions are as follows:
1 BIP2231E: Error detected whilst processing a message
'Message_Set_Name.Comput ... |
Topic: Repeat elements in TDS format. |
paldebojyoti
Replies: 5 Views: 4387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2004 3:42 am Subject: Repeat elements in TDS format |
Hi kimbert,
Thanks. Here are the answers of your queries:
1) TDS : BRD|FLIGHT|DATE|ORG
XML : <XML><EVENT><BRD></BRD><FLIGHT></FLIGHT><DATE></DATE>< ... |
Topic: Repeat elements in TDS format. |
paldebojyoti
Replies: 5 Views: 4387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 04, 2004 9:47 pm Subject: Repeat elements in TDS format. |
Hi All,
Here I want to convert a TDS message to an XML, I AM USING wmqi2.1. Here '|' is used as a delimiter. When each element of the TDS message is non repeatable then XML message is generated, ... |