Forum Discussion
Thanks very much for the reply. These are the steps I'm doing:
File>Preferences>JDBC Drivers
Click the green + icon
Add Driver name:
MSSQL(MicrosoftDriver - uniquenamehere)/com.microsoft.sqlserver.jdbc.SQLServerDriver
Add Connection String template:
jdbc:sqlserver://<HOST>:<PORT:1433>;databaseName=<DB>;IntegratedSecurity=true
Click OK
The following warning is given:
"The existing database connections may be damaged by these changes.
Are you sure you want to change the selected driver's template?"
- mrdwprice5 years agoContributor
I have tested on 2.7.0 and on 3.4.0 (same ReadyAPI project file). I get the same on both.
The Project has lots of existing connections that use this template:
jdbc:sqlserver://<HOST:127.0.0.1>:<PORT:1433>;databaseName=<DB>;user=<USER>;password=<PASSWORD>These connections over time will be migrated to use Integrated Security instead:
jdbc:sqlserver://<HOST>:<PORT:1433>;databaseName=<DB>;IntegratedSecurity=trueI was hoping to have 2 Connection String Template's for the same driver during this migration process.
- richie5 years agoCommunity HeroHey mrdwprice,
I appreciate your situation i just dont understand why youre getting the warning when i dont.
As i said before...i cant reproduce what youre doing.
Can you reset to readyapi! defaults jdbc settings and then run through exactly what youre doing step by step? I think thats the only way to nail this down as i cant get the warning you get and we're working on the same version.
Ta
Rich
Related Content
- 6 years ago
- 9 years ago
Recent Discussions
- 12 days ago
- 15 days ago