all groups > sql server dts > march 2007 >
You're in the

sql server dts

group:

SQL 2K DTS Called from ASP page fails on Importing text file task


SQL 2K DTS Called from ASP page fails on Importing text file task Paul E
3/28/2007 2:40:02 PM
sql server dts: The DTS package reaches out to another server on the network to pull in a
text file. The DTS package runs fine when launched from Enterprise Manager
or if scheduled as a job. It FAILS to import the file when launched from an
ASP page. The other tasks in the job run fine (backup and delete from table,
etc.), but when it attempts to run the import task it fails. The package log
shows "Access is Denied". Does anyone know what user or user group from the
SQL server needs to be added to the share on the file server for this to work
when called from ASP page? Thanks in advance.

Re: SQL 2K DTS Called from ASP page fails on Importing text file task Allan Mitchell
3/28/2007 10:23:51 PM
Hello Paul,


Have you seen this article which may help?

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

--

Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com

[quoted text, click to view]

Re: SQL 2K DTS Called from ASP page fails on Importing text file t Paul E
3/29/2007 1:56:03 PM
Looks like the secret is to create a domain level iwam/iuser account for IIS
instead of the standard local machine accounts - and then give that domain
iwam/iuser access to the file server share. We assumed it was a permissions
issue. Thanks.

[quoted text, click to view]
AddThis Social Bookmark Button