![]() |
Telelogic System Architect (steve huntington) | ![]() |
Topic Title: Model Objects marked as 'Checked out' Topic Summary: Created On: 9-Aug-2006 17:38 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Question:
Is there any setting that causes a model object, i.e. table, constraints, etc., to be automatically 'checked out' when it is opened for editing? Is there a way for a person other than the one who check them out to check them back in; i.e. administrator role? |
|
![]() |
|
![]() |
|
Yep. The checking out process is just a change within the properties of the objects' records. I check them back in remotely using VBA and SQL.
The following SQL string shows you which objects are checked out: select id, name, properties from entity where properties like '%Checked Out by%' To release the diagram from its checked out status you need to remove the following property names and their concomitant values from the Properties field of each checked out object: - Checked Out by - Checkout Time - Checkout Date They are listed consecutively like this and you could use a regular expression to remove them and update the Properties field within an object's record, but I removed them individually using VBA and ADODB recordsets. Need any help let me know ![]() |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.