Planning Analytics

Planning Analytics

Get AI-infused integrated business planning

 View Only
  • 1.  Messages in logs

    Posted 12/30/19 09:44 AM
    Hi,

    We are processing tests to migrate from 10.2.2 to PA. I can see messages in logs that I had not before while running a process, for instance :

    6876 [1bc] INFO 2019-12-30 11:11:25.200 TM1.Rule Cannot check arguments to cellputs function, cube does not exist " CellPutS('READ', '}ApplicationSecurity', '}Applications', vGroupe);", rule starting on line 76

    In the process I test the existence of the '}ApplicationSecurity' cube before doing the CellPutS so I do not have any problem.

    Is there a way not to display such messages in the log ?

    Thank you
    Catherine
    #PlanningAnalyticswithWatson


  • 2.  RE: Messages in logs

    Posted 12/31/19 04:57 AM

    Hi Catherine

     

    I don't have any issue with the following , whether the cube exists or not  :

     

    if (cubeexists('}ApplicationSecurity')=1);

     

    CellPutS('READ', '}ApplicationSecurity', '}Applications', 'North America') ;

     

     

    endif ;

     

    regards

     

    fred



    ------Original Message------

    Hi,

    We are processing tests to migrate from 10.2.2 to PA. I can see messages in logs that I had not before while running a process, for instance :

    6876 [1bc] INFO 2019-12-30 11:11:25.200 TM1.Rule Cannot check arguments to cellputs function, cube does not exist " CellPutS('READ', '}ApplicationSecurity', '}Applications', vGroupe);", rule starting on line 76

    In the process I test the existence of the '}ApplicationSecurity' cube before doing the CellPutS so I do not have any problem.

    Is there a way not to display such messages in the log ?

    Thank you
    Catherine
    #PlanningAnalyticswithWatson


  • 3.  RE: Messages in logs

    Posted 12/31/19 07:59 AM
    Hi Fred,

    I do not have any problem to execute my process.

    I just want to know if there is an option somewhere so that I have no message in the log.
    As that kind of message is new to PA, I was just wondering if it was possible to ask him not to check arguments.

    Regards
    Catherine


    ------------------------------
    Catherine BIDOIRE
    ------------------------------