Today while working in my lab I was facing one issue when I was trying to install vCenter Server on top of Server 2012. I was experimenting to deploy vCenter Server with external SQL 2014 database. This was my first experience with working on external database for vCenter Server and I knew I am gonna face some issues.
I created vCenter Server database on my SQL Server and tested connection from vCenter Server to database (ping, telnet etc) and all went fine. I setup 64 bit DSN on my vCenter Server to connect to the SQL Server and that too went fine and I was very relaxed that most difficult part is already over.
This is when my happiness was blown away by error as described below.
On database settings page when I choose next I was getting error “The user associated with the DSN has insufficient privileges“. This is shown below:
I was not aware of this issue so I started googling and immediately found the solution.… Read More