cancel
Showing results for 
Search instead for 
Did you mean: 

Mail when syndicationbatch fails

Former Member
0 Kudos

Hi,

Is there a way we can configure MDM to send a mail notification if the syndicationbatch fails.

Thank you in advance.

Bala Pochareddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

SyndicatorBatch is a standalone application that runs outside MDM Fat Clients (Console/DataManater/Synidcator).

The only way to know syndicatorbatch is successful or not is its return value. If syndicator batch returns any value other than '0' (zero), it did not execute successfully and can call another application to trigger email.

It's a programming effort and I don't think any configuration will be able to do that..

HTH

--

Venkat

Former Member
0 Kudos

If you use the port concept, maybe you can schedule a batch job using the JAVA API that checks the port status and if that's in error - send notification out

Dirk

Answers (1)

Answers (1)

Former Member
0 Kudos

We wrote a java script file to accept the .bat file error code and send message to syndication job owner.