This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

email_addr_chg_alertDefinitions.zip

These SQL scripts will search and replace ALERT DEFINITION email addresses.

Example:  original orion admin leaves and you take position.  you need to change all alerts from their email to yours.

read comments...ensure you update email addresses prior to executing AND BACKUP YOUR DATABASE FIRST!!!

test-update_actionDefinitions email addresses.sql   and

update_actionDefinitions email addresses

test.... allows you to see results of query

update... actually makes the changes

I'd recommend (per comments) you select a row to test from first script and grab the ActionDefID and replace in the where clause.

email_addr_chg_alertDefinitions.zip
Parents
  • Oddly it came back on a couple of actions that weren't email or SMS.  Not sure why.  Found though, if you just need email, then adding the Where to both the test and update will ensure that's the only thing that gets changed.  Also found this works just as good to replace the SMTP server without affecting the other fields.

Reply
  • Oddly it came back on a couple of actions that weren't email or SMS.  Not sure why.  Found though, if you just need email, then adding the Where to both the test and update will ensure that's the only thing that gets changed.  Also found this works just as good to replace the SMTP server without affecting the other fields.

Children
No Data