QUESTION
What's the command to execute Import-Export Utility of VAST/VAST2 in command line window?
ANSWER
Please follow below steps:
1. Execute command line window as an administrator.
If not administrator, you will get fail(805B0108) error message after executing command.
Picture is shown as below:
2. Type command "cd VAST_Server_installation_path"
e.g. cd C:\Program Files (x86)\VIVOTEK Inc\VAST\Server
3. Refer to below command line example(red part is the example for import/export file path + file name)
Export:
VMSAdminUtility.exe -export conf "C:\config.bin"
Import - Restore:
VMSAdminUtility.exe -import conf "C:\config.bin"
Import - Copy settings:
VMSAdminUtility.exe -importex conf "C:\config.bin"
4. If succeed, you will see below message.
Comments
0 comments
Article is closed for comments.