I created a simple DTS. A table that get's transferred to a text file on the PC.
When I call it vrom SQL, it works, but not when I call it from ASP.NET. It gives an error telling me I don't have permissions to write to the drive. I am passing a user and password to it.
Anyone doing this?
I am using a connection, and a textfile out. There is no place to set permissions on the textfile out.
I tried calling a stored procedure from asp.net that calls the dts, and it works fine, so why does it not work right from asp.net??? I am passing the same information.
When I call it vrom SQL, it works, but not when I call it from ASP.NET. It gives an error telling me I don't have permissions to write to the drive. I am passing a user and password to it.
Anyone doing this?
I am using a connection, and a textfile out. There is no place to set permissions on the textfile out.
I tried calling a stored procedure from asp.net that calls the dts, and it works fine, so why does it not work right from asp.net??? I am passing the same information.