Recently we started to experience problems with an SSIS script that evaluates files on an SharePoint Online site and download files Onprem. The Script is run within SSIS on an SQL2016 Server. We are quite certain it is in some way related to TLS1.2. We have with MS support run through SSL and TLS settings on the server and the corresponding .NET frameworks. But we can´t get it to run in the script component. But when testing to execute package in client Visual Studoi develop environment it runs as expected. But not as a deployed package in the SQL Server machine.115060-consoleapponlinedownload.txt
The attached script is a stripdown to bare essentials in the code and when i created a .Net Console App installed it on the Server it works. With the same code.
Any ideas.
Have tried an Odata connection in a SSIS package to download metadata about files present in the sharepoint site doc lib and save it to a CSV file. That works as well on the server.