Hi All,
We have a software product based on the Client-Server architecture (Client application is developed with C++ and Server application is developed with C#). On the Server side, we have the SQL Database and the Client application would be accessing
the SQL DB for retrieving the Server settings and policies (using procedure call).
We have set all the client and server systems on a domain and connected the SQL DB with Windows Authentication. In this scenario when the Client application tries to access the SQL DB, it fails and the application is crashing (Open DB fails). Our Client
application is a Windows Service and running on the System account. And the Client computer is logged in with the domain user.
When we configure SQL DB with SQL Authentication, everything works fine.
Kindly help us to solve this issue.
Thanks,
R-VR