I am trying to connect SurveyMonkey to import data directly in SSIS VisualStudio 2015 x64 bit. I using TF REST OAuth2 connection manager to connect Source but failing.
Error :
Object reference not set to an instance of an object.
Server details:
Microsoft Visual Studio 2015 Shell (Integrated)Version 14.0.23107.0 D14REL
Microsoft .NET Framework
Version 4.7.03190
Installed Version: IDE Standard
Microsoft Visual Studio Tools for Applications 2015
SQL Server Integration Services
Details used for connection :
Connection MAnager : New RestOAuth2 connection
API EndPoint
Endpoint url: Get : https://api.surveymonkey.com/v3/surveys
TimeOut : 0
NumberofRetries:0
ResultRetrmed :JSON
-----------------------------------------------
JSON Properties Page:
Root Json Path: $title
column TokenPath DAtaType Lenght
Title $title 50 0
---------------------------------------------------
HEADERS page:
HeaderName Value/Variable
Authorization bearer <token from SurveyMonkey>
------------------------------------------------
CURSOR SETINGS page: Blank in all fields
-----------------------------------------------
Thanks in advance for any advice