Author |
Message
|
Seeker |
Posted: Thu Oct 07, 2004 8:44 am Post subject: Euro Symbol through MQ |
|
|
Newbie
Joined: 07 Oct 2004 Posts: 8
|
Hi All,
Our application, running on a XP machine, connects to the server through a MQ message queue. When an Euro symbol is enetered through the application (written in VB), it is not being received by the server. Is there a way of looking in the MQ logs to see the raw data transmitted by the client. The server runs on a Sun Solaris machine with client running under XP Professional.
Thanks in advance,
Seeker |
|
Back to top |
|
 |
siliconfish |
Posted: Thu Oct 07, 2004 8:51 am Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
u can use tcpdump, u can also use a sniffer program named sps provided in SSL tutorial package in the documentation section. _________________ siliconfish |
|
Back to top |
|
 |
JasonE |
Posted: Thu Oct 07, 2004 11:12 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Trace also logs the data flowing - search for TSH<space> for the data going out on the wire |
|
Back to top |
|
 |
Seeker |
Posted: Thu Oct 07, 2004 12:23 pm Post subject: Directory for logfiles |
|
|
Newbie
Joined: 07 Oct 2004 Posts: 8
|
Thanks for your replies. I forgot to mention that I'am essentially a newbie to MQSeries. Please specify the directory where the logfiles are located and name(s) of the logfiles. |
|
Back to top |
|
 |
siliconfish |
Posted: Thu Oct 07, 2004 12:38 pm Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
/var/mqm/qmgrs/QMGR_NAME/errors/AMQERR01/02/03.LOG _________________ siliconfish |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Oct 07, 2004 1:20 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
What about checking if the OS version on Unix is set to support the Euro symbol. Standard Unix code page (including that of the qmgr) is 819.
This does not support the Euro symbol. Check out your documentation and work with the OS admin. You might want to go to ccsid of 1208 or something of the kind. Read up in the documentation its specified somewhere (probably intercomm manual)
Enjoy  |
|
Back to top |
|
 |
newwmq |
Posted: Thu Oct 07, 2004 11:48 pm Post subject: |
|
|
Newbie
Joined: 07 Oct 2004 Posts: 8
|
923 is the Euro equivalent of 819 on AIX etc. This is the same as 819 with the euro symbol added. It is also known as ISO8859-15. |
|
Back to top |
|
 |
Seeker |
Posted: Fri Oct 08, 2004 6:27 am Post subject: Unix Codeset |
|
|
Newbie
Joined: 07 Oct 2004 Posts: 8
|
Hi All,
Thanks for all your replies. I will certainly check with our OS Admins to see what codeset we are using. As I already mentioned, I 'am reltively new to MQ. I would greatly appreciate if you can provide as many details as possible, even those you think are very basic.
Thanks,
Seeker. |
|
Back to top |
|
 |
|