dbTalk Databases Forums  

Timeout Limited to 9999

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


Discuss Timeout Limited to 9999 in the microsoft.public.sqlserver.dts forum.



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

Default Timeout Limited to 9999 - 04-07-2004 , 09:53 PM






I have a task that takes a long time to run. I run it in the middle of
the night but it takes approx 2:45 mins to run. A DTS Win32 Process
task has a timeout parameter which is limited to 9999 seconds (2:46:39).
This cause some problems when the step does not complet on time. Is
there anyway to push it up to 3hrs (10800 seconds)? I have looked at
the tables in msdb but the package steps are a binary object in the
database. I looked at the structured storage file but that is nearly
binary also.

Any clues as to how to extend the timeout of the step??

thanks

Mike Mattix

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Timeout Limited to 9999 - 04-08-2004 , 02:14 PM






Not sure I understand. What task? I have tasks (datapumps) which take > 1
day to complete (13GB over a 256 line)


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Mike Mattix" <david.m.mattix (AT) cpkelco (DOT) dot.com> wrote

Quote:
I have a task that takes a long time to run. I run it in the middle of
the night but it takes approx 2:45 mins to run. A DTS Win32 Process
task has a timeout parameter which is limited to 9999 seconds (2:46:39).
This cause some problems when the step does not complet on time. Is
there anyway to push it up to 3hrs (10800 seconds)? I have looked at
the tables in msdb but the package steps are a binary object in the
database. I looked at the structured storage file but that is nearly
binary also.

Any clues as to how to extend the timeout of the step??

thanks

Mike Mattix



Reply With Quote
  #3  
Old   
DTJ
 
Posts: n/a

Default Re: Timeout Limited to 9999 - 04-08-2004 , 05:35 PM



On Thu, 8 Apr 2004 20:14:27 +0100, "Allan Mitchell"
<allan (AT) no-spam (DOT) sqldts.com> wrote:

Quote:
"Mike Mattix" <david.m.mattix (AT) cpkelco (DOT) dot.com> wrote in message
news:MPG.1ade7b49b69cd35098968d (AT) news (DOT) kc.sbcglobal.net...
I have a task that takes a long time to run. I run it in the middle of
the night but it takes approx 2:45 mins to run. A DTS Win32 Process
task has a timeout parameter which is limited to 9999 seconds (2:46:39).
This cause some problems when the step does not complet on time. Is
there anyway to push it up to 3hrs (10800 seconds)? I have looked at
the tables in msdb but the package steps are a binary object in the
database. I looked at the structured storage file but that is nearly
binary also.

Any clues as to how to extend the timeout of the step??

thanks

Mike Mattix
top posting corrected...

Quote:
Not sure I understand. What task? I have tasks (datapumps) which take > 1
day to complete (13GB over a 256 line)
Maybe he has an older version of SQL Server??? I know there are
changes from 6.0 through 2000 that could cause similar issues. I
don't know if there was a change in time to complete a task.


Reply With Quote
  #4  
Old   
Mike Mattix
 
Posts: n/a

Default Re: Timeout Limited to 9999 - 04-08-2004 , 07:43 PM



In article <1kkb70dn52cop2li8l0oqfris7teso3et1 (AT) 4ax (DOT) com>, dtj (AT) comcast (DOT) net
says...
Quote:
On Thu, 8 Apr 2004 20:14:27 +0100, "Allan Mitchell"
allan (AT) no-spam (DOT) sqldts.com> wrote:

"Mike Mattix" <david.m.mattix (AT) cpkelco (DOT) dot.com> wrote in message
news:MPG.1ade7b49b69cd35098968d (AT) news (DOT) kc.sbcglobal.net...
I have a task that takes a long time to run. I run it in the middle of
the night but it takes approx 2:45 mins to run. A DTS Win32 Process
task has a timeout parameter which is limited to 9999 seconds (2:46:39).
This cause some problems when the step does not complet on time. Is
there anyway to push it up to 3hrs (10800 seconds)? I have looked at
the tables in msdb but the package steps are a binary object in the
database. I looked at the structured storage file but that is nearly
binary also.

Any clues as to how to extend the timeout of the step??

thanks

Mike Mattix

top posting corrected...

Not sure I understand. What task? I have tasks (datapumps) which take > 1
day to complete (13GB over a 256 line)

Maybe he has an older version of SQL Server??? I know there are
changes from 6.0 through 2000 that could cause similar issues. I
don't know if there was a change in time to complete a task.

You can set the timeout to 0 which is to ignor timeout but if you want
to use the timeout feature it seems to be limited to 9999 seconds. What
I want to know is if you can get around this limitation.

thanks

Mike Mattix


Reply With Quote
  #5  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Timeout Limited to 9999 - 04-09-2004 , 02:36 AM



Ahhhhhhh are you referring to the GUI

"Command Timeout"?

This is probably a limitation o f the GUI rather like the MAX errors it
allows. Try setting in code.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Mike Mattix" <david.m.mattix (AT) cpkelco (DOT) dot.com> wrote

Quote:
In article <1kkb70dn52cop2li8l0oqfris7teso3et1 (AT) 4ax (DOT) com>, dtj (AT) comcast (DOT) net
says...
On Thu, 8 Apr 2004 20:14:27 +0100, "Allan Mitchell"
allan (AT) no-spam (DOT) sqldts.com> wrote:

"Mike Mattix" <david.m.mattix (AT) cpkelco (DOT) dot.com> wrote in message
news:MPG.1ade7b49b69cd35098968d (AT) news (DOT) kc.sbcglobal.net...
I have a task that takes a long time to run. I run it in the middle
of
the night but it takes approx 2:45 mins to run. A DTS Win32 Process
task has a timeout parameter which is limited to 9999 seconds
(2:46:39).
This cause some problems when the step does not complet on time. Is
there anyway to push it up to 3hrs (10800 seconds)? I have looked at
the tables in msdb but the package steps are a binary object in the
database. I looked at the structured storage file but that is nearly
binary also.

Any clues as to how to extend the timeout of the step??

thanks

Mike Mattix

top posting corrected...

Not sure I understand. What task? I have tasks (datapumps) which take
1
day to complete (13GB over a 256 line)

Maybe he has an older version of SQL Server??? I know there are
changes from 6.0 through 2000 that could cause similar issues. I
don't know if there was a change in time to complete a task.

You can set the timeout to 0 which is to ignor timeout but if you want
to use the timeout feature it seems to be limited to 9999 seconds. What
I want to know is if you can get around this limitation.

thanks

Mike Mattix



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.