Error Message while trying to update Contact, use below Fix
ErrorThis record in table hz_parties cannot be locked as it has been updated by another user.
create table HZ_PARTIES_bkup as (
SELECT *
FROM HZ_PARTIES
WHERE PARTY_ID = 80114 ) ;
Update HZ_PARTIES
SET OBJECT_VERSION_NUMBER = 2
WHERE PARTY_ID = 80114 ;
Commit
1 comment:
This blogs gives a details about useful ID. This very different. But i didn't clearly understand. Please try to give some theoretical explanation also.
SAS Training in Chennai
Post a Comment