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 » issue with default value in MXSD

Post new topic  Reply to topic
 issue with default value in MXSD « View previous topic :: View next topic » 
Author Message
mail2me.venky
PostPosted: Thu May 31, 2012 8:36 am    Post subject: issue with default value in MXSD Reply with quote

Apprentice

Joined: 11 May 2012
Posts: 26

<xsd:element name="CX21A_G_FUNCT_HEADER">
<xsd:complexType>
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="FixedLength" messageSetDefaultRep="Text1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element default="$~\u003eFUNCT-HEADER\u003c~$" name="CX21A_FUNCT_HEADER_L_ID" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep length="18" messageSetDefaultRep="Text1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

for the above default value "$~\u003eFUNCT-HEADER\u003c~$" , In the output file it should be written as "$~>FUNCT-HEADER<~"
but it is writing as "$~\u003eFUNCT-HEAD"

i changed the default value format as "$~<0x003e>FUNCT-HEADER<0x003c>~$" to get required result. but nothing worked.


Could someone to help me to solve this issue.

How to make recognize these
"$~\u003eFUNCT-HEADER\u003c~$" value in correct format @ output

How can i able to recognize hexadecimal string in correct character format in output?

Should i have to change any messageset settings or in mxsd ?


Thanks in advance
varun
Back to top
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Thu May 31, 2012 6:09 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Shouldn't that default value rather say:
Code:
default="$~&gt;FUNCT-HEADER&lt;~$"



_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
kimbert
PostPosted: Fri Jun 01, 2012 12:56 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Nope. The 'mnemonics' available in TDS properties are listed in this topic:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/topic/com.ibm.etools.mft.doc/ad09270_.htm

The relevant line is:
Code:
<LT>   X'3C'   <U+003C>   Less Than

So either of these should work:
Code:
default="$~<GT>FUNCT-HEADER<LT>~$"
default="$~<U+003E>FUNCT-HEADER<U+003C>~$"
Back to top
View user's profile Send private message
mail2me.venky
PostPosted: Fri Jun 01, 2012 10:15 am    Post subject: Reply with quote

Apprentice

Joined: 11 May 2012
Posts: 26

Thank for the reply.

I will try and get back to you , sure.

B4 that , just a small clarification

If i set these suggested values in message set( gui ) default properties
will it reflect ?

Sorry if i am wrong

Thanks
varun
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Jun 01, 2012 10:32 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

default values are not automatically populated except in certain circumstances.
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 » issue with default value in MXSD
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.