We have a SQL Server 2019 cluster where we have one primary node(n1) and one secondary node(n2).
When I run a SSIS job with a proxy account, it fails on the node(n1) and I get an error:
The remote server returned an error: (407) Proxy Authentication Required.
When I failover and then the primary node(n1) become secondary and the secondary one(n2) become the primary and I run the same job, I no longer have the proxy error and the job runs successfully of the node (n2)!
Do you have an idea why this error happens, and how to fix it? Because it's a strange issue we are facing right now!