I have a large database and need to deactivate a set of objoccs via script. In ARIS 7, this script worked well. Now in ARIS 9.7, the difference in script execution time is dramatically slower. I just ran a test with the .setActive() statements normal, and another with the same statements commented out. The execution time with the statements was 9 min 3 sec, while with the statements commented out the same script executed in 32 seconds.
Has anyone experienced this? Better yet, has anyone found a solution?
Robert Goldenbaum on
Well, yes, in ARIS 9, the runtime for scripts doing model changes is about 10 times higher than in 7.2...
This is due to the fact that when you write one occ in a model, ARIS writes now ALL occs again...
So the larger the models, the higher the increase.
BR Robert