DTS error -2147467259

From: Sam (anonymous_at_discussions.microsoft.com)
Date: 04/07/04


Date: Wed, 7 Apr 2004 07:20:21 -0700

I created a package, which contains, create a temp table
run query to get the data then load it to excel.
It works great if I run the package manually.
It fails when I schedule it with the following error
(I even set up the proxy account for the agent and still
fails)
Any help gratefully appreciated
Executed as user: John_Doe ...Create Table Results Step
DTSRun OnError:
 Create Table Results Step, Error = -2147467259
(80004005)
  Error string: The Microsoft Jet database engine cannot
open the file
'\\Zeus\HD_Reports\Referrals.XLS'.
  It is already opened exclusively by another user,
or you need permission to view its data.
   Error source: Microsoft JET Database Engine
 Help file: Help context: 5003051
Error Detail Records: Error: -2147467259 (80004005);
 Provider Error: -534709256 (E020FBF8)
      Error string:
The Microsoft Jet database engine cannot open the
file '\\Zeus\HD_Reports\Referrals.XLS'.
  It is already opened exclusively by another user,
 or you need permission to view its data.
   Error source: Microsoft JET Database Engine
  Help file: Help context: 5003051
     DTSRun OnFinish: Create Table Results Step
  DTSRun OnStart: Copy Data from Results to Results Step
  DTSRun O... Process Exit Code 2. The step failed.



Relevant Pages

  • Re: Scheduling a Job on a Locked Access DB
    ... I wrote a DTS package to import this data just after the data is ... DTSRun: Executing... ... Error source: Microsoft JET Database Engine ... Help file: ...
    (microsoft.public.sqlserver.dts)
  • Re: dts and access db
    ... The pkg doesn't fail manually, ... Error source: Microsoft JET Database Engine Help file: ...
    (microsoft.public.sqlserver.dts)
  • Dragonfly Shopping Cart Multiple vulnerabilities
    ... Microsoft JET Database Engine error '80040e07' ... Data type mismatch in criteria expression. ...
    (Bugtraq)
  • Error attempting to execute a DTS package from an ADP
    ... "The Microsoft Jet database engine could not find the object '<my UNC ... I can run the package fine from there. ... -I tried restarting the SQL Server agent using the same user ID as the ... The execution of the following DTS Package failed: ...
    (microsoft.public.sqlserver.dts)
  • Re: Select from first worksheet without knowing its name
    ... Make sure the object exists and that you spell its name and the path name correctly. ... The Microsoft Jet database engine could not find the object 'Sheets.Active'. ... >> Dim myds As New DataSet ...
    (microsoft.public.excel.programming)