@Susja ,
Common troubleshooting steps as next:
resolving-could-not-open-a-connection-to-sql-server-errors
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have a batch file that I use to start application from Win 7 client. It will connect to remote SQL Server and start application.
It looks like this
pushd \<server>\MITRE\SoftwareReleases\v23-lfhm
cmd /c start LaminarFlowHoodModule.exe
Note: at the location I have configuration file LaminarFlowHoodModule.config with the name of database, creds and etc. It does not state which driver to use. I assume that it is coded inside LaminarFlowHoodModule.exe
This is the section from LaminarFlowHoodModule.config
<!-- Database settings -->
<add key="DataSource" value="server" />
<add key="InitialCatalog" value="database" />
<add key="TrustedConnection" value="false" />
<!-- Username/password required if TrustedConnection is false -->
<add key="UserName" value="user" />
<add key="Password" value="password/>
Recently it stopped working and it failed to connect to database.
I installed latest SQL Server Native client driver and was able to create ODBC connection e.g. 'connection1' and then connect to database with no problem.
Hence, my question:
Could I create another batch file of modify existing one in order to force LaminarFlowHoodModule.exe to use ''connection1' ?
Thanks
@Susja ,
Common troubleshooting steps as next:
resolving-could-not-open-a-connection-to-sql-server-errors
Folks,
I just realized that the issue I'm having with connection is caused by the change our IT did in Group policy for Win 7 for security reason.
Based on that I assume that all my attempts to fix it using some workarounds would be useless.
I am still confused why connection using ODBC works fine … How this type of connection could 'disregard' Group policy.
Anyway … do you think I should stop these efforts and simply replace Win7 for Win 10?
Thanks
Hi Folks,
I am already in a process of buying / replacing Win7 with Win10.
Meanwhile IT has changed their hypothesis about change in GP and currently they suggest it's due to some on Microsoft update patch.
They are still investigating …
Thanks