Running the application VDogParallelServerUtil.exe via batch file
On server A, carry out the following steps:
- Use a text editor to create a file with the ending BAT (for example,
ExecParallelServerUtil.bat
) - Enter the following text into the batch file:
- @ECHO OFF
- SET PathExe=C:ProgramvdogServer
- SET FileName=VDogParallelServerUtil.exe
- SET rd =
<server archive path>
- SET Account =
<User name>
- SET Domain =
<Domain name (optional)>
- SET Password =
<Passwort>
- “%PathExe%%FileName%” /at:s “/rd:%rd%” /account:%Account% /domain:%Domain% /password:%Password%
- Replace the placeholder with data from your server.
- On 64-bit systems, the path to the directory Program Files, where the octoplant server is located, may have to be adjusted.
- Execute the batch file install.bat as Administrator.
- If the application
VDogParallelServerUtil.exe
was executed successfully, restart the VDogMasterService on server B.
Last update: September 15, 2023