Sei sulla pagina 1di 2

Existing reports are upgraded in non-interactive mode by default

Switching to interactive mode will remove all JavaScripts and prompt APIs
Limited and Fully Interactive Reports
Reports can run in limited interactivity or full interactivity mode. Any report can
be set to either mode by the author using the Run with full interactivity Report
Property:

IBM Cognos Analytics 11.0 version have reported issue for setting up
distributed environment.
To activate the legacy studio (Query Studio & Analysis Studio) need to do a
custom install.

In case Legacy tools do not appear if data and app tier are on different servers
Local fix
Change 0 to 1 in metadata_config.xml file
(Configuration>metadata)
<parameter name="LegacyLaunchable" type="int" label="Define what
Cognos legacy UI can be launch" default="0"/>

DQM cannot handle spaces in the path to the JDBC drivers, in case you want to
choose new installation path other than the default use non spaced paths such as
C:IBMCongos/ instead.
Cognos Configuration tool auto identifies and assigns server name, open ports and
default JVM memory to 4096 mb
For my project developers had created some reports in 10.2.2 ver on top of old
report (existing report template) and did not remove some unwanted query items,
conditional formatting and variables and there was no validation error and report was
running fine.
But after upgrading the reports in C11 version the report was giving validation error as
below

RSV-VAL-0010 Failed to load the report specification. XQE-PLN-0001 Internal


error. The query could not be planned by the Query Service:
java.lang.NullPointerException

One more scenario in C10.2.2 lot of javascript was being used to handle
prompt selections and the auto submit along with cascade prompt was also
being handled by the javascript itself but after upgrade to C11 this functionality
did not worked and was corrected by using normal setting of property for the
used prompts.

As of now IBM has not provided any procedure for changing


Skins/Themes/Branding Customizations for Cognos Analytics

Related PMRs

https://www.ibm.com/developerworks/rfe/execute?
use_case=viewRfe&CR_ID=87038
https://www.ibm.com/developerworks/rfe/execute?
use_case=viewRfe&CR_ID=84915
However the Cognos Administration page can be modified using the previous
methods.

New location for storing images <install_path>bi/samples/images/

One minor issue there is a value prompt used in the prompt page and to
make it hidden the size was set to 0.00001 px which made it invisible in report
viewer in 10.2.2 but after upgrade to C11 it appeared as small dot as below this
was corrected by setting the Visible property to No for the prompt.

Potrebbero piacerti anche