I am trying to setup TeamCity 9.1 in my windows machine. In the Database setup portion, I downloaded the sql driver and copied the sqljdbc4.jar file to folder "C:\Windows\System32\config\systemprofile\.BuildServer\lib\jdbc" folder as mentioned in the instruction page.
But still I am getting this message upon clicking Refresh JDBC drivers
The MS SQL Server JDBC driver is not found in the C:\Windows\System32\config\systemprofile\.BuildServer\lib\jdbc directory.
Download the driver from the Microsoft Download Center and follow the instructions and place the driver jar file into the C:\Windows\System32\config\systemprofile\.BuildServer\lib\jdbc directory on the server.
Any ideas??
Did you correctly modify your database.properties file? If you're running TC server as a windows service, make sure you stop the service and make the change and start it back.