dbTalk Databases Forums  

DTS Package Timeout error

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS Package Timeout error in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
DKRReddy
 
Posts: n/a

Default DTS Package Timeout error - 10-23-2005 , 07:13 PM






I have two simple dts pacakges , DTS_Main and DTS_Sub.
DTS_Sub being called from DTS_Main.
When DTS_Main calls DTS_Sub getting the following timeout error while
calling the package not while executing.
Is there any settings I can set to increase the time out setting when
calling sub package.Both dts packages
exists in Same SQL server (SQL 2000 SP4 + Windows 2003), the server is 8
processor with 12 GB Ram.

Error: -2147467259 (80004005); Provider Error: 0 (0)
Error string: Timeout expired Error source: Microsoft OLE DB Provider
for SQL Server
Help file:
Help context: 0.
Process Exit Code 1. The step failed.


Please advise.



Reply With Quote
  #2  
Old   
Thomas Bradshaw via SQLMonster.com
 
Posts: n/a

Default Re: DTS Package Timeout error - 10-26-2005 , 12:51 PM






DKRReddy,

This isn't a package timeout error, because the error you specify originates
from the 'Microsoft OLE DB Provider for SQL Server', one of the connections
you have - most likely in DTS_Main.

Allan Mitchell from www.sqldts.com writes this:

===========================
On the properties of the SQL Server connection there is

Connection Timeout
General Timeout
===========================

Another idea is to optimize any queries so that the work completes faster,
thereby avoiding the need to play with connection timeouts. Just a thought.
Anyone else have other thoughts?

Let us know how you make out.

Thomas Bradshaw
MyWebGrocer.com
Data Integration Services


--
Message posted via http://www.sqlmonster.com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.