dbTalk Databases Forums  

Job Scheduling Classic!

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


Discuss Job Scheduling Classic! in the microsoft.public.sqlserver.dts forum.



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

Default Job Scheduling Classic! - 12-19-2005 , 10:05 AM






I have a classic one. Never the less I cannot get around.

When I run package, it executes fine loading file from specified location.
Schedule job fails when tries to run that package reporting ‘Error string:
Error opening datafile: Access is denied’

Facts:

Path indicating file does not use map letter (i.e. G:\SomeDir\.file.txt). It
uses UNC (i.e. \\SrvName\SomeDir\file.txt)

Should not be any restriction accessing that path.

I don’t have server administrator rights.

Help greatly appreciated!


Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Job Scheduling Classic! - 12-19-2005 , 06:44 PM






Does the SQL Agent service account have access to the file?
And if the file is on another server, the SQL Agent service
account needs to be a domain account, not running under
Local System.

-Sue

On Mon, 19 Dec 2005 08:05:03 -0800, "User026"
<User026 (AT) discussions (DOT) microsoft.com> wrote:

Quote:
I have a classic one. Never the less I cannot get around.

When I run package, it executes fine loading file from specified location.
Schedule job fails when tries to run that package reporting ‘Error string:
Error opening datafile: Access is denied’

Facts:

Path indicating file does not use map letter (i.e. G:\SomeDir\.file.txt). It
uses UNC (i.e. \\SrvName\SomeDir\file.txt)

Should not be any restriction accessing that path.

I don’t have server administrator rights.

Help greatly appreciated!


Reply With Quote
  #3  
Old   
mattb
 
Posts: n/a

Default RE: Job Scheduling Classic! - 01-06-2006 , 02:53 PM





"User026" wrote:

Quote:
I have a classic one. Never the less I cannot get around.

When I run package, it executes fine loading file from specified location.
Schedule job fails when tries to run that package reporting ‘Error string:
Error opening datafile: Access is denied’

Facts:

Path indicating file does not use map letter (i.e. G:\SomeDir\.file.txt). It
uses UNC (i.e. \\SrvName\SomeDir\file.txt)

Should not be any restriction accessing that path.

I don’t have server administrator rights.

Help greatly appreciated!

access rights issues could be at a source conn, in activex conn stmt, in a
folder pulling data from, in a destination conn, etc.
Check ALL conn stmts and anywhere the package has to connect to any other
source. I've had them fail with no rights to copy data to a spreadsheet in a
folder on a network drive.....


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.