Author |
Message |
Topic: XML Parsing Error while parsing the message |
gaurav.udgir
Replies: 2 Views: 3134
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 7:46 am Subject: XML Parsing Error while parsing the message |
Hi All,
I am getting WTX Output which is a XML message {0:2100¡01¡N
The '¡' in the above is a special character which is coming from WTX maps. As per the mapping this is ascii equivalent of h ... |
Topic: Alternate for Messages folder in MB Installation Path |
gaurav.udgir
Replies: 1 Views: 1386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 10, 2010 12:54 am Subject: Alternate for Messages folder in MB Installation Path |
Hi All,
We are trying to write error message to the mqsi.log using the java code.
MbService.logError(e.getClassName(), e.getMethodName(), e.getMessageSource(), e.get ... |
Topic: Problem with Monitoring Events - bitstreamdata |
gaurav.udgir
Replies: 10 Views: 9355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 03, 2009 2:33 am Subject: Problem with Monitoring Events - bitstreamdata |
Hi Mgk,
Thank you for the response.
Yes you are right. It is having the headers. But how can I avoid the MQMD data from coming into bitstream data field?
Thank you.
Regards,
Gaurav. |
Topic: Problem with Monitoring Events - bitstreamdata |
gaurav.udgir
Replies: 10 Views: 9355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 03, 2009 2:17 am Subject: Problem with Monitoring Events - bitstreamdata |
Hi All,
Just now found that bitstream data is containing complete message payload (MQMD headers, message etc) and is coming as HexBinary Data. Any idea how can we convert this HexBinary Data back t ... |
Topic: Problem with Monitoring Events - bitstreamdata |
gaurav.udgir
Replies: 10 Views: 9355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 03, 2009 1:34 am Subject: Problem with Monitoring Events - bitstreamdata |
Hi,
Thank you for the response.
Sorry. Was not aware of preview feature. Next time will take care.
I have configured the payload to be in hexbinary format in the monitoring tab. When it arriv ... |
Topic: Problem with Monitoring Events - bitstreamdata |
gaurav.udgir
Replies: 10 Views: 9355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 02, 2009 9:21 pm Subject: Problem with Monitoring Events - bitstreamdata |
Hi,
Sorry, pasted wrong code.
Using the following code:
DECLARE refMessage REFERENCE TO Environment.Variables.Message;
CREATE LASTCHILD OF refMessage DOMAIN('XMLNSC') PARSE (InputRoot.X ... |
Topic: Problem with Monitoring Events - bitstreamdata |
gaurav.udgir
Replies: 10 Views: 9355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 02, 2009 9:10 pm Subject: Problem with Monitoring Events - bitstreamdata |
Hi All,
MB: 6.1.0.4
MQ: 7.0
I am facing issues with Monitoring Events. I am getting the bitstream data in events message which is in hex binary format.
<wmb:bitstreamData>
<wmb: ... |
Topic: Date format in message Set |
gaurav.udgir
Replies: 3 Views: 3548
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 20, 2009 9:45 am Subject: Date format in message Set |
Hi All,
I want to specify a particular datetime format (yyyy-mm-dd hh:mm:ss.SSS) in message set to validate the Input XML.
IF any one knows any way to achieve this please let me know.
Thank ... |
Topic: Flow Debugger Very Slow |
gaurav.udgir
Replies: 5 Views: 5366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 17, 2009 7:30 pm Subject: Flow Debugger Very Slow |
Hi All,
I am facing slow debugger issue with 6.1.0.3 iFix 001. It takes almost 1-2 minutes to get a message from one break point to another.
If any one knows solution please help.
Thank y ... |
Topic: IFix02 for WMB 6.1.0.3 Toolkit has been released |
gaurav.udgir
Replies: 7 Views: 11602
|
Forum: News/Updates Posted: Mon Aug 17, 2009 7:22 pm Subject: IFix02 for WMB 6.1.0.3 Toolkit has been released |
Hi All,
I am also facing this slow debugger issue with 6.1.0.3 iFix 001. Is this issue resolved now? If any one got solution, could you please share.
Thank you. |
Topic: Try Catch in ESQL |
gaurav.udgir
Replies: 10 Views: 28291
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 12, 2009 8:28 pm Subject: Try Catch in ESQL |
Hi,
I am trying something like this:
DECLARE testDate DATE;
SET testDate = CAST(InputRoot.XMLNSC.Test.LastUpdateDate AS TIMESTAMP FORMAT 'I');
In the above statement I am validating that t ... |
Topic: Try Catch in ESQL |
gaurav.udgir
Replies: 10 Views: 28291
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 12, 2009 8:31 am Subject: Try Catch in ESQL |
Hi,
Thank you for the information. I tried to get the information about the Handler in 6.1 but found that documentation is limited so unable to get how to use it. Could you please help me with an e ... |
Topic: Try Catch in ESQL |
gaurav.udgir
Replies: 10 Views: 28291
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 12, 2009 6:14 am Subject: Try Catch in ESQL |
Hi All.
I want to throw a user generated exception instead of MB generated exception. I am trying to get something similar to try catch(as in java) in ESQL. If anyone has any idea, please help.
... |
Topic: Date Format Validation in ESQL |
gaurav.udgir
Replies: 1 Views: 7587
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 12, 2009 4:48 am Subject: Date Format Validation in ESQL |
Hi All,
I am getting a XML File with date field (described as string in XSD). I want to validate that it is of Datetime datatype in ESQL. The date format which I will be getting is ISO. e.g. 2019-0 ... |
Topic: poll a folder from time to time to check for a file |
gaurav.udgir
Replies: 9 Views: 8849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 14, 2009 7:01 am Subject: poll a folder from time to time to check for a file |
Hi All,
I have requirement where I need to poll a system folder after every 10 seconds to check for file. If file is not available then need to throw an exception. If any of you have any idea/ solu ... |