Point all LotFinderDB connection strings at QA SQL host

Unify TestApp and WebInterface connection strings to the same QA host
(JDESCP-SQL-VQ01.zmr.zimmer.com / ScopingTool user) already used by
WorkerService. WebInterface was previously pointed at a wwtest sa account
which would not authenticate against QA.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph Doherty
2026-05-04 09:11:03 -04:00
parent 427c488cd6
commit c0bb86bace
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
</assemblyBinding>
</runtime>
<connectionStrings>
<add name="LotFinderDB" connectionString="Server=JDESCP-SQL-VQ01;Database=ScopingTool;User Id=ScopingTool;Password=wIk7KexO9sIEO+b+ILpfcA==;" providerName="System.Data.SqlClient"/>
<add name="LotFinderDB" connectionString="Server=JDESCP-SQL-VQ01.zmr.zimmer.com;Database=ScopingTool;User Id=ScopingTool;Password=wIk7KexO9sIEO+b+ILpfcA==;" providerName="System.Data.SqlClient"/>
<!--<add name="LotFinderDB" connectionString="Server=(local)\MSSQL2014;Database=ScopingTool;User Id=sa;Password=4DacH/qWG7DGGCGpZ1XnJw==;" providerName="System.Data.SqlClient" />!-->
</connectionStrings>
<appSettings>
+1 -1
View File
@@ -95,6 +95,6 @@
</handlers>
</system.webServer>
<connectionStrings>
<add name="LotFinderDB" connectionString="Server=wwtest.nam.zimmer.com\MSSQL2014;Database=ScopingTool;User Id=sa;Password=4DacH/qWG7DGGCGpZ1XnJw==;" providerName="System.Data.SqlClient"/>
<add name="LotFinderDB" connectionString="Server=JDESCP-SQL-VQ01.zmr.zimmer.com;Database=ScopingTool;User Id=ScopingTool;Password=wIk7KexO9sIEO+b+ILpfcA==;" providerName="System.Data.SqlClient"/>
</connectionStrings>
</configuration>