Running AutoStore as a Program for Debugging
Article # 3016371 - Page views: 425
Sometimes it is handy to run AutoStore not as a service, but as a program. The difference is that if AutoStore runs as a service (which is the normal production mode) there is no interaction with the desktop of the user. As a result, an administrator might not see error messages, as they are displayed under the surface.Another area where it is useful to run AutoStore as a program is when testing with Novell Netware environments or Windows domains, which are more complex (trusted domain environments).
Steps and Instructions
To start AutoStore as a program you have to do the following:
- Stop the AutoStore Service if it is running
- Open the command prompt (run CMD)
- Navigate to the installation folder of AutoStore (default is: c:\program files\nsi\autostore)
- Run "batch -e -c"c:\my-script.cfg" ... it is important that there are "spaces" between "-e" -"c" - after -c reference to the script you have created in APD.
- AutoStore will now run as a program - to stop the server press "Ctrl. + C"
Sample Command
Icon c:\program files\nsi\autostore\batch -e -c"c:\my-script.cfg"
ᅠ
Troubleshooting
NA
Attachments
NA