opearation has timed out error

  • Thread starter Thread starter AVL
  • Start date Start date
A

AVL

Hi,
I'm working on a windows application. My app uses web service to connect
to the sql server db. The app and web service are running fine on my
development environment but
whe deployed on to production server, i'm receving the
'operation has timed error'.

I've tried all the possible solutions given on the net like setting timeout,
configuring the executionTImeout etc.. but no luck..

My adocommandtimeout property is set to 0
connection timeout property is set to 60
 
Timeouts usually happen due to record/table being locked...
You need to check with SQL Manager what and why something is locked...

From my experience if you link MS SQL table from MS Access that might put a
lock on a table when linked table is opened in Access.
My adocommandtimeout property is set to 0
PS: Not sure why you using ADO..., Actually waht database are you using? MS
SQL?

George.
 
Back
Top