Symptoms
Parallels Virtual Automation Management Node installation on Windows-based servers ends with the following error:"C:\PVA\pva_mn-windows-i386\pva_mn\installer\windows\i386\10\4.6-1510\hints\pva-cc-config.exe" PostInstall
CreateFolder: Creating directory 'C:\Users\CreateService_ at .\services.cpp:154
[ERROR] StartService failed
0x41d
Also, it is impossible to start pvacc service manually with the net start pvacc command:
main at \build\vt-win-i386\portal\engine\src\cp.cpp:759 : C:\Program Files (x86) \Parallels\Parallels Virtual Automation\Control Center\libexec\pvaccd.exe initialization failed.
Cause
The error occurs because the pvaccd.exe file cannot parse the configuration file for the Control Center service when it contains non-latin symbols - Cyrillic symbols or Hieroglyphs. Usually, this happens when the PVA Management Node installation is initiated under an account that has mentioned symbols in the user name, e.g. on Russian locale it is Администратор.Resolution
The issue is permanently fixed in PVA 4.6.3. For older versions, it is possible to use the following workaround:1. Create a user account that has only latin symbols in the user name:
C:\>net user pvamninstaller PASSWORD /add2. Add the user to the local administrator group:
C:\>net localgroup administrators pvamninstaller /add3. Run PVA Management Node installation under the newly created account, in the above example pvamninstaller.
Yes
No