DDCs lose Site DB connection intermittently

DDCs lose Site DB connection intermittently

book

Article ID: CTX231098

calendar_today

Updated On:

Description

The Connection to the database has been lost. Error Details: Exception " cannot to to database Server " of type "citix.fma.sdk.dal.dl connectionfailedexception". 

Resolution

1.To fix this issue can simply add the parameter TransparentNetworkIPResolution in the connection string and set it to false: 
Server=myServerName;Database=myDataBase;Trusted_Connection=True;TransparentNetworkIPResolution=False 
• We can check that by increasing the pool size through the connection string: 
Integrated Security=SSPI;Initial Catalog=northwind;Max Pool Size=**;// set pool size to 200 
2.Go through https://support.citrix.com/article/CTX226658