APM DB Installation is failing with validateuser.exe error "Incorrect password for user"
search cancel

APM DB Installation is failing with validateuser.exe error "Incorrect password for user"

book

Article ID: 191188

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

Hello,

I tried to install the APM Database multiple times as per the mentioned techdocs and KB articles but not able to resolve this issue. 

APM Database installation is failing with the following error:
Executing C:\Users\Server\AppData\Local\Temp\postgresql_installer_8f0985fd19\validateuser.exe "." "postgres" "****"
Script exit code: 1

Script output:
 Incorrect password for user 'Server\postgres'.

Script stderr:
 Program ended with an error exit code

Environment

Release : 10.7.0

Component : APPLICATION PERFORMANCE MANAGEMENT

Installation: Fresh Installation of APM
OS: Windows 2012 Server standard
OS level security: no security or password policy, UAC was disabled and using a local admin user

Resolution

APM Installer uses unattended installer for Postgres and validateuser is one of the step to initiate the installation. So, I used the PostgreSQL installer to install the Postgres (which is available in database-installer folder available in the install folder at APM default installation path). Then I created a database cemdb and user admin manually while accessing the pgAdmin utility, then I create the database schema manually with batch file createschema.bat available in database-script in the install folder.  

Once all these things are done I performed APM Installation without a database and able to complete my APM Installation successfully.