Siebel Tools >  Can not check out anything in Siebel Tools

Can not check out anything in Siebel Tools

 

Nobody could check out anything today in Siebel Tools today. Someone had updated the Repository.

When I went to the Project section in Siebel Tools, the problem became clear. The repository had been incorrectly set up. 'Allow Object locking' column was empty.

 

The Solution was to run an SQL:

update siebel.s_project set obj_locked_flag = 'Y' where repository_id = 'repository row id';
commit;