![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I have a bunch of DTS packages to load our data warehouse periodcally. Recently it often invokes the "timeout expired" error. Sometime in this package, sometime in another one. I also find the error always occur when loading the package, namely not in a "bad" T-SQL. Can anyone here give me some advice? Thanks in advance. James |
#3
| |||
| |||
|
|
This error code 80004005 generally signals some kind of logon failure or failure to connect. Could this be possible in your situation? -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.SQLIS.com - SQL Server 2005 Integration Services. www.Konesans.com "James Ma" <JamesMa (AT) discussions (DOT) microsoft.com> wrote Hi all, I have a bunch of DTS packages to load our data warehouse periodcally. Recently it often invokes the "timeout expired" error. Sometime in this package, sometime in another one. I also find the error always occur when loading the package, namely not in a "bad" T-SQL. Can anyone here give me some advice? Thanks in advance. James |
#4
| |||
| |||
|
|
Maybe. But the critical point is: it isn't that it cannot always logon (namely the security configuration is fine), but it cannot logon when some other unknown factors are involved. Here we have another test server that does the same thing as that production server, and it never fails. Is it possible that it happened to run out of all connections due to the SQL server licence limit? Or the disk system has some defects? Still thanks for your reply. James "Allan Mitchell" wrote: This error code 80004005 generally signals some kind of logon failure or failure to connect. Could this be possible in your situation? -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.SQLIS.com - SQL Server 2005 Integration Services. www.Konesans.com "James Ma" <JamesMa (AT) discussions (DOT) microsoft.com> wrote Hi all, I have a bunch of DTS packages to load our data warehouse periodcally. Recently it often invokes the "timeout expired" error. Sometime in this package, sometime in another one. I also find the error always occur when loading the package, namely not in a "bad" T-SQL. Can anyone here give me some advice? Thanks in advance. James |
![]() |
| Thread Tools | |
| Display Modes | |
| |