dbTalk Databases Forums  

Problem with nightly runs

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


Discuss Problem with nightly runs in the microsoft.public.sqlserver.dts forum.



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

Default Problem with nightly runs - 10-15-2004 , 07:20 PM






Hi Everybody,

I am having problems with a DTS package that runs nightly. It is
always the same error but it happens at different steps of the process
and at different times. It happens on average of once or twice a week.
The rest of the time it runs fine. Some of the steps where it has
failed are simply rebuilding tables within the database and have
nothing to do with the network. We are on SQL server 7.0
The error that I get is:

Step Error Description:Unspecified error
(Microsoft OLE DB Provider for SQL Server (80004005):
[DBNETLIB][ConnectionRead (recv()).]General network error. Check your
network documentation.)
Step Error code: 80074005
Step Error Help File:sqldts.hlp
Step Error Help Context ID:1100

Any help will be appreciated.
Thanks, OV

Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: Problem with nightly runs - 10-15-2004 , 09:30 PM






Sounds to me just like it says and that it is network related. Especially
if it happens at differnt places and times. I would check your network.

--
Andrew J. Kelly SQL MVP


"OV" <gnews84 (AT) hotmail (DOT) com> wrote

Quote:
Hi Everybody,

I am having problems with a DTS package that runs nightly. It is
always the same error but it happens at different steps of the process
and at different times. It happens on average of once or twice a week.
The rest of the time it runs fine. Some of the steps where it has
failed are simply rebuilding tables within the database and have
nothing to do with the network. We are on SQL server 7.0
The error that I get is:

Step Error Description:Unspecified error
(Microsoft OLE DB Provider for SQL Server (80004005):
[DBNETLIB][ConnectionRead (recv()).]General network error. Check your
network documentation.)
Step Error code: 80074005
Step Error Help File:sqldts.hlp
Step Error Help Context ID:1100

Any help will be appreciated.
Thanks, OV



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

Default Re: Problem with nightly runs - 10-18-2004 , 09:10 AM



That is what I thought, but sometimes the step that fails is
rebuilding aggregate tables within the same server where the DTS
package is being run.

"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote

Quote:
Sounds to me just like it says and that it is network related. Especially
if it happens at differnt places and times. I would check your network.

--
Andrew J. Kelly SQL MVP


"OV" <gnews84 (AT) hotmail (DOT) com> wrote in message
news:a03f6b0d.0410151620.74cb54e0 (AT) posting (DOT) google.com...
Hi Everybody,

I am having problems with a DTS package that runs nightly. It is
always the same error but it happens at different steps of the process
and at different times. It happens on average of once or twice a week.
The rest of the time it runs fine. Some of the steps where it has
failed are simply rebuilding tables within the database and have
nothing to do with the network. We are on SQL server 7.0
The error that I get is:

Step Error Description:Unspecified error
(Microsoft OLE DB Provider for SQL Server (80004005):
[DBNETLIB][ConnectionRead (recv()).]General network error. Check your
network documentation.)
Step Error code: 80074005
Step Error Help File:sqldts.hlp
Step Error Help Context ID:1100

Any help will be appreciated.
Thanks, OV

Reply With Quote
  #4  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: Problem with nightly runs - 10-18-2004 , 01:14 PM



Well unfortunately that is not enough info to go on. You might want to run
some traces to see what else may be happening.

--
Andrew J. Kelly SQL MVP


"OV" <gnews84 (AT) hotmail (DOT) com> wrote

Quote:
That is what I thought, but sometimes the step that fails is
rebuilding aggregate tables within the same server where the DTS
package is being run.

"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message
news:<eh$LYgysEHA.272 (AT) TK2MSFTNGP12 (DOT) phx.gbl>...
Sounds to me just like it says and that it is network related.
Especially
if it happens at differnt places and times. I would check your network.

--
Andrew J. Kelly SQL MVP


"OV" <gnews84 (AT) hotmail (DOT) com> wrote in message
news:a03f6b0d.0410151620.74cb54e0 (AT) posting (DOT) google.com...
Hi Everybody,

I am having problems with a DTS package that runs nightly. It is
always the same error but it happens at different steps of the process
and at different times. It happens on average of once or twice a week.
The rest of the time it runs fine. Some of the steps where it has
failed are simply rebuilding tables within the database and have
nothing to do with the network. We are on SQL server 7.0
The error that I get is:

Step Error Description:Unspecified error
(Microsoft OLE DB Provider for SQL Server (80004005):
[DBNETLIB][ConnectionRead (recv()).]General network error. Check your
network documentation.)
Step Error code: 80074005
Step Error Help File:sqldts.hlp
Step Error Help Context ID:1100

Any help will be appreciated.
Thanks, OV



Reply With Quote
  #5  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Problem with nightly runs - 10-18-2004 , 09:55 PM



DTS is still a client. It can lose connectivity to the
server. I'd check the event logs, SQL Server logs and run
some traces as Andrew suggested.

-Sue

On 18 Oct 2004 07:10:57 -0700, gnews84 (AT) hotmail (DOT) com (OV)
wrote:

Quote:
That is what I thought, but sometimes the step that fails is
rebuilding aggregate tables within the same server where the DTS
package is being run.

"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote

Sounds to me just like it says and that it is network related. Especially
if it happens at differnt places and times. I would check your network.

--
Andrew J. Kelly SQL MVP


"OV" <gnews84 (AT) hotmail (DOT) com> wrote in message
news:a03f6b0d.0410151620.74cb54e0 (AT) posting (DOT) google.com...
Hi Everybody,

I am having problems with a DTS package that runs nightly. It is
always the same error but it happens at different steps of the process
and at different times. It happens on average of once or twice a week.
The rest of the time it runs fine. Some of the steps where it has
failed are simply rebuilding tables within the database and have
nothing to do with the network. We are on SQL server 7.0
The error that I get is:

Step Error Description:Unspecified error
(Microsoft OLE DB Provider for SQL Server (80004005):
[DBNETLIB][ConnectionRead (recv()).]General network error. Check your
network documentation.)
Step Error code: 80074005
Step Error Help File:sqldts.hlp
Step Error Help Context ID:1100

Any help will be appreciated.
Thanks, OV


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.