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 Posted / 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 |
Post New Answer View All Answers
What is the use of virtual bc?
How to send an email using siebel application?
Explain if gateway server is not present cant we do load balancing?
How is Siebel x data model is different from Siebel 0 data model?
what is implied join. Where do we find it ?
Why do we need to create employees at the database in siebel?
explain about BC UserProperty : AllModeSort Applet User Property : MenuItem
How can you resolve foreign key in eim?
Suppose if we have dynamic picklist as bounded can we add field?
What is the purpose of 1:m extended table?
What are the eim tables and base tables are required to your entities?
What are different types of tables?
How do you handle error handling in wfs?
What is user properties?
Explain how to create extension table to an interface table in siebel?