Tuesday, April 17, 2012

How to change notification e-mail sender address - IBM Connections

How to change notification e-mail sender address - IBM Connections

You must export notification-config.xml file and edit email information in it and import file in to configuration again.
  • [root@ic bin]# cd ../profiles/Dmgr01/bin/
  • [root@ic bin]# ./wsadmin.sh -lang jython
  • wsadmin>execfile("connectionsConfig.py")
    • wsadmin>LCConfigService.checkOutNotificationConfig("/root/","icCell01")
    • change email in exported xml file ans import it again
    • wsadmin>LCConfigService.checkInNotificationConfig("/root/","icCell01")
    • wsadmin>synchAllNodes()
    • wsadmin>quit

No comments:

Post a Comment