Product:
Cognos Controller 10.1
Adobe Reader 10

Symptom:
When Cognos Controller user run a standard report, and it show fine in HTML.
Then user change to view it in Adobe Reader PDF format, then they only get a progress bar and the PDF does not show.

Problem:
PDF report does not show – user see a progress bar instead.

Cause:
Adobe Reader 10 is not supported by Cognos Controller 10.1
More information here
http://www-01.ibm.com/support/docview.wss?uid=swg27020782#eft

Solution:
Start Adobe Reader X on the client computer and under menu
edit – preferences
select general dialog
uncheck “Enable Protected Mode at startup”
click OK
Then start Cognos Controller Client, and test a standard report again.

This change is saved per user on the client, so the best is if the IT department can roll out this change of Adobe Reader with a GPO.

Product:
Cognos Controller 10.1

Symptom:
All users have access to all in Cognos Controller even due they should not because the users are entered and the security groups are created and applied inside Cognos Controller.

Problem:
Only the ADM user can inside Cognos Controller active or deactivate the Security System, from inside the dialog Maintain -Rights -users.

Cause:
When Cognos Controller is using Cognos BI authentication, the CAM users, then the first person to login to Cognos Controller at a new installation become the internal ADM user in Cognos Controller.
Other persons you add to Cognos Controller as Group Administrators can change users rights in the system, but not active Cognos Controller to use the Security settings.

Solution:
Log in to Cognos Controller as the ADM user.
This is the person that is shown as ADM user in MAINTAIN – RIGHTS -USERS dialog.
Go to MAINTAIN – RIGHTS -USERS dialog
In the lower left corner mark “Security Systems Enabled”
Click on SAVE icon
Exit Cognos Controller Client.

Recommended to do this the first time you login to Cognos Controller as ADM.

A person in Cognos Controller that is Group Administrator ( and part of the Cognos connection group controller administrators) can do all changes and security changes in the Cognos Controller application except only this on ( mark the “Security Systems Enabled”).

Product:
Cognos Controller 10.1
Windows 2008 server

Symptom:
After change of the database in Cognos Controller solution, the users are not able to run standard reports. They get a error message when the HTML page should show.

Error message:
AAA-AUT-0011
Invalid namespace was selected
(ogiltigt namnutrymme har valts)

Possible Solution:

Restart the Cognos Controller server including the Cognos BI services.

Note: that if you change the name of the database you need to update the Controller Configuration database connections of that change.
Also you must press the REPAIR button in controller configuration at the Report Server tab.

Product:

Cognos Controller 10.1.4801.127

Windows 2008 R2 Server

Symptom:

Error when you surf to cognos controller (cognos connection) website after you have applied Cognos Controller fix pack.

 

Error message:

HTTP Error 404.0 – Not Found

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error InformationModule IIS Web Core

Notification MapRequestHandler

Handler StaticFile

Error Code 0x80070002

Requested URL http://servername:80/cgi-bin/cognosisapi.dll?b_action=xts.run&m=portal/main.xts&startwel=yes

Physical Path C:\inetpub\wwwroot\cgi-bin\cognosisapi.dll

Logon Method Anonymous

Logon User Anonymous

 

Cause:

The content of the file default.htm and index.html in folder D:\Program Files (x86)\ibm\cognos\c10\webcontent are wrong.

Solution:

Open file default.html in notepad

Find section that contains:

 

function genMainContent()

{

document.body.innerHTML = ‘<div align=”center”><img src=”‘ + splashImg.src + ‘” style=”position:relative; top:80px”></div>’;

window.setTimeout(“window.location.replace(‘../cgi-bin/cognosisapi.dll?b_action=xts.run&m=portal/main.xts&startwel=yes’)”,5);

}

</script>

 

Remove the ../ part in front of cgi-bin so the section looks like this:

 

function genMainContent()

{

document.body.innerHTML = ‘<div align=”center”><img src=”‘ + splashImg.src + ‘” style=”position:relative; top:80px”></div>’;

window.setTimeout(“window.location.replace(‘cgi-bin/cognosisapi.dll?b_action=xts.run&m=portal/main.xts&startwel=yes’)”,5);

}

</script>

 

Save the file and exit notepad.

Do the same change in file index.html

Restart iis with the dos command iisreset.

 

Try to surf to the page again.

Product:
Cognos TM1 9.5.2
Windows 2008 R2 Server

Symptom:
User can not access the TM1 Contributor web site and user can not run Cognos BI reports against TM1 data. But Architect can access the TM1 applications. The Apache TOMCAT service have stopped working.

IT department can not access the Windows 2008, server that run TM1, with Remote Desktop tools, they believe only solution is to reboot physical server.

Task Manager report that the Windows server have free memory and free cpu power.

Error message on TM1 server when you try to start notepad:
There is not enough free memory to run this program. Exit one or more programs, and then try again.

Possible Solution:
If you have tuned your TM1 application, it may be using features that is using windows system resources more during heavy use than needed.

Remove the following parameter in your tm1s.cfg file:
LockPagesInMemory=T
or set it to
LockPagesInMemory=F
Then save the tm1s.cfg file
Update all tm1s.cfg file you have on your TM1 server.

Execute SaveAllData from inside TM1 Architect (to ensure no data is lost).
Restart the TM1 services from Windows services (to pickup the change in the tm1s.cfg file).

Monitor the TM1 server during heavy load to see if issue is solved.

More Information:
LockPagesInMemory=T locks the TM1 data in memory and take away system resources from the windows system to increase performance of TM1. But the Windows system will get lack of resources on a heavy used TM1 server, and therefore gradual stop the system from working.

Product:
Cognos TM1 9.5.2
Windows 2008 R2 server

Symptom:
TM1 application does not start.
In task manager the CPU usage is at 6% and the tm1sd application have a memory working set of 4840 Kb.
There are no error messages, or any new log files in the log folder for tm1.

Background:
You have moved a TM1 application from ONE server to a NEW server.
(this by coping the DATA folder from the old TM1 server)
You have updated the tm1s.cfg file with admin host and port number and log files paths.
You have register the TM1 application as a service with commando:

d:\program files\cognos\tm1\bin\tm1sd.exe -install -n TM1applicationname -z “d:\tm1data\TM1applicationfoldername”

(above path need to be modified to conform with your environment)

You have set the TM1 service to use a windows service account to start the service.

Cause:
The windows service account is not local admin on the new TM1 server.

Solution:
Add the windows service account to local administrator group and restart the service.

Start server manager
Go to Configuration
Go to Local Users and Groups
Go to Groups
Open Administrators
Click Add
Enter name of service account
Click Check Names
Click OK
Click OK

Product:
Cognos Planning 10.1.1
Microsoft Windows 2008 R2 server
SQL 2008 server

Symptom:
When user try to open Cognos Planning Contributor node they get error message:

The application is now unavailable

Cause:
You must make the Cognos Planning application online inside Cognos Administration console after a GTP or a upgrade. This is different behavior than in previous versions of Cognos Planning.

Solution:
Log in to Cognos Planning Administration Console (CAC)
Mark you application in the left side.
Click on SET ON-LINE icon on the top left side.

Now you can ask the users to test to access the application again.

Product:
Cognos Planning 10.1.1
Windows 2008 R2 Server

Symptom:
When you start Cognos Planning Administrator you get a error message.
This is a new installation of Cognos Planning.

Error Messages:
An error has occurred while starting IBM Cognos Planning – Administrator
Main Form failed to initialize
Error Details:
ActiveX component can’t create object.

Unable to execute EAdminIU_10.frmMain.mnuLogonAs_Click
At line 0

There was a problem logging on. Please ensure you can access IBM Cognos Connection using the Gateway URI specified in IBM Cognos Configuration.

Possible Solutions:

Ensure that the URL to cognos connection are part of local intranet zone in Internet Explorer for the user that start cognos planning.

Change to use cognosisapi.dll instead of cognos.cgi in cognos configuration. IIS on the Windows 2008 R2 server is maybe setup to only allow ISAPI instead of CGI.

Ensure that the IBM Cognos Planning service is run by a windows domain account and not local system.

Apply the latest Cognos FixPack for Cognos Planning 10.1.1

Product:

Cognos Planning 10.1.1

Windows 2008 R2 server

Microsoft SQL 2008 R2

Symptom:

Can not load data into cognos planning application, where you use SQL alias to the datastore.

Error in PlanningErrorLog.csv file:

{DD2EF639-179C-4470-9F75-BF59A01CD86A}    6          2012-06-05 14:35:18.688 UTC +180       EAdminUI_10 10.1.3008.0     pgImportData             cmdLoad_Click            130      EAdminSQL7_10.SQL7.CheckOutputForErrors      -2147220469            Unable to Bulk Load the data.~~~~Error found in output.~~~~SQLState = 08001, NativeError = 53~~Error = [Microsoft][SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [53]. ~~SQLState = 08001, NativeError = 53~~Error = [Microsoft][SQL Server Native Client 10.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.~~SQLState = S1T00, NativeError = 0~~Error = [Microsoft][SQL Server Native Client 10.0]Login timeout expired      CNS\CNSMANER            CNS\FIHECNS110AS            CNS\CNSMANER      CNS\FIHECNS110AS            4400    5056

 

Possible Solution:

If you are using SQL server alias to access the Microsoft SQL 2008 server, then you need to create the alias in both 32 bit and 64 bit drivers.

On the Cognos Planning server start SQL Server Configuration Manager

Expand SQL Native Client 10.0 Configuration

Right Click on Aliases and select New Alias.

Enter a alias name  (e.g. cognosds)

Enter the port no, if you do not know port number enter the instance name in the server name field ( servername\instancename )

Enter the Server name, (e.g. name of the SQL server)

Click OK

 

Repeat above for SQL Native Client 10.0 Configuration (32bit).

Product:
Cognos Planning 10.1.1

Symptom:
In Cognos connection you get error when viewing a Cognos planning application.

Error message:
CPS-PAG-4801 ………….
PRS-OBJ-0606 …………
PRS-BLK-0667 ………………..

Solution:
In the properties to the HTML viewer the URL link to the application is specified with server name only and you need to specified it with FQDN (Fully Qualified Domain Name).

To change;
Click on edit icon to the right of the HTML page pane.
Below the bookmarks change the URL for the links.
From http://servername:80/ibmcognos/cgi-bin….
To http://servername.domain.com:80/ibmcognos/cgi-bin….

Click OK
Try again.