Link to home
Start Free TrialLog in
Avatar of paultran00
paultran00Flag for United States of America

asked on

SSIS 2017, Azure Cloud 2016, sharepoint list adapter 2014

Hi,

We are using SQL SERVER 2016 in the Microsoft Azure cloud.  I have an existing ssis package that gets data from a sharepoint 2016 list.

I’m using vs2017.  The package runs fine on my workstation but not in the Microsoft Azure cloud.
Cloud error log says:  version 14 script is not supported.
So I changed the ssis targetServerVersion from 2017 to 2014, and that error went away.

But a new error appeared: odata source could not be upgraded to the newer version of the component.  The performance upgrade failed.

Note: the cloud does not show the OData source driver, the Azure cloud admin said use ‘sharepoint list adapter 2014’ driver.

Question:  should i get odata source working or replace how it gets data from a sharepoint list by using ‘sharepoint list adapter 2014’?
Please provide an example how to deploy ‘sharepoint list adapter 2014’ in SSIS (Visual Studio 2017).

thank you
ASKER CERTIFIED SOLUTION
Avatar of Raja Jegan R
Raja Jegan R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial