1. Home
  2. Knowledge Base
  3. Versiondog Server
  4. Tutorials
  5. Parallelserver
  6. KB-133339: Running the application VDogParallelServerUtil.exe via batch file

KB-133339: Running the application VDogParallelServerUtil.exe via batch file

Running the application VDogParallelServerUtil.exe via batch file

On server A, carry out the following steps:

  1. Use a text editor to create a file with the ending BAT (for example,ExecParallelServerUtil.bat)
  2. Enter the following text into the batch file:
    1. @ECHO OFF
  3. SET PathExe=C:ProgramvdogServer
  4. SET FileName=VDogParallelServerUtil.exe
  5. SET rd =<server archive path>
  6. SET Account =<User name>
  7. SET Domain =<Domain name (optional)>
  8. SET Password =<Passwort>
  9. “%PathExe%%FileName%” /at:s “/rd:%rd%” /account:%Account% /domain:%Domain% /password:%Password%
  10. Replace the placeholder with data from your server.
  11. On 64-bit systems, the path to the directory Program Files, where the versiondog server is located, may have to be adjusted.
  12. Execute the batch file install.bat as Administrator.
  13. If the applicationVDogParallelServerUtil.exewas executed successfully, restart the VDogMasterService on server B.

Last update: September 15, 2023

Related Articles

IMPRINT | PRIVACY POLICY | COOKIE POLICY

Privacy Preference Center