SiebelGuide.com/siebelblogs

Siebel Blogs, News, Events, Tips and Tricks
Filed under Tips&Tricks, All

It is very common that people lock projects and forget to unlock before leaving the company. There could also be situation where the project has to be forcibly unlocked for some reason. Yes it is possible to unlock a project where some other user has locked it.


There are two ways to do this:

  1. If you know the users password, login to the server using that login and unlock. But most of the times the passwords would have been changed. In this case request for a password change and then login using this new password unlock it. If this is not possible and some reason you are not able to login, then use the second method.
  2. This 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’;

Seek the help of Siebel Admin if you need.

I have tried this and it has worked. Though this is very simple, do this very carefully because the changes that the user had made will not be checked in. So be sure of what you are doing.

Share with me if you know of any other tips and tricks. Send it either using the participate form or email sridhar at siebelguide dot com.

Your comments are valuable. Subscribe to RSS for more tips like this.

Related posts(Auto Generated):

  1. How to Enable Project Check Out
  2. Adding Extension Column to Siebel Table - Made Easy
  3. Adding index to Siebel Table – Made Simple
  4. Field Dependency User Property in Siebel
  5. Siebel Automatic Login URL

Posted by Sridhar on Tuesday, January 22nd, 2008


Page copy protected against web site content infringement by Copyscape
You can follow any responses to this entry through the magic of "RSS 2.0" and leave a trackback from your own site.

3 Responses to “Unlock a Project”

Post A Comment

Recent Posts 

Recent Comments:

  • zenmed promo code: I understand that there are a lot of spam lately. Apparently it’s pretty difficult for people to...
  • Anupama: @Archana Whenever we use the UI to trigger a workflow use Runtime events. Use Workflow Policy whenever it is...
  • Judy Schreck - CDI Corporation: Systems Developer I-II/CRM Analytics Tech Lead (Oracle Siebel/OBIEE) CDI is seeking a CRM...
  • Moinuddin: Thank u very much. I am thankful to u for this valuable information.
  • remote support: i like this post greatly. ill be checking laterfor future readsthanks.