cognos

How do I update the password for a Cognos Data Source?

那年仲夏 提交于 2020-01-16 05:24:47
问题 The db password expired and it needs to be updated, how do I update the password for a Cognos Data Source? 回答1: In Cognos Administration, under Configuration tab, the Data Source Connections section (on the left): Clicking on the Data Source name will bring give you the Connection for that Data Source (the Connection might have the same name as the Data Source). Clicking on that will bring you to the Signon (Which may also have the same name, it is an icon of a db with a user icon next to it)

Calculating MAX(DATE) for Value Groups Where Values Go Back and Forth

有些话、适合烂在心里 提交于 2020-01-06 13:54:22
问题 I have another challenge that I am trying to resolve but unable to get the solution yet. Here is the scenario. Pardon the formatting if it messes up at the time of posting. ACCT_NUM CERT_ID Code Date Desired Output A 1 10 1/1/2007 1/1/2008 A 1 10 1/1/2008 1/1/2008 A 1 20 1/1/2009 1/1/2010 A 1 20 1/1/2010 1/1/2010 A 1 10 1/1/2011 1/1/2012 A 1 10 1/1/2012 1/1/2012 A 2 20 1/1/2007 1/1/2008 A 2 20 1/1/2008 1/1/2008 A 2 10 1/1/2009 1/1/2010 A 2 10 1/1/2010 1/1/2010 A 2 30 1/1/2011 1/1/2011 A 2 10

Cannot connect to server configured for CAM (Active directory hook) using the Cognos TM1 API

半城伤御伤魂 提交于 2020-01-04 14:13:32
问题 Is there anyway to connect to a server that uses CAM authentication in VBA using the TM1 API? I've tried the following code based on the answer found here: SystemServerCAMSecurityRequired error when authenticating using Cognos Dim credentials(1 To 3) As Long credentials(1) = TM1ValString(hPool, Trim(CAMNamespace), 0) credentials(2) = TM1ValString(hPool, Trim(ClientName), 0) credentials(3) = TM1ValString(hPool, Trim(ClientPassword), 0) vCredentials = TM1ValArray(hPool, credentials, 3) hServer

SSO between Java EE and Cognos application

半城伤御伤魂 提交于 2019-12-31 02:46:21
问题 Problem description: Theren are two subsystems. One is a web based Java EE application and the other a Cognos reporting tool. Currently, both these applications provide individual login pages that allow the users to perform their activities, as per the roles defined in the system. Java EE users can directly login to the Java EE application using its login page. Similarly, the Cognos users can login to the Portal using its login page by supplying their intranet ID credentials. There is a

IIS7下配置SSAS通过HTTP远程连接

大城市里の小女人 提交于 2019-12-28 07:55:34
http://www.cnblogs.com/zhangzt/p/4046259.html IIS7下配置SSAS通过HTTP远程连接 淘宝 问答 学院 博客 资源下载 高端培训 登录 注册 全部问题 文章 话题 人物 输入关键字进行搜索 搜索: 发起问题 Toggle navigation 首页 商业智能 微软BI Cognos BIEE SAP BO 数据库 ETL 意见反馈 发起问题 IIS7下配置SSAS通过HTTP远程连接 SSAS发布 SSAS远程连接 安装环境 操作系统:Windows7、Windows Server2008 IIS版本:7.5 IIS7下配置SSAS通过HTTP远程连接详细的步骤如下 : 1、首先到分析服务器的SQLServer安装目录中找到如下目录和文件,路径如下:D:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\bin\isapi 2、在D盘新建一个olap文件,把上述的isapi内的所有东西全部copy进去。 3、在IIS中新建一个应用程序池,名称为olap,托管模式选择经典,如下设置 4、在IIS默认网站下新建一虚拟目录,名称为olap,物理路径选择第二步新建的d:\olap的文件夹,具体操作如下图 5、在虚拟目录OLAP上点右键,选择"转换为应用程序"

Getting data from Cognos (scripting)

微笑、不失礼 提交于 2019-12-25 02:25:25
问题 If someone can please tell me how I can get data from cognos automatically. It can be a script in php, or an application that can get a predifined report and save it in an excel file. Cognos can save in an excel file but the adress barr desn`t change (it uses tons of javascript). 回答1: There are a couple of ways you can programmatically orchestrate activities or retrieve data in Cognos Cognos exposes a "URL" interface for some of the most common activities. This includes running a report,

Parsing Highly Nested XML without DOM in Java

吃可爱长大的小学妹 提交于 2019-12-24 21:04:57
问题 I've been tasked with fixing a rather irritating Heap out of memory issue. IBM offers a Cognos SDK that we use with Java, and we query all of the packages stored on a content store, which are returned in an xml format. Then we parse that xml and write it to a sql database. Profiling reveals that the worst memory issues are caused by Char[], which isn't very helpful (and the heaps are so large it's hard to profile), but does point towards the DOM parser. We're talking 500-1500 xml files (well,

Cognos Calculate Variance Crosstab (Relational)

霸气de小男生 提交于 2019-12-24 12:09:36
问题 I have a simple crosstab such as this: Trans | Pants | Shirts | | 2013 | 2014 | 2013 | 2014 | --------------------------------------- Jan | 33 | 37 | 41 | 53 | Feb | 31 | 33 | 38 | 43 | Mar | 26 | 29 | 51 | 56 | Pants and Shirt belong to the data item: Category Years belong to the data item: Years Months belong to the data item: Months Trans (transactions) belongs to the data item: Trans Here is what is looks like in report studio: Trans | <#Category#> | <#Category#> | | <#Years#> | <#Years#>

Converting Cognos reports to SSRS , what does XSUM command does?

北城余情 提交于 2019-12-24 00:42:52
问题 We are in process of converting cognos reports to ssrs reports . i have a query which i got it from the cognos report and it is written in pervasive sql i am not sure about the language. I am able to interpret most of the query but i am stuck with one command XSUM. It has a syntax as XSUM(col21 at col3 col7 col5 col5 for col3 col7) as col22 where col21,col3,col5, and col7 are columns from the table. Can any one help me in understanding what the command XSUM does and what is the equivalent of

Cognos 8 Query to find all Report and Column Names

被刻印的时光 ゝ 提交于 2019-12-22 10:56:46
问题 I want to query the meta data in Cognos 8 to find all report and column names. If possible, I'd like to include the column definitions. Can I do this using a Cognos report or do I need to query some repository? Thanks. 回答1: You can select a list of reports from the content store with the following query: SELECT CMOBJNAMES_BASE.NAME AS ObjName, CMOBJECTS.PCMID, CMCLASSES.NAME AS ClassName, CMOBJPROPS7.spec FROM CMOBJECTS JOIN CMOBJNAMES_BASE ON CMOBJECTS.CMID = CMOBJNAMES_BASE.CMID JOIN