With Aris 9.8 how can I determine if a Connection Type is in Use?
Since we cannot CREATE New Connection Types I want to Rename an Un-used Connection Type, but I need to determine that the Connection Type is Un-used and I can't seem to figure out how to do that.
Hopefully somebody can help me with how to do this.
Thanks.
Kay Fischbach on
If
is available in ARIS 9.8 (or a similar method that returns all permitted connection type numbers as an array), there is no problem doing this.
Make sure to call .close() on each opened database after you iterated through all its models, to free up memory used for caching. You can also call the clearCaches() method of the database after every iterated model if you're keen on keeping a low memory footprint.
What you're left with after the all the iterating is an array that contains all connection typ numbers of connection types that aren't used yet.