IBM COGNOS SOFTWARE

IBM Cognos Disclosure Management (CDM) Cognos Disclosure Management is used for Internal and External Reporting. It connects to multiple datasources and allows to generate reports in MS Word, Excel, PowerPoint, PDF, HTML, Edgarization and XBRL. For example you can get a Word document report which includes different text data with updated numbers, tables, charts etc.Continue reading “IBM COGNOS SOFTWARE”

TM1CAMCLIENT ERROR WITH CAM PASSPORT

http://didenko.ca/blog/wp-content/plugins/syntax-highlighter-compress/scripts/shBrushXml.js If you get this error check the next things: ServerCAMURI and ClientCAMURI are correct: open both URLs in a browser, Cognos Connection or Authentication page should be loaded If you have and redirection configured in your web server for your Cognos BI host, use that destination host For example for IIS rewrite rules (web.config):Continue reading “TM1CAMCLIENT ERROR WITH CAM PASSPORT”

COGNOS BI – SAVE REPORT OUTPUT TO A FILE SYSTEM

Edit Cognos configuration, go to “Actions” menu > Edit Global Configuration and set “Archive Location File System Root” (the root folder for all your output folders) You can click “Test” button to check everything is ok. Click OK to close the “Global Configuration” windows then go to Data Access > Content Manager and set “SaveContinue reading “COGNOS BI – SAVE REPORT OUTPUT TO A FILE SYSTEM”

IBM COGNOS TM1 LOADING DATA FROM SAP BW

In this article I will show you how to load SAP BW data to TM1 using IBM Cognos Package Connector. Installation of the required software So you need to install and configure the next things: Install the SAP libraries that are specific for the platform and operating system on which you are running SAP EnsureContinue reading “IBM COGNOS TM1 LOADING DATA FROM SAP BW”

VBA SEARCH IN STRING INSTR CASE INSENSITIVE

http://didenko.ca/blog/wp-content/plugins/syntax-highlighter-compress/scripts/shBrushVb.js InStr specification: Instr( [start], string, substring, [compare] ) MsgBox InStr(“Hi there”, “THERE”) ‘ will return 0, as “THERE” doesn’t match the case: ‘ use vbTextCompare to make the search case insensitive: MsgBox InStr(1, “Hi there”, “THERE”, vbTextCompare) ‘ will return 4

Design a site like this with WordPress.com
Get started