Are there some way to execute a SSIS Package that I have in a document library in Sharepoint?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As a guess, I’ll delete if it’s inaccurate, since SharePoint exposes the “Open with Explorer” option, it seems that one can operate on SP libraries like they’re normal file system objects. Given that assumption, you should be able to run a package via the command line like
I don’t have any packages in our Site or I’d test that. dtexec threw a package not found exception instead of flinching at the
httpportion so that’s seems promising.