cancel
Showing results for 
Search instead for 
Did you mean: 

File failed a crc check (0x8002000e)

pankaj001
Participant
0 Kudos

Hi Experts,

We have just upgraded our MDM 7.1 SP8 to MDM 7.1 SP10.

We have a WebService developed for MDM 7.1 SP8 which is used to Upload data in MDM Images table. Now after the upgrade we are facing "File failed a crc check (0x8002000e)" Exception while executing the Web service.

We have added the below SP10 compatible jar files.

Can some one please let me know If I need to add something more.

I would also like to add that the same code works fine and uploads data in MDM when executed from a main method of a class.

Regards,

Pankaj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pankaj,

CRC error message usually appears when your MDS (Master Data Server) is not compatible with your MDM Java API libraries (in your case it is deployed on WAS – Web Application Server).

You can check your MDM Java API version by navigating to System Info on WAS and search for MDM_Java_API (screenshot below).

So the solution to this problem is to download from SAP Market Place proper MDM Java API version (SP10, comes as SCA file), deploy it on WAS and retest MDM Web Services.

Please let me know if this helps,

Thanks,

Tamir

pankaj001
Participant
0 Kudos

Thanks a lot Tamir

Answers (0)