Hi,
I have a DTS package with one Transfer Objects Task to extract data from a transactional system into a data warehouse. The transactional system is in a different server than the DW one. They are linked servers.
When I run the package I get the following error
Error string: [SQL-DMO]CreateFile error on 'NAMF222130-NAMF222140.UMDB.LOG'. Access is denied.
where NAMF222130-NAMF222140 is the server alias and UMDB is the DB name.
I wonder why it is trying to create a log file in the source database and what I need to do to get rid of the error.
I am running SQL server SP3.
Any ideas?
Thanks,
// jc