I downloaded the WebAPI 2.7.6 from GetHub
My setup:
- SQLServer12 (With TCP/IP enabled and an empty OHDSI database)
- Tomcat 8.5
- WebAPI 2,7,6 (As Is no modifications to the POM or the Application)
- Connectivity to Database server validated
When starting tomcat I’m getting this ERROR Message in the Spring 1.5.20,RELEASE Section. SEVERE: Unable to create initial connection of pool.com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user ‘ohdsi_app_user’. ClientConnectionId:f7feb697-f004-40b0-ad63-ee6735c0398b
Hi Ajit, After your question I did some research and I found that SQL Server can by authenticated by Windows versus just a SQL Server account. Mine is just a SQL Server account. Should I set SQL Server as a Windows authenticated?
No, just was trying to see if perhaps Win Auth was causing the issue. I know Win Auth can be tricky to use in Linux environments.
But since here we have 2 different users with this issue (and 2 different SQL platforms), maybe there’s something in the latest WebAPI causing it. I’ll have to defer to the experts like @Chris_Knoll and @anthonysena.