Just recently updated a web server that was running on Windows Server 2008R2 to Windows Server 2012R2.
Everything in the IIS/website seems to be still running perfectly fine, apart from the uploading of .ACCDB files to a SQL server via a SSIS package.
the package is throwing up an error with the below;
SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "sampleconnection" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
any ideas ?