I checked out one object from server to my local, after
checking out my local Database and userid has been
corrupted. now i want to release the lock. How can i do
this, can any one help me regarding this?
Answer / jacob
you will have to run an sql query in ur server DB to release the lock
it looks something like ... update S_APPLET (or wht ever object ) set obj_locked_flg="N", locked_name = "" where name = "name of the object"
the same can be done to lock unlock objects in local... open dbisqlc.exe and run the sql.
| Is This Answer Correct ? | 5 Yes | 0 No |
What difference between join specification and join definition?
Explain the 5 main functions of the server manger?
Explain pick applet?
Explain what is s_party table?
How is load balancing maintained in Siebel?
What are pre defined queries?
Explain what is symbolic url in siebel?
Explain why is it not recommended to modify existing base tables?
What are the eim tables and base tables are required to your entities?
What is the use of global policy expressions defined in siebel?
What is outbound in picklist?
Suppose I have a view with form applet on the top and list applet at the bottom.there is "score" field in the list applet.how to display the totals of score in form applet?