I have an Visual Basic App that uses SQL Server as the Backend. On Windows NT Networks it works fine but on Windows 9x machines not on the NT network i keep getting session timeouts. Any Help Will be appreciated. Thanks
This may seem a silly question. I am sure you have tried this already but are you trying to login using NT Integegrated Security on the Win 9x machines as Win 9x machines cannot authenticate WIndows NT accounts. Windows NT authentication mode is not available when SQL Server 7.0 is installed on these operating systems. Only mixed mode is available.
Hi. Thanks for answering. I am using mixed mode security. The problem is intermittent ie sometimes the connections work but then suddenly start timing out and i have noticed the problem on two separate installation sites where the network is not NT. Thanks
Hi. Thanks for replying. Yes i can connect via odbc without any errors. The app i'm running uses OLEDB as a provider. The timeouts occur like once every 10 times the app tries to connect. When i use the SQL Performance monitor to view the connections in NT i can see that the App releases connections. The time out problem is only on Windows 9x machines and networks. By The Way, on these machines the SQL installation is the Standard Edition. Would installing the Desktop edition help? Thanks
Microsoft does recommend that the "Desktop Edition" is installed on Windows 95/98 systems. As this doesnt support "NT authentication" you will have to connect with TCP/IP (port 1433).
When you get a timeout, try your ODBC connection and see what ODBC error is displayed. What is the SQLState given in the ODBC error ? Are you getting errors in your SQL Error Log or NT Event Log ... if so what are they ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.