The Artima Developer Community
Sponsored Link

.NET Buzz Forum
SQL Server CommandTimeout issue

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
douglas reilly

Posts: 108
Nickname: dougreilly
Registered: Oct, 2003

douglas reilly is the owner of Access Microsystems Inc., a small software development consulting fir
SQL Server CommandTimeout issue Posted: Sep 28, 2004 7:09 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by douglas reilly.
Original Post: SQL Server CommandTimeout issue
Feed Title: Doug Reilly's Weblog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/dreilly/rss.aspx
Feed Description: ASP.NET and More...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by douglas reilly
Latest Posts From Doug Reilly's Weblog

Advertisement

I have an application (originally a Windows Service, now testing with a Console mode application).

The program works perfectly on my home network.  On the site where it needs to be deployed, the problem is this: The connection works perfectly, yet when I do a DataAdapter.Fill() or Command.ExecuteReader(), it never returns, and timesout.  I initially thought it was a very slow query, but the same thing happens when the SQL is to return a single row based on a value of the primary key (which should return immediately).

The only thing unusual is that the program is accessing the SQL Server over a VPN.  I do not think this is the issue, as the connection connects just fine (meaning there is not port issue).  I have no real physical access to the live database server.

Read: SQL Server CommandTimeout issue

Topic: Information Bridge Framework v1.5 Previous Topic   Next Topic Topic: Windows SharePoint Services SDK updated

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use