dbTalk Databases Forums  

Error running DTS as Job...

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


Discuss Error running DTS as Job... in the microsoft.public.sqlserver.dts forum.



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

Default Error running DTS as Job... - 07-15-2008 , 07:10 AM






Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...


But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf.
The step failed.



The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.



tks,
christiano.



Reply With Quote
  #2  
Old   
matteus
 
Posts: n/a

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM






On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


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

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM



On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


Reply With Quote
  #4  
Old   
matteus
 
Posts: n/a

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM



On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


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

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM



On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


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

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM



On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


Reply With Quote
  #7  
Old   
matteus
 
Posts: n/a

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM



On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


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

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM



On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


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

Default Re: Error running DTS as Job... - 07-16-2008 , 03:55 AM



On Jul 15, 2:10 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
Hey folks...

I have 7 DTS packages that connect to my remote SQL Server and transfers
data to my local server (back it up).
I've made a job that runs these 7 packages every morning andby fridays
an 8th package that runs a BACKUP DATABASE package...

I also have a bigger package that groups all the 7 in one... Using the
workflow...

But every and each one of them returns this error:

Executed as user: DIGI\Administrador. ...ing... DTSRun OnStart:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer;
PercentComplete = 0; ProgressCount = 0 DTSRun OnError:
DTSStep_DTSTransferObjectsTask_1, Error = -2147221504 (80040000) Error
string: Estrutura OLEVERB inválida Error source: Microsoft Data
Transformation Services (DTS) Package Help file: sqldts80.hlp
Help context: 1100 Error Detail Records: Error: -2147221504
(80040000); Provider Error: 0 (0) Error string: Estrutura OLEVERB
inválida Error source: Microsoft Data Transformation Services (DTS)
Package Help file: sqldts80.hlp Help context: 1100
Error: -2147221504 (80040000); Provider Error: 0 (0) Error string:
Estrutura OLEVERB inválida Error source: Microsoft Data Transf..
The step failed.

The Job is returning theses error, if I execute the package my self, it goes
way perfectly...

the jobs are scheduled starting at 7h50, every day, and the next is started
10' after, to avoid overlapping.

tks,
christiano.
Hi Cristiano,
Quote:
Error = -2147221504 (80040000) Error string: Estrutura OLEVERB inválida
seems to be the source... googling it:
http://thedotnet.com/nntp/547835/showpost.aspx
Take a look!
Bye,
M.


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.