Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Has anyone successfully imported an Excel file located in Sharepoint using SSIS?

$
0
0

I have an SSIS package that imports data from an Excel spreadsheet that's stored in Sharepoint.  When I run the package manually through Visual Studio (pointing to the Excel file in Sharepoint using it's UNC path), it runs successfully.

I created a job that kicks off the SSIS package using a Proxy account to "Run as" my windows account.  When I run that job, it fails (pointing to the Excel file in Sharepoint using it's UNC path) with the error message listed below.  When I run that job (pointing to a copy of the Excel file on my local computer) it succeeds.

My windows account has full permissions on the Sharepoint site as does the SQL Service account.

Any ideas?

Thanks!

Matt

 

Message
Executed as user: DEV\EPUASMMW. Microsoft (R) SQL Server Execute Package Utility  Version 10.0.2531.0 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  4:51:09 PM  Error: 2011-02-11 16:51:10.32     Code: 0xC0202009     Source: ImportAugmentationTemplate Connection manager "ExcelImportFile"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.  An OLE DB record is available.  Source: "Microsoft JET Database Engine"  Hresult: 0x80004005  Description: "Failure creating file.".  End Error  Error: 2011-02-11 16:51:10.32     Code: 0xC020801C     Source: Import AugmentationTemplate spreadsheet into DB Excel Source [143]     Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "ExcelImportFile" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.  End Error  Error: 2011-02-11 16:51:10.32     Code: 0xC0047017     Source: Import AugmentationTemplate spreadsheet into DB SSIS.Pipeline     Description: component "Excel Source" (143) failed validation and returned error code 0xC020801C.  End Error  Error: 2011-02-11 16:51:10.32     Code: 0xC004700C     Source: Import AugmentationTemplate spreadsheet into DB SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2011-02-11 16:51:10.32     Code: 0xC0024107     Source: Import AugmentationTemplate spreadsheet into DB      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  4:51:09 PM  Finished: 4:51:10 PM  Elapsed:  0.969 seconds.  The package execution failed.  The step failed.


Viewing all articles
Browse latest Browse all 24688

Trending Articles