Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Advance notification on Connection failures

IAM_99
Regular Contributor II
Regular Contributor II

Hi Team,

What are the OOTB option to send advance notification on connection failures ?

4 REPLIES 4

rushikeshvartak
All-Star
All-Star
  • You also have OOTB Report under control center, Service Health
    • Connection Failures
    • Dormant Connections
    • Failed Connections for the last 7 days
  • Attach connection failure email template to connection\
  • rushikeshvartak_0-1704217015747.png

    Configuring Import Job Failure Notification Email

    You configure this template to trigger an email when an import job fails.

    Sample template:

    Subject: ${importjob.jobStartDate} Job Failure Notification for connection: ${connection?.connectionname}

    Body:

    The ${importjob.jobname} has failed.

    ${importlogs}

    Binding Variables:

    The following table provides a description of the binding variables used for creating this email template:

    Binding Variable Description

    ${importlogs}

    Obtains the notification details of a failed import job.

    ${importjob.jobname}

    Obtains the name of an import job. For example, Application Data Import.

    ${importjob.response}

    Obtains the reason of failure of an import job.

    ${importjob.jobStartDate}

    Obtains the start date and time of an import job.

    ${importjob.jobEndDate}

    Obtains the end date and time of an import job.

    ${connection?.connectionname}

    Obtains the name of the connection used for an import job.

    ${importjob?.systemName}

    Obtains the name of the security system associated with an import job.

    ${timezone}

    Obtains the time zone defined for executing an import job.

    ${allRejectors.collect{it.username}}

    Obtains the name of the user who rejected the request.

     

     

    https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter06-EIC-Configurations/Creati...

     


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

IAM_99
Regular Contributor II
Regular Contributor II

Thanks @rushikeshvartak  for the response, Analytics report will show the Connection status static way .

Is there way - (OOTB) Saviynt can call Test Connection ( real time) and send notification if its failed ?

thanks,

@IAM_99 : You can trigger a TestConnectionsJob job along with analytics where you are looking for failed connection in one trigger chain to get the failed connection report.


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

use TestConnectionJob

https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter10-Job-Control-Panel/Job-Cat...

Test Connections Job (TestConnectionsJob)

To test specific connections, run the job by specifying one of the following criteria:

  • External Connection Type - Select a connection type configured in EIC.

  • Connection Name - Select one or more connection names that are saved in EIC.

  • SQL Query - Specify the criteria using an SQL statement to fetch connection details from the database.

To test all connections, run the job without specifying any filter criteria.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.