Could not open specific application

Product:
Cognos TM1 9.5.2
Microsoft Windows 2008 R2

Problem:
When user surf to Cognos Application Web on the url http://tm1servername.domain.com:8080/pmpsvc
Then click on the icon for “update application” in the list they get the error
“Could not open specific application”

Cause:
The wrong cert file are in user catalog
C:\Users\%username%\AppData\Roaming\CognosRCP\rcp\applications\ModelingADT_8.4.1\bins\bin_8.4.7347.0\ssl
Copy the new certificates to this folder then it will work for that user.
Cognos Tm1 9.5.2 is not supported, so there is no provision agent.

Solution:
Copy the new cert to folder D:\NewSSLCerts
Create a bat file with this content:
d:
cd D:\NewSSLCerts
copy /B /Y D:\NewSSLCerts\*.* “%appdata%\CognosRCP\rcp\applications\ModelingADT_8.4.1\bins\bin_8.4.7347.0\ssl*.*”
copy /B /Y D:\NewSSLCerts\*.* “%appdata%\CognosRCP\rcp\applications\ModelingADT_8.4.1\bins\bin_8.4.7343.0\ssl*.*”
copy /B /Y D:\NewSSLCerts\*.* “%appdata%\CognosRCP\rcp\applications\ModelingADT_8.4.1\bins\bin_8.4.7278.0\ssl*.*”

Save the file as d:\updatecert.bat

Update the BAT file with correct path and ” characters.

Create a shortcut icon to that file on the users desktop by putting it in folder
C:\Users\Public\Desktop,   on a Microsoft Windows 2008 R2 server.
Let the user run the BAT file before starting administration of Cognos Application web.

If a new user start the administration program from the Tm1 application web (pmpsvc) in Tm1 9.5.2 he will get the error, but thereafter he maybe can update his user profile on his computer with above bat file.

More Information:

http://www-01.ibm.com/support/docview.wss?uid=swg21991655