Cognos Analytics

Cognos Analytics

Connect, learn, and share with thousands of IBM Cognos Analytics users! 

 View Only
  • 1.  Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 9 days ago

    Hi everyone,

    I recently upgraded from Cognos 12.0.4 to 12.1.1, and while most things look good, I've noticed a few unexpected behaviors in user management that I'm not sure are environment-specific or part of the new release.

    Here's what I've seen so far:

    • In 12.0.4, I could add users to groups before their first login, and Cognos would automatically create their profile when they logged in.
    • In 12.1.1, doing the same seems to cause issues:
      • If I add a user to a group before their first login or before I create their profile, the user cannot log in and gets errors like:
        CM-REQ-4159, CM-CAM-4005, and CAF-WRN-2082.
      • The user profile becomes a "phantom" profile:
        • No Delete button in the UI.
        • Create Profile fails with CM-REQ-4036 (object already exists).
      • Even MotioPI couldn't delete the corrupted profile.

    I'm curious:

    • Has anyone else seen this behavior in 12.1.1?
    • Are there other issues or improvements you've noticed after upgrading?

    Please share your experiences, tips, or workarounds. It'll help all of us understand if these are bugs or configuration quirks.

    Thanks!

    Abbas



    ------------------------------
    [Abbas] [Alnamar]
    [Data Management and Analytics System Administrator]
    [Emporia State University]
    [Kansas, USA]
    ------------------------------


  • 2.  RE: Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 9 days ago

    Hi Abbas,

    Yes these are known issues. Attain Insight has been in discussion with IBM since June when Attain Insight first ran into this.  

    The good news that I know IBM are working on it and all the discussions and test cases Attain Insight has provided have been processed by IBM with constructive follow up discussions. 

    Offering Management may be able to provide a newer update.  I hope that is of some help.

    Best Paul

    paul.hulford@attaininsight.com

    CEO Attain Insight - Specialists in User Provisioning and Security Governance for IBM Cognos Analytics. 



    ------------------------------
    Paul Hulford
    ------------------------------



  • 3.  RE: Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 8 days ago

    Hi Paul,

    Thank you so much for clarifying this. I really appreciate the update and the context about Attain Insight's discussions with IBM. That's reassuring to hear.

    Honestly, I was worried that something was wrong with my Cognos environment or that I didn't perform the upgrade correctly. Knowing this is a known issue and IBM is actively working on it gives me peace of mind.

    Thanks again for sharing this information it's very helpful!

    Have a nice weekend.
    Abbas



    ------------------------------
    [Abbas] [Alnamar]
    [Data Management and Analytics System Administrator]
    [Emporia State University]
    [Kansas, USA]
    ------------------------------



  • 4.  RE: Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 8 days ago

    Hi Abbas,

    I should qualify that our discussions with IBM have been related to OpenID Namespaces. If you have these issues in 12.1.0 with AD / LDAP then that would be something different from what we found testing 12.1.0 IFP1.  We also tested earlier versions of CA with largely slightly results but not exactly the same, and back to 12.0.3 where we had no issues.  Also our testing focused less on the login and more on user profiles which behave differently for OpenID Namespaces.  So hope I didn't give false hope prematurely and this still fits with what you see.

    Best Paul



    ------------------------------
    Paul Hulford
    ------------------------------



  • 5.  RE: Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 5 days ago

    Hi,

    We have a quite same issue "CM-REQ-4159" in 12.0.4. It's an old problem.

    But, in our case, the first time that user try to login, get this error. So, we need to restart CM to solve.

    Theres a SQL that you can run against your content store database to check if there are some problems with AD folders also. If counts >1, there a procedure that you can do in your environment to fix, some SQL updates.

    select  'query 1' query, count(*) qtd
    from CMOBJNAMES
    where CMID in (select d1.CMID from CMOBJPROPS1 d1 inner join
    CMOBJPROPS1 d2 on d1.OBJID = d2.OBJID and d1.CMID != d2.CMID where d1.OBJID is not null )
    union 
    select  'query 2', count(*) qtd
    from CMOBJPROPS1
    where CMID in ( select d1.CMID from CMOBJPROPS1 d1 inner join CMOBJPROPS1 d2 on d1.OBJID = d2.OBJID and d1.CMID !=
    d2.CMID where d1.OBJID is not null)
    union
    select 'cs lock',  count(*) qtd from CMCAPACITY where USAGE=4


    ------------------------------
    Jeam Coelho
    Cognos Solution Architect

    IBM Champion

    LinkedIn: https://www.linkedin.com/in/jeamcoelho/
    ------------------------------



  • 6.  RE: Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 5 days ago
    Edited by Abbas Alnamar 5 days ago

    Hello Jeam,

    Here is what I got after I ran the SQL scripts.

    What do you think?

    Thank you,

    Abbas



    ------------------------------
    [Abbas] [Alnamar]
    [Data Management and Analytics System Administrator]
    [Emporia State University]
    [Kansas, USA]
    ------------------------------



  • 7.  RE: Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 4 days ago

    Hi

    It's normal result for this part. Don't worry about cs_lock, it's expected as 1.



    ------------------------------
    Jeam Coelho
    Cognos Solution Architect

    IBM Champion

    LinkedIn: https://www.linkedin.com/in/jeamcoelho/
    ------------------------------



  • 8.  RE: Issues After Upgrading to Cognos 12.1.1 – Share Your Experience

    Posted 5 days ago

    Hi Jeam,

    Can you elaborate on what cs_lock > 0 means?  And what SQL to correct this?  Thanks!



    ------------------------------
    Amy Rivito
    ------------------------------