Planning Analytics

Planning Analytics

Get AI-infused integrated business planning

 View Only
  • 1.  Overriding }ClientGroups disappears

    Posted Wed July 15, 2020 09:41 AM
    Hi
    The following script in the cube }ClientGroups workes fine but every day it disappears.
    The code overrides the client group security with CAMID from a local cube within the model.

    ['}Groups':{'ADMIN','DataAdmin','SecurityAdmin','CAMID("::Everyone")'}]=S: STET;
    [] = S:DB('Security_ClientGroups', !}Groups, !}Clients, 'CAMID');

    Any suggestion, why the code automatically disappears?

    ------------------------------
    Asgeir Thorgeirsson
    ------------------------------

    #PlanningAnalyticswithWatson


  • 2.  RE: Overriding }ClientGroups disappears

    Posted Thu July 16, 2020 06:56 AM
    Hi Asgeir,

    Can you confirm what is disappearing?  Is it the values in the }ClientGroups cube that are supposed to be assigned by these rules, or are the actual rules disappearing?

    Does it disappear on a restart of the TM1 database?  Or when a user logins?


    ------------------------------
    Stuart King
    IBM Planning Analytics Offering Manager
    ------------------------------



  • 3.  RE: Overriding }ClientGroups disappears

    Posted Thu July 16, 2020 07:05 AM
    Hi Stuart

    The following code in the cube }ClientGroups disappears every day

    ['}Groups':{'ADMIN','DataAdmin','SecurityAdmin','CAMID("::Everyone")'}]=S: STET;
    [] = S:DB('Security_ClientGroups', !}Groups, !}Clients, 'CAMID');



    ------------------------------
    Asgeir Thorgeirsson
    ------------------------------



  • 4.  RE: Overriding }ClientGroups disappears

    Posted Thu July 16, 2020 07:21 AM

    Hi Stuart

    The following code in the cube }ClientGroups disappears every day

    ['}Groups':{'ADMIN','DataAdmin','SecurityAdmin','CAMID("::Everyone")'}]=S: STET;
    [] = S:DB('Security_ClientGroups', !}Groups, !}Clients, 'CAMID');

     

     

     

    áþ

    Kær kveðja | Best regards
    ÁSGEIR ÞORGEIRSSON

    Financial Solutions Engineer
    Digital Operations
    Tel: +354 50 50 569



    Fyrirvari/Disclaimer

    FacebookTwitterInstagramYouTube







  • 5.  RE: Overriding }ClientGroups disappears

    Posted Fri July 17, 2020 08:00 AM
    That Is by design, all the assignments in Access Manage take precedent over any other Made un TM1





  • 6.  RE: Overriding }ClientGroups disappears

    Posted Fri July 17, 2020 08:31 AM
    It will always come back to how you define your security within TM1 native security

    TM1 Security

    1. Cube and element security – https://www.ibm.com/developerworks/library/ba-pp-security-fpm-page697/index.html
    2. Defining security - https://exploringtm1.com/the-definitive-guide-to-tm1-security-with-examples/
    3. PAW Security - https://www.ibm.com/support/knowledgecenter/SSD29G_2.0.0/com.ibm.swg.ba.cognos.tm1_prism_gs.2.0.0.doc/c_paw_administration_top_level.html or https://www.youtube.com/watch?v=8pLNuX5QvIY or https://quebit.com/askquebit/IBM/planning-analytics-workspace-security/
    4. Managing client groups - https://www.ibm.com/support/knowledgecenter/SSD29G_2.0.0/com.ibm.swg.ba.cognos.tm1_op.2.0.0.doc/c_managingusersandgroups_n170007.html

     



    ------------------------------
    paul YOUNG
    ------------------------------



  • 7.  RE: Overriding }ClientGroups disappears

    Posted Wed August 19, 2020 11:23 AM
    Hi Stuart,
    The actual rules are disappearing at least every day. Not when a user logs in. I don't know by which event the following rules disappear.
    How can I test this?


    ['}Groups':{'ADMIN','DataAdmin','SecurityAdmin','CAMID("::Everyone")'}]=S: STET;

    [] = S:DB('Security_ClientGroups', !}Groups, !}Clients, 'CAMID');

    ------------------------------
    Asgeir Thorgeirsson
    ------------------------------