cancel
Showing results for 
Search instead for 
Did you mean: 

XML not getting loaded

Former Member
0 Kudos

Hi SDNers,

Im not able to connect any xml file through import manager.its showing me following error :

COM error 80040154 Class not registered.

how to solve this problem?

Points will be rewarded for genuine answere.

Thanks in Advance.

Regards,

Neethu Joy.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Neethu,

You can try one more thing:

Try opening your .xml file in note pad with an Xml editor nad check and see all the tags are properly opened and closed.

May be the xml file is not in the correct format and not generated properly.

Hope it helps

Thanks

Simona

Former Member
0 Kudos

Hi Simona,

Thanks for the Reply.But this problem is only with my system rest every where it is working fine.

Regards,

Neethu.

Former Member
0 Kudos

Neethu,

It may be due to bad installation, please uninstall all your components once, delete all MDM components folders, restart your machine again and then reinstall your components again.

also see tgis thread which talks a little about it.

Hope it will help.

BR,

Alok

Former Member
0 Kudos

Hi,

Which version you are using?

Have you tried for other type of files?

Try using the below XML file

<PERSONS>

<PERSON>

<SURNAME>Pomazunoff</SURNAME>

<NAME>Alexander</NAME>

<ADDRESS>

<TYPE>Primary</TYPE>

<CITY>Moscow</CITY>

<STREET>Profsoyuzhnaya</STREET>

</ADDRESS>

<ADDRESS>

<TYPE>Secondary</TYPE>

<CITY>Moscow</CITY>

<STREET>Efremova</STREET>

</ADDRESS>

</PERSON>

</PERSONS>

If its not working then one Suggession I can give is Reinstall the MDM Import Manager once.

Kindly let me know the Output

Regards,

Jitesh Talreja

Former Member
0 Kudos

Hi,

COM Error occurs when your XML Schema does not match with the XML file or in other words there is some structure mis match between the XML Schema and the XML file.

You are using type=XML Schema I Suppose.

Try with type=XML and import the XML file.

Regards,

Jitesh Talreja

Former Member
0 Kudos

Hi Jitesh ,

Thanks for the quick reply.

Im not using xml schema but using xml file.I tried with 3-4 different files but still not working .

As far I searched there is sme problem with DLL(Dynamic link libraray) but not able to find solution to fix it.

Please reply what to do.

Regards,

Neethu Joy

Former Member
0 Kudos

Hi Jitesh ,

Thanks for reply.

Im using SAP MDM SP04

I have tried with different xml files.But still not working

Please reply what to do.

Regards,

Neethu Joy

Edited by: Neethu joy on Apr 24, 2008 1:06 PM

Former Member
0 Kudos

Hi,

One more suggession I would like to give thought i am not sure whether this will work or not but lets try atleast

Try to import the XML file in the another repository other than the one you are using.

Have you reinstalled your Import manager?

Regards,

Jitesh Talreja