We just installed SQL Server 2016 and a new server. I created a very simple package (nothing in it) and was able to deploy from my VS 2017 to the new server. It ran.
I then created a simple dataflow and deployed it, but it failed. I got this error message. I created simple dataflow from old 2008 SQL Server to the new 2016 SQL Server.
Package:Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Client unable to establish connection". An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "SSL Provider: The client and server cannot communicate, because they do not possess a common algorithm. ".
I found one article regarding TLS 1.2, but it was hard for me to understand and I wasn't sure if I needed to update the old 2008 server or the new 2016 Server.
Any help, links or comments appreciated.
Thanks,
Mike