Cognos How to set the default email sender to a specific value

2024-01-13 15:32

本文主要是介绍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:
      1. In Cognos Connection, from the Tools menu, click Server Administration.
      2. In the Monitor tab, select the Services option.
      3. For the Job and schedule Monitoring service, click the Set properties icon.
      4. click Settings.
      5. Add an advanced setting named alwaysUseDefaultSender and set the value to true.
      6. Restart the Cognos service.

    Cognos 8.3 and lower (for 8.4, see related document below):
      1. In Cognos Connection, from the Tools menu, click Server Administration.
      2. For the Delivery service or Job service, click the Set properties icon.
      3. Click the Settings tab.
      4. Click Edit on the Advanced settings.
      5. Add an advanced setting named alwaysUseDefaultSender and set the value to true.
      6. 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的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/601939

相关文章

poj 3050 dfs + set的妙用

题意: 给一个5x5的矩阵,求由多少个由连续6个元素组成的不一样的字符的个数。 解析: dfs + set去重搞定。 代码: #include <iostream>#include <cstdio>#include <set>#include <cstdlib>#include <algorithm>#include <cstring>#include <cm

Collection List Set Map的区别和联系

Collection List Set Map的区别和联系 这些都代表了Java中的集合,这里主要从其元素是否有序,是否可重复来进行区别记忆,以便恰当地使用,当然还存在同步方面的差异,见上一篇相关文章。 有序否 允许元素重复否 Collection 否 是 List 是 是 Set AbstractSet 否

论文翻译:ICLR-2024 PROVING TEST SET CONTAMINATION IN BLACK BOX LANGUAGE MODELS

PROVING TEST SET CONTAMINATION IN BLACK BOX LANGUAGE MODELS https://openreview.net/forum?id=KS8mIvetg2 验证测试集污染在黑盒语言模型中 文章目录 验证测试集污染在黑盒语言模型中摘要1 引言 摘要 大型语言模型是在大量互联网数据上训练的,这引发了人们的担忧和猜测,即它们可能已

多路转接之select(fd_set介绍,参数详细介绍),实现非阻塞式网络通信

目录 多路转接之select 引入 介绍 fd_set 函数原型 nfds readfds / writefds / exceptfds readfds  总结  fd_set操作接口  timeout timevalue 结构体 传入值 返回值 代码 注意点 -- 调用函数 select的参数填充  获取新连接 注意点 -- 通信时的调用函数 添加新fd到

Android set Tag, findViewWithTag使用

设置了tag为“principal”的view ImageView principal = (ImageView) findViewById(R.id.imagen_home_0);principal.setTag("principal"); 在其它地方获取,获取已经设置了tag为“principal”的view LayoutInflater inflater = LayoutInflate

C++ STL关联容器Set与集合论入门

1. 简介 Set(集合)属于关联式容器,也是STL中最实用的容器,关联式容器依据特定的排序准则,自动为其元素排序。Set集合的底层使用一颗红黑树,其属于一种非线性的数据结构,每一次插入数据都会自动进行排序,注意,不是需要排序时再排序,而是每一次插入数据的时候其都会自动进行排序。因此,Set中的元素总是顺序的。 Set的性质有:数据自动进行排序且数据唯一,是一种集合元素,允许进行数学上的集合相

MongoDB学习—(1)安装时出现The default storage engine 'wiredTiger' is not available问题解决

MongoDB是NoSql类型的一种基于分布式文件存储的数据库,其存储方式与关系型数据库不同。其详细解释可见于[百科]。安装文件可从官网下载,官网:http://mongodb.org 我将下载的解压文件放到D盘的mongodb文件夹下,

Eclipse或MyEclipse中Java Working Set管理项目

随着学习JAVA的时间的越来越久,项目也越来越多,Eclipse或MyEclipse界面中显示一堆! 每次工作使用到的项目肯定不会太多...... 每次从这么大数量的工程当中找到自己要使用的, 必须大规模的滚动滚动条...... 图片一   Project Explorer中:    图片二:Package Explorer中: 这样就好找很多了,分类放!

STL set整理

#include<set>#include<cstdio>#include<iterator>#include<iostream>#include<algorithm>using namespace std;//set 集合的操作//multisetset<int>Set1;set<int>Set2;set<int>Set3;/*begin() 返回指向第一个元素的迭代器

解决PHP Warning: strftime(): It is not safe to rely on the system's timezone set

当运行一些程序时,在httpd日志中会有如下警告日志: PHP Warning:  strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set(