Hello
I have downloaded and installed the SharePointListAdaptersSetup.msi, loaded the components into BIDS (2008), pulling data from a sharepoint list into SQL, all runs fine in BIDS. Load the package onto SQL Server 2008R2 into MSDB. I then set up a Job under SQL server agent and get the following (note I have also installed the msi above ont he server and restarted the services) Can anyone help?
Executed as user: PALTD\SQLSERVER. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 11:30:00 Error: 2011-07-28 11:30:00.53 Code: 0xC00490F7 Source: Export Data Export Data (Timesheet SharePoint List [235]) Description: The managed pipeline component "Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource, SharePointListAdapters, Version=1.0.0.0, Culture=neutral, PublicKeyToken=933a2c7edf82ac1f" could not be loaded. The exception was: Could not load file or assembly 'SharePointListAdapters, Version=1.0.0.0, Culture=neutral, PublicKeyToken=933a2c7edf82ac1f' or one of its dependencies. The system cannot find the file specified.. End Error Error: 2011-07-28 11:30:00.53 Code: 0xC0047067 Source: Export Data Export Data (SSIS.Pipeline) Description: The "component "Timesheet SharePoint List" (235)" failed to cache the component metadata object and returned error code 0x80131600. End Error Error: 2011-07-28 11:30:00.53 Code: 0xC004706C Source: Export Data Export Data (SSIS.Pipeline) Description: Component "component "Timesheet SharePoint List" (235)" could not be created and returned error code 0xC0047067. Make sure that the component is registered correctly. End Error Error: 2011-07-28 11:30:00.53 Code: 0xC0048021 Source: Export Data Export Data (Timesheet SharePoint List [235]) Description: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "". End Error Error: 2011-07-28 11:30:00.53 Code: 0xC004801F Source: Export Data Export Data (SSIS.Pipeline) Description: The component metadata for "component "Timesheet SharePoint List" (235)" could not be upgraded to the newer version of the component. The PerformUpgrade method failed. End Error Error: 2011-07-28 11:30:00.70 Code: 0xC004801F Source: Export Data SSIS.Pipeline Description: The component metadata for "component"Timesheet SharePoint List" (235)" could not be upgraded to the newer version of the component. The PerformUpgrade method failed. End Error Error: 2011-07-28 11:30:00.78 Code: 0xC0048021 Source: Export Data Timesheet SharePoint List [235] Description: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "". End Error Error: 2011-07-28 11:30:00.78 Code: 0xC0047017 Source: Export Data SSIS.Pipeline Description: component "Timesheet SharePoint List" (235) failed validation and returned error code 0xC0048021. End Error Error: 2011-07-28 11:30:00.78 Code: 0xC004700C Source: Export Data SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2011-07-28 11:30:00.78 Code: 0xC0024107 Source: Export Data Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 11:30:00 Finished: 11:30:00 Elapsed: 0.593 seconds. The package execution failed. The step failed.