You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the passwords are not properly handled (escaping the special character). When I used the randomly created password, it failed to bring up VPWA with failure on CloudRegisterToVault.ps1
Below is the log regarding the failure. subprocess.CalledProcessError: Command '['powershell.exe', u'C:\\CyberArk\\CloudRegisterToVault.ps1 -PVWA -PVWAVaultIP "10.158.2.28,10.158.2.41" -PVWAVaultPort 1858 -PVWAVaultUser Administrator -PVWAVaultPassword U.~:9]&-d=}]GE5gx2w*!/+}y -PVWAUrl https://ip-10-158-0-54.ec2.internal/PasswordVault']' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered:
It seems the passwords are not properly handled (escaping the special character). When I used the randomly created password, it failed to bring up VPWA with failure on CloudRegisterToVault.ps1
Below is the log regarding the failure.
subprocess.CalledProcessError: Command '['powershell.exe', u'C:\\CyberArk\\CloudRegisterToVault.ps1 -PVWA -PVWAVaultIP "10.158.2.28,10.158.2.41" -PVWAVaultPort 1858 -PVWAVaultUser Administrator -PVWAVaultPassword U.~:9]&-d=}]GE5gx2w*!/+}y -PVWAUrl https://ip-10-158-0-54.ec2.internal/PasswordVault']' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered: