HI All,
I am encountering an issue where a scheduled restapi call is continue to fail and the same rest call is working on prod and test but failing on my dev envirnoment, i saw the below mentioned DB related logs on relay log and tested the ODBC connection which is working fine, not sure what i missing to remediate:-1:
Wed, 03 Mar 2021 00:55:39 -0600 - DatabasePropagator (14552) - Disconnecting from database; will reconnect in 10 seconds.
Thu, 04 Mar 2021 00:44:22 -0600 - DatabasePropagator (14552) - Database Error: [Microsoft][SQL Server Native Client 11.0]Named Pipes Provider: Could not open a connection to SQL Server [5]. (08001: 5)
[Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. (08001: 5)
[Microsoft][SQL Server Native Client 11.0]Login timeout expired (S1T00: 0)
Thu, 04 Mar 2021 00:44:22 -0600 - DatabasePropagator (14552) - Disconnecting from database; will reconnect in 10 seconds.
Thu, 04 Mar 2021 00:50:33 -0600 - PeriodicTasks (17420) - Error running task ClientNotificationHistoryCleaner: Database Error: [Microsoft][SQL Server Native Client 11.0]TCP Provider: An existing connection was forcibly closed by the remote host.
(08S01: 10,054)
[Microsoft][SQL Server Native Client 11.0]Communication link failure (08S01: 10,054)
Thu, 04 Mar 2021 06:09:48 -0600 - /data/comments/fixlet (22940) - Socket Error: Windows Error 0x2746%: An existing connection was forcibly closed by the remote host.
Please suggest on this. Ty