Planning Log Information

Hi All,
I'm using Planning 11.1.1.3. Some times, when i'm trying to run the Currency conversion Business Rule in Data Form, it is displaying the message as Currency conversion failed. Pls. check the Log files. Where exactly we've to check for the Log information about the Error/issues of the Planning application that we are using. In Essbase it is convenient that to check Server Log, Application Log. Can you pls. advice me on the path for detailed Planning Log information

Here's how John Goodwin explains it in {message:id=9200330}:
All depends on your version and OS.
If you are on system 9 on windows then for planning you will probably have to make a registry change.
Open the registry editor and navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\HyperionPlanning\HyS9Planning
Modify SysOutFile and provide a path that exists. For e.g. E:\hyperion\logs\Planning\Sysout_plan.log
Restart planning, planning should know write to that log.
Version 11, check the services log directory.

Similar Messages

  • How to get the log information when using a class?

    Hi All,
    I have a simple question, which I don't know how to solve. I am using org.apache.commons.logging.Log and LogFactory to do some logging. A typical situation is exemplified in the following code snippet.
    import org.apache.commons.logging.Log;
    import org.apache.commons.logging.LogFactory;
    class LogClass {
        private static final Log LOG = LogFactory.getLog(AClass.class);
        public void logit(){
            LOG.debug("This is the debugging log.");
    public class AClass{
        public static void main(String[] args) {
            LogClass l=new LogClass();
            l.logit();
    }But this way, I do not get the log information from the class LogClass. Could anybody please help?
    Many thanks.

    jschell wrote:
    jverd wrote:
    ...configuration in log4j.xml or log4j.properties.And far as I recall you need one of those two also. If there is no config then there is no output.I thought it used some default config if no file is present, but I could be mistaken. Either way, it adds to the possible problems that the OP could be having, any of which are consistent with his rather vague question.
    1) He's passing the wrong class to the LogFactory, and hence getting a logger with the wrong name, so he's seeing a different name than he expects in the output that's being produced.
    2) His config file does not contain the proper format to include the actual classname, independent of the logger's name, so he's missing a piece of desired information in each line of the output that's being produced.
    3) His config file indicates a threshold that's less verbose than the level at which his code is logging, so no output is present when he wants it.
    4) His config file is missing (or not where it's expected to be), so no output is being produced at all.
    5) His config file is missing (or not where it's expected to be), so a default level or format is being produced, effectively the equivalent of one of the misconfigurations described in #2 and #3.
    Since the OP seems to have vanished, we may never know.

  • How to write log information into SM37 batch job log

    Hi,
    I have a report running in batch mode, and I would like to log the start time and end time for some part of the code (different Function modules). I need to write this log information into the batch job log. Therefore I can check the time frame of my FMs.
    After search the SDN, I can only get some information on how to write log into the application log displayed in SLG1, but that's not I want. I want to write batch log information, and check it in SM37.
    If you have some solution or code to share, please. Thanks a lot.
    Best Regards,
    Ben

    Hi Nitin
    Thanks for the reply. Could you explain it with some code ?
    I tried to use the write statement , but it did not wrok. I could not see the result in SM37.
    write : "start of the FM1 processing".
    FM1 code
    write : "end of the FM1 processing".
    but those two statement did not show in SM37..
    1) how to use  a information message  ?
    2) how to use NEW PAGE PRINT ON and PRINT OFF command. ?
    I would appreciate if you can write some code ,that I can use directly.
    Thanks a lot.
    Best Regards,
    Ben

  • How can i see Log information of Report Run Time?

    Hi Gurus,
    How can i see Log information of Report Run Time?, till now i am counted report run time manually. Is there any way i can see the workbook running time in log information?.
    Thanks & Regards
    Vikram

    There could be a few things -
    At one time, you needed to run a separate script to create the tables. I'm not sure that is still the case. If you check the Administrators guide, look into the chapter that deals with the EUL Status Workbooks.
    If you are not logged on as the eul owner, you may not have select privileges, or you may need to qualify the table with the schema (if there is no synonym) - select * from <eul_owner>.EUL5_QPP_STATS;
    If you are on 4i, the table is EUL4_QPP_STATS

  • Oracle Hyperion Planning - log file location

    When a data form returns the message:
    An error occurred while running the specified calc script. Check the log for details.
    What is the name of the log file I should be looking for and where it is normally located?
    Thank you

    If on windows have a look in <MIDDLEWARE_HOME>/user_projects/epmsystem1/diagnostics/logs/services/HyS9Planning-syserr.log and HyS9Planning-sysout.log
    There will be two planning log files that you can check.
    If it is linux change the services directory for /starter
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • SSIS write custom logging information to sql 2012 table

    I have a Package that I want to put logging information in to a SQL table.
    I can do this with a script task but each time the package runs it will open a SQL connection write the log information and then close this connection it will do this 10 times every time the package executes and i could 50 of the packages running at the
    same time so i am looking for a better way to do this.
    My thought was to create a in memory table object at the start of the package and then insert the log records in to it and at the end do a bulk insert at the end of the package.
    My problem is I don't know if this can be done and if it can how would I create the in memory table insert the records and then bulk load it to the SQL server table.

    While I do not see any justification for what you want, "My thought was to create a in memory table object at the start of the package and then insert the log records in to it and at the end do a bulk insert at the end of the package" is doable
    by creating an ADO table, adding records to it and then writing to a destination:
    https://support.microsoft.com/en-us/kb/195082?wa=wsignin1.0 has all the needed code it seems. Just wrap into the Script Task.
    Arthur
    MyBlog
    Twitter

  • Failed to sync with user provisioning. Check Planning log for details

    hey everyone,
    we just did a password update for our hyperion planning application owner account. and now when i try to login to hyperion planning, i get the following error message:
    Failed to sync with user provisioning. Check Planning log for details.
    I can still login to shared services and workspace with the same application owner account.
    i also tested and verified that I can login to Essbase via Excel using this application owner acct. after i changed the password, i have stop and restarted the weblogic web services after I updated the password.
    because i kept getting the error, i have reverted back the password to the original one... but i am still getting the same error message.
    btw, we are using a solaris server running WebLogic9, Hyperion System 9. any help or tips would be appreciated.. thx.

    Hi,
    Have you updated the datasources for each of the planning applications, you will need to update the password and probably recycle planning app server.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Datasource for Planned Order information in PLAF table

    I am looking for a extractor to extract Planned order information from R3 'PLAF' table into BW.
    If anybody knows information on this, please let me know.
    Thanks for your help

    Did you ever find a solution to this question??
    Thanks!!

  • Where are the Planning logs?

    We are on Planning 11.1.1.3.
    where are the Planning logs?
    Some are here:
    hyperion\logs\services\HyS9Planning-sysout.log
    hyperion\logs\services\HyS9Planning-syserr.log
    Are the rest in Tomcat directory?

    Hi,
    Have a look at below post:
    Re: Log file locations - Planning/Workspace
    Cheers,
    Alp

  • Specifying  location of the BG processes and  USer logging information

    Good Morning to all ;
    Today the following question raised in our panel . I don't understand what they clearly expect.
    Please provide some information related to this.
    1. How do you specify the location of the BG processes logging information ?
    2. How do you specify the location of the User Processes logging information ?
    - I said ( user process - udump and bgprocess - trace files) - but someone disagree my answer.
    Please correct my answer ..

    Hello ;
    When i am listing bdump , i got (trace files ) related to some background process.
    but i did NOT gather any valid information from here. Some informations unable to understand.
    My ques is " *why this much of trace file associated with BG process ? * - ( without any error)
    $ ls -l
    total 564
    -rw-r----- 1 oracle oinstall 256315 May 14 09:37 alert_orcl.log
    -rw-r----- 1 oracle oinstall 753 Apr 22 17:41 orcl_arc0_29677.trc
    -rw-r----- 1 oracle oinstall 9801 Apr 20 01:41 orcl_arc0_4084.trc
    -rw-r----- 1 oracle oinstall 2790 Apr 19 22:18 orcl_arc0_4088.trc
    -rw-r----- 1 oracle oinstall 620 Apr 19 15:51 orcl_arc0_4255.trc
    -rw-r----- 1 oracle oinstall 620 Apr 19 15:52 orcl_arc0_4319.trc
    -rw-r----- 1 oracle oinstall 1080 Apr 19 15:58 orcl_arc0_4360.trc
    -rw-r----- 1 oracle oinstall 2566 Apr 20 01:41 orcl_arc1_4086.trc
    -rw-r----- 1 oracle oinstall 1063 Apr 19 22:17 orcl_arc1_4090.trc
    -rw-r----- 1 oracle oinstall 620 Apr 19 15:51 orcl_arc1_4257.trc
    -rw-r----- 1 oracle oinstall 650 Apr 19 15:52 orcl_arc1_4321.trc
    -rw-r----- 1 oracle oinstall 709 Apr 19 15:57 orcl_arc1_4362.trc
    -rw-r----- 1 oracle oinstall 817 Apr 19 23:06 orcl_arc2_4088.trc
    -rw-r----- 1 oracle oinstall 817 Apr 19 17:10 orcl_arc2_4092.trc
    -rw-r----- 1 oracle oinstall 789 Apr 19 15:51 orcl_arc2_4259.trc
    -rw-r----- 1 oracle oinstall 817 Apr 19 15:57 orcl_arc2_4364.trc
    -rw-r----- 1 oracle oinstall 899 May 14 09:37 orcl_cjq0_11889.trc
    -rw-r----- 1 oracle oinstall 763 Apr 28 00:29 orcl_cjq0_4027.trc
    -rw-r----- 1 oracle oinstall 1431 May 9 19:01 orcl_cjq0_4047.trc
    -rw-r----- 1 oracle oinstall 735 Apr 19 17:10 orcl_cjq0_4075.trc
    -rw-r----- 1 oracle oinstall 761 May 12 14:19 orcl_cjq0_5145.trc
    -rw-r----- 1 oracle oinstall 761 Apr 26 06:34 orcl_cjq0_5679.trc
    -rw-r----- 1 oracle oinstall 739 Apr 17 00:45 orcl_cjq0_6985.trc
    -rw-r----- 1 oracle oinstall 765 Apr 25 00:55 orcl_cjq0_9044.trc
    -rw-r----- 1 oracle oinstall 821 Apr 6 04:29 orcl_j000_31896.trc
    -rw-r----- 1 oracle oinstall 850 Apr 19 21:55 orcl_j000_4684.trc
    -rw-r----- 1 oracle oinstall 874 Apr 28 10:00 orcl_j000_5245.trc
    -rw-r----- 1 oracle oinstall 876 Apr 23 01:29 orcl_j001_10005.trc
    -rw-r----- 1 oracle oinstall 705 Apr 19 21:55 orcl_j001_4687.trc
    -rw-r----- 1 oracle oinstall 861 Apr 5 23:12 orcl_j002_14209.trc
    -rw-r----- 1 oracle oinstall 704 Apr 19 21:55 orcl_j003_4706.trc
    -rw-r----- 1 oracle oinstall 1140 May 13 20:57 orcl_lgwr_11881.trc
    -rw-r----- 1 oracle oinstall 1003 May 9 19:05 orcl_lgwr_22897.trc
    -rw-r----- 1 oracle oinstall 7523 Apr 6 06:04 orcl_lgwr_27236.trc
    -rw-r----- 1 oracle oinstall 865 Apr 22 17:11 orcl_lgwr_29354.trc
    -rw-r----- 1 oracle oinstall 1003 Apr 22 17:14 orcl_lgwr_29566.trc
    -rw-r----- 1 oracle oinstall 2106 Apr 22 17:46 orcl_lgwr_29657.trc
    -rw-r----- 1 oracle oinstall 1003 May 9 20:43 orcl_lgwr_30425.trc
    -rw-r----- 1 oracle oinstall 1003 Apr 22 17:55 orcl_lgwr_31015.trc
    -rw-r----- 1 oracle oinstall 1031 Apr 22 18:00 orcl_lgwr_31203.trc
    -rw-r----- 1 oracle oinstall 2617 Apr 28 00:44 orcl_lgwr_4019.trc
    -rw-r----- 1 oracle oinstall 1413 May 8 23:17 orcl_lgwr_4039.trc
    -rw-r----- 1 oracle oinstall 1191 Apr 20 01:41 orcl_lgwr_4062.trc
    -rw-r----- 1 oracle oinstall 1029 May 9 21:53 orcl_lgwr_4064.trc
    -rw-r----- 1 oracle oinstall 1135 Apr 19 16:03 orcl_lgwr_4067.trc
    -rw-r----- 1 oracle oinstall 756 Apr 19 15:49 orcl_lgwr_4093.trc
    -rw-r----- 1 oracle oinstall 1165 Apr 28 08:31 orcl_lgwr_4094.trc
    -rw-r----- 1 oracle oinstall 1001 May 9 19:25 orcl_lgwr_4118.trc
    -rw-r----- 1 oracle oinstall 837 Apr 19 15:51 orcl_lgwr_4235.trc
    -rw-r----- 1 oracle oinstall 16746 Apr 5 20:47 orcl_lgwr_4274.trc
    -rw-r----- 1 oracle oinstall 1001 May 12 10:44 orcl_lgwr_4278.trc
    -rw-r----- 1 oracle oinstall 1041 Apr 19 15:52 orcl_lgwr_4286.trc
    -rw-r----- 1 oracle oinstall 1135 Apr 19 15:53 orcl_lgwr_4340.trc
    -rw-r----- 1 oracle oinstall 1139 May 9 22:00 orcl_lgwr_4409.trc
    -rw-r----- 1 oracle oinstall 1001 May 13 10:10 orcl_lgwr_5045.trc
    -rw-r----- 1 oracle oinstall 1206 May 12 12:13 orcl_lgwr_5137.trc
    -rw-r----- 1 oracle oinstall 1029 Apr 26 02:16 orcl_lgwr_5605.trc
    -rw-r----- 1 oracle oinstall 1069 Apr 26 02:18 orcl_lgwr_5671.trc
    -rw-r----- 1 oracle oinstall 784 Apr 12 19:47 orcl_lgwr_6977.trc
    -rw-r----- 1 oracle oinstall 697 Apr 5 19:07 orcl_lgwr_8279.trc
    -rw-r----- 1 oracle oinstall 784 Apr 5 19:09 orcl_lgwr_8391.trc
    -rw-r----- 1 oracle oinstall 697 Apr 5 19:09 orcl_lgwr_8457.trc
    -rw-r----- 1 oracle oinstall 1575 Apr 25 02:44 orcl_lgwr_9036.trc
    -rw-r----- 1 oracle oinstall 784 Apr 10 01:51 orcl_lgwr_9627.trc
    -rw-r----- 1 oracle oinstall 948 May 13 22:30 orcl_m001_19083.trc
    -rw-r----- 1 oracle oinstall 833 May 13 20:49 orcl_mmnl_11893.trc
    -rw-r----- 1 oracle oinstall 697 Apr 19 21:56 orcl_mmnl_4079.trc
    -rw-r----- 1 oracle oinstall 700 Apr 26 05:01 orcl_mmnl_5683.trc
    -rw-r----- 1 oracle oinstall 761 Apr 25 02:38 orcl_mmnl_9048.trc
    -rw-r----- 1 oracle oinstall 700 Apr 5 21:04 orcl_smon_27242.trc
    -rw-r----- 1 oracle oinstall 669 Apr 26 02:17 orcl_smon_5675.trc

  • Planning Logs

    Where are the logs for planning
    FAILED     HTTP: HTTP     Checking availability of HTTP context http://NextLevel-PC:19000/HyperionPlanning/
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 503
    Recommended Action: Check that the application is started     36 seconds
    Please advise

    As I think you are on windows and 11.1.2.x then have a look at the two planning logs at <MIDDLEWARE_HOME>\user_projects\<instancename>\diagnostics\logs\services
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Load Plan logging and environment variables

    Hi all.
    Do think it is possible to log in an external table each load plan step details (such as step name, step duration, etc..) ?
    I'm wondering if there are some environment variables that contain all typical step information.
    Thanks

    thank you for the answer..
    but why I have to use a when case step?
    I just need to set a string in a variable before to execute a serial step within exception step.
    I do this in a normal load plan step. So Why I cannot do the same in the exception one ?

  • How to track log information in a bean?

    I would like to track some information, e.g., variable value, error, in a bean.
    I am using System.out.prinln in the bean. I did not see any in the log file of Tomcat5. But this information was shown if from Servelet class.
    I also tried to pass error information to class logger, but I do not where the class logger is?
    Is it a file somewhere?
    Guangming

    A good idea is to use something like Log4J to handle logging in your application. You do have to be careful if your application is clustered and there is serialization involved since your logger won't be serializable, causing clustering to fail (I swear it didn't happen to me)....
    private transient Logger log = null;
    protected final Logger getLogger() {
        if (this.log == null)
            this.log = LogFactory.getLogger(this.getClass());
        return this.log;
    }

  • How to get log information about any interface...scenario etc

    I have created an package which loads file in a perticular folder dynamically.
    here after loading each file i want to maintain the log i.e number of records inserted,updated,deleted,error etc,i came to know that in work repository snp_session,snp_sess_task_log, will have the statistics.but in these table records loaded available in the insert step.how do i query these tables properly,how do i get session no other information from odi.
    plz help me.
    Jai

    Thank u.
    I got one more way to solve this.
    SELECT <%=odiRef. getPrevStepLog("sess_no")%> FROM DUAL
    we can use this statement in a variable.
    After execution of the interface we can use this variable which lets us to know session_no of previous interface then we can use this session_no to get the log by quering tables in work_rep.
    Regards,
    Jai

  • Unable to view logging information on the context

    Unable to see the ogging message on the user context on ACE,but able to view the logging on the Admin Context.
    Admin# sh logging
    Message logging:                none
    Buffered logging:               enabled (level - debugging) maximum size 1048576
    Buffer info: current size - 1048576 global pool - 1048576 used pool - 1048576
                    min - 0 max - 1048576
                    cur ptr = 916918 wrapped - yes
    messages are displayed on the logging screen
    production# sh logging
    Message logging:                none
    Buffered logging:               enabled (level - information) maximum size 0
    Buffer info: current size - 0 global pool - 1048576 used pool - 1048576
                    min - 104448 max - 0
                    cur ptr = 0 wrapped - yes
    on the production context  cur ptr=0 and  no message are displayedon the screen
    not sure if I am missing any config

    No logging message on ACE ,these are the commands issues on ACE
    logging enable
    logging fastpath
    logging console 6
    logging timestamp
    logging history 7
    logging buffered 7
    logging monitor 6
    This is the output I am getting
    ace2/Admin# sh logging
    Syslog logging:                 enabled
    Facility:                       20
    History logging:                enabled (level- debugging)
    Trap logging:                   enabled (level - information)
    Timestamp logging:              enabled
    Fastpath logging:               enabled
    Persist logging:                disabled
    Standby logging:                disabled
    Rate-limit logging:             disabled (min - 0 max 100000 msgs/sec)
    Console logging:                enabled (level - information)
    Monitor logging:                enabled (level - information)
    Device ID:                      disabled
    Message logging:                none
    Buffered logging:               enabled (level - debugging) maximum size 0
    Buffer info: current size - 0 global pool - 1048576 used pool - 0
                    min - 0 max - 1048576
                    cur ptr = 0 wrapped - no
    ace2/Admin#

Maybe you are looking for