I have created a job that runs a dts which imports a table to an Excel Sheet.
But the job fails with the error code : 80040E09; it also mentions that the Excel sheet can only be read.
I would check a couple of things.
1) Can you run the run by itself(not the scheduler) without any errors?.
2)If the job runs, then try to execute the same job using the scheduler at a time when you can watch the results. Does it error out?
3)If it runs by itself but not from the scheduler you need to make sure that the owner of the DTS job is the same as the owner of the schedule tht is set up to run the package.
You need to make sure the object owner on the DTS package is the same as the owner of the job. Once those are the same you shoudn't have any more problems.
Log onto the physical SQL Server box using the domain account the server is running under. I'm assuming here that your server is not running under the Local system account.
Try editing your excel spreadsheet from here and see if the server has the correct permissions to do so. If not this is where the problem lies. If this is okay run your DTS package from here and see if you still get any error messages.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.