dbTalk Databases Forums  

DTS: Catastrophic failure

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


Discuss DTS: Catastrophic failure in the microsoft.public.sqlserver.dts forum.



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

Default DTS: Catastrophic failure - 06-15-2004 , 11:03 AM






Hi All,

I am able to execute the DTS from Stored procedure (including Passing Global
Variables). I use DTSRUN using xp_cmdshell. But some time (mainly the very
1st time from other system) I get the folowing ERROR. But next time onward
that works fine. Can any body suggest why this happens?

__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat



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

Default Re: Catastrophic failure - 06-15-2004 , 12:42 PM






Anything special about the datapump? Funky source or destination? Drivers
installed OK? Anything specal about when you execute things and it fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote

Quote:
Hi All,

I am able to execute the DTS from Stored procedure (including Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time (mainly the very
1st time from other system) I get the folowing ERROR. But next time onward
that works fine. Can any body suggest why this happens?

__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat





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

Default Re: Catastrophic failure - 06-16-2004 , 01:45 AM



Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time) it fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and xp_cmdshell and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path, Source
dbf File, Destination Server, Destination Database, Destination Table etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Anything special about the datapump? Funky source or destination?
Drivers
installed OK? Anything specal about when you execute things and it fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time (mainly the
very
1st time from other system) I get the folowing ERROR. But next time
onward
that works fine. Can any body suggest why this happens?

__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat







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

Default Re: Catastrophic failure - 06-16-2004 , 02:04 AM



The only real thing I can think that might be happening is some kind of
connection issue with the dBaseV database. Is this intermittent i.e. no
Rhyme or Reason?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote

Quote:
Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time) it fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and xp_cmdshell
and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path, Source
dbf File, Destination Server, Destination Database, Destination Table
etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ePzkf9vUEHA.2940 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Anything special about the datapump? Funky source or destination?
Drivers
installed OK? Anything specal about when you execute things and it
fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time (mainly the
very
1st time from other system) I get the folowing ERROR. But next time
onward
that works fine. Can any body suggest why this happens?


__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS)
Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat









Reply With Quote
  #5  
Old   
Prabhat
 
Posts: n/a

Default Re: Catastrophic failure - 06-16-2004 , 02:15 AM



Probably Yes, as this heppens only for 1st time from a system, even some
time that does not happen.

Thanks
Prabhat

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
The only real thing I can think that might be happening is some kind of
connection issue with the dBaseV database. Is this intermittent i.e. no
Rhyme or Reason?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eBoeh22UEHA.3336 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time) it
fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and xp_cmdshell
and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path,
Source
dbf File, Destination Server, Destination Database, Destination Table
etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ePzkf9vUEHA.2940 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Anything special about the datapump? Funky source or destination?
Drivers
installed OK? Anything specal about when you execute things and it
fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including
Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time (mainly
the
very
1st time from other system) I get the folowing ERROR. But next time
onward
that works fine. Can any body suggest why this happens?


__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS)
Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat











Reply With Quote
  #6  
Old   
Prabhat
 
Posts: n/a

Default Re: Catastrophic failure - 06-16-2004 , 04:56 AM



Hello Sir,

Is their any Solution to that?

Thanks
Prabhat

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
The only real thing I can think that might be happening is some kind of
connection issue with the dBaseV database. Is this intermittent i.e. no
Rhyme or Reason?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eBoeh22UEHA.3336 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time) it
fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and xp_cmdshell
and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path,
Source
dbf File, Destination Server, Destination Database, Destination Table
etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ePzkf9vUEHA.2940 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Anything special about the datapump? Funky source or destination?
Drivers
installed OK? Anything specal about when you execute things and it
fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including
Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time (mainly
the
very
1st time from other system) I get the folowing ERROR. But next time
onward
that works fine. Can any body suggest why this happens?


__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS)
Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat











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

Default Re: Catastrophic failure - 06-16-2004 , 05:10 AM



Unless you can narrow down a situation in which you can consistently fail
things then it will be very difficult to troubleshoot

--

----------------------------

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote

Quote:
Hello Sir,

Is their any Solution to that?

Thanks
Prabhat

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:Onr#c92UEHA.2920 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
The only real thing I can think that might be happening is some kind of
connection issue with the dBaseV database. Is this intermittent i.e. no
Rhyme or Reason?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eBoeh22UEHA.3336 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time) it
fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and
xp_cmdshell
and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path,
Source
dbf File, Destination Server, Destination Database, Destination Table
etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ePzkf9vUEHA.2940 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Anything special about the datapump? Funky source or destination?
Drivers
installed OK? Anything specal about when you execute things and it
fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including
Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time (mainly
the
very
1st time from other system) I get the folowing ERROR. But next
time
onward
that works fine. Can any body suggest why this happens?


__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS)
Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat













Reply With Quote
  #8  
Old   
Prabhat
 
Posts: n/a

Default Re: Catastrophic failure - 06-16-2004 , 08:54 AM



Hello Sir,

Shall I send U the Package and the SP which is used to call that? So That U
can Guess.
for Source dbf Path I send UNC Path.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Unless you can narrow down a situation in which you can consistently fail
things then it will be very difficult to troubleshoot

--

----------------------------

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:%23JQUKh4UEHA.3428 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Hello Sir,

Is their any Solution to that?

Thanks
Prabhat

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:Onr#c92UEHA.2920 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
The only real thing I can think that might be happening is some kind
of
connection issue with the dBaseV database. Is this intermittent i.e.
no
Rhyme or Reason?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eBoeh22UEHA.3336 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time) it
fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and
xp_cmdshell
and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path,
Source
dbf File, Destination Server, Destination Database, Destination
Table
etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ePzkf9vUEHA.2940 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Anything special about the datapump? Funky source or destination?
Drivers
installed OK? Anything specal about when you execute things and
it
fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including
Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time
(mainly
the
very
1st time from other system) I get the folowing ERROR. But next
time
onward
that works fine. Can any body suggest why this happens?



__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS)
Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat















Reply With Quote
  #9  
Old   
Prabhat
 
Posts: n/a

Default Re: Catastrophic failure - 06-16-2004 , 11:07 AM



Hello Sir,

I think I have Solved that (Catastrophic failure) problem.

I was using one Gloabl Variable "gLineNumber" of String Type and was
Incrementing that Valiable while Inserting for Each dbf file.
I think as I was incrementing the String Variable with +1 so I was getting
that problem. I am not sure if that was causing the Problem. Please Suggest
is that was the problem?

BUT now I have Another problem instead of that: (This is also same occurs
only 1st time - that to again very rare case) (As I was not capturing the
Error earlier so i was not getting the ERRORS. As Now I am Capturing Errors
using LOG Files so I am able to Get these all)
----------------------------------------------------------------------------
--
Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft JET Database Engine
Step Error Description:'H:\PA_Files\SRO' is not a valid path. Make sure
that the path name is spelled correctly and that you are connected to the
server on which the file resides.
Step Error code: 80004005
Step Error Help File:
Step Error Help Context ID:5003044

Step Execution Started: 6/16/2004 7:47:41 PM
Step Execution Completed: 6/16/2004 7:47:43 PM
Total Step Execution Time: 1.542 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/16/2004 7:47:41 PM
Step Execution Completed: 6/16/2004 7:47:42 PM
Total Step Execution Time: 0.29 seconds
Progress count in Step: 0
----------------------------------------------------------------------------
----------

I have used the above path 'H:\PA_Files\SRO' in the DTS Package while I
designed the package for the Data Source for my dbf Connection (Source
Connection).
But I am using a Global Variable "gSourcePath" and Passing Value to that
Variable from the Stored procedure. Also I am Assigning the Value to the
"DataSource" property of the dbfConnection by using the Dynamic Mapping
Task. "I Pass UNC Path of the dbf File to that Variable".

That is working fine. Becuase my package fails by giviing the above error
only some time - say the very first time - that to again very rare.

Any Help or Suggestions.

Thanks
Prabhat

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Unless you can narrow down a situation in which you can consistently fail
things then it will be very difficult to troubleshoot

--

----------------------------

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:%23JQUKh4UEHA.3428 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Hello Sir,

Is their any Solution to that?

Thanks
Prabhat

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:Onr#c92UEHA.2920 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
The only real thing I can think that might be happening is some kind
of
connection issue with the dBaseV database. Is this intermittent i.e.
no
Rhyme or Reason?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eBoeh22UEHA.3336 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time) it
fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and
xp_cmdshell
and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path,
Source
dbf File, Destination Server, Destination Database, Destination
Table
etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ePzkf9vUEHA.2940 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Anything special about the datapump? Funky source or destination?
Drivers
installed OK? Anything specal about when you execute things and
it
fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including
Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time
(mainly
the
very
1st time from other system) I get the folowing ERROR. But next
time
onward
that works fine. Can any body suggest why this happens?



__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services (DTS)
Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat















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

Default Re: Catastrophic failure - 06-16-2004 , 01:59 PM



If it is only happening the first time then does it give the correct
location as the error or is it the previous location?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote

Quote:
Hello Sir,

I think I have Solved that (Catastrophic failure) problem.

I was using one Gloabl Variable "gLineNumber" of String Type and was
Incrementing that Valiable while Inserting for Each dbf file.
I think as I was incrementing the String Variable with +1 so I was getting
that problem. I am not sure if that was causing the Problem. Please
Suggest
is that was the problem?

BUT now I have Another problem instead of that: (This is also same occurs
only 1st time - that to again very rare case) (As I was not capturing the
Error earlier so i was not getting the ERRORS. As Now I am Capturing
Errors
using LOG Files so I am able to Get these all)
--------------------------------------------------------------------------
--
--
Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft JET Database Engine
Step Error Description:'H:\PA_Files\SRO' is not a valid path. Make sure
that the path name is spelled correctly and that you are connected to the
server on which the file resides.
Step Error code: 80004005
Step Error Help File:
Step Error Help Context ID:5003044

Step Execution Started: 6/16/2004 7:47:41 PM
Step Execution Completed: 6/16/2004 7:47:43 PM
Total Step Execution Time: 1.542 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/16/2004 7:47:41 PM
Step Execution Completed: 6/16/2004 7:47:42 PM
Total Step Execution Time: 0.29 seconds
Progress count in Step: 0
--------------------------------------------------------------------------
--
----------

I have used the above path 'H:\PA_Files\SRO' in the DTS Package while I
designed the package for the Data Source for my dbf Connection (Source
Connection).
But I am using a Global Variable "gSourcePath" and Passing Value to that
Variable from the Stored procedure. Also I am Assigning the Value to the
"DataSource" property of the dbfConnection by using the Dynamic Mapping
Task. "I Pass UNC Path of the dbf File to that Variable".

That is working fine. Becuase my package fails by giviing the above error
only some time - say the very first time - that to again very rare.

Any Help or Suggestions.

Thanks
Prabhat

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:#ybfho4UEHA.2668 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Unless you can narrow down a situation in which you can consistently
fail
things then it will be very difficult to troubleshoot

--

----------------------------

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:%23JQUKh4UEHA.3428 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Hello Sir,

Is their any Solution to that?

Thanks
Prabhat

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:Onr#c92UEHA.2920 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
The only real thing I can think that might be happening is some kind
of
connection issue with the dBaseV database. Is this intermittent
i.e.
no
Rhyme or Reason?

--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eBoeh22UEHA.3336 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Sir,

The Data Source is dbase5 and destination is SQL Server.
Drivers are OK, As This works fine. Only for 1st time (some time)
it
fails
with that ERROR.
I execute the Package from Stored Procedure using DTSRUN and
xp_cmdshell
and
Pass Global Variables.

My Package uses Global Valiables and Dynamic Mapping (Source Path,
Source
dbf File, Destination Server, Destination Database, Destination
Table
etc.)

Any Suggestions.

Thanks
Prabhat


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ePzkf9vUEHA.2940 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Anything special about the datapump? Funky source or
destination?
Drivers
installed OK? Anything specal about when you execute things and
it
fails?



--
--

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


"Prabhat" <not_a_mail (AT) hotmail (DOT) com> wrote in message
news:eL$DZJvUEHA.1012 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi All,

I am able to execute the DTS from Stored procedure (including
Passing
Global
Variables). I use DTSRUN using xp_cmdshell. But some time
(mainly
the
very
1st time from other system) I get the folowing ERROR. But next
time
onward
that works fine. Can any body suggest why this happens?



__________________________________________________ _____________________
Package Steps execution information:

Step 'DTSStep_DTSDataPumpTask_1' failed

Step Error Source: Microsoft Data Transformation Services
(DTS)
Package
Step Error Description:Catastrophic failure

Step Error code: 8007FFFF
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:4700

Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:38 PM
Total Step Execution Time: 1.802 seconds
Progress count in Step: 0

Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
Step Execution Started: 6/15/2004 9:24:36 PM
Step Execution Completed: 6/15/2004 9:24:36 PM
Total Step Execution Time: 0.21 seconds
Progress count in Step: 0

__________________________________________________ _________

Thanks
Prabhat

















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.