Anyone know of a way to check if a model may be open using the Aris reports API (not the macro API)?
I'm implementing a script that performs a number of updates in the Aris repository including changes to multiple objects and models. This is an all or nothing scenario where none of the updates should be performed if a model that I plan to updates has been opened by someone else also logged into the server.

Francois Du Toit on
Hi Martin,
The only way I got this to work is to use a macro. You can then call the script from the macro after closing open models...
Hope this helps.
Francois