|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Space character disappears on aix |
« View previous topic :: View next topic » |
Author |
Message
|
szfamman |
Posted: Fri Sep 05, 2014 12:28 am Post subject: Space character disappears on aix |
|
|
Newbie
Joined: 07 Jul 2014 Posts: 9
|
Hi guys,
I'm developing an application for our customer, and in a http request i need to put a single space character in a field:
Code: |
SET messageRefOut.spaceField = ' '; |
I'm always testing the message flows on my system (OS: Windows, broker version 8.0.0.2). I debug the flows and use flow monitoring, and i can see the space character in the spaceField field.
But in the customer's environment the space gets trimmed in the backend application. In debug node i can see the space in the proper field right before the HTTPRequest node, but when the node propagates the message the space vanishes and the spaceField field becomes an emtpy field (<spaceField />).
The only "big" difference between the system is that their broker runs on AIX, and mine runs on Windows.
I even tried this (the x'20 is the space in ascii table), but the result is the same (it works on my broker, but the space disappears on theirs):
Code: |
SET messageRefOut.spaceField = CAST(X'20' AS CHARACTER CCSID 1208; |
Can you guys help me resolve this issue?
Thanks,
Tom
UPDATE:
Broker works as intended! The monitoring system was faulty (it reads out the monitoring events from the proper queue, and saves them to a DB. Then the admins can check them on a fancy website): somehow it makes the space character disappear...
Regards,
Tom |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|