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
 Import/Export (DTS) and Replication (2000)
 Import Error

Author  Topic 

davidfb
Starting Member

8 Posts

Posted - 2002-09-11 : 08:39:42
[SQL-DMO]Create File error on 'MyInstance.Database1.LOG'.Access denied.

My user in the database has SA role.

Any tips?

David.




Edited by - davidfb on 09/11/2002 08:41:44

nr
SQLTeam MVY

12543 Posts

Posted - 2002-09-11 : 08:42:53
Look at the sql server service profile and see if that has permissions on wherever this file is.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

davidfb
Starting Member

8 Posts

Posted - 2002-09-11 : 08:53:31
I checked it and yes, it has permissions. Sounds weird..

Go to Top of Page

balamurugan
Starting Member

15 Posts

Posted - 2004-03-11 : 10:14:05
I think you don't have write permisisons to the folder specified in
"Script file directory" under "COPY" tab in your DTS package. Try to change this to a folder where you have write permisison and try again.
Go to Top of Page
   

- Advertisement -