本文主要是介绍Cognos How to set the default email sender to a specific value,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在IBM Cognos设定不同的发件人。
Problem(Abstract)
Is there a way to have all reports sent by all users to display the same "From" email address?
In other words, how do you set the default sender to a specific value?
Environment
This feature is available in: -IBM Cognos ReportNet post MR3 hotsite 1.1.510.56 or later -Cognos 8.1 post MR2 hotsite 8.1.209.92 or later -Cognos 8.4 GA (*with the application of technote 1380106 - see link below)
Resolving the problem
Set the variable 'alwaysUseDefaultSender' to 'true' under Job and Schedule Monitoring (for ReportNet) or Delivery Service (for Cognos 8). This will use the email address specified in Cognos Configuration - Notification.
Steps:
- ReportNet:
- In Cognos Connection, from the Tools menu, click Server Administration.
- In the Monitor tab, select the Services option.
- For the Job and schedule Monitoring service, click the Set properties icon.
- click Settings.
- Add an advanced setting named alwaysUseDefaultSender and set the value to true.
- Restart the Cognos service.
Cognos 8.3 and lower (for 8.4, see related document below):- In Cognos Connection, from the Tools menu, click Server Administration.
- For the Delivery service or Job service, click the Set properties icon.
- Click the Settings tab.
- Click Edit on the Advanced settings.
- Add an advanced setting named alwaysUseDefaultSender and set the value to true.
- Restart the Cognos service
Cognos 10.x- 1. Within cognos Administration go to the configuration tab.
2. navigate to the Dispatchers and Services tab on the left.
3. click on a dispatcher to open up the services list
4. For the Delivery service or Job service, click the Set properties icon.
5. Click the Settings tab.
6. Click Edit on the Advanced settings.
7. Add an advanced setting named alwaysUseDefaultSender and set the value to true.
8. Restart the Cognos service.
Related information
这篇关于Cognos How to set the default email sender to a specific value的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!