Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Good Afternoon,
I would like to set up Alerts on my Windchill server so that when there is a failed Publish job it will send and email to the administrators account.
Failed Jobs that you see in Site > WVS Job Monitor)
I have never set up alerts before however any advice tips in the right direction would be much appreciated!
Thanks,
Mike
Solved! Go to Solution.
Take a look at article CS146690, which gives instructions on how to set up notifications for publishing failures.
in subscriptionConfig.xml there are the below lines, I'm guessing I need to do something here?
<category name="PUBLISH_UNSUCCESSFUL">
<event name="*/com.ptc.wvs.server.publish.PublishServiceEvent/PUBLISH_NOT_SUCCESSFUL"/>
Take a look at article CS146690, which gives instructions on how to set up notifications for publishing failures.
Many thanks Chris this is exactly what I was looking for, nice and simple when you know what your doing!