Error in Getting SharePoint online data through SSIS

Gangwar, Pradeep Kumar 0 Reputation points
2024-08-21T12:49:12.43+00:00

Hi,

I am using SSDT 2015 and trying to pull SharePoint Online data through oData connection. Providing service account to oData connector in place of personal account due to multifactor authentication. Service account is working as expected. But when going to execute the package locally, getting below error:

[OData Source [25]] Error: Cannot acquire a managed connection from the run-time connection manager.

Please suggest.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,577 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,979 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 36,511 Reputation points
    2024-08-22T01:05:51.86+00:00

    Hi @Gangwar, Pradeep Kumar,

    Please follow below steps to have a try.

    1. Install Microsoft .NET 4.6 and above on your computer (https://technet.microsoft.com/en-us/library/security/2960358.aspx).
    2. Enforce TLS 1.2 on your machine through registry settings. In an elevated command prompt run the following commands:
    reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SchUseStrongCrypto /t REG_DWORD /d 1 /reg:64
    reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SchUseStrongCrypto /t REG_DWORD /d 1 /reg:32
    

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.