Hello,
on our ARIS9 Connect-Server I try to use a script to reorganize automatically all databases of a tenant via batch-file
(to start that before the daily db-export).
When I start the ARIS Server Administrator in interactive mode and submit the command "reorg all NO_DEFS" anything works fine like expected. Object-Definitions with no occurrences on models are deleted.
(btw: it took me some time to check out that I have to use NO_DEFS as parameter instead of delete what was the right choice for ARIS7! I did not find any advice in the documentation for the parameters, but after a while staring at it - it was the only concusive possibility ...)
So I proceeded in constructing a appropiate batch-file that can be executed by win-taskscheduler.
But when I execute the so constructed cmd with the same command, with the same properties as
tenant, user-credentials and server-name,
then the progress in the command-window is showing that the script is succesfully starting the ARIS Server Administrator and connected to the server, is writing a log-file with unfortunally no useful hints, is running over all databases but
is not deleting any of my prepared object occurrences for the testing issues.
I am quite shure that there are no open sessions on the db's ...
Now I'm looking for usefull hints and thank you in advance
Gerald Schroeder