Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Real Time Alert when the target connection fails

IDAM09
Regular Contributor
Regular Contributor

Hi,

We noticed that due to network fluctuation, all the connectivity to target system failed in Saviynt. 

Is there any way to configure alerts/notification when the connection fails?

If we schedule the report, what is the best frequency we could set up to get the alerts on target connection failure.

Thanks.

6 REPLIES 6

rushikeshvartak
All-Star
All-Star
  • Schedule Test Connection Job.
  • On results of Test Connection Job you can schedule report every 30 minutes

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak Thanks for the response.

Would you be able to share the steps on how to configure the below?

  • On results of Test Connection Job you can schedule report every 30 minutes   

select Triggername as 'Job Name',savresponse as 'Job Status',jobenddate,jobname,i.LOGDATAASXML as job_details from ecmimportjob e,importlog i where jobname ='TestConnectionsJob' and e.jobid=i.jobid 

rushikeshvartak_0-1718948808056.png

 

Create Report and schedule it every 30 minutes


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak We did schedule the TestConnection job to run every 15 mins. Noticed that Saviynt is creating a session to connect to database target. However, the session is not getting terminating and a new session is created every 15 mins. Is there any way we could terminate the active session once the TestConnection job is completed?

Thanks in advance.

This seems product defect raise support ticket


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

PremMahadikar
All-Star
All-Star

Hi @IDAM09 ,

You can also attach email template in respective connection > email template 

  • when ever the scheduled import runs, if there is failure in connection. Email is triggered.

Sample template format: Configuring Import Job Failure Notification Email(You configure this template to trigger an email when an import job fails)

 

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...

 



If this helps, please consider selecting Accept As Solution and hit Kudos