cancel
Showing results for 
Search instead for 
Did you mean: 

Type Mismatch error while uploading Data in Products table

pankaj001
Participant
0 Kudos

Hi Experts,

I am working on SAP MDM 7.1 SP10. I am uploading Images field of Products table via MDM Java API.

For that I have created/populated a MultiValueTuple with the required values and then passing this MultiValueTuple to upload the Images field in Products table. Every thing is every fine except the modifyRecordCommand for Products table, it is throwing Command exception with an error message "Type Mismatch". Please provide your valuable advise/comments if I have missed or done something wrong

Please help!

Regards,

Pankaj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pankaj,

Is it possible to see a code snippet where the Type Mismatch exception is thrown? It will help analyze the problem.

Thanks,

Tal.

pankaj001
Participant
0 Kudos

Hi Tal,

Thanks a lot for your reply.

Issue is resolved now. Actually we have a MultiValue field in Tuple which has Lookup to Flat Table. I was assigning LookUpValue as a single value to a Multivalue lookup field which caused the type mismatch.

Regards,

Pankaj