Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Rational Insight 1.1.1.7 login error

 hi,

   I have some issues about login with Rational Insight 1.1.1.7. I`ve installed the product and I need to use a LDAP to authenticate the users. 
   
   I´ve created in cognos connection the namespace and test it (everything ok) but when I go to the login page and authenticate a user, an error happens:

CRRRL0004E: You cannot log on to the report server through an unsupported namespace
If you renamed the Jazz namespace or modified any of its properties, restore the original name and property values. If you deleted the Jazz namespace, follow these steps: 
1. Run Cognos Configuration. 
2. Create a namespace. 
3. Specify these properties: 
Name: Jazz, 
Type: Custom Java Provider, 
Namespace ID: Jazz, 
Java class name: JazzNamespace, 
Selectable for authentication?: true.

   I have noticed that there is something wrong in the login page, in other server when I´m doing a login operation the title is 'Rational Insight 1.1.1' but in this sever the login page is displaying 'Rational Reporting For Development Intelligence 2.0'  How can I change the way of authentication?  Why is going thought RRDI Login instead Rational insight?

   I don´t want to login to a JazzNamespace, I need to use my current LDAP to authenticate the users.

Anyone can help me?

thanks

0 votes



2 answers

Permanent link

Hi Arturo,

This "CRRRL0004E" error can occur when user are required to use JAZZ authentication. Rational Reporting For Development Intelligence (RRDI) can only use JAZZ authentication.
As first step, could you please double check if you installed BOTH 'IBM Rational Reporting for Development Intelligence' and 'IBM Rational Insight' packages? (From IBM Installation Manager Installed Packages page)
https://www.ibm.com/support/knowledgecenter/SSRL5J_1.1.1.7/com.ibm.rational.raer.install.doc/topics/t_install_ri_auto.html

0 votes


Permanent link

 Hi Cathy,


    Installation manager force me to check IBM Rational reporting For Development Intelligence as a dependency of IBM Rational Insight. Both are installed in the server.

    I Check the ear to search the differences between the environment where is working and I could find in web.xml that the dispatcher servlet class is different:

NOT WORKING:
<servlet>
<servlet-name>dispatcher</servlet-name>
<servlet-class>com.cognos.pogo.isolation.ServletWrapper</servlet-class>
.......
<init-param>
<param-name>servlet-class</param-name>
<param-value>com.ibm.rational.reporting.servlet.DispatchServlet</param-value>
</init-param>
.....
</servlet>

WORKING Rational Insight Login:
<servlet>
<servlet-name>dispatcher</servlet-name>
<servlet-class>com.cognos.pogo.isolation.ServletWrapper</servlet-class>
.......
<init-param>
<param-name>servlet-class</param-name>
<param-value>com.ibm.rational.insight.servlet.DispatchServlet</param-value>
</init-param>
.....
</servlet>

Seems that installation of insight not overwrite de ear/configuration files. I try to change manually the servlet but the server not start (due tu license problems). We are in the trial time yet and on starting is trying to search the license file.


0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,620
× 6,180

Question asked: Mar 22 '17, 9:50 a.m.

Question was seen: 5,231 times

Last updated: Mar 23 '17, 6:34 a.m.

Confirmation Cancel Confirm