Author |
Message
|
SphereOfLove |
Posted: Fri Aug 29, 2014 7:23 am Post subject: DFDL Modeling ISO8583 serialization Error |
|
|
Apprentice
Joined: 13 May 2014 Posts: 38
|
Hi,
I am trying to parse and then serialize data sample, but it is giving me the following Error. I am using ISO8583_Unpacked Model.
error: CTDN3071E: Value '01041420620714000003 ' is not facet-valid with respect to pattern for element 'AccountIdentification1_102'.
Account Identification field is defined to be of Type_n_LL that means two prefix digits tells the length of the actual 'AccountIdentification1_102' data.
In my scenario prefixed length is 28 and the value is '01041420620714000003 '.
Please Help |
|
Back to top |
|
 |
Vitor |
Posted: Fri Aug 29, 2014 7:27 am Post subject: Re: DFDL Modeling ISO8583 serialization Error |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
SphereOfLove wrote: |
Please Help |
Have you applied all the advice you've been given over the last few days in your multiple DFDL-related posts? Especially the general trouble shooting advice like looking in the DFDL Trace? If so, why have you not bothered to post the results of your investigations here but persist in making us guess? Or even give us anything to go on except a single out of context error message?
If not, why should we continue to try and help you? _________________ Honesty is the best policy.
Insanity is the best defence.
Last edited by Vitor on Fri Aug 29, 2014 7:27 am; edited 1 time in total |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Aug 29, 2014 7:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Am I counting wrong, or is '01041420620714000003 ' 20 characters long?
Or are there a bunch of whitespace at the end that got collapsed? |
|
Back to top |
|
 |
SphereOfLove |
Posted: Mon Sep 01, 2014 10:08 pm Post subject: |
|
|
Apprentice
Joined: 13 May 2014 Posts: 38
|
mqjeff wrote: |
Am I counting wrong, or is '01041420620714000003 ' 20 characters long?
Or are there a bunch of whitespace at the end that got collapsed? |
Yes there are white spaces after '01041420620714000003 '. |
|
Back to top |
|
 |
kimbert |
Posted: Tue Sep 02, 2014 3:04 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Your data does not conform to the rules in the xsd. Either change the xsd ( adjust or remove the facet on the simple type ) or switch off validation. _________________ Before you criticize someone, walk a mile in their shoes. That way you're a mile away, and you have their shoes too. |
|
Back to top |
|
 |
|