I'm using SSDT 2017 and trying to retrieve data from a SharePoint 2013 List and loading to a SQL Server 2017.
I'm using the built-in ODATA Source Connector on SSDT 2017.
It works perfectly from the desktop.
When I deploy and run it from SQL Server (SSIS) 2017, I get the error "Cannot acquire a managed connection from the run-time connection manager" "ODATA source failed validation and returned error code".
My understanding is that all the connectors are built-in with SQL Server 2017 (SSIS) and SSDT 2017.
Do I need to install something else on the server? What could be causing this error?