October 26, 2009 at 11:29 am
I have a simple CopyFile Task in a SSIS package that is being called by an ASPX page. I can call my other packages just fine from the ASPX page, and I can run the "CopyFile Task" package independently and it runs fine, but when I call my package with the CopyFile Task through my ASPX page it doesn't copy the files.
There are no errors in the app or event log. I was thinking about permissions but I gave the source and destination folders full permissions so I am at a loss. Any ideas?
October 26, 2009 at 12:08 pm
What account did you give the permission to? I'd guess that the package is running under the IIS credentials at this pount.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 27, 2009 at 5:25 am
it probably is but i don't see what difference that would make if I gave the folders full permissions.
October 27, 2009 at 6:10 am
Do you mean you gave the ASP.NET account full permissions on the folder?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply