dbTalk Databases Forums  

JOB fails immediately

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


Discuss JOB fails immediately in the microsoft.public.sqlserver.dts forum.



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

Default JOB fails immediately - 01-27-2006 , 01:01 PM






I have windows2000 server
running sql server2000 sp4
with sqlmail installed, configured, and working.
Sql Server Agent is started using a dummy domain account with administrative
rights for sql and the domain.


I created a dts package that when manually run, works everytime. However
when I try to schedule it, the job always consistantly fails in 1 second or
less. Below is the message I got in the job log:

Executed as user: FCPADM1\sqlmail.

....Start:

DTSStep_DTSTransferObjectsTask_1 DTSRun
OnProgressTSStep_DTSTransferObjectsTask_1;
Scripting objects for Transfer;
PercentComplete = 0;
ProgressCount = 0
DTSRun OnError: DTSStep_DTSTransferObjectsTask_1, Error = -2147221504
(80040000)
Error string: Invalid OLEVERB structure
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: Invalid OLEVERB structure
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 1100
Error: -2147221504 (80040000);
Provider Error: 0 (0)
Error string: Invalid OLEVERB structure
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 5700

.... Process Exit Code 1.
The step failed.

Can anyone explain what has gone wrong here.

Reply With Quote
  #2  
Old   
Cowlitz Ken
 
Posts: n/a

Default RE: JOB fails immediately - 01-27-2006 , 06:02 PM






We have a new server outside of our LAN and I have the exact same problem. I
can manually run the DTS package and it works, but it fails when ran by the
scheduler. I don't get that "OLEVERB" message, only the -2147221504(80040000)
message. I have looked high and low for a solution or even where to look at
what the problem is.
One guy said that he could get past his same problem by running the SQLAgent
using system account instead of a user account. I tried it and I still bomb.
I wish some log somewhere would tell what is causing this. It must be
security related but to where the problem is, who knows..

Ken

"Andre Gibson" wrote:

Quote:
I have windows2000 server
running sql server2000 sp4
with sqlmail installed, configured, and working.
Sql Server Agent is started using a dummy domain account with administrative
rights for sql and the domain.


I created a dts package that when manually run, works everytime. However
when I try to schedule it, the job always consistantly fails in 1 second or
less. Below is the message I got in the job log:

Executed as user: FCPADM1\sqlmail.

...Start:

DTSStep_DTSTransferObjectsTask_1 DTSRun
OnProgressTSStep_DTSTransferObjectsTask_1;
Scripting objects for Transfer;
PercentComplete = 0;
ProgressCount = 0
DTSRun OnError: DTSStep_DTSTransferObjectsTask_1, Error = -2147221504
(80040000)
Error string: Invalid OLEVERB structure
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: Invalid OLEVERB structure
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 1100
Error: -2147221504 (80040000);
Provider Error: 0 (0)
Error string: Invalid OLEVERB structure
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 5700

... Process Exit Code 1.
The step failed.

Can anyone explain what has gone wrong here.

Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: JOB fails immediately - 01-28-2006 , 05:58 AM



Cowlitz Ken wrote:
Quote:
We have a new server outside of our LAN and I have the exact same problem. I
can manually run the DTS package and it works, but it fails when ran by the
scheduler. I don't get that "OLEVERB" message, only the -2147221504(80040000)
message. I have looked high and low for a solution or even where to look at
what the problem is.
One guy said that he could get past his same problem by running the SQLAgent
using system account instead of a user account. I tried it and I still bomb.
I wish some log somewhere would tell what is causing this. It must be
security related but to where the problem is, who knows..


I'd suggest using a user accountr, and logging onto the server itself
with that account to execute the package.

INF: How to Run a DTS Package as a Scheduled Job
(http://support.microsoft.com/kb/q269074/)



--
Darren
http://www.sqldts.com
http://www.sqlis.com


Reply With Quote
  #4  
Old   
Andre Gibson
 
Posts: n/a

Default Re: JOB fails immediately - 01-30-2006 , 03:19 PM



Hello Darren,

I am using a domain account but yet still I am getting this error. Any ideas
for me

Andre

"Darren Green" wrote:

Quote:
Cowlitz Ken wrote:
We have a new server outside of our LAN and I have the exact same problem. I
can manually run the DTS package and it works, but it fails when ran by the
scheduler. I don't get that "OLEVERB" message, only the -2147221504(80040000)
message. I have looked high and low for a solution or even where to look at
what the problem is.
One guy said that he could get past his same problem by running the SQLAgent
using system account instead of a user account. I tried it and I still bomb.
I wish some log somewhere would tell what is causing this. It must be
security related but to where the problem is, who knows..



I'd suggest using a user accountr, and logging onto the server itself
with that account to execute the package.

INF: How to Run a DTS Package as a Scheduled Job
(http://support.microsoft.com/kb/q269074/)



--
Darren
http://www.sqldts.com
http://www.sqlis.com


Reply With Quote
  #5  
Old   
Andre Gibson
 
Posts: n/a

Default Re: JOB fails immediately - 01-31-2006 , 08:39 AM



Hello everyone,

I don't know how proper this is but I found a resolution to my problem. The
account I was using had domain administrative rights. For some reason this
didn't work so I changed the set up and not sql server agent logs in using
the administrator username and password.

That seems to have resolved the issue. If anyone thinks this is wrong and
knows how to resolve it better please let me know because I thought domain
rights were good enough.

anyway thank for all of your input.

Andre

"Andre Gibson" wrote:

Quote:
Hello Darren,

I am using a domain account but yet still I am getting this error. Any ideas
for me

Andre

"Darren Green" wrote:

Cowlitz Ken wrote:
We have a new server outside of our LAN and I have the exact same problem. I
can manually run the DTS package and it works, but it fails when ran by the
scheduler. I don't get that "OLEVERB" message, only the -2147221504(80040000)
message. I have looked high and low for a solution or even where to look at
what the problem is.
One guy said that he could get past his same problem by running the SQLAgent
using system account instead of a user account. I tried it and I still bomb.
I wish some log somewhere would tell what is causing this. It must be
security related but to where the problem is, who knows..



I'd suggest using a user accountr, and logging onto the server itself
with that account to execute the package.

INF: How to Run a DTS Package as a Scheduled Job
(http://support.microsoft.com/kb/q269074/)



--
Darren
http://www.sqldts.com
http://www.sqlis.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.