all groups > sql server dts > february 2005 >
You're in the

sql server dts

group:

Scheduled DTS issues



Scheduled DTS issues jaylou
2/5/2005 9:27:01 AM
sql server dts: 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,
RE: Scheduled DTS issues jaylou
2/5/2005 3:03:04 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,
Re: Scheduled DTS issues Allan Mitchell
2/5/2005 6:19:28 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





[quoted text, click to view]
RE: Scheduled DTS issues Allan Mitchell
2/6/2005 6:18:02 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

[quoted text, click to view]
RE: Scheduled DTS issues jaylou
2/7/2005 5:35:01 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
AddThis Social Bookmark Button