SAP PI 7.3 : Error during validation

Hello Everyone,
I have an error during the validation, and I don't now where is the problem.
The error is :
     <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30"          
                                                xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
          <SAP:Category>XIServer</SAP:Category>
          <SAP:Code area="XML_VALIDATION_INB">CX_XMS_SYSERR_VALIDATION</SAP:Code>
          <SAP:P1>com.sap.aii.utilxi.xmlvalidation.impl.XMLValidationException: XML Validation for payload with root element
                                name Orders , target namespace Failed!Errors Encountered During Parsing 1.cvc-elt.1: Cannot find the
                                declaration of element 'Orders'.</SAP:P1>
          <SAP:P2>XML Validation for payload with root element name Orders , target namespace Failed!Errors Encountered
                                During Parsing 1.cvc-elt.1: Cannot find the declaration of element 'Orders'.</SAP:P2>
          <SAP:P3>Schema Not Available in Cache, try to validation with file system schemas. Validation With File System
                                 schemas also Failed. XML Validation for payload with root element name Orders , target namespace
                                  Failed!Errors Encountered During Parsing 1.cvc-elt.1: Cannot find the declaration of element 'Orders'.
                                 </SAP:P3>
          <SAP:P4/>
          <SAP:AdditionalText>not used at the moment.</SAP:AdditionalText>
          <SAP:Stack>System error occurred during XML validation</SAP:Stack>
     </SAP:Error>
The XSD File for the validation is the following
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://site.be/Commandes" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://site.be/Commandes">
        <xsd:element name="Orders" type="Orders"/>
        <xsd:complexType name="Orders">
                <xsd:annotation>
                        <xsd:documentation xml:lang="EN">DT_Orders</xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                        <xsd:element name="ligne" maxOccurs="unbounded">
                                <xsd:complexType>
                                        <xsd:sequence>
                                                <xsd:element name="Field1" type="xsd:string"/>
                                                <xsd:element name="Field2" type="xsd:string"/>
                                                <xsd:element name="Field3" type="xsd:string"/>
                                                <xsd:element name="Field4" type="xsd:string"/>
                                                <xsd:element name="Field5" type="xsd:string"/>
                                        </xsd:sequence>
                                </xsd:complexType>
                        </xsd:element>
                </xsd:sequence>
        </xsd:complexType>
</xsd:schema>
Can someone give me some input to help me to resolve this problem ?
Thanks a lot
JC

How about a slight change to the xsd? Try with the following, it seems to work fine:
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <xsd:element name="Orders" type="Orders"/>
   <xsd:complexType name="Orders">
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
         <xsd:element name="ligne">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="Field1" type="xsd:string" />
                  <xsd:element name="Field2" type="xsd:string" />
                  <xsd:element name="Field3" type="xsd:string" />
                  <xsd:element name="Field4" type="xsd:string" />
                  <xsd:element name="Qte" type="xsd:string" />
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
      </xsd:choice>
   </xsd:complexType>
</xsd:schema>
You might also find this tool useful for testing such scenarios:
http://xsdvalidation.utilities-online.info/
By the way - how did you get the xsd that you are currently using?

Similar Messages

  • JSPM upgrade Error during validation of the dependencies of the selected ho

    Hi,
    We have a strange problem, recently we have upgraded our server from XI 3.0 to PI 7.1 and after the upgrade
    as part of post upgrade steps I had to deploy few SDA/SCA files, while I am trying to deploy these files
    I am getting the error "Error during validation of the dependencies of the selected hot fixes" during the check queue phase and I am not able to go ahead..
    As I am facing the same error for three different kinds of SDA files, I was trying to apply SP03 for my
    JSPM version 7.11.0.0.119 but even here I am facing the same error.
    I am sure that what ever the files I am trying to deploy are correct because these are instructed by SAP.
    I guess I have some problem with my JSPM.
    Please help me.
    Thanking you in advance.
    Sonali

    Hi,
    There is no SDM in NW 7.1. All the deployments have to be carried out by JSPM itself.
    Sonali - Can you check the JSPM logs and give complete log ?
    Also can u mention the SDA file names ?
    Are they standard SAP SDA files or custom files ?
    Cheers......,
    Raghu

  • JSPM: Error during validation of the dependencies of the selected hot fixes

    Hi,
    We have a strange problem, recently we have upgraded our server from XI 3.0 to PI 7.1 and after the upgrade
    as part of post upgrade steps I had to deploy few SDA/SCA files, while I am trying to deploy these files
    I am getting the error "Error during validation of the dependencies of the selected hot fixes" during the check queue phase and I am not able to go ahead..
    As I am facing the same error for three different kinds of SDA files, I was trying to apply SP03 for my
    JSPM version 7.11.0.0.119 but even here I am facing the same error.
    I am sure that what ever the files I am trying to deploy are correct because these are instructed by SAP.
    I guess I have some problem with my JSPM.
    Please help me.
    Thanking you in advance.
    Sonali

    Just updated your other post -
    Java deployment tools on NW 7.1
    Error during validation of the dependencies of the selected hot fixes
    Btw, could you check the documents of these SDA files in case there is soem common dependency?

  • Errors during validation

    I am trying to burn using iDVD 6 but keep getting an "error during validation" message. There are no warnings in the map menu, and the dvd plays perfectly in preview. No matter what I do, I keep getting this message. Help!

    Hi anpak:
    Welcome to discussions!
    Do you know the rules of chapter markers?
    *Make sure no chapter markers are within two seconds of the end of a transition.
    *Make sure no chapter markers are within two seconds of the start or end of the timeline.
    *Make sure no chapter markers are within a transition.
    Does that apply to you?
    Sue

  • Error during validating Project Mgmt Templ. in Item

    Hi Gurus,
    I am working with PPM 5.0 and facing an issue while creating a Project from Project template that is assigned to an Item type. In Item detail screen, when I click on "Create Project on saving" check-box and select a particular Project Template, I am getting message "Error during validation of Project management template".
    Following are the IMG activities I have done:
    (1) Define Portfolio Item type:
    - Link to Project system = Portfolio and Project Management
    - NoAutoPro = " "
    (2) Map Item type to Project Templates:
    - Item type to Project template = I have mapped two Project Mgmt templates to one Item type
    - Item type to Project type = mapped accordingly
    (3) In Base System Interfaces -> Application Object Settings -> Define Object Link Types:
    - For all 0RPM* objects, I have mentioned Logical and Destination system as newly created Logical system which is already assigned to system client.
    After doing these settings also I am facing the above mentioned error.
    Can anyone please guide me where I am going wrong?
    Thanks in advance.

    Hi Ravi,
    Considering above mentioned Object link grouping, I also made the changes in DFM.
    Following is the screenshot showing same. Unfortunately still no luck.
    << Object type setting >>
    << DFM settings for obj synchronization >>

  • SAP Note 144253 For error Enter valid delivery plant in sales order

    Hi all,
    I am getting the error "Enter valid delivery plant" while creating the sales order . This is due to Customer and plant are same .
    For that I got one SAP Note 144253.
    If anyone implimented this SAP note Could you please share is there any impact of this note after implimenting.
    Thanks
    CM

    Hi,
    Go to bellow links,
    http://help.sap.com/saphelp_nw04/helpdata/en/60/8def3981fe5d7de10000000a114084/content.htm
    http://www.sap-basis-abap.com/bc/steps-to-install-sap-note.htm
    Thanks,
    Raviteja

  • SAP Ecc6.0 Installation error during ABAP Import Phase 20 of 24

    While I am installing SAP ECC 6.0 with Original DVD. I am getting some Issues.
    I had finished upto 4 stpes .  and after that IMPORT ABAP, showing error in " Log files are written to C: Program files:sapinst......"
    Please Retry , View Log & Stop.
    I am clicking Retry again it will be come same issue. Please Let me know.
    Log Files Name - "ABAP Processors of Instances SID\DVEMGS00"

    Still I am getting same problem in mine SAP ECC6.0 Installation.
    In Abap Instance Phase 20 of 24.  Error in ABAP Instance. I check the mmc.
    Disp+work is in Gray Color. Remainiing Server Green Color. After Few minutes it will stopped in Work Process.
    Still Going Installation for same Process.
    Let me know.

  • Getting error during validating in struts

    Any one can help me, Iam getting this type of problem
    am using validate method of ActionForm to validate my form
    i am getting the folowing error after submit
    this my code and error
    protected boolean isEmpty(String data)
              boolean flag=true;
              if(data.equals(""))
                   flag=true;
              else
                   flag=false;
                        return flag;
    public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) {
              ActionErrors errors=new ActionErrors();
              if(isEmpty(getTxtFname()))
                   errors.add("Fname",new ActionError("com.nnri.errors.register.required","First Name"));
              if(isEmpty(getTxtLname()))
                   errors.add("Lname",new ActionError("com.nnri.errors.register.required","Last Name"));
    return errors;
    org.apache.jasper.JasperException: can't parse argument number
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:367)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:286)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:753)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:518)
    Please do the needful
    Thanks and Regards

    Hi Ravi,
    Considering above mentioned Object link grouping, I also made the changes in DFM.
    Following is the screenshot showing same. Unfortunately still no luck.
    << Object type setting >>
    << DFM settings for obj synchronization >>

  • SAP eWM: Integration Model error during transaction CFM2

    Hi,
    I am new in eWM and i am trying to transfer the material master, plant, shipping point, vendor and customer from SAP ECC 6.0 to eWM 5.0.
    I am getting this message:
    Inbound Queue is Blocked
    Queue for Current initial Data transfer is deregistered
    Target System : SCDCLT100 (My eWM system)
    Can someone help me to fix this problem so i can move on?
    I will realy appreciated
    Thanks & Regards
    Bouba

    Hi Sharad,
    Thank you very much for your reply.
    I was able to execute SMQ2 in eWM but i was not able to understsnd why the the product, vendor, customer,.. are  not yet created in eWM.
    The status is  Ready and when i executed, i got a system fail status.
    When i double click on the line i got this message:
    Business partner 0000000511: no arrangement(enclosure,appendix) with this. 0000000511 is the vendor i created in ECC 6 and i also link my plant to this vendor.
    Can you help me again to understsnd the root of the problem?
    Thanks & Regards
    Aboubakar

  • Error during implementation of SAP Note 41715

    Hi,
      I got the following error during implementation of SAP Note 41715.
    "Error during RFC connection to SAPNet, cannot update SAP Note"
    Why do we get this error? Any ideas.
    Thanks,
    Ibrahim

    Hi,
    this SAP note is a very old SAP modification note.
    I  think, you have to do all work manually.
    But have a look at the note: You have to install some other SAP notes before that!
    Regards,
    Klaus

  • PS-Remoting done in DC's ; but giving error during the validation

    Hi
    I have done PS-Remoting for DC's through the list of DC's from a AD management server .
    Getting the error during validation through the Powershell cmd Enter-PSSession -computer "Dcname"
    But when I login to the particular DC from where the above error points, and renabling the PS-Remoting as below
    ,the Enter-PSSession cmd gives the result correctly
    Do I have to login to the DC's in the list one by one and renable as above or how to solve this issue ?
    Thanks & Regards S.Swaminathan Live & let others live!!!

    Hi,
    This is not an issue. This is by design.
    The Windows PowerShell remoting features are not enabled on Windows Server 2008 and Windows Server 2008R2 by default.
    If we want to use these features, we need enable them by using the command
    Enable-PSRemoting –force.
    For detailed information, please refer to the link below,
    Enable and Use Remote Commands in Windows PowerShell
    http://technet.microsoft.com/en-us/magazine/ff700227.aspx
    Besides, these features are enabled on Windows Server 2012 and Windows Server 2012R2 by default.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Throw error during PO creation if a material is not extended to storage loc

    Hi,
    Users require for SAP to throw an error during PO creation if a material is not extended to the storage location that is entered on the PO.
    Presently it neither gives warning or error message.
    Please advise.
    Regards,
    Pratap

    SAP does not validate that, if you want it, then you have to do such check in a user exit.
    SAP can be customized to create the material master storage location segment itself when posting the goods receipt, so it is not necessary to check this in the PO.
    Further this design  speeds up the process, you can already order before others have finished the material master maintenance.

  • Error during Mapping

    Hello,
    My XI 2.0 scenario :
    Flat file => File adapter => XI => IDoc adapter => SAP 4.7
    The File adapter reads the file successfully & passes to the Integration Server. In XI XML message monitor (SXMB_MONI), I'm getting the following error ...
    ====================
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <SAP:Context />
      <SAP:Code p1="Error during mapping" p2="--- Creating Java mapping com.sap.xi.tf._R_MsgMap_1_ --- Using MappingResolver with context URL /sapmnt/XID/global/xi/mapping/http%3A%2F%2FABCXYZ%2Ecom%2Fxi%2FDev%2F/bc52cef0be3411d8b277cade640701c6/ --- Load of com/sap/xi/tf/_MsgMap_1_.class from /sapmnt/XID/global/xi/mapping/http%3A%2F%2FABCXYZ%2Ecom%2Fxi%2FDev%2F/bc52cef0be3411d8b277cade640701c6/ failed. --- Class not found: com.sap.xi.tf._MsgMap_1_ --- java.lang.ClassNotFoundException at RUMappingJava.load(): Could not load class: com.sap.xi.tf._MsgMap_1_ Class not found: com.sap.xi.tf._MsgMap_1_ --- com.sap.aii.ibrun.server.map.MappingRuntimeException: at com.sap.aii.ibrun.server.map.MappingRuntimeException.code_STYLESHEET_OR_CLASS_NOT_FOUND(MappingRuntimeException.java:91) at com.sap.aii.ibrun.server.map.RUMappingJava.load(RUMappingJava.java:119) at com.sap.aii.ibrun.server.map.RUMappingJava.execute(RUMappingJava.java:40) at com.sap.aii.ibrun.server.map.RURunner.run(RURunner.java:58) at com.sap.aii.ibrun.server.map.RUManager.run(RUManager.java:66) at com.sap.aii.ibrun.sbeans.map.MappingRequestHandler.handleRequest(MappingRequestHandler.java:62) at com.sap.aii.ibrun.sbeans.map.MappingServiceImpl.processFunction(MappingServiceImpl.java:72) at com.sap.aii.ibrun.sbeans.map.XMappingServiceObjectImpl0.processFunction(XMappingServiceObjectImpl0.java:24) at com.sap.aii.ibrun.sbeans.map.MappingServiceKey.processFunction(MappingServiceKey.java:10) at java.lang.reflect.Method.invoke(Native Method) at com.inqmy.services.rfcengine.RFCDefaultRequestHandler.invokeBean(RFCDefaultRequestHandler.java:73) at com.inqmy.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:47) at com.inqmy.services.rfcengine.RFCJCOServer.handleRequest(RFCJCOServer.java:69) at com.sap.mw.jco.JCO$Server.dispatchRequest(Unknown Source) at com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Native Method) at com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(Unknown Source) at com.sap.mw.jco.JCO$Server.listen(Unknown Source) at com.sap.mw.jco.JCO$Server.run(Unknown Source) at java.lang.Thread.run(Thread.java:479) ---" p3="" p4="">MAPPING.GENERIC</SAP:Code>
      <SAP:Text language="EN">Error during mapping</SAP:Text>
      </SAP:ErrorHeader>
    ====================
    MsgMap_1 is the Message Mapping defined - mapping the flat file structure to the IDoc structure.
    Do I have to do more than just create the Message Mapping in the Integration Repository ? In the Integration Directory, the Interface Mapping (from Repository) is used.
    Any help is greatly appreciated.
    Regards,
    Homiar.

    Hi Homiar,
    Need a little more detail.
    The directory points to the interface mapping.
    The Interface mapping points to the message mapping.
    What type of message mapping are you using?
    - Graphical mapping.
    - XSLT.
    - Java.
    - Abap.
    The main problem is "java.lang.ClassNotFoundException"
    Do other mappings work in your system?
    Jason

  • Error during release of production order - AFS Specific

    Hi SAP gurus,
    Iam getting error during release of production order in AFS specific system during COHV transaction. Error is ''Error calling ATP server'' and message no is AG022. But when we read the PP master data then this error is cleared and production order is released.
    Thanks & Regards,
    N. Laxman

    hi
    1. When mass conversion of AFS planned order to production order is performed via COHV, the resulting production order does not contain the SKU details of the component.
    2. When a planned order is converted to a production order & an ATP is carried out on the production order, Message no.AG022 - 'An error occurred during Remote Function call on the ATP Server' is issued by the system.
    so you need to use the note 1087613.
    read the note and apply with the help of technical team ABAP and BASIS
    -ashok

  • Execution of Reports phase error during SAP EHP4 upgrade with EHPi

    I started getting an error message in the "Execution of reports after put" phase
    (within the Downtime phase) during the SAP EHP4 upgrade with Enhancement
    Package Installer.
    ***** LIST OF ERRORS
    AND RETURN CODES *****
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~XPRA ERRORS and RETURN CODE in SAPRB70104.OPQ
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1AETR012XProgram terminated (job: "RDDEXECL", no.: "09064300") Long
    text: Cause Program "&V#&", which was started in the background, was
    terminated abnormally. System Response The system created a job log for
    the terminated program. What to do Proceed as follows: Log onto the
    system in which the program was executed. The system is specified at the
    beginning of the transport log. Then call transaction SM37 to display the
    job log. Enter "&V#&" as job name and "DDIC" as user name. Restrict the
    starting date to the starting date specified in the transport log. For
    the other selection criteria, select only jobs with the status
    "cancelled". Then press <LS>Execute</>. A list of the jobs satisfying the
    selection criteria is displayed. You can display the log by pressing
    <LS>Job log</>. If the list contains several jobs, you can select the job
    with the ID " &V#&" with <LS>Display</> -> <LS>Job details</> or define
    further details for the selection criteria in the initial screen of
    transaction SM37. If the ABAP processor reports cancellation,
    double-clicking on the corresponding message in the job log branches to
    the display of the corresponding short dump. 1AEPU320 See job
    log"RDDEXECL""09064300""OPQ" 1 ETP111 exit code : "12" >>> PLEASE READTHE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<< XPRAs are
    application reports that run at the end of an upgrade.
    Most XPRA reportshave a report documentation that explains what the report does and how
    errors can be corrected. Call transaction se38 in the SAP system, enter
    the report name, select 'Documentation' and click the 'Display' button.
    >>> The problematic XPRAs are mentioned in messages of type PU132 above
    <<<
    I tried to follow the instructions in note 1269960, but the enhancement spot
    CLASSIFICATION_TOOL was already active. I activated it again and reran the phase
    but got the same error. Also, I couldn't implement the note using SNOTE because it is
    the middle of the upgrade process.
    I also found the following long text in ST22
    "Internal error during syntax check: ("//bas/710_REL/src/krn/gen/scsymb.c#11"
    Processing had to be terminated because an internal error
    occurred when generating the ABAP/4 program
    "CL_CLS_BADI_CHARACTERIZATION==CP".
    The internal system error cannot be fixed by ABAP means only."
    I am on a 64 bit System with CentOS Linux. 8 GB RAM, 250 GB HD with 20 GB free space.
    So far, I could not find any information on this. Any help would be greatly appreciated!
    Thanks,
    Victor

    Hi Victor,
    Go to SM37 and put in the username as DDIC and see the job log.
    Also check  Sm50 and see whether you have BTC processes available.
    Last but not the least check your filesystem space  usage too.
    Gerard

Maybe you are looking for

  • CS4 - No title bar in Windows 7 64 bit

    A couple of weeks ago I installed CS4 64 bit in the 64-bit beta of Windows 7. All I did was open it, look at it, do a bit of minimal adjustment to the Prefs, open a couple of photos and pretend to edit them. I opened it 2 days ago, and it was still f

  • Changing the Column Color in Swing

    I have two columns in JTable, both have objects of String. For some reasons I have to differentiate the background color of the two columns. All my tries including my overriding javax.swing.table.DefaultTableCellRenderer makes both the columns look s

  • OutputText : why both bind and value attribute and other gripes

    Hi gripe1 I have started using creator and I'm a bit confused as to why creator insists on the binding attribute being in place to link the outputText field to the default managed bean - like most of us I want to set the value via a resource bundle.

  • 12c SOA multiple composite deployment using maven

    Hi, I am facing issue with 12c SOA composite deployment using maven. I execute the below command for deploying any composite. mvn pre-integration-test –f soa-pom.xml –Dcomposite.name=TestMVNProj –Dcomposite.version=1.1 Issues: As seen above by using

  • I want a frontrow on my iphone

    I have a macmini and love my frontrow. Watching trailer is probably the best feature. I hope they add this on an update. Overall all i love my iPhone. No major complaints, just little needs. ie delete multiple email messages, copy past, some crashes