cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP API-Server return code 0x8002000E: File failed a crc check

Former Member
0 Kudos

Hi All,

I am getting an error <b>Server return code 0x8002000E: File failed a crc check</b>

We are using ABAP API

MDM_TECH 554 to MDM_TECH 555_640 with patch level 2.

SAP BASIS release is 640.

Please help...

Regards,

Nikhil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

I am getting an error Server return code 0x8002000E: File failed a crc check

We are using ABAP API

<b>MDM_TECH 555_640</b> with <b>patch level 2</b>.

SAP BASIS release is <b>640</b>.

Please help...

Regards,

Nikhil

michael_theis
Active Contributor
0 Kudos

Hi Nikhil,

could you please tell us the exact server build version you're using? In addition how did you configure your connection for MDM in transaction MDMAPIC? Which provider class are you using?

I'm asking, because the provider class has to match your server version!

Best regards

Michael

Former Member
0 Kudos

Hi Michael,

MDM Version is 5.5 SP5 (5.5.40.83)

Provider class is which I gave is 55_SP05_PL02 (CL_MDM_PROVIDER_55_SP05_PL02)

Regards,

Nikhil

michael_theis
Active Contributor
0 Kudos

Hi Nikhil,

Server Build 5.5.40.83 is related to SP5 Patch 0. if you want to use this server, you have to use CL_MDM_PROVIDER_55_SP05_PL00!

But the better solution would be an update of your MDM Server to the latest SP05 Patch 2 Hotfix. This one fits to your provider class.

BR Michael

Former Member
0 Kudos

Hi Michael,

For the time being I changed the provider class to CL_MDM_PROVIDER_55_SP05_PL00. Now Its working fine...Thank you ver much

But now I facing a new error.

<b>Server return code 0xFFAA0225: The connection is not trusted.</b>

But I had already create a file allow.ip in server folder which contain the ip of R/3 server.

Regards,

Nikhil

Former Member
0 Kudos

Hi Nikhil,

you need to add IP address which you want allow to access(i.e. Server IP) to a text file and save it as allow.ip and add IP address which you want to deny to access save as deny.ip and place these two files in ://Program Files\SAP MDM 5.5\Server folder.

I hope it will work out.

Regards,

Ravi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nikhil,

Please look in to the below blog related to MDM ABAP API congiguration.

/people/bv.pillai/blog/2006/11/28/installing-mdmtech-add-on-and-configuring-the-mdm4a-mdm-for-abap-api

Regards,

Ravi