Author |
Message
|
jack12 |
Posted: Wed Feb 08, 2006 9:23 am Post subject: sending greek data to queue |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Hi,
when I try to send greek data from VB application to the MQ Queue in the XML form, the greek chars are displayed as '???' in the Queue. I am using the codepage 813. Before the MQ data conversion itself, the data is looking like this. Pls suggest.
thanks..jack |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 08, 2006 9:47 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What are you using to see the messages? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jack12 |
Posted: Thu Feb 09, 2006 12:43 am Post subject: sending greek data to queue |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Hello......actually the support team is viewing the message..in the mainframe window...using monitoring software.
Thanks...Jack |
|
Back to top |
|
 |
jack12 |
Posted: Thu Feb 09, 2006 12:46 am Post subject: |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Adding to that..they are sending me the HEX values for the data before conversion...The Hex value shows ? char for 813 code page. |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Feb 09, 2006 1:22 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi jack12,
I think the code page is 1253. You could try with that.
Actually I think this link is suitable for everyone to add in Favourites.
http://www.kostis.net/charsets/
Regards. |
|
Back to top |
|
 |
jack12 |
Posted: Thu Feb 09, 2006 3:25 am Post subject: |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Tried 1253 and 869...no result...
-Jack |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Feb 09, 2006 3:57 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
hmmm
Ok, this is the flow.
VB --> MQ Queue --> MB --> MQ Queue --> Mainframe
Forget about what is there in the input queue, is the broker able to decifer the characters ? If not try the CCSID and Encoding change....
What tool are u using to view the messages ?
Can you post a part of the sample message, we could try running it to...
Regards. |
|
Back to top |
|
 |
jack12 |
Posted: Thu Feb 09, 2006 6:13 am Post subject: |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Hi..thanks for your effort...The Broker is converting the msg properly. But the problem is placing msg in the queue.i,e 2nd stage as per your flow.
I suspect the queue manager, whether that will support 813 while placing the msg or any other setting required while placing the msg to the queue. |
|
Back to top |
|
 |
jack12 |
Posted: Thu Feb 09, 2006 9:24 am Post subject: |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Its only the MQPUT.....if i send a xml like <name>βασιλ</name> this, the Queue is having the data like <name>????</name> this. This is before conversion by the broker. In Hex value all are 3F.
-Jack |
|
Back to top |
|
 |
jack12 |
Posted: Thu Feb 09, 2006 9:26 am Post subject: |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
the chars in the <name> tag all are in greek., not like wht displayed over here.
-Jack |
|
Back to top |
|
 |
jack12 |
Posted: Mon Feb 13, 2006 7:26 am Post subject: |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Actually there was some code block in getting the code page 1253...i have removed them..Now its working...and 1253 is the right one.
Thanks to all....Jack |
|
Back to top |
|
 |
|