Monitoring ATO Status

Is there way that we can set notifications/alerts if ATO is stuck in “Release” status for more than 30 minutes. ?

Add Comment
3 Answer(s)

You can set notification users on the destination to receive notification of a failed transfer to that destination.  You need to make sure the users receiving the notification have discover and read privilege for ATO otherwise the notification is not sent

Agile Angel Answered on May 21, 2015.
Add Comment

That we have already in place. In JavaClient we have added user in “Notification User”, but the notification will come only when ATO is getting failed. However i want to check if any ATOs getting stuck in release status for more than 30 minutes, in such ca

Agile Angel Answered on May 21, 2015.
Add Comment

You can not send a notification when ATO is stuck for more than <period> of time. but you can get it achieve the similar in other way

1.You can create a custom report for ATO  and  schedule it and send it to the admin periodically. Admin can send notification to the users.
2. Can create Event to check the stuck ATO and send a notification.
      You can create a change status event and you should create a thread where it checks for the status of the ATO .
       Thread will go sleep for some time and checks again periodically. After 30 min if the status of the ATO is  still in release ,it should send notification to users.

Agile User Answered on May 22, 2015.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.