The package connects to a remote folder on the LAN and uploads a couple of foxpro tables to SQL Server. The package runs without errors when executed from Enterprise Manager.
I have an inkling the problem is to do with permissions but I'm not sure. Is it true that when run from a web page, the DTS is executed by the webserver? If so, how can I modify the access permissions of the remote folder so as to grant IUSR_WebServerName Read and Write access?
Any help is much appreciated.
Yes it is true that the DTS package will be executed by the Webserver, with whatever permissions that service account has. I am sorry, but I do not know enough about the web server end of the operation to tell you how to give the webserver access to that folder.
Donald Farmer
|||Thanks for the reply. I have solved the problem by using COM objects to wrap the DTS and runing it from a stored procedure.
Thanks. Good to hear you have it working.
No comments:
Post a Comment