cancel
Showing results for 
Search instead for 
Did you mean: 

Import Server issues with SP4 maps

Former Member
0 Kudos

While using the Import Server, I have a newly created map using Import Mgr 5.5 SP4. (I used a schema created by XI v.7 SP9). When it runs, it throw and exception with the following error message:

<b>"Encountered a pre-SP4 map. The map needs to be upgraded to SP4.

Solution: Please, Launch the Import Manager GUI using the same source file and simply save the map"</b>

It appears to not like new entries on the Partners table and balks at auto-mapping values for the compound field for the qualified lookup table at the Customer main level. The input record is outlined below. I have set the CONFIGURATIONS to "Replace/Replace/None" and "Automap values in batch" and in the map they are set to "Create/Update (ALL MAPPED)/Update (ALL MAPPED)".

Thanks in advance. Don

  <?xml version="1.0" encoding="UTF-8" ?> 
- <ns1:CustomerCreateResponseTest xmlns:ns1="urn:bp:xi:up:re:cust_mdm:cmdm:pr5:100">
 - <CUSTOMER>
  - <item>
     <CUSTOMERNO>0099999989</CUSTOMERNO> 
     <MDMCUSTOMER>4539</MDMCUSTOMER> 
     <CREATE_DATE>16/01/2007,09:39:30</CREATE_DATE> 
   - <RETURN>
      <TYPE>E</TYPE> 
      <MESSAGE>F2381 MESSAGE</MESSAGE> 
     </RETURN>
   - <PT_CONTPART_RETURN>				qualified lookup table
    - <item>
        <MDM_CONTACT>0000000002</MDM_CONTACT> 		non-qualifier
        <CONTACT>0002111119</CONTACT> 			qualifier
      </item>
     </PT_CONTPART_RETURN>
   - <PARTNERS>						qualified lookup table
    - <item>
       <CUSTOMERNO>0099999989</CUSTOMERNO> 		non-qualifer
       <PARTNER_FUNCTION>RE</PARTNER_FUNCTION>		non-qualifer  
       <PARTNER_NUMBER>0090098989</PARTNER_NUMBER> 	non-qualifer
       <DEFAULT_PARTNER>X</DEFAULT_PARTNER> 		qualifier
      </item>
     </PARTNERS>
    </item>
   </CUSTOMER>
  </ns1:CustomerCreateResponseTest>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Don,

What happens when you actually do what the error message says?

Former Member
0 Kudos

Hi Savi,

Nothing. It gives the same error. The map was created in the SP4 version of Impt Mgr. I'm thinking it's a bug in the system. We are going to report it to SAP.

Thanks!

Don

Former Member
0 Kudos

For all watching this thread:

We were running MDM 5.5 SP4. We applied Patch 2 (not patch 3) to our 32-bit system and we no longer get this error. We now get an error that the "Source File does not conform to the XML Schema", an entirely new issue. I will open a new question regarding that.

Thank you. Don