Author |
Message |
Topic: RCB and BLOB |
ranjitgopalan
Replies: 8 Views: 6207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 05, 2009 6:17 am Subject: RCB and BLOB |
Thanks for the info. How do i know which java charsetname i need to use for a CCSID |
Topic: RCB and BLOB |
ranjitgopalan
Replies: 8 Views: 6207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 8:30 pm Subject: RCB and BLOB |
I tried instead of RCD putting the BLOB into a MQ OUput and then through another MQ Input i read it parsing as MRM it works. I assume the issue with charcodedset or encoding but not able pin point wha ... |
Topic: RCB and BLOB |
ranjitgopalan
Replies: 8 Views: 6207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 12:50 pm Subject: RCB and BLOB |
No i have not added any specific code page to the CDATA but not sure what is causing the issue. THE MRM is of USE DATA PATTERN, would this cause a issue ? |
Topic: RCB and BLOB |
ranjitgopalan
Replies: 8 Views: 6207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 10:51 am Subject: RCB and BLOB |
Tried giving a class cast exception seems like string cannot be typecasted to byte[]. seems like i have to only use getBytes().
Any other suggestion whic i can try |
Topic: RCB and BLOB |
ranjitgopalan
Replies: 8 Views: 6207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 8:34 am Subject: RCB and BLOB |
I am trying to convert a BLOB to the logical model using a java node and RCD.
The java code i have takes the CDATA section of a XML message node and tries to convert it to a BLOB through the RCD. ... |
Topic: XSLT VS ESQL |
ranjitgopalan
Replies: 4 Views: 6673
|
Forum: General Discussion Posted: Wed Apr 29, 2009 12:48 am Subject: XSL |
we had some major issue using xslt but it was more of us know the best way to code in it. After that was rectified, we were able to run it like with no big performance issues. |
Topic: MRM - TDS Parser |
ranjitgopalan
Replies: 3 Views: 2615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 6:19 am Subject: MRM - TDS Parser |
Thanks kimbert it worked. Composition sequence worked fine but it also work with choice by which i could get the records any where. |
Topic: MRM - TDS Parser |
ranjitgopalan
Replies: 3 Views: 2615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 20, 2009 10:17 pm Subject: MRM - TDS Parser |
I have a message with the following structure
Header (1)
Data (1..n)
Footer(1)
and the message looks like this
OP-----------------------------(Length 70) -> header
---------------- ... |