Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic System Architect (steve huntington)
Decrease font size
Increase font size
Topic Title: Model Objects marked as 'Checked out'
Topic Summary:
Created On: 9-Aug-2006 17:38
Status: Read Only
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 9-Aug-2006 17:38
User is offline View Users Profile Print this message


Jeffrey Schmits

Posts: 1
Joined: 9-Aug-2006

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?
Report this to a Moderator Report this to a Moderator
 10-Aug-2006 00:16
User is offline View Users Profile Print this message


Duane Hennessy

Posts: 112
Joined: 18-May-2006

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
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic System Architect forum.
There are currently 1 users logged in.
The most users ever online was 16 on 30-Oct-2008 at 14:46.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.