Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Timeout expired

Author  Topic 

rpc86
Posting Yak Master

200 Posts

Posted - 2007-08-16 : 00:01:48
Hi guys,

We're using SQL Server 2005 and we've developed banking systems. Some bank-branches do not encounter this problem "Timeout Expired" but others do.

When the user updates the passbook of the client, say more than 12 lines of transactions, the interface would pop "timeout expired".

What is your advice ?

Thank you

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-08-16 : 22:19:37
Have communication problem between client and server?
Go to Top of Page

rpc86
Posting Yak Master

200 Posts

Posted - 2007-08-17 : 01:37:12
We dont have communication problem because the system vendor already checked the network communications. Our network admin said that the Timeout is just a generic message. We use AS400. But when the program is ran from the Visual Basic 6 debug-mode, there is no problem being encountered.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-08-17 : 02:09:16
See if these help
http://vyaskn.tripod.com/watch_your_timeouts.htm
http://vyaskn.tripod.com/sql_odbc_timeout_expired.htm


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -