You would have come across scenarios where you want to try a configuration on the business component,and unfortunately its locked on the Server. Here is the query to unlock the business component using dbislqc.
the following SQL query unlocks the 'Service Request' business component that is locked on the Server.
update siebel.S_BUSCOMP set OBJ_LOCKED_FLG='N' where NAME='Service Request';
commit;
commit;
Thank you very much! you are a genius! :)
ReplyDelete