Hi I am facing the below error while executing the ssis package in remote server.I am using windows authentication in my local and it's working fine without any issues.I am maintaining package.config file for my variables to be deployed in other environments.
While running the built package in other remote server with connection string of that environment in package.config as per server it's failing..
SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D.An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E4D Description: "Login failed for user 'abc\xyz'
I am unable to find the reason.