I have created an SSIS package where it copy excel file from my local drive (eg:c:\new folder\myfile.xlsx) and post it to sharepoint site (\\sharepoint.corp.***.com\sites\sitename....).
PACKAGE works fine in VISUAL STUDIO 2008.no issue here.
But when i try to execute it from SQL SERVER AGENT(i.e scheduling the package) it throws an error-
Package Connection manager "****" Description: The file name "\\sharepoint.corp.********com\DavWWWRoot\sites\engineering\Analytics\**** /WARNASERROR /VALIDATE /REPORTING E " specified in the connection was not valid. End Error Error: 2012-07-17 04:00:20.39 Code: 0xC001401D Source: Package Description: Connection "****" failed validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 4:00:20 AM Finished: 4:00:20 AM Elapsed: 0.219 seconds. The package execution failed. The step failed.
I specified same credential in sql server agent and in SharePoint,no CREDENTIAL ISSUE.
PLEASE HELP ME