Load Rules in Planning

Hi,
Is there a way to run or control Load Rules that are ordinarily created in Essbase Console from the Planning 11.1.1.1 Interface? I am finding that oher than this, we can do almost everything from Planning Interface, and if possible, would like to at least trigger the load rules from Planning, even if they cannot be created here.
Appeciate any comments here.
Regards
Mike

Hi,
You will only be able to run calc scripts or business rules from within planning, there is no direct way of executing load rules.
It is possible to create a custom java function that runs a maxl script from a business rule but that would need to be created.
Some people have mentioned it is possible to run batch scripts from workspace but I have never actually seen it running very well.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Load Rule validates, yet no data values modified

    The load rule worked on a server running an NT operating system with essbase version 6.1.3. I rebuilt the application on a server running W2k with an essbase version 6.1.6. The load rule validates on the new server. The load looks as if it is loading correctly. When I check out the log file, it shows a warning number 1003035 with a message stating "No data values modified by load of this data file." Any ideas??? Creating a new load rule from scratch did not work. My next plan of attack is to check out the actual txt file to see if anything looks odd.

    Have you got any record select or record reject statements in your rules?

  • Error in Loading Data In Planning Application

    Hi
    we are getting the Following error in loading data by using Outline Load utility by specifying driver members on the Planning Data Load Administrator Page.
    Client Enable Status false
    com.hyperion.planning.InvalidMemberException: The member USD,BS,Current,BU Version_1 ,FY11 does not exist or you do not have access to it.
    We also tried to load the data by using .CSV File, it is showing NO ERROR in the CMD....but we are unable to preview the data in Essbase after refreshing the database in Planning.
    Cheers,
    Mohammed

    I can be totally wrong but did you intentionally put a space between BU Version_1 and comma?
    USD,BS,Current,BU Version_1 ,FY11
    I found this guideline: http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch05s02s01.html Are you sure you are following the correct steps?
    Finally, are you able to load the data through Essbase Load Rules?
    Cheers,
    Mehmet

  • Business Rules in Planning 11.1.2.1 - Cannot connect to Planning

    Hi,
    I started experiencing some problems today in forms with Business Rules. I don't really know how it happened, but I noticed after a Refresh and after stopping CalcManager service (business rules run on this service?). Either way I restarted the EPM System and the error persists.
    When I ented in any form with business rules i get the error: An error occured, in a white background.
    In logs i have the following:
    missing property key:embedded_timeout
    missing property key:css_refresh
    missing property key:PLUGIN_DATA_REFRESH_RATE
    missing property key:MYOLAP_ENABLED
    missing property key:HBR_CACHE_REFRESHRATE
    missing property key:launch_log.filename
    missing property key:launch_log.log_calc_script
    missing property key:launch_log.log_prompt_values
    missing property key:launch_log.date_format
    missing property key:EDS_UserName
    missing property key:EDS_Password
    missing property key:EDS_Domain
    missing property key:EDS_url
    missing property key:log4j.logger.com.hyperion.hbr
    missing property key:log4j.appender.stdout.layout
    missing property key:log4j.appender.stdout
    missing property key:log4j.appender.stdout.layout.ConversionPattern
    missing property key:log4j.appender.R
    missing property key:log4j.appender.R.File
    missing property key:log4j.appender.R.MaxFileSize
    missing property key:log4j.appender.R.MaxBackupIndex
    missing property key:log4j.appender.R.layout
    missing property key:log4j.appender.R.layout.ConversionPattern
    missing property key:HBR_CACHE
    Default HBR = http://<servername>:19000/aps
    In getDBDetails()
    Found HBR product = ESSBASE_PRODUCT
    In lookupBRLWA()
    Found HBR product = ESSBASE_PRODUCT
    Found HBR product = ESSBASE_PRODUCT
    - Cache Manager initialized...
    - authenticateUser: UserName = admin, Password = password
    - Repository does not exist for poolname: nullnullnull
    - Repository does not exist for poolname: nullnullnull
    - Creating new Repository for poolname: nullnullnull
    - Invalid Database Type specified: 0. Unable to create Repository object.
    - Error while creating Repository object. Please make sure your HBR Configuration is correct.
    - COMM001
    Embedded HBR initialized.
    Seeking ESAPI.properties
    Found in 'org.owasp.esapi.resources' directory: E:\Hyperion\EPMSystem11R1\products\Planning\config\esapi\ESAPI.properties
    Loaded 'ESAPI.properties' properties file
    Seeking validation.properties
    Found in 'org.owasp.esapi.resources' directory: E:\Hyperion\EPMSystem11R1\products\Planning\config\esapi\validation.properties
    Loaded 'validation.properties' properties file
    Seeking antisamy-esapi.xml
    Found in 'org.owasp.esapi.resources' directory: E:\Hyperion\EPMSystem11R1\products\Planning\config\esapi\antisamy-esapi.xml
    - authenticateUser: UserName = admin, Password = null
    - Repository does not exist for poolname: nullnullnull
    - Repository does not exist for poolname: nullnullnull
    - Creating new Repository for poolname: nullnullnull
    - Invalid Database Type specified: 0. Unable to create Repository object.
    - Error while creating Repository object. Please make sure your HBR Configuration is correct.
    - COMM001
    Launching the business rules against Planning also result in the following error message:
    ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.plugin.planning.PlanningMetadata - Error connecting to Planning server <server name>
    - Error connecting to Planning server <server name>.
    Any advice on what might be going on?
    Thank you

    I'm still having this problem. I checked that RMI is running but whenever I try to enter in Planning the logs write that it can't connect to the eas database, and HBRPluginData relational table isn't being filled.

  • Unix script to run Load rule

    Hi,
    We have a Essbase 11.1.1.2 Installation on the Linux environment for our Planning Application.We have developed a Load rule to load a Flat file and we were successful in loading the file using the EAS console.
    Here we need to write a script which will be used to automate the load process.Can someone provide sample shell scripts.
    Any help is highly appriciated.
    Thanks

    I think it's stopping because the LOGIN statement is incomplete.
    It should be:
    LOGIN servername username password
    as you are missing the first parameter, Esscmd is waiting.
    See: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/esscmd/login.htm
    Also, you need to terminate each line with a semicolon, e.g., LOGIN servername username password ;
    Regards,
    Cameron Lackpour

  • Scheduling ERPI metadata load rule

    Hi,
    I have an ERPI metadata load rule that I have to schedule. Are there ERPI APIs available for this? Is there a way to schedule the metadata loads?
    Thanks.

    This stands out to me
    "Plan Type (FINANCE)] which has no corresponding column on the planning side."
    If there definitely a plan type called FINANCE in application Main on vm-hypplantst0
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to load data into Planning cube

    Hi,
    I am trying to load data into a planning cube using a DTP.
    But the system throws a message saying that, real time data loading cannot be performed to the planning cube.
    What would be the possible reason for the same?
    Thanks & Regards,
    Surjit P

    Hi Surjit,
    To load data into cube using DTP, it should be put in loading mode only.
    The real time cube behaviour is set to planning mode only when the data is input to the cube via the planning layouts / or through the Fileupload program.
    You can change the behaviour of the cube in RSA1 -> Right click on the cube -> Change Real-time load behaviour and select the first option(real time cube can be loaded with data; planning not allowed)
    Best Rgds
    Shyam
    Edited by: Syam K on Mar 14, 2008 7:57 AM
    Edited by: Syam K on Mar 14, 2008 7:59 AM

  • Automatically trigger the event to load data from Planning cube to Standard Cube

    Hello,
    We have a below set up in our system..
    1. A Planning BEx query using which user makes certain entries and writes back data to the planning cube.
    2. An actual reporting cube which gets data from the planning cube above.
    Now, what we want to do is to automate the data load from Planning cube to Reporting cube.
    This involves 2 things..
    1. Change the setting " Change real time load behaviour " of the planing cube to Planning.
    2. Trigger the DTP which loads data from Planning cube to reporting cube.
    We want to automate the above two steps...
    I have tried few things to achieve the same..
    1. Created an event in SM64,
    2. In the Planning cube "Manage" Screen,  clicked on "Subsequent Processing" and provided the event details. ( Not sure if its the correct place to provide the event detail ).
    3. Wrote a ABAP program which changes the setting of the planning cube (  " Change real time load behaviour " to Loading )
    4. Created a process chain, where we have used the event as a start variant, used the ABAP program as a next step, DTP run as the last step..
    This i hoped, would trigger the event as soon as a new request comes and sits in planning cube, which in turn would trigger the process chain which would load the data from Planning cube to reporting cube..
    This is not working. I dont think the event is triggering, and even if does i am not sure whether it will start the process chain automatically. Any ideas please ?

    hi,
    try to do the transformation directly in the input cube by using CR of type exit, more details :
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/43/1c3d0f31b70701e10000000a422035/content.htm
    hope it helps.

  • Error in delta loading from a planning cube

    hi all,
    I am using a delta load from one planning cube to another.When the changed records are of a magnitude of 100 then it is successful but when the records are of magnitude of 100000 then it stays yellow with no data records sent and eventually fails.the packet size is 20000.
    any help is appreciated.

    Hello Ajay,
    Have you checked that your Request is closed in the planning cube? FM RSAPO_CLOSE_TRANS_REQUEST will do it
    It is a customizing issue to tell the infopackage to end "green" when it has no data.
    Transaction Spro ==> SAP Netweaver ==> SAP Business Information Warehouse ==> Automated Processes ==> Monitor Settings ==> Set Traffic Light Color. There you have to set the Traffic light on green if no data is available in the system.
    Hope that helps
    best regards
    Yannick

  • Data load Error to Planning

    Hi All,
    I have created One Interface for loading data to Planning Application i have make the Account Dimension as Load dimension and Segment as Driver dimension (member is Audio)
    I have created one form for this now when i am running the interface its get successfully executed but at report statics it showing following problem
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 2, in ?
    Planning Writer Load Summary:
         Number of rows successfully processed: 0
         Number of rows rejected: 48
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:619)
    I have find out a log file for it which says :
    Account,Data Load Cube Name,MP3,Point-of-View,Error_Reason
    Max Hits Per Day,Consol,Jan,"USD,Cannot load dimension member, error message is: java.lang.IllegalArgumentException: Unbalanced double quotes found at character 3 in the member list: "USD
    Avg Hits Per Day,Consol,Jan,"USD,Cannot load dimension member, error message is: java.lang.IllegalArgumentException: Unbalanced double quotes found at character 3 in the member list: "USD
    Can any buddy tell me what i did wrong. My Data file not contains any Double Quote mark with USD the POV is like this :---> USD,E01_0 ,Jan,Current,Working,FY11
    Thanks
    Gourav Atalkar
    Edited by: Gourav Atalkar(ELT) on May 3, 2011 4:06 AM

    As it is comma separated and all the members for the POV need to be together try enclosing it in quotes e.g "USD,E01_0 ,Jan,Current,Working,FY11"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I purchased a monthly pack and havent been able to use it. I have been getting charged for 3 months now and I still get an error message saying "unable to load all your plans". How do I re-install or dowload and get my last 3 payments reimbursed?

    I purchased a monthly pack and havent been able to use it. I have been getting charged for 3 months now and I still get an error message saying "unable to load all your plans". How do I re-install or dowload and get my last 3 payments reimbursed?

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/
    or
    Adobe contact information - http://helpx.adobe.com/contact.html

  • How to load data into Planning/Essbase from multiple data column

    Dear All,
    I have a interface file which contains multiple data column as follows.
    Year,Department,Account,Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
    FY10,Department1,Account1,1,2,3,4,5,6,7,8,9,10,11,12
    FY10,Department2,Account1,1,2,3,4,5,6,7,8,9,10,11,12
    FY10,Department3,Account1,1,2,3,4,5,6,7,8,9,10,11,12
    I created a data rule to load these interface file.
    I want to use ODI to upload this interface. I try to specify the rule name in ODI and run the interface.
    But, it came out following errors.
    2010-02-22 11:40:25,609 DEBUG [DwgCmdExecutionThread]: Error occured in sending record chunk...Cannot end dataload. Analytic Server Error(1003014): Unknown Member [FY09,032003,910201,99,0,0,0,0,0,0,0,0,0,0,0,0] in Data Load, [1] Records Completed
    Any idea to fix the column, I sure the member name is correct as I can load data from data load rule correctly.
    Thanks

    Dear John,
    I updated the data load rule delimter to "," and found different error message as follows.
    'A910201.99','HSP_InputValue','HKDepart','No_WT','032003','NO_Lease','FY09','Actual','Final','Local','0','0','0','0','0','0','0','0','0','0','0','0','Cannot end dataload. Analytic Server Error(1003014): Unknown Member [0] in Data Load, [1] Records Completed'
    It seems that the data load rule can recognize the some member except the figures of Jan to Dec..
    thanks for your help

  • How to open a .csv file in a load rule

    Hi All,
    I am trying to open a .csv file in a load rule to find it is working correctly. But, I am not given an option to look at the .csv files when I click on "Open Data File" option from the File menu.
    Please suggest.
    TIA,
    Vamsikrishna.

    I have tried that as well.
    But, It is not giving me that option, "All files".
    It is just showing
    Text files (*.txt),
    Excel Document (*.xls),
    Week1 Document (*.Wk1),
    Week2 Document (*.Wk2),
    Week3 Document (*.Wk3) and
    Week4 Document (*.Wk4).
    Please suggest.
    TIA,
    Vamsikrishna.

  • How to use a substitution variable in a load rule?

    I need to use a substitution variable in a load rule in a column, as I will receive a parameter to fix the Month and Year values within the data loading, could somebody tell me if this is possible. I put an expresion "&Yearproc" in the column value but it is not working.

    If you're a member of ODTUG (or even if not, you can sign up for an associate membership for free) you can download Glenn's presentation from 2009 Kaliedoscope "Little Used Features of Essbase (Like Data Mining and Triggers)" -- there is a section in that presentation on substitution variables -- he does a really good job in showing how this works.
    Go to: www.odtug.com, then Tech Resources, then Essbase/Hyperion, and search for Schwartzberg. Currently it's the ninth presentation on the list -- I think this changes based on popularity of downloads.
    Regards,
    Cameron Lackpour

  • FDMEE: EBS segments not appearing in the FDMEE Load Rule window

    I have configured FDMEE to load GL data from specific E-Business 12 segments. This has been working fine.
    Recently, additional segments were defined in EBS. Unfortunately, these new segments do not appear in the Load Rule box (whereas the original segments do appear).
    Is there an option/trigger somewhere in FDMEE (or EBS) to force the new segments to appear in the FDMEE Load Rule selection segment box? (I have re-initialised the source system, with no effect.)
    Ian

    Hi,
    You need to make sure that you are adding them to the Import Format defined between the Source and Target system. Have you done this yet?
    Are there target dimensions in the app to point to?

Maybe you are looking for