his is a sure shot method of unlocking. Login to the Siebel server database with table owner siebel. Unlock the project using a SQL update on the table S_PROJECT. The NAME column of this table has the project name.
Example:
UPDATE siebel.s_project
SET locked_flg = ‘N’
WHERE NAME = ‘Account’;
No comments:
Post a Comment