I have a page that I've built that does a bulk insert from a file that is stored on a web server. When the user clicks on the submit button, they receive the following error:
Operating system error code 3(The system cannot find the path specified.).
I have made sure that the SQL server has admin rights to the path of the folder that has the file uploaded to it (I even added the specific SQL server user to the admin rights) and it still won't work. The SQL server is 2000 and the web server is Windows Server 2003. Any ideas as to what may be causing this? I've read several different posts on several different forums and it seems that the consensus has been that it's a permissions issue. I think that with all that I've done, that the permissions are set up correctly but I may be wrong.
Thank you
Doug
Operating system error code 3(The system cannot find the path specified.).
I have made sure that the SQL server has admin rights to the path of the folder that has the file uploaded to it (I even added the specific SQL server user to the admin rights) and it still won't work. The SQL server is 2000 and the web server is Windows Server 2003. Any ideas as to what may be causing this? I've read several different posts on several different forums and it seems that the consensus has been that it's a permissions issue. I think that with all that I've done, that the permissions are set up correctly but I may be wrong.
Thank you
Doug