cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding error in xml validation in 7.1

Former Member
0 Kudos

Hi

I am getting following error in xml validation in 7.1

my scenario is IDOC TO FILE

from idoc DATE_TIME field comes with 14 digits. In the target I created DATE_TYPE field with data type

"dateTime" and in details column pattern section I mentioned yyyyMMddHHmmss.while doing xml validation in I am gettting this error:(xml validation done in receiver agreement validation by Integrtion engine)

cvc-pattern-valid: Value '20080213081220' is not facet-valid with respect to pattern 'yyyyMMddHHmmss' for type 'null'

Please give me some inputs on this.

Regards

venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

HI Venky,

You can simply type your target field as string in your target data type.

Regards,

Ravi

Former Member
0 Kudos

Hi,

try this - update your target msg xsd in your XI folder........rerun your scenario and see if this error is still there..........

if this error remains same, then in IR in data type, remove your pattern and just keep dateTime as datatype.......again update your xsd in XI folder.........rerun your scenario.

Regards,

Rajeev Gupta