cancel
Showing results for 
Search instead for 
Did you mean: 

NO_MAPPINGPROGRAM_FOUND

Former Member
0 Kudos

Hi,

When I am executing a file to file scenario, where I have imported the XSD as external defintion it is not working properly and get an error message as "NO_MAPPINGPROGRAM_FOUND"

This is the XSD file

<?xml version = "1.0" encoding = "UTF-8"?>

<!Generated by Turbo XML 2.4.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema>

<xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema"

elementFormDefault = "qualified">

<xsd:element name = "AddedAlternateLinks">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "AlternateLink" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AlternateLink">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "Alternates"/>

<xsd:element ref = "AlternatesFor"/>

<xsd:element ref = "PartMaster"/>

<xsd:element ref = "AlternatePartMaster"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedBOMComponents">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMComponent" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "BOMComponent">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "PartNumber"/>

<xsd:element ref = "AssemblyPartNumber"/>

<xsd:element ref = "Quantity"/>

<xsd:element ref = "Unit"/>

<xsd:element ref = "LineNumber"/>

<xsd:element ref = "FindNumber"/>

<xsd:element ref = "AlternateItemGroup"/>

<xsd:element ref = "StartSerialNumberEffectivity"/>

<xsd:element ref = "EndSerialNumberEffectivity"/>

<xsd:element ref = "StartLotNumberEffectivity"/>

<xsd:element ref = "EndLotNumberEffectivity"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedBOMs">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "BOMHeader">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "LastChangedBy"/>

<xsd:element ref = "Number"/>

<xsd:element ref = "StartEffectivity"/>

<xsd:element ref = "EndEffectivity"/>

<xsd:element ref = "StartSerialNumberEffectivity"/>

<xsd:element ref = "EndSerialNumberEffectivity"/>

<xsd:element ref = "StartLotNumberEffectivity"/>

<xsd:element ref = "EndLotNumberEffectivity"/>

<xsd:element ref = "SerialNumberEffectivityCxtPartNumber"/>

<xsd:element ref = "LotNumberEffectivityCxtPartNumber"/>

<xsd:element ref = "Version"/>

<xsd:element ref = "Iteration"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedDocumentLinks">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "DocumentLink" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DocumentLink">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "DocumentNumber"/>

<xsd:element ref = "DocumentVersion"/>

<xsd:element ref = "AssociatedObjectClass"/>

<xsd:element ref = "AssociatedObjectNumber"/>

<xsd:element ref = "AssociatedObjectVersion"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedDocuments">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Document" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "Document">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "LastChangedBy"/>

<xsd:element ref = "Number"/>

<xsd:element ref = "Name"/>

<xsd:element ref = "DocumentType"/>

<xsd:element ref = "Description"/>

<xsd:element ref = "File"/>

<xsd:element ref = "Title"/>

<xsd:element ref = "Version"/>

<xsd:element ref = "Iteration"/>

<xsd:element ref = "PreviousVersion"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedECN">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ECNHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ECNHeader">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "LastChangedBy"/>

<xsd:element ref = "Number"/>

<xsd:element ref = "Name"/>

<xsd:element ref = "Description"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "COLLECTION">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "DeletedECN" minOccurs = "0"/>

<xsd:element ref = "AddedECN" minOccurs = "0"/>

<xsd:element ref = "ChangedECN" minOccurs = "0"/>

<xsd:element ref = "UnchangedECN" minOccurs = "0"/>

<xsd:element ref = "DeletedParts" minOccurs = "0"/>

<xsd:element ref = "AddedParts" minOccurs = "0"/>

<xsd:element ref = "ChangedParts" minOccurs = "0"/>

<xsd:element ref = "UnchangedParts" minOccurs = "0"/>

<xsd:element ref = "DeletedAlternateLinks" minOccurs = "0"/>

<xsd:element ref = "AddedAlternateLinks" minOccurs = "0"/>

<xsd:element ref = "DeletedDocuments" minOccurs = "0"/>

<xsd:element ref = "AddedDocuments" minOccurs = "0"/>

<xsd:element ref = "ChangedDocuments" minOccurs = "0"/>

<xsd:element ref = "UnchangedDocuments" minOccurs = "0"/>

<xsd:element ref = "DeletedDocumentLinks" minOccurs = "0"/>

<xsd:element ref = "AddedDocumentLinks" minOccurs = "0"/>

<xsd:element ref = "DeletedBOMs" minOccurs = "0"/>

<xsd:element ref = "AddedBOMs" minOccurs = "0"/>

<xsd:element ref = "ChangedBOMs" minOccurs = "0"/>

<xsd:element ref = "UnchangedBOMs" minOccurs = "0"/>

<xsd:element ref = "DeletedBOMComponents" minOccurs = "0"/>

<xsd:element ref = "AddedBOMComponents" minOccurs = "0"/>

<xsd:element ref = "ChangedBOMComponents" minOccurs = "0"/>

<xsd:element ref = "UnchangedBOMComponents" minOccurs = "0"/>

<xsd:element ref = "DeletedSubstitutes" minOccurs = "0"/>

<xsd:element ref = "AddedSubstitutes" minOccurs = "0"/>

<xsd:element ref = "DeletedReferenceDesignators" minOccurs = "0"/>

<xsd:element ref = "AddedReferenceDesignators" minOccurs = "0"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedECN">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ECNHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ChangedECN">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ECNHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "UnchangedECN">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ECNHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedParts">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Part" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedParts">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Part" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ChangedParts">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Part" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "UnchangedParts">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Part" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedAlternateLinks">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "AlternateLink" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedDocuments">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Document" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ChangedDocuments">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Document" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "UnchangedDocuments">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Document" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedDocumentLinks">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "DocumentLink" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedBOMs">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ChangedBOMs">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "UnchangedBOMs">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMHeader" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedBOMComponents">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMComponent" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ChangedBOMComponents">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMComponent" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "UnchangedBOMComponents">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "BOMComponent" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedSubstitutes">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Substitute" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedSubstitutes">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "Substitute" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "DeletedReferenceDesignators">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ReferenceLink" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "AddedReferenceDesignators">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ReferenceLink" minOccurs = "0" maxOccurs = "unbounded"/>

</xsd:sequence>

<xsd:attribute name = "STATUS" type = "xsd:string"/>

<xsd:attribute name = "NAME" type = "xsd:string"/>

<xsd:attribute name = "TYPE" type = "xsd:string"/>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ObjectID" type = "xsd:string"/>

<xsd:element name = "Class" type = "xsd:string"/>

<xsd:element name = "Alternates" type = "xsd:string"/>

<xsd:element name = "AlternatesFor" type = "xsd:string"/>

<xsd:element name = "PartMaster" type = "xsd:string"/>

<xsd:element name = "AlternatePartMaster" type = "xsd:string"/>

<xsd:element name = "TargetID" type = "xsd:string"/>

<xsd:element name = "Part">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "LastChangedBy"/>

<xsd:element ref = "Number"/>

<xsd:element ref = "StartEffectivity"/>

<xsd:element ref = "EndEffectivity"/>

<xsd:element ref = "StartSerialNumberEffectivity"/>

<xsd:element ref = "EndSerialNumberEffectivity"/>

<xsd:element ref = "StartLotNumberEffectivity"/>

<xsd:element ref = "EndLotNumberEffectivity"/>

<xsd:element ref = "SerialNumberEffectivityCxtPartNumber"/>

<xsd:element ref = "LotNumberEffectivityCxtPartNumber"/>

<xsd:element ref = "DefaultUnit"/>

<xsd:element ref = "Name"/>

<xsd:element ref = "PartType"/>

<xsd:element ref = "Source"/>

<xsd:element ref = "Version"/>

<xsd:element ref = "Iteration"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "ReferenceLink">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "ComponentPartNumber"/>

<xsd:element ref = "AssemblyPartNumber"/>

<xsd:element ref = "ReferenceDesignator"/>

<xsd:element ref = "LineNumber"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "Substitute">

<xsd:complexType>

<xsd:sequence>

<xsd:element ref = "ObjectID"/>

<xsd:element ref = "Class"/>

<xsd:element ref = "ComponentPartNumber"/>

<xsd:element ref = "AssemblyPartNumber"/>

<xsd:element ref = "SubstitutePartNumber"/>

<xsd:element ref = "Quantity"/>

<xsd:element ref = "LineNumber"/>

<xsd:element ref = "FindNumber"/>

<xsd:element ref = "AlternateItemGroup"/>

<xsd:element ref = "TargetID" maxOccurs = "unbounded"/>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

<xsd:element name = "PartNumber" type = "xsd:string"/>

<xsd:element name = "AssemblyPartNumber" type = "xsd:string"/>

<xsd:element name = "Quantity" type = "xsd:string"/>

<xsd:element name = "LineNumber" type = "xsd:string"/>

<xsd:element name = "FindNumber" type = "xsd:string"/>

<xsd:element name = "AlternateItemGroup" type = "xsd:string"/>

<xsd:element name = "LastChangedBy" type = "xsd:string"/>

<xsd:element name = "Number" type = "xsd:string"/>

<xsd:element name = "StartEffectivity" type = "xsd:string"/>

<xsd:element name = "EndEffectivity" type = "xsd:string"/>

<xsd:element name = "StartSerialNumberEffectivity" type = "xsd:string"/>

<xsd:element name = "EndSerialNumberEffectivity" type = "xsd:string"/>

<xsd:element name = "StartLotNumberEffectivity" type = "xsd:string"/>

<xsd:element name = "EndLotNumberEffectivity" type = "xsd:string"/>

<xsd:element name = "SerialNumberEffectivityCxtPartNumber" type = "xsd:string"/>

<xsd:element name = "LotNumberEffectivityCxtPartNumber" type = "xsd:string"/>

<xsd:element name = "Version" type = "xsd:string"/>

<xsd:element name = "Iteration" type = "xsd:string"/>

<xsd:element name = "Name" type = "xsd:string"/>

<xsd:element name = "DocumentType" type = "xsd:string"/>

<xsd:element name = "Description" type = "xsd:string"/>

<xsd:element name = "File" type = "xsd:string"/>

<xsd:element name = "Title" type = "xsd:string"/>

<xsd:element name = "PreviousVersion" type = "xsd:string"/>

<xsd:element name = "DocumentNumber" type = "xsd:string"/>

<xsd:element name = "DocumentVersion" type = "xsd:string"/>

<xsd:element name = "AssociatedObjectClass" type = "xsd:string"/>

<xsd:element name = "AssociatedObjectNumber" type = "xsd:string"/>

<xsd:element name = "AssociatedObjectVersion" type = "xsd:string"/>

<xsd:element name = "DefaultUnit" type = "xsd:string"/>

<xsd:element name = "PartType" type = "xsd:string"/>

<xsd:element name = "Source" type = "xsd:string"/>

<xsd:element name = "ComponentPartNumber" type = "xsd:string"/>

<xsd:element name = "ReferenceDesignator" type = "xsd:string"/>

<xsd:element name = "SubstitutePartNumber" type = "xsd:string"/>

<xsd:element name = "Unit" type = "xsd:string"/>

</xsd:schema>

and trying to use the part element from this. Please let me know whereis the problem.

Regards,

Nithiyananandam

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Any inputs...

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi,

This scenario executes successfully by generating the output file as required, but still I get the error in sender communication channel and the file is not deleted from source directory as

Error: com.sap.aii.af.service.util.transaction.api.TxManagerException: Unable to roll back transaction: com.sap.engine.services.ts.exceptions.BaseIllegalStateException

Error: com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:NO_MAPPINGPROGRAM_FOUND:

and receiver communication is successful.But still in moni i get the error message as system error restart not possible and it is failing at request message mapping level.

When I am try to execute this scenario from RWB it executes successfully with no error in moni as well and the receiver channel is success.

Also I tried verifying the IR test as well which is successful.

Please provide some inputs.

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi Nithiyanandam

Have you been able to resolve the problem? I've got the same Problem and would be Interested to hear the solution...

Thanks,

Tarik

Former Member
0 Kudos

Hi,

Former Member
0 Kudos

hi,

You imported the XSD which is based on Message interface...

You should import the XSD file which is extracted from the message type...then you will not get this error.

Hope this will help you...

Former Member
0 Kudos

Hi,

The XSD which I have mentioned is not generated internally, it was generated from another system which I am trying to import in SAP XI.

Regards,

Nithiyanandam

former_member183906
Active Contributor
0 Kudos

1 .Go to the interface mapping that you use in your scenario

2. Check if the: software component version contains string "undefined"

3. If so recreate the interface mapping

If not then note 759570 does not apply to you

Have you tried refreshing the cache?

TCODE - SXI_CACHE

Former Member
0 Kudos

Hi,

I could not find the SAP note which you have provided.

Also I could see the interface mapping associated to my SWC which i am working and does not contains string "undefined".

Regards,

Nithiyanandam

former_member183906
Active Contributor
0 Kudos

Hey check the following note

Note 705541 - XI 3.0 (Support Package 1 and higher): Importing XI Content

Check that the mapping is created under your own software component version (SWCV) and make in the SLD an user-dependecy between your SWCV and the one of SAP.

Former Member
0 Kudos

Hi,

The sap note which you have provided is only for the import and export of the .tpz or .zip files and it doesn't relate to the xsd import or external defn.

Could you please provide me some more input or can you please import the xsd which I have provided and test the same.

regards,

Nithiyanandam