While trying to promote or change a promotion group on the PVCS VM , I get this error message "could not complete action it was canceled by event trigger". Any advice on how to fix the issue ?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
While trying to promote or change a promotion group on the PVCS VM , I get this error message "could not complete action it was canceled by event trigger". Any advice on how to fix the issue ?
You get this error when a pre (before) event trigger is defined, and that trigger returns a non-zero exit code. That is the mechanism triggers use to signal some customer-defined condition had not met, and Version Manager is expected to cancel the operation.
Based on the error you appear to have a Before Promote Event Trigger. You can use Admin | Configure Project from the Version Manager Desktop Client GUI to identify what that trigger is by going to the Event Triggers tab:
Find out why that trigger is returning a non-zero exit code, and fix the trigger if this is not the value it should have returned.
With kind regards,
- Richard.