Unable to complete login process due to delay in opening server connection

1

Get this Unable to complete login process due to delay in opening server connection issue while running SQL SSIS package throughout day.Already gone through some of questions posted before as follows:

Unable to complete login process due to delay in opening server connection in azure Db using ssis, SSIS: ole db source [55] error 0xC0202009., and SSIS Acquires connection at design time but fails during debug on same machine.

But not able to zeroed on except change timeout setting in SQL connection.

Is this issue related to sql server memory issue,sometimes we get 100% used CPU usage on machine?

sql-server
ssis
asked on Stack Overflow Sep 9, 2020 by devesh • edited Sep 9, 2020 by Larnu

1 Answer

1

When the server hosting SQL Server is under load, such as 100% CPU, SQL Server may not be very responsive to login requests.

See answer from @mrdenny https://serverfault.com/questions/535960/ssis-etl-jobs-fail-with-network-related-errors-when-network-is-ok

answered on Stack Overflow Sep 9, 2020 by vvvv4d

User contributions licensed under CC BY-SA 3.0