I need to setup Alarm condition & Alarm reaction, if Ixn server lost the connectivity from database.
Last Month, Customer patched the MSSQL and then we experienced the issue twice times in 15 days that IXN Server lost connectivity with MSSQL and we were not aware of this for many hours until the issue report.
For this I need to create alarm condition & reaction by which IXN Server application will restart automatically.
When I see in logs, I found 2 events related to database and both events have alarm detect code in “interaction_server.lms”.
23013|TRACE|msg_submit_failed_db|Database failure while processing request ‘%s’ from client %d:%d, reference id: %d
23052|TRACE|msg_no_database_connection_available|No database connections available while processing request ‘%s’ from client %d:%d, reference id: %d
So, I create an alarm condition in CME with on IXN Server application with detect code “23013” and “23052”, and create alam reaction where I select “Restart an application who is generating the alarm”.
So, Guys this solution will work ? I do not have testing environment and I test it in production environment that is the reason I am confirming you before present to the customer.