ODBC Time out error for more users only

G

Guest

Hello,
I have to migrate a running we application of
ASP3, SQL Server 2000 and on WIN2000 server.
Which is running on a Local Network.

The application migrated successfully to a new dedicated server.
And runs smoothly.


But I have a problem when more than 5 to 8 clients are connected to use this
new Pages. then An ODBC Time OUT message is displayed and all other users are
hangged. and an error message of page cnnot be displayed....



Althogh the old server was running smoothly, with no such problems.


Please advice.
 
D

David Wang [Msft]

What are the platforms that you migrated FROM and TO ?

As an example -- sometimes, an application has timing problems with
concurrent users, but the older hardware was slower and thus avoided the
timing problem more frequently, while faster hardware would run into the
problem more often. Clearly, the issue is that the application has timing
problems -- not that the newer hardware was too fast or that the newer
platform has something wrong -- but on the surface, it would appear exactly
like your situation. So, the platform is not always the problem; frequently,
the application contributes to the problem.

Thus, debugging is important to determine exactly what is going on. If the
application runs on IIS, I suggest using tools like IIS State (
http://www.iisfaq.com/default.aspx?view=P197 ) or DebugDiag to produce a
logfile when you have timeout errors.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
Hello,
I have to migrate a running we application of
ASP3, SQL Server 2000 and on WIN2000 server.
Which is running on a Local Network.

The application migrated successfully to a new dedicated server.
And runs smoothly.


But I have a problem when more than 5 to 8 clients are connected to use this
new Pages. then An ODBC Time OUT message is displayed and all other users
are
hangged. and an error message of page cnnot be displayed....



Althogh the old server was running smoothly, with no such problems.


Please advice.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top