ContributionsMost RecentMost LikesSolutionsRe: How can I connect to MS SQL Server 2016 Using Windows Authentication Rich, I am using both the jtds-1.3.1.jar & the ntlmauth.dll and have progressed to the following error: I get 'Failed to get a connection for the specified propertis:java.sql.SQLException:I/O Error: DB server closed connection Re: How can I connect to MS SQL Server 2016 Using Windows Authentication I changed the end of the connection string to Trusted_Connection=Yes. I now get 'Failed to get a connection for the specified properties; com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'xxx\xxxxx'. ClientConnectionId:31d9dcf4-5be7-4bbc-98a6-2d2d3006eb1d I checked with our DBA and he is seeing no connection attempts with that user. Re: How can I connect to MS SQL Server 2016 Using Windows Authentication I am getting: Failed to get a connection for the specified properties; com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:cde375f3-e2a0-485f-b2b2-424a45485f52 Re: Dynamic AMQP Read Connection to RabbitMQ Problem solve. I will answer my own post. Once I shut down ReadyAPI and came back in all the properties transferred automatically from my environment. Dynamic AMQP Read Connection to RabbitMQ I would like be able to establish a connection to an AMQP Read Test Step based upon the Environment I have selected (DEV, QA,..). I tried creating custom properties for each env and assigning values to them. I see the Properties at the project level but they are empty Then I created a Connection in the AMQP Read Test Step: Connection Name: ${#Project#RMQ Connection Name} Host: ${#Project#RMQ Host} Virtual Host: ${#Project#RMQ Virtual Host} I don't understand how those values I assigned in the Environment get passed into the Project Properties so that they can be picked up by the AMQP Read test step Connection. Am I missing something? Any suggestions? SolvedHow can I connect to MS SQL Server 2016 Using Windows Authentication I am running ReadyAPI 3.9.1 and am unable to configure a database connection when using Windows Authentication. I am using the following: com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc:sqlserver://serverName:1433;databaseName=myDB;user=xx\myusername;password=PASS_VALUE;integratedSecurity=true Any suggestions?