ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Space character disappears on aix

Post new topic  Reply to topic
 Space character disappears on aix « View previous topic :: View next topic » 
Author Message
szfamman
PostPosted: Fri Sep 05, 2014 12:28 am    Post subject: Space character disappears on aix Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Space character disappears on aix
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.