Possible solution -
05-11-2006
, 11:57 AM
I was having the same DTS Access Denied issue.
I finally figured out that it was caused by using runas.exe to start Enterprise Manager as a different (local, not domain) user. The local user account had the same permissions in SQL Server 2000, but that account did NOT have all the same permissions on the hard-drive. I am assuming whatever .dll is used by DTS Designer did not have permission to run.
By putting the local user account in the local Administrators group, everything worked fine. Security wise, that is a very bad idea, and I am still trying to find which .dll(s) are used so the local account can run them after it is removed from the Administrators group.
Kevin |