Wednesday, December 19, 2007

Siebel Tools : How to perform a local lock

Problem: You need to change an object that is checked out by other user.
Solution : You need to locally lock the project that contains your object. So far, so good, but you have another problem,that project is locked by the user that performed check out. So all you have to do is this:

  • Login to your local database. Check it here.
  • UPDATE siebel.s_project SET locked_flg= 'N' where name=''
  • commit
  • Requery tools for your project
  • Lock it!

Don't forget to synchronize both projects, so you can lost all your changes.

No comments: