Problem:
all messages for notification come from - default@noticecast.com
Workaround:
Go to your Cognos-Folder cognos\c8\configuration and open the cogstartup.xml
Locate section
<!-- DefaultSender: Specifies the email address of the sender. -->
<!-- This setting specifies the email address of the āsenderā of outgoing messages. Use
a valid email address. -->
<crn:parameter name=āDefaultSenderā>
<crn:value xsi:type=āxsd:stringā>notifications@cognos.com</crn:value>
</crn:parameter>
Change
<crn:parameter name=āDefaultSenderā>
to
<crn:parameter name=ādefaultSenderā>
and enter your choice of Sender in
<crn:value xsi:type=āxsd:stringā>yoursender@yourcompany.com</crn:value>
Now your emails are sent from this adress.
NOTE:
Every time you press the SAVE button in your Cognos Configuration, This parameter is automatically changed back to the original oneā¦
There is a hot fix for this now, defect 613813