Pbm while importing a DTD

Hi
I have a strange pbm..XI throws a NULL Exception while activating an external DTD.
The DTD simply contains
[code]
<!ENTITY % SEGMENTS SYSTEM "oagis_segments.dtd">
%SEGMENTS;
<!ENTITY % EXTENSIONS SYSTEM "oagis_extensions.dtd">
%EXTENSIONS;
[/code]
The Error thrown in processing log is
Activation of the change list canceled Check result for External Definition resources | http://xxxx.xx/xi/acc_invoice_receipt03: Document check found errors  Cause: Unable to recognize the loaded document as valid DTD  Error when parsing DTD document com.sap.aii.utilxi.dtd.api.DtdException: Wrong declaration: " %EXTENSIONS;"
[code]
Details
Internal problem occurred (INTERNAL_PROBLEM)
MESSAGE ID: com.sap.aii.utilxi.swing.framework.rb_exceptions.INTERNAL_PROBLEM
STACKTRACE:
com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
    at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.init(ExceptionDialog.java:116)
    at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.<init>(ExceptionDialog.java:93)
    at com.sap.aii.utilxi.swing.toolkit.Guitilities.showExceptionDialog(Guitilities.java:1137)
    at com.sap.aii.utilxi.swing.toolkit.Guitilities.showExceptionDialog(Guitilities.java:1125)
    at com.sap.aii.utilxi.swing.framework.Application.notifyFrameworkListeners(Application.java:412)
    at com.sap.aii.ib.gui.operations.SubmitCommand.revertChangelist(SubmitCommand.java:385)
    at com.sap.aii.ib.gui.operations.SubmitCommand.doMoveAndSubmit(SubmitCommand.java:374)
    at com.sap.aii.ib.gui.operations.SubmitCommand.doSubmitSingleOject(SubmitCommand.java:311)
    at com.sap.aii.ib.gui.operations.SubmitCommand.execute(SubmitCommand.java:169)
    at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)
    at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)
    at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at com.sap.plaf.frog.FrogMenuItemUI$MenuDragMouseHandler.menuDragMouseReleased(FrogMenuItemUI.java:906)
    at javax.swing.JMenuItem.fireMenuDragMouseReleased(Unknown Source)
    at javax.swing.JMenuItem.processMenuDragMouseEvent(Unknown Source)
    at javax.swing.JMenuItem.processMouseEvent(Unknown Source)
    at javax.swing.MenuSelectionManager.processMouseEvent(Unknown Source)
    at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:835)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.NullPointerException
STACKTRACE:
java.lang.NullPointerException
    at com.sap.aii.ibrep.gui.interfaces.ExternalDefinitionController.genericFrameworkEvent(ExternalDefinitionController.java:92)
    at com.sap.aii.ib.gui.operations.SubmitCommand$3.notify(SubmitCommand.java:387)
    at com.sap.aii.utilxi.swing.framework.Application.notifyFrameworkListeners(Application.java:408)
    at com.sap.aii.ib.gui.operations.SubmitCommand.revertChangelist(SubmitCommand.java:385)
    at com.sap.aii.ib.gui.operations.SubmitCommand.doMoveAndSubmit(SubmitCommand.java:374)
    at com.sap.aii.ib.gui.operations.SubmitCommand.doSubmitSingleOject(SubmitCommand.java:311)
    at com.sap.aii.ib.gui.operations.SubmitCommand.execute(SubmitCommand.java:169)
    at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)
    at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)
    at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at com.sap.plaf.frog.FrogMenuItemUI$MenuDragMouseHandler.menuDragMouseReleased(FrogMenuItemUI.java:906)
    at javax.swing.JMenuItem.fireMenuDragMouseReleased(Unknown Source)
    at javax.swing.JMenuItem.processMenuDragMouseEvent(Unknown Source)
    at javax.swing.JMenuItem.processMouseEvent(Unknown Source)
    at javax.swing.MenuSelectionManager.processMouseEvent(Unknown Source)
    at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:835)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
[/code]
I have already imported and activated the reference DTDs mentioned..
Any Clues!! Is this an XI bug??

HI Stephan
Thanks for the update on the SP.. I see quite a lot of issues with DTD imports..I have put one more query in another msg!!..
I was wondering if SAP should provide a list of issues to look for in a DTD before importing so that we can readily validate every DTD against this WAtch for list!!

Similar Messages

  • Exception while importing waveset.dtd file in IDM

    Hi .
    I am trying to import waveset.dtd file in IDM am i got exception
    " An error occurred importing the file, although some of the file data may have been processed. ==> com.waveset.exception.XmlParseException: XML Error: 11:3: The markup in the document preceding the root element must be well-formed."
    actually i am trying to add Cc field for email template.

    I have never come across the scenario to import the DTD file?
    For email , you have to modify the template to incorporate the cc field

  • Error While Importing DTD to XI

    Hi all,
    I have a DTD from cxml.org. While importing that DTD into the XI as external definitions, the message types couldn't be shown.
    Can anybody please suggest the reason?
    Any help will be appriciated.
    Kind regards,
    Kulwant

    Hi,
    Thanks alll for reply. Let me bit explain more. While i import this DTD, i get an error in the WSDL tab in the imported external definitions screen,
    Unable to convert imported document to WSDL
    Reason: Entity "Method.ANY" already declared
    Check the selected category
    Can any body suggest
    I have posted the dtd below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
        For cXML license agreement information, please see
        http://www.cxml.org/home/license.asp
        $Id: //ariba/cxml/modules/Common.mod#6 $
    -->
    <!--
        A few character entities the XML recommendation says should be defined
        "for interoperability" with existing SGML parsers.  By default, these
        are not included to avoid warnings (about entity redefinition) from
        many XML parsers.
    -->
    <!ENTITY % SGML-help "IGNORE">
    <![%SGML-help;[
    <!ENTITY lt     "&#38;#60;">
    <!ENTITY gt     "&#62;">
    <!ENTITY amp    "&#38;#38;">
    <!ENTITY apos   "&#39;">
    <!ENTITY quot   "&#34;">
    ]]>
    <!--
        Common types used throughout the cXML definition.
        The types try to follow the XML DATA definition submitted to the W3C. See
        the following for more information,
            http://msdn.microsoft.com/xml/reference/schema/datatypes.asp
            http://www.w3c.org/TR/1998/NOTE-XML-data-0105/
    -->
    <!-- Atomic-level Types -->
    <!ENTITY % bin.base64 "CDATA">
    <!ENTITY % bin.hex "CDATA">
    <!ENTITY % boolean "(0 | 1)">    <!-- 0 is false, 1 is true -->
    <!ENTITY % char "CDATA">
    <!ENTITY % date "CDATA">
    <!ENTITY % datetime.tz "CDATA">  <!-- Time zone is required -->
    <!ENTITY % fixed.14.4 "CDATA">
    <!ENTITY % i8 "CDATA">
    <!ENTITY % int "%i8;">
    <!ENTITY % r8 "CDATA">
    <!ENTITY % number "CDATA">       <!-- No limit on number of digits, unlike
                                          %r8; -->
    <!ENTITY % string "CDATA">
    <!ENTITY % time.tz "CDATA">      <!-- Time zone is required -->
    <!ENTITY % duration "CDATA">      <!--ISO8601 duration http://www.w3.org/TR/xmlschema-2/#duration  -->
    <!ENTITY % ui8 "CDATA">
    <!ENTITY % uint "%ui8;">         <!-- Unique to this specification -->
    <!ENTITY % uri "CDATA">
    <!ENTITY % uuid "CDATA">
    <!-- Higher-level Types -->
    <!--
        NOTE: The following is a temporary hack to allow empty values for
        some attributes with these types.  The nmtoken entity should resolve to
        NMTOKEN.
    -->
    <!ENTITY % nmtoken "CDATA">      <!-- Any combination of XML name chars. -->
    <!ENTITY % isoLangCode "%nmtoken;">         <!-- ISO 639 Language Code -->
    <!ENTITY % isoCountryCode "%nmtoken;">      <!-- ISO 3166 Country Code -->
    <!ENTITY % isoCurrencyCode "%nmtoken;">     <!-- ISO 4217 Currency Code -->
    <!ENTITY % xmlLangCode "%nmtoken;"> <!-- Language code as defined by XML
                                             recommendation: Language and
                              country. -->
    <!ENTITY % URL "%uri;">
    <!--
        For cXML license agreement information, please see
        http://www.cxml.org/home/license.asp
        $Id: //ariba/cxml/schema/Modules/Base.mod#8 $
    -->
    <!--
        This file defines the basic elements used to build higher level
        constructs in cXML.
    -->
    <!-- Basic Name/Data Elements -->
    <!--
        Name is used to provide an identifier for other elements.
        xml:lang
            The language in which the name is written.
    -->
    <!ELEMENT Name (#PCDATA)> <!-- string -->
    <!ATTLIST Name
        xml:lang  %xmlLangCode;  #REQUIRED
    >
    <!--
        An Extrinsic is an element which can be used to extend the data
        associated with known elements.
        Since this Element is of type ANY, it could contain any arbitrary XML
        document within itself, or a binary ![CDATA[]] document.
        name
            Name used to identify this extrinsic.
    -->
    <!ELEMENT Extrinsic ANY>
    <!ATTLIST Extrinsic
        name  %string;  #REQUIRED
    >
    <!--
        Description is a string which describes something.
        Though text may be interspersed with ShortName elements in this content
        model, placing the ShortName at the beginning or end of the element is
        much preferred.  At most one ShortName element is allowed per
        Description.  The intended content model would be more like
        (( ShortName, #PCDATA ) | ( #PCDATA | ShortName? )) if DTD syntax
        supported it.
        xml:lang
            The language in which the description is written.
    -->
    <!ELEMENT Description ( #PCDATA | ShortName )* > <!-- mixed: string and
                                                          ShortName -->
    <!ATTLIST Description
        xml:lang  %xmlLangCode;  #REQUIRED
    >
    <!--
        A short string which describes something in fewer characters than the
        entire Description.  This should be used when limited space is available.
        For example, a table of elements might show the ShortName's of each.  A
        linked "details" view would show the entire Description (including the
        ShortName).  Without a ShortName, the user interface must default to a
        truncation of the Description.
        This element does not require an xml:lang attribute since it appears only
        within a Description element.  The language of the ShortName must match
        that of the surrounding Description.
    -->
    <!ELEMENT ShortName (#PCDATA)> <!-- string -->
    <!-- Telephone Number Elements -->
    <!--
        International ITU dial code for the country code in question.  This
        code would be entered after any escape code necessary to begin
        International dialing.  That is, the escape code does not appear in the
        content of this element.
        isoCountryCode
            The ISO 3166 2-letter country code for the dial code in question.
    -->
    <!ELEMENT CountryCode (#PCDATA)> <!-- uint -->
    <!ATTLIST CountryCode
        isoCountryCode  %isoCountryCode;  #REQUIRED
    >
    <!--
        The areacode or city code within a CountryCode.
    -->
    <!ELEMENT AreaOrCityCode (#PCDATA)> <!-- uint -->
    <!--
        The local number part of a telephone number.
    -->
    <!ELEMENT Number (#PCDATA)> <!-- string -->
    <!--
        An extension within relative to the Number element. This element has no
        meaning without an associated Number element.
    -->
    <!ELEMENT Extension (#PCDATA)> <!-- uint -->
    <!--
        TelephoneNumber represents international telephone numbers.
    -->
    <!ELEMENT TelephoneNumber (CountryCode, AreaOrCityCode, Number, Extension?)>
    <!--
         Phone is a "named" TelephoneNumber.
         name
              specifies an identifier which indicates the type of phone number.
              US examples would include "work","home", etc.
    -->
    <!ELEMENT Phone (TelephoneNumber)>
    <!ATTLIST Phone
        name  %string;  #IMPLIED
    >
    <!--
        Fax number.
    -->
    <!ELEMENT Fax (TelephoneNumber | URL | Email)>
    <!ATTLIST Fax
        name  %string;  #IMPLIED
    >
    <!-- Addressing Elements -->
    <!--
        URL. A string which represents a URL
    -->
    <!ELEMENT URL (#PCDATA)> <!-- URL -->
    <!ATTLIST URL
        name  %string;  #IMPLIED
    >
    <!--
        An email address. Address must conform to RFC 821 (SMTP Standard).
        preferredLang
            optional language that the email owner prefers to receive
            emails in. Refer to the definition of xmlLangCode entity.
    -->
    <!ELEMENT Email (#PCDATA)> <!-- string -->
    <!ATTLIST Email
        name          %string;       #IMPLIED
        preferredLang %xmlLangCode;  #IMPLIED
    >
    <!--
        Contact represents an entity at a location. The nature of this
        element is that it represents a communication "end point" for a
        location.
        role
            Position this person or group plays in the procurement process.
            Likely values include endUser, administrator, purchasingAgent,
            technicalSupport, customerService, sales,
            supplierCorporate, supplierMasterAccount, supplierAccount,
            buyerCorporate, buyerMasterAccount, buyerAccount, buyer,
            subsequentBuyer. Other values may be allowed in some cases.
            from and to roles are reserved for future use.
        addressID
            An id for the address. Needed to support address codes for
            relationships that require id references.
    -->
    <!ELEMENT Contact (Name, PostalAddress*, Email*, Phone*, Fax*, URL*)>
    <!ATTLIST Contact
        role             NMTOKEN           #IMPLIED
        addressID        %string;          #IMPLIED
    >
    <!--
        The DeliverTo part of an Address. This would be internal to the actual
        address know to the outside world. Similar to what an extension is to a
        TelephoneNumber.
    -->
    <!ELEMENT DeliverTo (#PCDATA)> <!-- string -->
    <!--
        Street is a single line of an Address' location.
    -->
    <!ELEMENT Street (#PCDATA)> <!-- string -->
    <!--
        City is the name of the city in an Address' location.
    -->
    <!ELEMENT City (#PCDATA)> <!-- string -->
    <!--
        State is an optional state identifier in an Address' location.
    -->
    <!ELEMENT State (#PCDATA)> <!-- string -->
    <!--
        PostalCode (I have no idea how to describe it)
    -->
    <!ELEMENT PostalCode (#PCDATA)> <!-- string -->
    <!--
        Country is the name of the country in an Address' location.  The
        content of this element is a string which may (for example) be printed
        directly to a shipping label.  The content is the human-readable
        equivalent of the isoCountryCode used by applications.
        isoCountryCode
            The ISO 3166 2-letter country code for this country.
    -->
    <!ELEMENT Country (#PCDATA)> <!-- string -->
    <!ATTLIST Country
        isoCountryCode  %isoCountryCode;  #REQUIRED
    >
    <!--
        PostalAddress is a real-world location for a business or person.
    -->
    <!ELEMENT PostalAddress (DeliverTo*, Street+, City, State?,
                             PostalCode?, Country)>
    <!ATTLIST PostalAddress
        name  %string;  #IMPLIED
    >
    <!--
        Address is the association of a Contact and an Location.
        isoCountryCode
            The ISO 3166 2-letter country code for the country containing this
            location.
        addressID
            An id for the address.  Needed to support address codes for
            relationships that require id references.  An example would be a
            shipping code.
    -->
    <!ELEMENT Address (Name, PostalAddress?, Email?, Phone?, Fax?, URL?)>
    <!ATTLIST Address
        isoCountryCode  %isoCountryCode;  #IMPLIED
        addressID       %string;          #IMPLIED
    >
    <!-- Financial Elements -->
    <!--
        Money is the representation of the object used to pay for items.
        currency
            specifies the currency in which amount is stated, must conform to ISO
            4217 currency codes.
        alternateAmount
            the amount of money in the alternateCurrency. Optional and used to
            support dual-currency requirements such as the Euro.
        alternateCurrency
            specifies the currency in which the alternateAmount is stated, must
            conform to ISO 4217 currency codes.
    -->
    <!ELEMENT Money (#PCDATA)> <!-- number -->
    <!ATTLIST Money
        currency           %isoCurrencyCode;  #REQUIRED
        alternateAmount    %number;           #IMPLIED
        alternateCurrency  %isoCurrencyCode;  #IMPLIED
    >
    <!--
        Optional textual child for communicating arbitrary comments or
        description along with the parent.
        Though text may be interspersed with Attachment elements in this content
        model, grouping the Attachment list at the begging or end of the element
        is much preferred.  The intended content model would be more like
        (( Attachment+, #PCDATA ) | ( #PCDATA | Attachment* )) if the DTD syntax
        supported it.
        xml:lang
            The language in which the Comments are written.  This attribute
        will be required in a future version of cXML.  (Leaving it out is
        deprecated.)
    -->
    <!ELEMENT Comments ( #PCDATA | Attachment )* > <!-- mixed: string and
                                                        opt. Attachment list -->
    <!ATTLIST Comments
        xml:lang  %xmlLangCode;  #IMPLIED
    >
    <!--
        Optional child of Comments element referencing a part in a multipart MIME
        transmission.
        The contained URL must use the scheme "cid:".  This is the identifier for
        the referenced attachment within the larger transmission.  Must match the
        Content-ID header of one (and only one) part of the MIME transmission
        containing this cXML document.  May also be used to retrieve the
        attachment file separately.
    -->
    <!ELEMENT Attachment (URL)>
    <!---
        Reference to a remote attachment.
        AttachmentReference is used inside Extrinsic elements that have a
        predefined name of "Attachments".
        In the context of AttachmentReference, the domain attribute of
        InternalID is currently optional. However, as a way to prevent
        circular request paths, the sending application may use a
        predefined value of "local" to indicate that the attachment
        requested is local to the other application.
        length
            length of the attachment in bytes.
    -->
    <!ELEMENT AttachmentReference (Name, Description, InternalID)>
    <!ATTLIST AttachmentReference
        length  %uint;  #IMPLIED
    >
    <!--
        Price per unit of item.
    -->
    <!ELEMENT UnitPrice (Money)>
    <!--
        Reference to an earlier document (for example, OrderRequest).  In a
        StatusUpdateRequest, this element identifies the purchase order to be
        updated.
        payloadID
            A unique identifier for the document.  Copied directly from the
            cXML element of the original document.
    -->
    <!ELEMENT DocumentReference EMPTY>
    <!ATTLIST DocumentReference
        payloadID       %string;      #REQUIRED
    >
    <!ELEMENT InternalID (#PCDATA)> <!-- string -->
    <!ATTLIST InternalID
        domain   %string;  #IMPLIED
    >
    <!-- ====
        Common to most variants of the PunchOut transaction set.  Defined here
        to be easily shared between multiple DTD files without requiring
        inclusion of Transaction.mod in all of them.
        All of the PunchOut transaction sets include an originating Request
        (ProviderSetupRequest for example), relatively simple Response
        (PunchOutSetupResponse for example) and final Message
        (ProviderDoneMessage or PunchOutOrderMessage).  The Request and
        Response comprise a back-end transaction between two cooperating
        applications that wish to extend an interactive session from one to the
        other.  The Request provides the destination application with
        authentication, identification and other setup information.  The
        Response provides the originating application with a unique starting
        location for the interactive (HTML) session at the destination system.
        After receiving a Response of this type, the originating application
        redirects the user's browser to the provided location.  (For some
        non-HTML applications, opening a new browser window at that location
        may be more appropriate.)  The destination system eventually provides
        an HTML form to the user's browser.  This form submits the final
        Message to close the remote session, return that user to the
        originating application and carry any required information back to the
        originating application.
    ==== -->
    <!--
        OriginatorCookie - Identification of a specific PunchOut session.  Used
        in both originating Request and later Message that returns user to
        originating application.
        Note: The BuyerCookie element used in a 'regular' PunchOut transaction
        (defined in Transaction.mod) is of type ANY.  That does not seem
        useful.  The string required below better matches the needs for this
        element.  Future transactions similar to the PunchOut transaction will
        use this element.
    -->
    <!ELEMENT OriginatorCookie (#PCDATA)>
    <!--
        BrowserFormPost - Location to which the user's browser must submit the
        final Message.  This location (carried in the originating Request) does
        not need to be specific to a PunchOut session since the
        OriginatorCookie is returned in the Message.
    -->
    <!ELEMENT BrowserFormPost (URL)>
    <!--
        SelectedService - Identification of a service offered by this provider
        and requested in this transaction.  Used only in the originating
        Request.
    -->
    <!ELEMENT SelectedService (#PCDATA)>
    <!--
        StartPage - Location to which the user's browser must be redirected to
        begin the interactive portion of the session at the remote site.  The
        destination system returns this information in the Response document.
        This location must be specific to a particular session.  It is
        effectively a one time key, providing authenticated entry into the
        destination system.
    -->
    <!ELEMENT StartPage (URL)>
    <!--
        ReturnData - Any information the originator must know about the
        completed operation at the provider site.  The ReturnValue is for
        applications; the Name is for human consumption (direct presentation in
        the User Interface of the application).  Where appropriate for the
        possible services, this element may appear in the final Message for a
        PunchOut session.
        name
            An identifier for the data returned.  Provides a meaning for the
            contents of a ReturnData element.
    -->
    <!ELEMENT ReturnData (ReturnValue, Name)>
    <!ATTLIST ReturnData
        name  %string;  #IMPLIED
    >
    <!ELEMENT ReturnValue (#PCDATA)>
    <!--
        Defines a time range. The start and end can be unbounded
        startDate
            The starting date of the time range
        endDate
            The ending date of the range
    -->
    <!ELEMENT TimeRange EMPTY>
    <!ATTLIST TimeRange
        startDate      %datetime.tz;         #IMPLIED
        endDate        %datetime.tz;         #IMPLIED
    >
    <!--
        Defines a period in time.
        startDate
            The starting date of the period
        endDate
            The ending date of the period
    -->
    <!ELEMENT Period EMPTY>
    <!ATTLIST Period
        startDate      %datetime.tz;         #REQUIRED
        endDate        %datetime.tz;         #REQUIRED
    >
    <!--
        Must be a UN/CEFACT (Recommendation 20) unit of measure code.
    -->
    <!ELEMENT UnitOfMeasure (#PCDATA)> <!-- nmtoken -->
    <!--
        Defines a reference to a term which is defined
        in another document.
        termName
            The name of the ID attribute containing the term.
        term
            The value of that attribute (i.e., the term itself).
    -->
    <!ELEMENT TermReference EMPTY>
    <!ATTLIST TermReference
         termName %string; #REQUIRED
         term %string; #REQUIRED
    >
    <!--
        Defines an optionally named monetary rate at which goods or services are
        charged or paid.
        Money
            The amount of Money per UnitOfMeasure to be charged or paid.
        UnitOfMeasure
            Unit of measure.
        TermReference
            Identifies the definition of this UnitRate
            (found, for example,  in contracts, master agreements, and other documents
            which may or may not be cXML documents).
    -->
    <!ELEMENT UnitRate (
        Money,
        UnitOfMeasure,
        TermReference?
    )>
    <!--
        The rate information used to define the rate of a purchase.  For
        example, this could be the total room rate for 4 nights of stay
        at a hotel.
        Total
            The total amount for the rate.  The total amount must equal
            to quantity x UnitRate.
        UnitRate
            The single unit rate.
        Description
            Textual description for the rate.  For example, hotel nightly rate.
        Quantity
            The quantity.  For example, a 4 nights stay at a hotel will
            have quantity set to 4 with UnitofMesure in UnitRate set to Day.
    -->
    <!ELEMENT Rate (Total, UnitRate, Description?)>
    <!ATTLIST Rate
        quantity    %r8;    #REQUIRED
    >
    <!--
        The total for something.
    -->
    <!ELEMENT Total (Money)>
    <!--
        For cXML license agreement information, please see
        http://www.cxml.org/home/license.asp
        $Id: //ariba/cxml/modules/Version.mod#4 $
    -->
    <!--
         Another top-level entity used in Transport.mod.  Defined here to allow
         easy updates to the release version of cXML without opening
         Transport.mod.  This should also provide an easy file to search for
         the current release version string.
    -->
    <!-- cxml.version
        Current default string for the cXML@version attribute.  Corresponds to
        the final directory of the SYSTEM identifier used in all up-to-date
        cXML documents.
        For easy parsing of this file, do not remove whitespace surrounding the
        actual version string.
    -->
    <!ENTITY cxml.version "1.2.019" >
    <!--
        For cXML license agreement information, please see
        http://www.cxml.org/home/license.asp
        $Id: //ariba/cxml/schema/Modules/Supplier.mod#1 $
    -->
    <!--
        Supplier of goods and services. Includes a list of SupplierIDs which
        identify the Supplier.
        corporateURL
            URL to web site about the supplier
        storeFrontURL
            URL to web site where a user can shop or browse
    -->
    <!ELEMENT Supplier (Name, Comments?, SupplierID+, SupplierLocation*)>
    <!ATTLIST Supplier
        corporateURL   %URL;  #IMPLIED
        storeFrontURL  %URL;  #IMPLIED
    >
    <!--
        One of the locations for a supplier. Supplier location is
        generally a physical location.
    -->
    <!ELEMENT SupplierLocation (Address, OrderMethods)>
    <!--
        OrderMethods is the list of methods by which one can order
        from a supplier. The contact element is the technical contact
        who should be able to assist with order processing issues.
        The list is to be ordered by supplier preference, the first
        element having the highest degree of preference.
    -->
    <!ELEMENT OrderMethods (OrderMethod+, Contact?)>
    <!--
        OrderMethod is a method for ordering. It is comprised of a
        target address for the order and the protocol expected by
        the address.
    -->
    <!ELEMENT OrderMethod (OrderTarget, OrderProtocol?)>
    <!--
        OrderTarget represents an address to which orders can be
        sent.
    -->
    <!ELEMENT OrderTarget (Phone | Email | Fax | URL | OtherOrderTarget)>
    <!--
        OrderProtocol is the communication method to be used when
        communicating an order to a supplier. An example would be "cXML".
    -->
    <!ELEMENT OrderProtocol (#PCDATA)> <!-- string -->
    <!--
        OtherOrderTarget represents an address which is not enumerated by
        default in the OrderTarget Element. This may contain address targets
        beyond the ability of this document to describe.
        name
            Optional name for target.
    -->
    <!ELEMENT OtherOrderTarget ANY>
    <!ATTLIST OtherOrderTarget
        name  %string;  #IMPLIED
    >
    <!--
        Definition of a supplier id.  A supplier id is a (domain, value)
        pair so that suppliers have the flexibility to define their id's
        according to an arbitrary convention (e.g., (DUNS, 12345),
        (TaxID, 88888888)).
        domain
            the domain of the id
    -->
    <!ELEMENT SupplierID (#PCDATA)> <!-- string -->
    <!ATTLIST SupplierID
        domain  %string;  #REQUIRED
    >
    <!--
       Defines a List of Suppliers that might be associated with a quote Item. Used in
       ItemOut.
    -->
    <!ELEMENT SupplierList (Supplier+)>
    <!--
        For cXML license agreement information, please see
        http://www.cxml.org/home/license.asp
        $Id: //ariba/cxml/modules/Item.mod#6 $
    -->
    <!--
        ID with which the item's manufacturer identifies the item.
    -->
    <!ELEMENT ManufacturerPartID (#PCDATA)> <!-- string -->
    <!--
        Name of the item's manufacturer.
        xml:lang
            The language in which the ManufacturerName is written.  This
        attribute will be required in a future version of cXML.  (Leaving it
        out is deprecated.)
    -->
    <!ELEMENT ManufacturerName (#PCDATA)> <!-- string -->
    <!ATTLIST ManufacturerName
        xml:lang %xmlLangCode; #IMPLIED
    >
    <!--
        Classification is used to group items into similar categories.
        domain
            "name" of classification, ie., SPSC
    -->
    <!ELEMENT Classification (#PCDATA)> <!-- string -->
    <!ATTLIST Classification
        domain  %string;  #REQUIRED
    >
    <!--
         LeadTime specifies, in days, the amount of time required to
         receive the item.
    -->
    <!ELEMENT LeadTime (#PCDATA)>   <!-- uint -->
    <!--
        How the supplier identifies an item they sell.
        If SupplierPartID does not provide a unique key to identify the item,
        then the supplier should generate a key which identifies the part
        uniquely when combined with the SupplierID and SupplierPartID. The
        key is called SupplierPartAuxiliaryID.
        An example is where a Supplier would use the same PartID for an
        item but have a different price for units of "EA" versus "BOX".
        In this case, the ItemIDs should be:
        <ItemID>
            <SupplierPartID>pn12345</SupplierPartID>
            <SupplierPartAuxiliaryID>EA</SupplierPartAuxiliaryID>
        </ItemID>
        <ItemID>
            <SupplierPartID>pn12345</SupplierPartID>
            <SupplierPartAuxiliaryID>
               <foo>well formed XML here</foo>
            </SupplierPartAuxiliaryID>
        </ItemID>
        In this case, the "foo" element must be defined in an internal subset
        sent with the cXML document.  Otherwise, parsers will not be able to
        validate that document.
        In a preferred approach, the sending application may escape the contained
        XML using CDATA sections.  This would appear as:
           <SupplierPartAuxiliaryID>
               <![CDATA[<foo>well formed XML here</foo>]]>
           </SupplierPartAuxiliaryID>
        Finally, the angle brackets could be escaped using XML character
        entities.  This might be a bit harder for humans to read.  For example:
           <SupplierPartAuxiliaryID>
               &lt;foo&gt;well formed XML here&lt;/foo&gt;
           </SupplierPartAuxiliaryID>
    -->
    <!ELEMENT SupplierPartID (#PCDATA)> <!-- string -->
    <!ELEMENT SupplierPartAuxiliaryID ANY>
    <!--
        A unique identification of an item. SupplierID is not required since
        ItemIDs never travel alone.
        ItemIDs used to define a Supplier/Commodity level Blanket Order Item should
        use Empty SupplierPartID tag. These type of items do not have specific part numbers
        at the time of placing the Blanket Order. There will be subsequent release orders
        or invoices that will define the SupplierID.
    -->
    <!ELEMENT ItemID (SupplierPartID, SupplierPartAuxiliaryID?)>
    <!--
        ItemDetail contains detailed information about an item. All the data that
        a user would want to see about an item instead of the bare essentials
        that are represented in the ItemID.
        LeadTime
            time in days to receive the item
    -->
    <!ELEMENT ItemDetail (UnitPrice, Description+, UnitOfMeasure,
                          Classification+, ManufacturerPartID?,
                          ManufacturerName?, URL?, LeadTime?, Extrinsic*)>
    <!--
         Item details specific for items that describe blanket purchase order items.
         This element should only be used for items in a purchase order of
         type "blanket"     
    -->
    <!ELEMENT BlanketItemDetail (Description+, MaxAmount?, MinAmount?,
                                 MaxQuantity?, MinQuantity?,
                        UnitPrice?, UnitOfMeasure?,
                        Classification*, Extrinsic*)>
    <!--
        For cXML license agreement information, please see
        http://www.cxml.org/home/license.asp
        $Id$
    -->
    <!--
        This element captures travel information.  It could be one of four
        types: air, car rental, hotel or rail.
        AirDetail
            Air travel detail.
        CarRentalDetail
            Car rental detail.
        HotelDetail
            Hotel detail.
        RailDetail
            Rail detail.
        PolicyViolation
            List of policy violations (if any) associated with this
            travel line item.
        Comments
            Top level comments for this travel line item (if any).  This
            is not the policy violation comment but a top level comment
            given by the user for this travel line item while in Travel
            Booking Provider's web site.
        TermsAndConditions
            List of Terms and conditions (if any) associated with this
            travel line item.
        confirmationNumber
            A unique confirmation number that is useful to both the
            traveler and the vendor who is providing the service for this
            travel line item.  For example, hotel reservation number or
            e-ticket number from the airline.
        pnrLocator
            Passenger Name Record (PNR) Locator that is useful to the
            Travel Booking Provider.
        quoteExpirationTime
            Date and time that this quote will expire.  This value is
            normally supplied in the PunchoutOrderMessage.  If no value is
            supplied, it is assumed that there is no expiration time or
            date for this quote.
    -->
    <!ELEMENT  TravelDetail ((AirDetail | CarRentalDetail | HotelDetail | RailDetail),
                              PolicyViolation*,
                              Comments?,
                              TermsAndConditions?)>
    <!ATTLIST TravelDetail
        confirmationNumber  %string;        #REQUIRED
        pnrLocator          %string;        #IMPLIED
        quoteExpirationTime %datetime.tz;   #IMPLIED
    >
    <!-- Air -->
    <!--
        Air detail information for the air trip.
        TripType
            Round Trip, One Way, or Multi Leg
        AirLeg
            Different air leg that makes up this air detail.
            For example a round trip from SFO -> TPE with no stops
            will have two air legs.  One air leg from SFO -> TPE
            and another from TPE -> SFO.
        AvailablePrice
            Other available airfare prices that the user did not pick.
        Penalty
            Penalty amount (if any).  This is normally due to changes or
            cancelation of the ticket.
    -->
    <!ELEMENT AirDetail (TripType,
                         AirLeg+,
                         AvailablePrice*,
                         Penalty?)>
    <!--
        Define a single leg in the air travel.
        Vendor
            Airline vendor name and information.
        AirLegOrigin
            Originating airport for this air leg.
        AirLegDestination
            Destination airport for this air leg.
        BookingClassCode
            Airline booking class code.  This is the de-facto
            airline standard.  For example,
            F, FN, P, R, A      - first class
            C, CN, D, J, I, Z   - business class.
            Y, YN, B, BN, M, H, V, VN, O, Q, QN, S,
                K, KN, L, U, T, W - coach class.
        Rate
            Rate for this particular air leg.  If specify, the total
            of all the rate for the different air legs must add up
            to the total the line item level.
        Meal
            Meal information for this air leg (if any)
        travelSegment
            Textual information to identify this travel segment.
            This information is specific to the Travel Booking Provider.
        departureTime
            Departure date and time for this air leg
        arrivalTime
            Arrival date and time for this air leg
        flightNumber
            Flight number for this air leg
        seatNumber
            Seat number for this air leg
        seatType
             Seat type
                 aisle       - Aisle
                 window      - Window
                 middle      - Middle
        upgrade
            Is this ticket an upgrade?
        stops
            The number of stop for this air leg.
            0 if it is a direct flight.  If no information is supplied
            it is defaulted to 0.
        equipment
            The plane equipment information for this air leg
    -->
    <!ELEMENT AirLeg (Vendor,
                      AirLegOrigin,
                      AirLegDestination,
                      BookingClassCode?,
                      Rate?,
                      Meal*)>
    <!ATTLIST AirLeg
        travelSegment   %string;        #REQUIRED
        departureTime   %datetime.tz;   #REQUIRED
        arrivalTime     %datetime.tz;   #REQUIRED
        flightNumber    %string;        #REQUIRED
        seatNumber      %string;        #IMPLIED
        seatType        (window | aisle | middle) #IMPLIED
        upgrade         (yes)           #IMPLIED
        stops           %r8;            #IMPLIED
        equipment       %string;        #IMPLIED
    >
    <!--
        Originating airport for this Air Leg.
        Airport
            Originating airport
    -->
    <!ELEMENT AirLegOrigin (Airport)>
    <!--
        Destination airport for this Air Leg.
        Airport
            Destination airport
    -->
    <!ELEMENT AirLegDestination (Airport)>
    <!--
        Airport information that includes the iso airport code
        Address
            Physical adress of the airport.
        airportCode
            The 3 letter IATA airport code.
    -->
    <!ELEMENT Airport (Address?)>
    <!ATTLIST Airport airportCode %string; #REQUIRED>
    <!---
        Meal information used by air, hotel and rail.
        BookingClassCode
            Code for the meal.  For example, airlines use
              B     - Breakfast
                C     - Complimentary liquor
                D     - Dinner
                F     - Food for purchase
                G     - Food and beverage for purchase
                H     - Hot meal
                K     - Continental breakfast
                L     - Lunch
                M     - Meal
                N     - No meal service
                O     - Cold meal
                P     - Liquor for purchase
                R     - Refreshments
                S     - Snack or brunch
                V     - Refreshments for purchase
        Description
            Textual description of the meal, including any special needs
            such as vegetarian or dairy-free.
    -->
    <!ELEMENT Meal (BookingClassCode?, Description?)>
    <!-- Car Rental -->
    <!--
        Car rental information.
        Vendor
            Car rental vendor information.
        CarRentalPickup
            Pickup location for the rental car.
        CarRentalDropoff
            Drop off location for the rental car.
        BookingClassCode
            4 letter code for car.
            1st Letter - M (Mini), E (Economy), C (Compact), S (Standard),
                         I (Intermediate), F (Full size), P (Premium), L (Luxury)
                         V (MiniVan), X (Special)
            2nd Letter - B (2 door), C (2/4 door), D (4 door), T (Convertible),
                         F (Four wheel drive), V (Van), W (Wagon), S (Sport)
                         X (Special)
            3rd Letter - A (Automatic), M (Manual)
            4th Letter - R (A/c), N (No A/C)
        CarRentalFee
            Mutliple car rental fee can be specified to capture the
            break down of different fees.  The total of these fees must
            add up to the total at the line item level.
        LimitedMileage
            Mileage limit information
        AvailablePrice
            Other available prices for car rental that the user did not pick.
        travelSegment
            Textual information to identify this travel segment.
            This information is specific to the Travel Booking Provider.
        pickupTime
            The intended pickup date and time
        dropoffTime
            The intended dropoff date and time
    -->
    <!ELEMENT CarRentalDetail (Vendor,
                               CarRentalPickup,
                               CarRentalDropoff,
                               BookingClassCode?,
                               CarRentalFee+,
                               LimitedMileage?,
                               AvailablePrice*)>
    <!ATTLIST CarRentalDetail
        travelSegment %string;          #REQUIRED
        pickupTime    %datetime.tz;      #REQUIRED
        dropoffTime   %datetime.tz;      #REQUIRED
    >
    <!--
        Physical location where the rental car should be picked up.  This
        is either an Airport or off airport car rental location.
        Airport
            An airport location.
        Address
            Physical address of the car rental location
    -->
    <!ELEMENT CarRentalPickup (Airport | Address)>
    <!--
        Physical location where the rental car should be dropped off.
        This is either an Airport or off-airport car rental location.
        Airport
            An airport location.
        Address
            Physical address of the car rental location
    -->
    <!ELEMENT CarRentalDropoff (Airport | Address)>
    <!--
        This specifies the quantity and the unit of measure of the mileage
        limit.
        UnitOfMeasure
            Unit of measure either miles or kilometers.
        quantity
            The mileage limit amount.
    -->
    <!ELEMENT LimitedMileage (UnitOfMeasure)>
    <!ATTLIST LimitedMileage
        quantity   %r8;      #REQUIRED
    >
    <!--
        Car rental fee information.  CarRentalFee captures the actual
        charges and fee that applies to this rental.  Conditional charges
        such as extra mileages that are over the mileage limit should not
        be specified here but rather in the TermsAndConditions text.
        Total
            Total amount for this car rental fee.  All the total for the rates
            must add up to this amount.
        Rate
            The individual broken-down fee information.
        type
            Type of rate
                baseRate            - Base rental rate
                additionalDriver    - Additional driver fee
                airportAccessFee    - Airport Access fee
                dropOffCharge       - Drop off charge
                vehicleLicensingFee - Vehicle lincensing fee
                touristTax          - Tourist tax
                prepaidGasoline     - Prepaid gasoline charge
                navigationSystem    - Navigation system
                childSeat           - Child seat charge
                luggageRack         - Luggage rack charge
                collisionDamageInsurance    - Collision damage insurance
                liabilityInsurance          - Liability insurance
                mobilePhone         - Mobile phone base charge
                other               - Other charges.
    -->
    <!ELEMENT CarRentalFee (Total, Rate*)>
    <!ATTLIST CarRentalFee
        type (baseRate | additionalDriver | airportAccessFee | dropOffCharge |
              vehicleLicensingFee | touristTax | prepaidGasoline |
              navigationSystem | childSeat | luggageRack | collisionDamageInsurance |
              liabilityInsurance | mobilePhone | other) "baseRate"
    >
    <!-- Hotel -->
    <!--
        Hotel detail information.
        Vendor
            Hotel vendor information.
        Address
            Physical address of the hotel.  This is might be different
            from the address specified in the Vendor field as the vendor
            address might be the head quarter address.
        RoomType
            The type of room reserved.
        BookingClassCode
            Hotel booking class code.
        Meal
            Any complementary meals that are included with the room.  For
            example, complementary continental breakfast.
        Rate
            Hotel rate information.  Multiple rates can be specified.  For
            example, the night rate, valet parking rate, and other rates.
        AvailablePrice
            Other available prices that user did not pick.  Available
            prices can be from the same vendor or different vendor.
        travelSegment
            Textual information to identify this travel segment.  This
            information is specific to the Travel Booking Provider.

  • Error in Schema while importing MARC

    Hii Guys,
    While importing MARC from R3, i am getting this error.
    "Element content is invalid according to DTD/Schema"I have given the XSD which I am using and XMLs for import.
    I am trying manual import but not able to do.
    please help.
    Points will be rewarded if helpful.
    MARC XSD
    <?xml version="1.0" encoding="UTF-8"?>
    <!W3C Schema generated by XMLSpy v2008 sp1 (http://www.altova.com)>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
         <xs:element name="ZAEHL" type="xs:string"/>
         <xs:element name="XMCNG" type="xs:string"/>
         <xs:element name="XCHPF" type="xs:string"/>
         <xs:element name="WZEIT" type="xs:string"/>
         <xs:element name="WERKS" type="xs:string"/>
         <xs:element name="WEBAZ" type="xs:string"/>
         <xs:element name="VZUSL" type="xs:string"/>
         <xs:element name="VSPVB" type="xs:string"/>
         <xs:element name="VRVEZ" type="xs:string"/>
         <xs:element name="VRMOD" type="xs:string"/>
         <xs:element name="VRBWK" type="xs:string"/>
         <xs:element name="VRBMT" type="xs:string"/>
         <xs:element name="VRBFK" type="xs:string"/>
         <xs:element name="VRBDT" type="xs:string"/>
         <xs:element name="VMTWE" type="xs:string"/>
         <xs:element name="VMMAD" type="xs:string"/>
         <xs:element name="VMGWE" type="xs:string"/>
         <xs:element name="VMGW2" type="xs:string"/>
         <xs:element name="VMGW1" type="xs:string"/>
         <xs:element name="VMFSU" type="xs:string"/>
         <xs:element name="VINT2" type="xs:string"/>
         <xs:element name="VINT1" type="xs:string"/>
         <xs:element name="VERTO" type="xs:string"/>
         <xs:element name="VERSP" type="xs:string"/>
         <xs:element name="VERID" type="xs:string"/>
         <xs:element name="VBWRT" type="xs:string"/>
         <xs:element name="VBEAZ" type="xs:string"/>
         <xs:element name="VBAMG" type="xs:string"/>
         <xs:element name="USEQU" type="xs:string"/>
         <xs:element name="UNETO" type="xs:string"/>
         <xs:element name="UMREF" type="xs:string"/>
         <xs:element name="UMLMC" type="xs:string"/>
         <xs:element name="UEETO" type="xs:string"/>
         <xs:element name="UEETK" type="xs:string"/>
         <xs:element name="TWERT" type="xs:string"/>
         <xs:element name="TRANZ" type="xs:string"/>
         <xs:element name="TRAME" type="xs:string"/>
         <xs:element name="THKOF" type="xs:string"/>
         <xs:element name="TEXT1" type="xs:string"/>
         <xs:element name="TAKZT" type="xs:string"/>
         <xs:element name="STRGR" type="xs:string"/>
         <xs:element name="STLAN" type="xs:string"/>
         <xs:element name="STLAL" type="xs:string"/>
         <xs:element name="STEUF_REF" type="xs:string"/>
         <xs:element name="STEUF" type="xs:string"/>
         <xs:element name="STEUC" type="xs:string"/>
         <xs:element name="STDPD" type="xs:string"/>
         <xs:element name="STAWN" type="xs:string"/>
         <xs:element name="SSQSS" type="xs:string"/>
         <xs:element name="SOBSL" type="xs:string"/>
         <xs:element name="SOBSK" type="xs:string"/>
         <xs:element name="SIGGR" type="xs:string"/>
         <xs:element name="SHZET" type="xs:string"/>
         <xs:element name="SHPRO" type="xs:string"/>
         <xs:element name="SHFLG" type="xs:string"/>
         <xs:element name="SFEPR" type="xs:string"/>
         <xs:element name="SFCPF" type="xs:string"/>
         <xs:element name="SERNP" type="xs:string"/>
         <xs:element name="SERKZ" type="xs:string"/>
         <xs:element name="SCHGT" type="xs:string"/>
         <xs:element name="SBDKZ" type="xs:string"/>
         <xs:element name="SAUFT" type="xs:string"/>
         <xs:element name="SAIIN" type="xs:string"/>
         <xs:element name="RWPRO" type="xs:string"/>
         <xs:element name="RUEZT" type="xs:string"/>
         <xs:element name="RGEKZ" type="xs:string"/>
         <xs:element name="RDPRF" type="xs:string"/>
         <xs:element name="QZGTP" type="xs:string"/>
         <xs:element name="QSSYS" type="xs:string"/>
         <xs:element name="QMATA" type="xs:string"/>
         <xs:element name="PSTAT" type="xs:string"/>
         <xs:element name="PRWRT" type="xs:string"/>
         <xs:element name="PRWRK" type="xs:string"/>
         <xs:element name="PRVBE" type="xs:string"/>
         <xs:element name="PROPR" type="xs:string"/>
         <xs:element name="PROAB" type="xs:string"/>
         <xs:element name="PRMOD" type="xs:string"/>
         <xs:element name="PRMAD" type="xs:string"/>
         <xs:element name="PRGRP" type="xs:string"/>
         <xs:element name="PRFRQ" type="xs:string"/>
         <xs:element name="PRENO" type="xs:string"/>
         <xs:element name="PRENG" type="xs:string"/>
         <xs:element name="PRENE" type="xs:string"/>
         <xs:element name="PREND" type="xs:string"/>
         <xs:element name="PRENC" type="xs:string"/>
         <xs:element name="PREFE" type="xs:string"/>
         <xs:element name="PRDAT" type="xs:string"/>
         <xs:element name="PRCTR" type="xs:string"/>
         <xs:element name="PRCTL" type="xs:string"/>
         <xs:element name="PLVAR" type="xs:string"/>
         <xs:element name="PLTYM" type="xs:string"/>
         <xs:element name="PLTYG" type="xs:string"/>
         <xs:element name="PLNTY" type="xs:string"/>
         <xs:element name="PLNNR" type="xs:string"/>
         <xs:element name="PLNNM" type="xs:string"/>
         <xs:element name="PLNNG" type="xs:string"/>
         <xs:element name="PLIFZ" type="xs:string"/>
         <xs:element name="PLANV" type="xs:string"/>
         <xs:element name="PFREI" type="xs:string"/>
         <xs:element name="PERKZ" type="xs:string"/>
         <xs:element name="PERIV" type="xs:string"/>
         <xs:element name="PERIO" type="xs:string"/>
         <xs:element name="PERIN" type="xs:string"/>
         <xs:element name="PEREX" type="xs:string"/>
         <xs:element name="PERAN" type="xs:string"/>
         <xs:element name="PARV6" type="xs:string"/>
         <xs:element name="PARV5" type="xs:string"/>
         <xs:element name="PARV4" type="xs:string"/>
         <xs:element name="PARV3" type="xs:string"/>
         <xs:element name="PARV2" type="xs:string"/>
         <xs:element name="PARV1" type="xs:string"/>
         <xs:element name="PARU6" type="xs:string"/>
         <xs:element name="PARU5" type="xs:string"/>
         <xs:element name="PARU4" type="xs:string"/>
         <xs:element name="PARU3" type="xs:string"/>
         <xs:element name="PARU2" type="xs:string"/>
         <xs:element name="PARU1" type="xs:string"/>
         <xs:element name="PAR06" type="xs:string"/>
         <xs:element name="PAR05" type="xs:string"/>
         <xs:element name="PAR04" type="xs:string"/>
         <xs:element name="PAR03" type="xs:string"/>
         <xs:element name="PAR02" type="xs:string"/>
         <xs:element name="PAR01" type="xs:string"/>
         <xs:element name="OTYPE" type="xs:string"/>
         <xs:element name="OPGRA" type="xs:string"/>
         <xs:element name="OFFSTE_REF" type="xs:string"/>
         <xs:element name="OFFSTE" type="xs:string"/>
         <xs:element name="OFFSTB_REF" type="xs:string"/>
         <xs:element name="OFFSTB" type="xs:string"/>
         <xs:element name="OCMPF" type="xs:string"/>
         <xs:element name="OBJTY_V" type="xs:string"/>
         <xs:element name="OBJTY" type="xs:string"/>
         <xs:element name="OBJID_V" type="xs:string"/>
         <xs:element name="OBJID" type="xs:string"/>
         <xs:element name="NFMAT" type="xs:string"/>
         <xs:element name="NCOST" type="xs:string"/>
         <xs:element name="MTVFP" type="xs:string"/>
         <xs:element name="MTVER" type="xs:string"/>
         <xs:element name="MSGFN" type="xs:string"/>
         <xs:element name="MRPPP" type="xs:string"/>
         <xs:element name="MOWNR" type="xs:string"/>
         <xs:element name="MOGRU" type="xs:string"/>
         <xs:element name="MODAW" type="xs:string"/>
         <xs:element name="MODAV" type="xs:string"/>
         <xs:element name="MMSTD" type="xs:string"/>
         <xs:element name="MMSTA" type="xs:string"/>
         <xs:element name="MISKZ" type="xs:string"/>
         <xs:element name="MINLS" type="xs:string"/>
         <xs:element name="MINBE" type="xs:string"/>
         <xs:element name="MGFORM_REF" type="xs:string"/>
         <xs:element name="MGFORM" type="xs:string"/>
         <xs:element name="MFRGR" type="xs:string"/>
         <xs:element name="MEGRU" type="xs:string"/>
         <xs:element name="MDV02" type="xs:string"/>
         <xs:element name="MDV01" type="xs:string"/>
         <xs:element name="MDMMATMAS_MATMAS03_MARCM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="IDOC" minOccurs="0"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MVEUM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="ERTAG" minOccurs="0"/>
                        <xs:element ref="VBWRT" minOccurs="0"/>
                        <xs:element ref="KOVBW" minOccurs="0"/>
                        <xs:element ref="KZEXI" minOccurs="0"/>
                        <xs:element ref="ANTEI" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MVEGM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="ERTAG" minOccurs="0"/>
                        <xs:element ref="VBWRT" minOccurs="0"/>
                        <xs:element ref="KOVBW" minOccurs="0"/>
                        <xs:element ref="KZEXI" minOccurs="0"/>
                        <xs:element ref="ANTEI" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MPRWM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="ERTAG" minOccurs="0"/>
                        <xs:element ref="PRWRT" minOccurs="0"/>
                        <xs:element ref="KOPRW" minOccurs="0"/>
                        <xs:element ref="SAIIN" minOccurs="0"/>
                        <xs:element ref="FIXKZ" minOccurs="0"/>
                        <xs:element ref="EXPRW" minOccurs="0"/>
                        <xs:element ref="ANTEI" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MPOPM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="VERSP" minOccurs="0"/>
                        <xs:element ref="PROPR" minOccurs="0"/>
                        <xs:element ref="MODAW" minOccurs="0"/>
                        <xs:element ref="MODAV" minOccurs="0"/>
                        <xs:element ref="KZPAR" minOccurs="0"/>
                        <xs:element ref="OPGRA" minOccurs="0"/>
                        <xs:element ref="KZINI" minOccurs="0"/>
                        <xs:element ref="PRMOD" minOccurs="0"/>
                        <xs:element ref="ALPHA" minOccurs="0"/>
                        <xs:element ref="BETA1" minOccurs="0"/>
                        <xs:element ref="GAMMA" minOccurs="0"/>
                        <xs:element ref="DELTA" minOccurs="0"/>
                        <xs:element ref="EPSIL" minOccurs="0"/>
                        <xs:element ref="SIGGR" minOccurs="0"/>
                        <xs:element ref="PERKZ" minOccurs="0"/>
                        <xs:element ref="PRDAT" minOccurs="0"/>
                        <xs:element ref="PERAN" minOccurs="0"/>
                        <xs:element ref="PERIN" minOccurs="0"/>
                        <xs:element ref="PERIO" minOccurs="0"/>
                        <xs:element ref="PEREX" minOccurs="0"/>
                        <xs:element ref="ANZPR" minOccurs="0"/>
                        <xs:element ref="FIMON" minOccurs="0"/>
                        <xs:element ref="GWERT" minOccurs="0"/>
                        <xs:element ref="GWER1" minOccurs="0"/>
                        <xs:element ref="GWER2" minOccurs="0"/>
                        <xs:element ref="VMGWE" minOccurs="0"/>
                        <xs:element ref="VMGW1" minOccurs="0"/>
                        <xs:element ref="VMGW2" minOccurs="0"/>
                        <xs:element ref="TWERT" minOccurs="0"/>
                        <xs:element ref="VMTWE" minOccurs="0"/>
                        <xs:element ref="PRMAD" minOccurs="0"/>
                        <xs:element ref="VMMAD" minOccurs="0"/>
                        <xs:element ref="FSUMM" minOccurs="0"/>
                        <xs:element ref="VMFSU" minOccurs="0"/>
                        <xs:element ref="GEWGR" minOccurs="0"/>
                        <xs:element ref="THKOF" minOccurs="0"/>
                        <xs:element ref="AUSNA" minOccurs="0"/>
                        <xs:element ref="PROAB" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MPGDM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="PRGRP" minOccurs="0"/>
                        <xs:element ref="PRWRK" minOccurs="0"/>
                        <xs:element ref="UMREF" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MKALM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="VERID" minOccurs="0"/>
                        <xs:element ref="BDATU" minOccurs="0"/>
                        <xs:element ref="ADATU" minOccurs="0"/>
                        <xs:element ref="STLAL" minOccurs="0"/>
                        <xs:element ref="STLAN" minOccurs="0"/>
                        <xs:element ref="PLNTY" minOccurs="0"/>
                        <xs:element ref="PLNNR" minOccurs="0"/>
                        <xs:element ref="ALNAL" minOccurs="0"/>
                        <xs:element ref="BESKZ" minOccurs="0"/>
                        <xs:element ref="SOBSL" minOccurs="0"/>
                        <xs:element ref="LOSGR" minOccurs="0"/>
                        <xs:element ref="MDV01" minOccurs="0"/>
                        <xs:element ref="MDV02" minOccurs="0"/>
                        <xs:element ref="TEXT1" minOccurs="0"/>
                        <xs:element ref="EWAHR" minOccurs="0"/>
                        <xs:element ref="VERTO" minOccurs="0"/>
                        <xs:element ref="SERKZ" minOccurs="0"/>
                        <xs:element ref="BSTMI" minOccurs="0"/>
                        <xs:element ref="BSTMA" minOccurs="0"/>
                        <xs:element ref="RGEKZ" minOccurs="0"/>
                        <xs:element ref="ALORT" minOccurs="0"/>
                        <xs:element ref="PLTYG" minOccurs="0"/>
                        <xs:element ref="PLNNG" minOccurs="0"/>
                        <xs:element ref="ALNAG" minOccurs="0"/>
                        <xs:element ref="PLTYM" minOccurs="0"/>
                        <xs:element ref="PLNNM" minOccurs="0"/>
                        <xs:element ref="ALNAM" minOccurs="0"/>
                        <xs:element ref="CSPLT" minOccurs="0"/>
                        <xs:element ref="MATKO" minOccurs="0"/>
                        <xs:element ref="ELPRO" minOccurs="0"/>
                        <xs:element ref="PRVBE" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MFHMM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="OBJTY" minOccurs="0"/>
                        <xs:element ref="OBJID" minOccurs="0"/>
                        <xs:element ref="ZAEHL" minOccurs="0"/>
                        <xs:element ref="OBJTY_V" minOccurs="0"/>
                        <xs:element ref="OBJID_V" minOccurs="0"/>
                        <xs:element ref="KZKBL" minOccurs="0"/>
                        <xs:element ref="STEUF" minOccurs="0"/>
                        <xs:element ref="STEUF_REF" minOccurs="0"/>
                        <xs:element ref="FGRU1" minOccurs="0"/>
                        <xs:element ref="FGRU2" minOccurs="0"/>
                        <xs:element ref="PLANV" minOccurs="0"/>
                        <xs:element ref="KTSCH" minOccurs="0"/>
                        <xs:element ref="KTSCH_REF" minOccurs="0"/>
                        <xs:element ref="BZOFFB" minOccurs="0"/>
                        <xs:element ref="BZOFFB_REF" minOccurs="0"/>
                        <xs:element ref="OFFSTB" minOccurs="0"/>
                        <xs:element ref="EHOFFB" minOccurs="0"/>
                        <xs:element ref="OFFSTB_REF" minOccurs="0"/>
                        <xs:element ref="BZOFFE" minOccurs="0"/>
                        <xs:element ref="BZOFFE_REF" minOccurs="0"/>
                        <xs:element ref="OFFSTE" minOccurs="0"/>
                        <xs:element ref="EHOFFE" minOccurs="0"/>
                        <xs:element ref="OFFSTE_REF" minOccurs="0"/>
                        <xs:element ref="MGFORM" minOccurs="0"/>
                        <xs:element ref="MGFORM_REF" minOccurs="0"/>
                        <xs:element ref="EWFORM" minOccurs="0"/>
                        <xs:element ref="EWFORM_REF" minOccurs="0"/>
                        <xs:element ref="PAR01" minOccurs="0"/>
                        <xs:element ref="PAR02" minOccurs="0"/>
                        <xs:element ref="PAR03" minOccurs="0"/>
                        <xs:element ref="PAR04" minOccurs="0"/>
                        <xs:element ref="PAR05" minOccurs="0"/>
                        <xs:element ref="PAR06" minOccurs="0"/>
                        <xs:element ref="PARU1" minOccurs="0"/>
                        <xs:element ref="PARU2" minOccurs="0"/>
                        <xs:element ref="PARU3" minOccurs="0"/>
                        <xs:element ref="PARU4" minOccurs="0"/>
                        <xs:element ref="PARU5" minOccurs="0"/>
                        <xs:element ref="PARU6" minOccurs="0"/>
                        <xs:element ref="PARV1" minOccurs="0"/>
                        <xs:element ref="PARV2" minOccurs="0"/>
                        <xs:element ref="PARV3" minOccurs="0"/>
                        <xs:element ref="PARV4" minOccurs="0"/>
                        <xs:element ref="PARV5" minOccurs="0"/>
                        <xs:element ref="PARV6" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MARDM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="LGORT" minOccurs="0"/>
                        <xs:element ref="PSTAT" minOccurs="0"/>
                        <xs:element ref="LVORM" minOccurs="0"/>
                        <xs:element ref="DISKZ" minOccurs="0"/>
                        <xs:element ref="LSOBS" minOccurs="0"/>
                        <xs:element ref="LMINB" minOccurs="0"/>
                        <xs:element ref="LBSTF" minOccurs="0"/>
                        <xs:element ref="HERKL" minOccurs="0"/>
                        <xs:element ref="EXPPG" minOccurs="0"/>
                        <xs:element ref="EXVER" minOccurs="0"/>
                        <xs:element ref="LGPBE" minOccurs="0"/>
                        <xs:element ref="PRCTL" minOccurs="0"/>
                        <xs:element ref="LWMKB" minOccurs="0"/>
                        <xs:element ref="BSKRF" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MARCM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MSGFN" minOccurs="0"/>
                        <xs:element ref="WERKS" minOccurs="0"/>
                        <xs:element ref="PSTAT" minOccurs="0"/>
                        <xs:element ref="LVORM" minOccurs="0"/>
                        <xs:element ref="BWTTY" minOccurs="0"/>
                        <xs:element ref="MAABC" minOccurs="0"/>
                        <xs:element ref="KZKRI" minOccurs="0"/>
                        <xs:element ref="EKGRP" minOccurs="0"/>
                        <xs:element ref="AUSME" minOccurs="0"/>
                        <xs:element ref="DISPR" minOccurs="0"/>
                        <xs:element ref="DISMM" minOccurs="0"/>
                        <xs:element ref="DISPO" minOccurs="0"/>
                        <xs:element ref="PLIFZ" minOccurs="0"/>
                        <xs:element ref="WEBAZ" minOccurs="0"/>
                        <xs:element ref="PERKZ" minOccurs="0"/>
                        <xs:element ref="AUSSS" minOccurs="0"/>
                        <xs:element ref="DISLS" minOccurs="0"/>
                        <xs:element ref="BESKZ" minOccurs="0"/>
                        <xs:element ref="SOBSL" minOccurs="0"/>
                        <xs:element ref="MINBE" minOccurs="0"/>
                        <xs:element ref="EISBE" minOccurs="0"/>
                        <xs:element ref="BSTMI" minOccurs="0"/>
                        <xs:element ref="BSTMA" minOccurs="0"/>
                        <xs:element ref="BSTFE" minOccurs="0"/>
                        <xs:element ref="BSTRF" minOccurs="0"/>
                        <xs:element ref="MABST" minOccurs="0"/>
                        <xs:element ref="LOSFX" minOccurs="0"/>
                        <xs:element ref="SBDKZ" minOccurs="0"/>
                        <xs:element ref="LAGPR" minOccurs="0"/>
                        <xs:element ref="ALTSL" minOccurs="0"/>
                        <xs:element ref="KZAUS" minOccurs="0"/>
                        <xs:element ref="AUSDT" minOccurs="0"/>
                        <xs:element ref="NFMAT" minOccurs="0"/>
                        <xs:element ref="KZBED" minOccurs="0"/>
                        <xs:element ref="MISKZ" minOccurs="0"/>
                        <xs:element ref="FHORI" minOccurs="0"/>
                        <xs:element ref="PFREI" minOccurs="0"/>
                        <xs:element ref="FFREI" minOccurs="0"/>
                        <xs:element ref="RGEKZ" minOccurs="0"/>
                        <xs:element ref="FEVOR" minOccurs="0"/>
                        <xs:element ref="BEARZ" minOccurs="0"/>
                        <xs:element ref="RUEZT" minOccurs="0"/>
                        <xs:element ref="TRANZ" minOccurs="0"/>
                        <xs:element ref="BASMG" minOccurs="0"/>
                        <xs:element ref="DZEIT" minOccurs="0"/>
                        <xs:element ref="MAXLZ" minOccurs="0"/>
                        <xs:element ref="LZEIH" minOccurs="0"/>
                        <xs:element ref="KZPRO" minOccurs="0"/>
                        <xs:element ref="GPMKZ" minOccurs="0"/>
                        <xs:element ref="UEETO" minOccurs="0"/>
                        <xs:element ref="UEETK" minOccurs="0"/>
                        <xs:element ref="UNETO" minOccurs="0"/>
                        <xs:element ref="WZEIT" minOccurs="0"/>
                        <xs:element ref="ATPKZ" minOccurs="0"/>
                        <xs:element ref="VZUSL" minOccurs="0"/>
                        <xs:element ref="HERBL" minOccurs="0"/>
                        <xs:element ref="INSMK" minOccurs="0"/>
                        <xs:element ref="SSQSS" minOccurs="0"/>
                        <xs:element ref="KZDKZ" minOccurs="0"/>
                        <xs:element ref="UMLMC" minOccurs="0"/>
                        <xs:element ref="LADGR" minOccurs="0"/>
                        <xs:element ref="XCHPF" minOccurs="0"/>
                        <xs:element ref="USEQU" minOccurs="0"/>
                        <xs:element ref="LGRAD" minOccurs="0"/>
                        <xs:element ref="AUFTL" minOccurs="0"/>
                        <xs:element ref="PLVAR" minOccurs="0"/>
                        <xs:element ref="OTYPE" minOccurs="0"/>
                        <xs:element ref="OBJID" minOccurs="0"/>
                        <xs:element ref="MTVFP" minOccurs="0"/>
                        <xs:element ref="PERIV" minOccurs="0"/>
                        <xs:element ref="KZKFK" minOccurs="0"/>
                        <xs:element ref="VRVEZ" minOccurs="0"/>
                        <xs:element ref="VBAMG" minOccurs="0"/>
                        <xs:element ref="VBEAZ" minOccurs="0"/>
                        <xs:element ref="LIZYK" minOccurs="0"/>
                        <xs:element ref="BWSCL" minOccurs="0"/>
                        <xs:element ref="KAUTB" minOccurs="0"/>
                        <xs:element ref="KORDB" minOccurs="0"/>
                        <xs:element ref="STAWN" minOccurs="0"/>
                        <xs:element ref="HERKL" minOccurs="0"/>
                        <xs:element ref="HERKR" minOccurs="0"/>
                        <xs:element ref="EXPME" minOccurs="0"/>
                        <xs:element ref="MTVER" minOccurs="0"/>
                        <xs:element ref="PRCTR" minOccurs="0"/>
                        <xs:element ref="TRAME" minOccurs="0"/>
                        <xs:element ref="MRPPP" minOccurs="0"/>
                        <xs:element ref="SAUFT" minOccurs="0"/>
                        <xs:element ref="FXHOR" minOccurs="0"/>
                        <xs:element ref="VRMOD" minOccurs="0"/>
                        <xs:element ref="VINT1" minOccurs="0"/>
                        <xs:element ref="VINT2" minOccurs="0"/>
                        <xs:element ref="STLAL" minOccurs="0"/>
                        <xs:element ref="STLAN" minOccurs="0"/>
                        <xs:element ref="PLNNR" minOccurs="0"/>
                        <xs:element ref="APLAL" minOccurs="0"/>
                        <xs:element ref="LOSGR" minOccurs="0"/>
                        <xs:element ref="SOBSK" minOccurs="0"/>
                        <xs:element ref="FRTME" minOccurs="0"/>
                        <xs:element ref="LGPRO" minOccurs="0"/>
                        <xs:element ref="DISGR" minOccurs="0"/>
                        <xs:element ref="KAUSF" minOccurs="0"/>
                        <xs:element ref="QZGTP" minOccurs="0"/>
                        <xs:element ref="TAKZT" minOccurs="0"/>
                        <xs:element ref="RWPRO" minOccurs="0"/>
                        <xs:element ref="COPAM" minOccurs="0"/>
                        <xs:element ref="ABCIN" minOccurs="0"/>
                        <xs:element ref="AWSLS" minOccurs="0"/>
                        <xs:element ref="SERNP" minOccurs="0"/>
                        <xs:element ref="STDPD" minOccurs="0"/>
                        <xs:element ref="SFEPR" minOccurs="0"/>
                        <xs:element ref="XMCNG" minOccurs="0"/>
                        <xs:element ref="QSSYS" minOccurs="0"/>
                        <xs:element ref="LFRHY" minOccurs="0"/>
                        <xs:element ref="RDPRF" minOccurs="0"/>
                        <xs:element ref="VRBMT" minOccurs="0"/>
                        <xs:element ref="VRBWK" minOccurs="0"/>
                        <xs:element ref="VRBDT" minOccurs="0"/>
                        <xs:element ref="VRBFK" minOccurs="0"/>
                        <xs:element ref="AUTRU" minOccurs="0"/>
                        <xs:element ref="PREFE" minOccurs="0"/>
                        <xs:element ref="PRENC" minOccurs="0"/>
                        <xs:element ref="PRENO" minOccurs="0"/>
                        <xs:element ref="PREND" minOccurs="0"/>
                        <xs:element ref="PRENE" minOccurs="0"/>
                        <xs:element ref="PRENG" minOccurs="0"/>
                        <xs:element ref="ITARK" minOccurs="0"/>
                        <xs:element ref="PRFRQ" minOccurs="0"/>
                        <xs:element ref="KZKUP" minOccurs="0"/>
                        <xs:element ref="STRGR" minOccurs="0"/>
                        <xs:element ref="LGFSB" minOccurs="0"/>
                        <xs:element ref="SCHGT" minOccurs="0"/>
                        <xs:element ref="CCFIX" minOccurs="0"/>
                        <xs:element ref="EPRIO" minOccurs="0"/>
                        <xs:element ref="QMATA" minOccurs="0"/>
                        <xs:element ref="PLNTY" minOccurs="0"/>
                        <xs:element ref="MMSTA" minOccurs="0"/>
                        <xs:element ref="SFCPF" minOccurs="0"/>
                        <xs:element ref="SHFLG" minOccurs="0"/>
                        <xs:element ref="SHZET" minOccurs="0"/>
                        <xs:element ref="MDACH" minOccurs="0"/>
                        <xs:element ref="KZECH" minOccurs="0"/>
                        <xs:element ref="MMSTD" minOccurs="0"/>
                        <xs:element ref="MFRGR" minOccurs="0"/>
                        <xs:element ref="FVIDK" minOccurs="0"/>
                        <xs:element ref="INDUS" minOccurs="0"/>
                        <xs:element ref="MOWNR" minOccurs="0"/>
                        <xs:element ref="MOGRU" minOccurs="0"/>
                        <xs:element ref="CASNR" minOccurs="0"/>
                        <xs:element ref="GPNUM" minOccurs="0"/>
                        <xs:element ref="STEUC" minOccurs="0"/>
                        <xs:element ref="FABKZ" minOccurs="0"/>
                        <xs:element ref="MATGR" minOccurs="0"/>
                        <xs:element ref="LOGGR" minOccurs="0"/>
                        <xs:element ref="VSPVB" minOccurs="0"/>
                        <xs:element ref="DPLFS" minOccurs="0"/>
                        <xs:element ref="DPLPU" minOccurs="0"/>
                        <xs:element ref="DPLHO" minOccurs="0"/>
                        <xs:element ref="MINLS" minOccurs="0"/>
                        <xs:element ref="MAXLS" minOccurs="0"/>
                        <xs:element ref="FIXLS" minOccurs="0"/>
                        <xs:element ref="LTINC" minOccurs="0"/>
                        <xs:element ref="COMPL" minOccurs="0"/>
                        <xs:element ref="CONVT" minOccurs="0"/>
                        <xs:element ref="FPRFM" minOccurs="0"/>
                        <xs:element ref="SHPRO" minOccurs="0"/>
                        <xs:element ref="FXPRU" minOccurs="0"/>
                        <xs:element ref="KZPSP" minOccurs="0"/>
                        <xs:element ref="OCMPF" minOccurs="0"/>
                        <xs:element ref="APOKZ" minOccurs="0"/>
                        <xs:element ref="AHDIS" minOccurs="0"/>
                        <xs:element ref="EISLO" minOccurs="0"/>
                        <xs:element ref="NCOST" minOccurs="0"/>
                        <xs:element ref="MEGRU" minOccurs="0"/>
                        <xs:element ref="MDME1MARDM" minOccurs="0"/>
                        <xs:element ref="MDME1MFHMM" minOccurs="0"/>
                        <xs:element ref="MDME1MPGDM" minOccurs="0"/>
                        <xs:element ref="MDME1MPOPM" minOccurs="0"/>
                        <xs:element ref="MDME1MPRWM" minOccurs="0"/>
                        <xs:element ref="MDME1MVEGM" minOccurs="0"/>
                        <xs:element ref="MDME1MVEUM" minOccurs="0"/>
                        <xs:element ref="MDME1MKALM" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDME1MARAM">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MATNR" minOccurs="0"/>
                        <xs:element ref="MDME1MARCM" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="SEGMENT" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="MDACH" type="xs:string"/>
         <xs:element name="MAXLZ" type="xs:string"/>
         <xs:element name="MAXLS" type="xs:string"/>
         <xs:element name="MATNR" type="xs:string"/>
         <xs:element name="MATKO" type="xs:string"/>
         <xs:element name="MATGR" type="xs:string"/>
         <xs:element name="MABST" type="xs:string"/>
         <xs:element name="MAABC" type="xs:string"/>
         <xs:element name="LZEIH" type="xs:string"/>
         <xs:element name="LWMKB" type="xs:string"/>
         <xs:element name="LVORM" type="xs:string"/>
         <xs:element name="LTINC" type="xs:string"/>
         <xs:element name="LSOBS" type="xs:string"/>
         <xs:element name="LOSGR" type="xs:string"/>
         <xs:element name="LOSFX" type="xs:string"/>
         <xs:element name="LOGGR" type="xs:string"/>
         <xs:element name="LMINB" type="xs:string"/>
         <xs:element name="LIZYK" type="xs:string"/>
         <xs:element name="LGRAD" type="xs:string"/>
         <xs:element name="LGPRO" type="xs:string"/>
         <xs:element name="LGPBE" type="xs:string"/>
         <xs:element name="LGORT" type="xs:string"/>
         <xs:element name="LGFSB" type="xs:string"/>
         <xs:element name="LFRHY" type="xs:string"/>
         <xs:element name="LBSTF" type="xs:string"/>
         <xs:element name="LAGPR" type="xs:string"/>
         <xs:element name="LADGR" type="xs:string"/>
         <xs:element name="KZPSP" type="xs:string"/>
         <xs:element name="KZPRO" type="xs:string"/>
         <xs:element name="KZPAR" type="xs:string"/>
         <xs:element name="KZKUP" type="xs:string"/>
         <xs:element name="KZKRI" type="xs:string"/>
         <xs:element name="KZKFK" type="xs:string"/>
         <xs:element name="KZKBL" type="xs:string"/>
         <xs:element name="KZINI" type="xs:string"/>
         <xs:element name="KZEXI" type="xs:string"/>
         <xs:element name="KZECH" type="xs:string"/>
         <xs:element name="KZDKZ" type="xs:string"/>
         <xs:element name="KZBED" type="xs:string"/>
         <xs:element name="KZAUS" type="xs:string"/>
         <xs:element name="KTSCH_REF" type="xs:string"/>
         <xs:element name="KTSCH" type="xs:string"/>
         <xs:element name="KOVBW" type="xs:string"/>
         <xs:element name="KORDB" type="xs:string"/>
         <xs:element name="KOPRW" type="xs:string"/>
         <xs:element name="KAUTB" type="xs:string"/>
         <xs:element name="KAUSF" type="xs:string"/>
         <xs:element name="ITARK" type="xs:string"/>
         <xs:element name="INSMK" type="xs:string"/>
         <xs:element name="INDUS" type="xs:string"/>
         <xs:element name="IDOC">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="MDME1MARAM" minOccurs="0"/>
                   </xs:sequence>
                   <xs:attribute name="BEGIN" use="required">
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="1"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name="HERKR" type="xs:string"/>
         <xs:element name="HERKL" type="xs:string"/>
         <xs:element name="HERBL" type="xs:string"/>
         <xs:element name="GWERT" type="xs:string"/>
         <xs:element name="GWER2" type="xs:string"/>
         <xs:element name="GWER1" type="xs:string"/>
         <xs:element name="GPNUM" type="xs:string"/>
         <xs:element name="GPMKZ" type="xs:string"/>
         <xs:element name="GEWGR" type="xs:string"/>
         <xs:element name="GAMMA" type="xs:string"/>
         <xs:element name="FXPRU" type="xs:string"/>
         <xs:element name="FXHOR" type="xs:string"/>
         <xs:element name="FVIDK" type="xs:string"/>
         <xs:element name="FSUMM" type="xs:string"/>
         <xs:element name="FRTME" type="xs:string"/>
         <xs:element name="FPRFM" type="xs:string"/>
         <xs:element name="FIXLS" type="xs:string"/>
         <xs:element name="FIXKZ" type="xs:string"/>
         <xs:element name="FIMON" type="xs:string"/>
         <xs:element name="FHORI" type="xs:string"/>
         <xs:element name="FGRU2" type="xs:string"/>
         <xs:element name="FGRU1" type="xs:string"/>
         <xs:element name="FFREI" type="xs:string"/>
         <xs:element name="FEVOR" type="xs:string"/>
         <xs:element name="FABKZ" type="xs:string"/>
         <xs:element name="EXVER" type="xs:string"/>
         <xs:element name="EXPRW" type="xs:string"/>
         <xs:element name="EXPPG" type="xs:string"/>
         <xs:element name="EXPME" type="xs:string"/>
         <xs:element name="EWFORM_REF" type="xs:string"/>
         <xs:element name="EWFORM" type="xs:string"/>
         <xs:element name="EWAHR" type="xs:string"/>
         <xs:element name="ERTAG" type="xs:string"/>
         <xs:element name="EPSIL" type="xs:string"/>
         <xs:element name="EPRIO" type="xs:string"/>
         <xs:element name="ELPRO" type="xs:string"/>
         <xs:element name="EKGRP" type="xs:string"/>
         <xs:element name="EISLO" type="xs:string"/>
         <xs:element name="EISBE" type="xs:string"/>
         <xs:element name="EHOFFE" type="xs:string"/>
         <xs:element name="EHOFFB" type="xs:string"/>
         <xs:element name="DZEIT" type="xs:string"/>
         <xs:element name="DPLPU" type="xs:string"/>
         <xs:element name="DPLHO" type="xs:string"/>
         <xs:element name="DPLFS" type="xs:string"/>
         <xs:element name="DISPR" type="xs:string"/>
         <xs:element name="DISPO" type="xs:string"/>
         <xs:element name="DISMM" type="xs:string"/>
         <xs:element name="DISLS" type="xs:string"/>
         <xs:element name="DISKZ" type="xs:string"/>
         <xs:element name="DISGR" type="xs:string"/>
         <xs:element name="DELTA" type="xs:string"/>
         <xs:element name="CSPLT" type="xs:string"/>
         <xs:element name="COPAM" type="xs:string"/>
         <xs:element name="CONVT" type="xs:string"/>
         <xs:element name="COMPL" type="xs:string"/>
         <xs:element name="CCFIX" type="xs:string"/>
         <xs:element name="CASNR" type="xs:string"/>
         <xs:element name="BZOFFE_REF" type="xs:string"/>
         <xs:element name="BZOFFE" type="xs:string"/>
         <xs:element name="BZOFFB_REF" type="xs:string"/>
         <xs:element name="BZOFFB" type="xs:string"/>
         <xs:element name="BWTTY" type="xs:string"/>
         <xs:element name="BWSCL" type="xs:string"/>
         <xs:element name="BSTRF" type="xs:string"/>
         <xs:element name="BSTMI" type="xs:string"/>
         <xs:element name="BSTMA" type="xs:string"/>
         <xs:element name="BSTFE" type="xs:string"/>
         <xs:element name="BSKRF" type="xs:string"/>
         <xs:element name="BETA1" type="xs:string"/>
         <xs:element name="BESKZ" type="xs:string"/>
         <xs:element name="BEARZ" type="xs:string"/>
         <xs:element name="BDATU" type="xs:string"/>
         <xs:element name="BASMG" type="xs:string"/>
         <xs:element name="AWSLS" type="xs:string"/>
         <xs:element name="AUTRU" type="xs:string"/>
         <xs:element name="AUSSS" type="xs:string"/>
         <xs:element name="AUSNA" type="xs:string"/>
         <xs:element name="AUSME" type="xs:string"/>
         <xs:element name="AUSDT" type="xs:string"/>
         <xs:element name="AUFTL" type="xs:string"/>
         <xs:element name="ATPKZ" type="xs:string"/>
         <xs:element name="APOKZ" type="xs:string"/>
         <xs:element name="APLAL" type="xs:string"/>
         <xs:element name="ANZPR" type="xs:string"/>
         <xs:element name="ANTEI" type="xs:string"/>
         <xs:element name="ALTSL" type="xs:string"/>
         <xs:element name="ALPHA" type="xs:string"/>
         <xs:element name="ALORT" type="xs:string"/>
         <xs:element name="ALNAM" type="xs:string"/>
         <xs:element name="ALNAL" type="xs:string"/>
         <xs:element name="ALNAG" type="xs:string"/>
         <xs:element name="AHDIS" type="xs:string"/>
         <xs:element name="ADATU" type="xs:string"/>
         <xs:element name="ABCIN" type="xs:string"/>
    </xs:schema>
    XMLs Used for  Import
    MARC.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <MDMMATMAS_MATMAS03_MARCM>
         <IDOC BEGIN="1">
              <MDME1MARAM SEGMENT="1">
                   <MATNR>000000000050016543</MATNR>
                   <MDME1MARCM SEGMENT="1">
                        <MSGFN>005</MSGFN>
                        <WERKS>0501</WERKS>
                        <PSTAT>DELBS</PSTAT>
                        <BWTTY>X</BWTTY>
                        <MAABC>C</MAABC>
                        <EKGRP>A60</EKGRP>
                        <DISMM>VB</DISMM>
                        <DISPO>020</DISPO>
                        <PLIFZ>20</PLIFZ>
                        <WEBAZ>5</WEBAZ>
                        <PERKZ>M</PERKZ>
                        <AUSSS>0.00</AUSSS>
                        <DISLS>EX</DISLS>
                        <BESKZ>F</BESKZ>
                        <MINBE>1.000</MINBE>
                        <EISBE>0.000</EISBE>
                        <BSTMI>5.000</BSTMI>
                        <BSTMA>0.000</BSTMA>
                        <BSTFE>0.000</BSTFE>
                        <BSTRF>0.000</BSTRF>
                        <MABST>1.000</MABST>
                        <LOSFX>0</LOSFX>
                        <SBDKZ>2</SBDKZ>
                        <AUSDT>00000000</AUSDT>
                        <BEARZ>0.00</BEARZ>
           

    Hi Poonam,
    I think, since you have taken the XSD from the Standard business content, then most probably the XMl file that you are using is not in accordance with the XSD taken from the Business Content.
    There can be 2 reasons of error:
    1. One poblem can be that the Tags in the Source file are not in order as they are in the XSD. Kindly check whether the source tags are in proper order.
    2.  The fields in the source file may be having a Value, which is Violating the Field Type, or the Field Length setting done in Console.
    For Ex, I have a doubt about this Value :
    <BSKRF>0.0000000000000000E+00</BSKRF>
    This corresponds to what Value in MDM and which Type of Field you have made in MDM
    Similarly check and confirm all Field Settings.
    Also please try to find out some Log Reports, which might also help you out in de-bugging this problem.
    Hope it helps.
    Thanks and Regards
    Nitin Jain

  • Error while importing music in iMovie 11 From itunes 10

    Error while importing music in iMovie 11
    I have the same error explained in a other post which was still left unanswered
    I have this sound problem after reorganising folders by itunes, i tried to delete al files in itunes and also
    deleted the xml file in the itunes dir, created new playlists, but still i have no music sound in imovie timeline
    after dragging a mp3 into it. When i preview the file in imovie it souds ok.
    Also i see the red dot with the number 1 in the itunes logo while dragging the mp3.
    Is there a solution for this problem?
    Former post;
    Re: Error while importing music in iMovie 09 from iTunes 09
    Posted: Jul 24, 2010 8:08 AM   in response to: vincentplaces  
    I'm having the exact same issue, but still haven't figured out what it is. I note that at the top of this thread it indicates that there are two "helpful" entries and one "solved" entry, but I can't find the solved one, so maybe someone will repost it here or kindly link to it.
    There is one icon missing though.
    As I read through the excellent tutorial at http://www.kenstone.net/fcphomepage/imovie_09stone.html I scroll down to the point where he talks about dragging music in from iTunes, which is what I'm trying to do. I can see, in his screen shot, the extra little icon that is a red oval and a white "1" in it. I don't get that icon when I am trying to drag my music into the video. I do get the green and white plus icon when I try to drag my music in. Also I DO get BOTH the red 1 and the green plus when I try dragging in a sound effect, which I can do with no problem. But why not the music?
    I've been able to drag in music with no problem in other productions, so I can't figure out what is going on with this one. I'm sure there is a setting somewhere that got flipped, but I can't figure out where.
    In desperation I also tried adding an extra title slide at the end of my video just to make sure there is more video time than music time in the production, but that didn't help at all.
    Any help guys?
    iMac 27"   Mac OS X (10.6.4)    

    Hi
    Due to some kind of copy protection in iTunes - I don't copy directly from this in iMovie
    to my projects. (Most often the result of doing it in iMovie is a DVD without any sound)
    I do
    • In iTunes - collect needed audio into a new Playlist
    • then burn this out as an Audio-CD .aiff (NOT .mp3)
    • This CD I copy into a folder on my Mac (often containing other material that's connected to the project)
    • And then I drag and drop these .aiff files into my movie project in iMovie.
    This works Greatly and even more so when I do my DVD.
    Yours Bengt W

  • Error while importing a new CERT in oracle 10G B2B

    Hi All,
    I am trying to upload a new certificate in 10 G B2B server, its not updating a certificate, I am facing the below error while importing
    Error
    An error occurred when updating the certificate.
    Error -: AIP-16001: The model validation engine failed due to an internal system error.
    Error -: AIP-11052: Writing following objects: Certificate failed due to following constraint violation: CERTIFICATE. CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION.
    Note: Please help me in resolving this ASAP.
    Regards
    Sai

    Hi Sai,
    It seems you are updating certificate in a delivery channel which is being used in a validated (or may be deployed) agreement. Please retire/purge any deployed configuration which is using that delivery channel and also make sure no such agreement is in valid state(which is using this delivery channel).
    Regards,
    Anuj

  • Error while importing a table index.

    Hi,
    We are facing a problem while importing an index to the production region. Below are the details.
    1. A secondary index was created on standard SAP table ILOA in DEV region.
    2. The Index was successfully moved to the Quality system, without any glitches.
    3. Due to some issue (releated to testing, for which we had to revert back the changes), we had to delete the index on ILOA in the DEV region. The transports were moved to the PPD region and hence, the index on ILOA was deleted in PPD also.
    4. Once the issue related to testing was resolved, we again created an index on the table ILOA and moved it to PPD.
    All these 4 mentioned steps happened successfully and in PPD there was no error while importing the transports.
    But, while moving the above transports to the Production region, there was an error :
    "Index ILOA~Y could not be activated
    (E - No index ILOA~Y found with status M)"
    Please note that Y is the name of the index that was created on the table ILOA.
    The error code that we have got is "8".
    Can anyone please shed any light on what the issue is?? WE cannot re-import the transports in to Production without analysing this issue,because our client doesnt permit that.
    Thanks and eagerly awaiting a kind reply.
    Regards,
    Raghavendra.

    You've three transports - one to create the index, one to delete, and one to recreate.  It could be that the the third one tried to run before the database had finished with the second?
    Have you looked on SE14 for the actual status on production of the index?
    matt

  • Error while Importing a Table in To Target Module

    Hi All,
    Iam getting follwong error msg while importing a table in OWB Target Module.
    API4806: Object description is not allowed to be translated before object business name. Please give a translation to the business name first.
    why I am getting this error ?
    Rajesh

    Guys,
    I am able to solve the problem. I think the problem is Language settings difference between Database and OWB repository.

  • Error while importing PAR file from local system.

    Hi Experts,
    While importing PAR file into my NWDS, I am encountered by some strange error.
    Please refer below screenshot for your reference.
    After clicking on "OK" button of the above error popup, another popup emerge with different error, please find below the screenshot for this error.
    Please let me know the reason and resolution of this error. It will be very helpful for me.
    Thanks in advance.
    Thanks and Regards,
    sarvesh Agarwal

    Hi ,
    Are u trying to import with .bak extension ? If so please rename the file and remove .bak extension and try.
    x.par is enough to import not x.par.bak.
    Thanks,

  • IDoc not found in Objects list while Import from SAP

    Hi All,
       We could not find the custom IDoc in the Objects list, to import to Integration Repository.
       Please let me know is there any setup required on R/3 side.
    Thank you very much in advance.
    Rama

    Hi,
    Are you able to see, standard/any idocs while importing ? If not-
    In your SWCV, did you give SAP Logon credentials before importing the idocs.
    Open SWCV in the repository, and choose option box "Import of RFC and idoc ....permitted" .
    Then it will ask you to provide SAP system Id, Client , user id /password etc.. Then save and activate it. then try to import the idoc by going to Imported Objects section under SWCV and then Idoc and then import it.
    If you are able to see standard one, then I thing you did not activate the custom Idoc types/message types and segment in R/3 system.. do this and check
    Regards,
    Moorthy

  • Quits while importing; pictures in library folder don't show in window

    Quits while importing; photos are in iPhoto Library, but don't show up
    I have about 6500 photos in iPhoto 5.0.4. Everything worked well until this week when I went to import a series of new pictures. I import from a Scandisk card reader.
    The process appeared to go well until the progress bar showed 1 photo remaining. After a time the application quit.
    I tried again with the same result, several times.
    I tried rebuilding the library. It appeared not to work.
    I copied the library to another disk drive and tried to create a new library and copying back the pictures into the new library. It didn't work.
    I trashed the software and reinstalled it, then copied the old pictures into the library and the new ones from my camera. Then I had to recreate the albums I had before. It worked.
    This morning I shot more pictures and tried to add them to the library. Déja vu. It got to one picture remaining and quit.
    I rebuilt the library. This time it seemed to work. The "new" pictures were still in the library folders on the hard drive but did not show up on the screen (one for each time I'd tried to load them with _1, _2, etc. added to the name, for each additional attempt, including the last one in the series).
    I tried to add to the library. It quit at the one photo remaining point again.
    Suggestions, please.
    Alex Norton

    Hi Alex,
    Two things to suggest:
    -Try a different card reader
    -Use Image Capture to import your images to the computer. You will have much more control. Once images are downloaded you can put them in dated folders then import the folders to iPhoto.
    This is my preferred method and is what I do.
    Using Image Capture to download images and video clips:
    Open up Image Capture which is found in the Applications folder.
    When it is opened, go to Image Capture/Preferences
    Under the General button choose
    Camera: When a camera is connected, open Image Capture.
    The next time you connect your camera Image Capture will open.
    In the window that opens you will see an Options button. Click on that button to set your options.
    To find out more about Image Capture (it can do a lot more) Click on Help in the menu bar when Image Capture is open.
    iPhoto: How to Change the "Open Automatically" Preference
    If you find you can't change any of Image Captures preferences or can't access any drop down menus or they are greyed out, check to make sure Image Capture is loose in the Applications folder and not within a sub folder.
    Lori

  • MII 14.0 SP4 :Migration error while importing SAP BM Templates

    Hi Experts,
    I am facing some migration errors while importing SAP Batch Manufacturing Templates into MII 14.0 SP4.
    There are almost 23 transactions which are not getting imported and the error message for all of them is-
    "Unable to migrate transaction Unable to import file
    <Name of the Transaction>"
    Any first hand experiences will be really helpful for me to proceed further.
    Regards,
    Muddassar Khan

    Hi All,
    Got the solution. The STARTUP.BAT file is been placed in the installation directory(usr/sap) and then it works fine. Also I have installed the patches and all working fine.
    Any way thanks for the answer christian libich.
    Regards
    G.Partheeban

  • Error while import PAR with schedule task

    Hi everybody
    I've the following error while import a new PAR with schedule task in Portal NW04s
    Inner Stack is:
    Unable to lock the local configuration to run import "import_it.tsf.pld.cercapersone.updateadgruppofs.st.prjconfig_config_fwk_service_4692550,4692550_(ready)".
    System error is "LockConfigException: Configuration framework system error: "configuration-lock-service overloaded: cannot acquire central-lock file for config://local"".
    Inner Stack is:
    LockConfigException: Configuration framework system error: "configuration-lock-service overloaded: cannot acquire central-lock file for config://local"
    at com.sapportals.config.fwk.data.ConfigLockManager.lockWithDependent(ConfigLockManager.java:507)
    thanks in advance

    Hi Ram,
    I've encountered the problem only on productive instance with offline deployment (Scheduler Tasks reinitialize CRT). Before a restart I have to make sure it works.
    thanks for your help!
    Gennaro

  • Error while importing Web Analysis reports using LCM in 11.1.2.1

    Hi,
    I am trying to import Web Analysis reports using LCM in 11.1.2.1. But while importing the reoprts I am getting the following error:
    " The following object couldn't be imported:EPMRAF-31040:Provisioned user couldn't be found in target system."
    FYI: Security is already imported successfully in the target system. Including reporting and analysis.
    Please help.
    Edited by: 937719 on Feb 21, 2013 1:30 PM

    Are the child forms that are included in the composite form imported into the destination environment?
    HTH-
    Jasmine.

  • Issue While importing the connector.xml using deployment manager

    Hi All,
    I cloned my AD connecotor while importing through the deployment manager I am facing the issue
    <Mar 5, 2013 10:10:35 PM EST> <Error> <oracle.iam.identity.usermgmt.impl> <IAM-3050030> <An exception occurred while performing the operation.
    org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is weblogic.jms.common.JMSException: No failover destination.
         at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:308)
         at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:168)
         at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:474)
         at org.springframework.jms.core.JmsTemplate.send(JmsTemplate.java:539)
         at oracle.iam.platform.async.messaging.MessageSenderImpl.send(MessageSenderImpl.java:75)
         at oracle.iam.platform.async.messaging.TaskRouter.route(TaskRouter.java:78)
         at oracle.iam.platform.async.messaging.MessagingExecutionService.submit(MessagingExecutionService.java:43)
         at oracle.iam.platform.async.impl.AsyncServiceImpl.submit(AsyncServiceImpl.java:75)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.createTrigger(OrchestrationEngineImpl.java:631)
         at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:746)
         at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:763)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.process(OrchestrationEngineImpl.java:519)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:459)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:378)
         at oracle.iam.identity.usermgmt.impl.UserManagerImpl.delete(UserManagerImpl.java:1199)
         at oracle.iam.identity.usermgmt.api.UserManagerEJB.deletex(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy560.deletex(Unknown Source)
         at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
         at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.deletex(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
         at $Proxy198.deletex(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
         at $Proxy516.deletex(Unknown Source)
         at oracle.iam.identity.usermgmt.api.UserManagerDelegate.delete(Unknown Source)
         at oracle.iam.identitytaskflow.utils.PopupOperationsUtil.deleteUserOperation(PopupOperationsUtil.java:214)
         at oracle.iam.identitytaskflow.backing.taskflows.modifyuser.ModifyUserView.deleteUserOperation(ModifyUserView.java:3312)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1300)
         at oracle.adf.view.rich.component.UIXDialog.broadcast(UIXDialog.java:97)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:902)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:313)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.am.agent.wls.filters.OAMServletAuthenticationFilter.doFilter(OAMServletAuthenticationFilter.java:265)
         at oracle.security.am.agent.wls.filters.OAMValidationSystemFilter.doFilter(OAMValidationSystemFilter.java:133)
         at oracle.security.wls.oamagent.OAMAgentWrapperFilter.doFilter(OAMAgentWrapperFilter.java:120)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:108)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    can anyone please let me know the solution for this one.
    Thanks,
    Valli

    Although not same but this probably can be solved by steps from MOS Atricle: 1417904.1
    -Bikash

Maybe you are looking for