dbTalk Databases Forums  

DTS LoadFromSQLServer permissions

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


Discuss DTS LoadFromSQLServer permissions in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
brendan_gallagher_2001@yahoo.co.uk
 
Posts: n/a

Default DTS LoadFromSQLServer permissions - 11-29-2005 , 04:23 PM






Hi,

I have a ASP (classic) wepage the running a SQL Server 2000 DTS package
which creates a text file and drops it in a specified network folder.
I need to know which user needs to be given write permissions on this
folder so that they can drop the file in the folder once the DTS
package is executed from webpage (on the user's own network pc). Is it
the executing user i.e. domain\username or is the SQL Server Agent.
Any help is appreciated.

Thanks
Brendan


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

Default Re: DTS LoadFromSQLServer permissions - 11-29-2005 , 04:36 PM






Does this article help?

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

Allan

"brendan_gallagher_2001 (AT) yahoo (DOT) co.uk"
<brendan_gallagher_2001 (AT) yahoo (DOT) co.uk> wrote


Quote:
Hi,

I have a ASP (classic) wepage the running a SQL Server 2000 DTS package
which creates a text file and drops it in a specified network folder.
I need to know which user needs to be given write permissions on this
folder so that they can drop the file in the folder once the DTS
package is executed from webpage (on the user's own network pc). Is it
the executing user i.e. domain\username or is the SQL Server Agent.
Any help is appreciated.

Thanks
Brendan


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

Default Re: DTS LoadFromSQLServer permissions - 11-29-2005 , 11:42 PM



Hi Brendan,
SQL Server Agent running under default SQL user.
"SQL Server Agent" user should have rights to copy file to specified folder.
by default SQL user no rights to copy or creat file to specified folder.

My suggesation is Change SQL server user for "SQL Server Agent" to windows
user.

start--> Settings-->Controlpanel--> Administrative Tools-->Services
select SQLSERVERAGENT services--> Proparties --> LOGON -->
select Local System Account to This Account. and spacify your account.

Then DTS packge will create file in to specified path.

I hope it's cleared.

Regards,
Rajesha

"Allan Mitchell" wrote:

Quote:
Does this article help?

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

Allan

"brendan_gallagher_2001 (AT) yahoo (DOT) co.uk"
brendan_gallagher_2001 (AT) yahoo (DOT) co.uk> wrote in message
news:1133303035.122291.252700 (AT) z14g2000cwz (DOT) googlegroups.com:

Hi,

I have a ASP (classic) wepage the running a SQL Server 2000 DTS package
which creates a text file and drops it in a specified network folder.
I need to know which user needs to be given write permissions on this
folder so that they can drop the file in the folder once the DTS
package is executed from webpage (on the user's own network pc). Is it
the executing user i.e. domain\username or is the SQL Server Agent.
Any help is appreciated.

Thanks
Brendan



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.