Posted: Sun Aug 29, 2010 9:38 pm Post subject: Msgset queries in WMB 6.1
Centurion
Joined: 01 Aug 2010 Posts: 101
created a msgset and it worked fine in WMB 5.0 . when i tried to migrate the same msgset to 6.0 , its showing issue as
Severity and Description Path Resource Location Creation Time Id
The default value ' ' must have length 9 as constrained by the length facet. Either correct the default value, or right click on this warning and select 'QuickFix' to change the length facet to a max length facet. PFI_ECPGAPSC_MSGSET/PFI_ECPGAPSC_MSGSET extfinisher_edi816.mxsd line 15 1283146368602 103290
whether i want to set the value of the element from default to fixed . Kindly some one suggest on this .
Posted: Mon Aug 30, 2010 4:14 am Post subject: Re: Msgset queries in WMB 6.1
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
vijayakumar wrote:
created a msgset and it worked fine in WMB 5.0 . when i tried to migrate the same msgset to 6.0 , its showing issue
What's "it's" in this context? The migration tool when you migrate the message set, or the broker when you try to use it? _________________ Honesty is the best policy.
Insanity is the best defence.
Your xsd is wrong.
- it says that your element has a length of *exactly* 9 characters
- it supplies a default value for your element of *exactly* 1 character.
Either change the default value to 9 spaces, or change the xs:length facet into an xs:maxLength facet.
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