Hi,
I am getting below mentioned error on production server when i run update object query on custom object. I am able torun select query but update gives error.
Same query works on Dev enviorment. Any clue why it is failing.
Where are you executing this DQL (eg DA, Repoint, custom code, etc)? Also, please post the DQL.
Yes i am executing it through DA,
Below is the query
UPDATE test_obj OBJECT
SET cus_name = 'Test Name'
WHERE r_object_id = '090004d380109eb1'
What's the error that you are getting? Are you sure that you have WRITE permissions on this object and/or have you verified whether this object is locked or not?