Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 sql server agent

Author  Topic 

dirwin26
Yak Posting Veteran

81 Posts

Posted - 2007-03-23 : 12:59:05
when I run a DTS package manually, it executes fine but when I schedule a package it craps out. Does anyone know how I synch up the security/permission on SQL server agent to be the same as wheatever security/permissions are letting me run the package manually? Thanks.

MohammedU
Posting Yak Master

145 Posts

Posted - 2007-03-23 : 15:19:13
It is related to security issue...
Under what account your sql agent is running? and what are you doing in dts package?



MohammedU
Go to Top of Page

dirwin26
Yak Posting Veteran

81 Posts

Posted - 2007-03-23 : 16:49:55
I am using the system account with windows authentication. Would setting up a domain account work? I am importing an excel file in SQL, which works fine with manual execution of DTS.
Go to Top of Page

readysetstop
Posting Yak Master

123 Posts

Posted - 2007-03-26 : 08:45:43
I would strongly recommend using a domain account, rather than local system. Check here for details on what permissions it needs. (It will also need permissions to your excel file, obviously...)

http://msdn2.microsoft.com/en-us/library/ms191543.aspx
Go to Top of Page

dirwin26
Yak Posting Veteran

81 Posts

Posted - 2007-03-26 : 09:40:07
Hey, thanks for the article. I am getting the 'no mappings between account names and security id's was done'. Any ideas?
Go to Top of Page

readysetstop
Posting Yak Master

123 Posts

Posted - 2007-03-27 : 07:06:24
Where and when are you getting that error?
Go to Top of Page
   

- Advertisement -