dbTalk Databases Forums  

Scheduled DTS issues

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


Discuss Scheduled DTS issues in the microsoft.public.sqlserver.dts forum.



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

Default Scheduled DTS issues - 02-05-2005 , 11:27 AM






Hi All,
I have scheduled a DTS package that runs every night and shows in EM that it
was successfull. I have a query that sums up a key fields to make sure the
two tables are in sync. When I check my verification the totals are not in
sync. If I run the DTS job manually, everything is in sync. when the same
job runs from the schedule it does not.
Any ideas????
TIA,
Joe

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

Default Re: Scheduled DTS issues - 02-05-2005 , 12:19 PM






Chances are the errors are not bubbling up in the job if the interactive
execution works.

Have a look here

http://support.microsoft.com/?kbid=269074





"jaylou" <jaylou (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi All,
I have scheduled a DTS package that runs every night and shows in EM that
it
was successful. I have a query that sums up a key fields to make sure
the
two tables are in sync. When I check my verification the totals are not in

sync. If I run the DTS job manually, everything is in sync. when the same

job runs from the schedule it does not.
Any ideas????
TIA,
Joe


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

Default RE: Scheduled DTS issues - 02-05-2005 , 05:03 PM



Thanks for the link.

The problem is that I am not getting error messages and this article is
talking about security. I create the job using the DTS wizard directly on
the server that is running it. So I don't think it has anything to do with
securities. I log onto the server thru Terminal server and create and
schedule the package. It works fine if I right click on the job and click
start.

You are saying the error is not buibbling up, do you know of a place where I
can look to see the execution after the fact?
Thanks again,
Joe

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

Default RE: Scheduled DTS issues - 02-06-2005 , 12:18 AM



The creator of the job has very little to do with it. It has to do with
who owns the job and what role they play on the server.

Sysadmin - jobs are executed with the SQL Server Agent account
! sysadmin - jobs are executed using the proxy account

Log on to the server as one of these accounts (the one that would be
used) and try to execute the job now.

Have passwords changed? If you used the /U and /P to log on when
creating the job then this may have changed but you would not
immediately see it because of the ~/Z syntax

Have a look at generating the cmdline using DTSRUNUI.

Allan

"jaylou" <jaylou (AT) discussions (DOT) microsoft.com> wrote

Quote:
Thanks for the link.

The problem is that I am not getting error messages and this article is
talking about security. I create the job using the DTS wizard directly on

the server that is running it. So I don't think it has anything to do
with
securities. I log onto the server thru Terminal server and create and
schedule the package. It works fine if I right click on the job and click

start.

You are saying the error is not buibbling up, do you know of a place where
I
can look to see the execution after the fact?
Thanks again,
Joe


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

Default RE: Scheduled DTS issues - 02-07-2005 , 07:35 AM



Thanks I will try that. When I registered the SQL server in EM, I registered
it as SA. I will try to re-register as Admin which is the account that
starts the SQL server services.

Thanks,
Joe


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.