cancel
Showing results for 
Search instead for 
Did you mean: 

Error updating record : MDM Java API

Former Member
0 Kudos

Hi,

I'm creating records in MDM repository through MDM JAVA APIs. But, when I try to update an existing record, I get "Error Updating Record". This happens only with the fields which are not qualified look up. ( or say direct fields like Name etc.)

For updation of record we require Record ID and changestamp for that record. I'm able to add Qulified Links to the same record so I think I'm not making any mistakes at getting those details.

Is there anything else that I need to take care during the call of Update Record function??

Thanks and Regards,

Mausam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you post your code fragment here, as well as the exact error message?

Walter

Former Member
0 Kudos

Hi Walter,

I have solved the problem. The problem was with ChangeStamp. I was not changing that after I add some qualified links to the same record and that's why it was giving some error.

Anyways thanks for taking interest. ( 2 points given )

Regards,

Mausam

Message was edited by: Mausam Kakkad

Answers (0)