Hello!
I'm trying to silently import filters into a local standalone ARIS Architect installation by using the ARIS Server Administration Tool in Windows.
It works perfectly when I start ARIS Architect first and connect to "LOCAL" with user "system" and password "manager". When the local server is started, I just run: arisadm10.exe -s localhost:14900 -t default -u system manager importfilter <filterfile>
This works perfectly fine. However, I want to do this without having to manually connect within ARIS Architect in order to start the local server.
Is there any way to start/stop the local server from command line?
Best regards
André Vitor Oliveira on
Hi Nobert,
You could try to call the local Acc and start the local server..
For example on the folder ..\localserver\LOCALSERVER\acc you have the acc.bat and can use the prompt to call this bat. Once opened just use the command to add node, eg. add node n1 localhost @14001 Clous g3h31m
This port was from 98 and not sure is changed to ARIS10 but you can check the agent.log to see the local port.
As I don't have here the ARIS local to 10x so I suppose the port is the same.. using the command 'on n1 list' will see all local runnables and the command 'on n1 startall' to start the runnbles as well.
BR
AO