cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding error in xml validation 7.1

Former Member
0 Kudos

Hi

I am doing file to idoc scenario. In the sender agreement i selected validation by Adapter and uploaded the particular xsd.after executing the scenario in runtime workbench it is showing sucessfully processed but in the MDT audit log I am getting following error.without validation the file is posting in target system.but when I check the validation by adapter it is giving following error.

Received XI System Error. ErrorCode: CX_XMS_SYSERR_VALIDATION ErrorText: not used at the moment. ErrorStack: System error occurred during XML validation

Transmitting the message to endpoint http://orcdapp1.edfapps.edfenergy.net:51100/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: CX_XMS_SYSERR_VALIDATION:not used at the moment..

Please give me your inputs.

Regards

venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Venky,

This error due to incorrect path So please check whether you have used the correct path or not?

Create appropriate directories structure where we have to save your structure (xsd).

\usr\sap\<system id>\SYS\global\xi\runtime_server\A\B\C\D\E\F

A - validation

B - schema

C - GUID of the SWCV where service interface reside.

D - Repository Namespace where Service Interface is created.

E - Service Interface Name

F - Repository Namespace where Message Type or External Definition is assigned.

Note: if your ESR namespace contains special character then do replace it with u201C~u201D in folder name.

If namespace is http://abc.com/XI/FileToFile then folder name should be replace with httpabc.comXI~FileToFile

Export schema from the ESR and save it in folder u201CFu201D with name <<RootElementOfMessageType>>.xsd. So in this case it is MT_File_Sender.xsd

Regards,

Sameer

Edited by: sameer Khanna on May 27, 2009 10:14 AM

JoelTrinidade
Active Contributor
0 Kudos

Hi Venky,

I hope you have not mixed the paths for validation by integration engine and adapter engine. The paths for posting the .xsd file are different for different validation methods . Please check whether you have used the correct path.

Refer to page 12 of https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06dff94-9913-2b10-6f82-9717d9f8...

Regards

joel