dbTalk Databases Forums  

dts fails when ran as a job

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss dts fails when ran as a job in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ilona
 
Posts: n/a

Default dts fails when ran as a job - 11-05-2004 , 10:34 AM






I have a dts package which gets data from the Access database located on
another box and imports it into the sql server.

If you schedule the package then the scheduler creates job which fail when
it attempts to run.
The package owner and the job owner is the same account on the SQL Server
box.The package runs fine when started manually while logged in as the same
account as package owner/job owner - and fails when ran as a job.

The log gives the following error:
Step Error Source: Microsoft JET Database Engine
Step Error Description:'F:\Bla.mdb' is not a valid path. Make sure that the
path name is spelled correctly and that you are connected to the server on
which the file resides.
Step Error code: 80004005
Step Error Help File:
Step Error Help Context ID:5003044



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: dts fails when ran as a job - 11-06-2004 , 01:37 AM






Remember DTS is a client side tool. F sounds like a mapped drive? When the
package is run the Agent may have no idea what F:\ is. Can you use UNC
Paths?

http://support.microsoft.com/?kbid=269074

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


"ilona" <ilona_scrambled (AT) no-go (DOT) com> wrote

Quote:
I have a dts package which gets data from the Access database located on
another box and imports it into the sql server.

If you schedule the package then the scheduler creates job which fail when
it attempts to run.
The package owner and the job owner is the same account on the SQL Server
box.The package runs fine when started manually while logged in as the
same
account as package owner/job owner - and fails when ran as a job.

The log gives the following error:
Step Error Source: Microsoft JET Database Engine
Step Error Description:'F:\Bla.mdb' is not a valid path. Make sure that
the
path name is spelled correctly and that you are connected to the server on
which the file resides.
Step Error code: 80004005
Step Error Help File:
Step Error Help Context ID:5003044





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.