Running Rule in HFM

Hi,
Is there any way to run the rule in HFM,
I know that the rule will run at the time of consolidation,
if i want to run the rule only, is there any way.
Regards,
Kris

Hi,
The HFM rules don't work like Planning (where you can excecute a rule for a specifc form). HFM rules will always excecute the entire rules file for the entire sub-cube (so all the accounts and valid custom dimensions for the selected entity, scenario, period, year). The section in the file that will be run is determined by the type of action the user performs, i.e. calculate runs Sub Calculate, consolidate runs Sub Calculate; Sub Translate and Sub Consolidate to get to the parent.
Cheers

Similar Messages

  • Creating Rules in HFM.

    While writing a business rule for HFM, in the sub calculate(), if I do not mention the entire intersection does the calcultaion run for the current POV or does it run for all intersections?
    Ex,
    If I write a script HS.Clear"A#11110"
    will the A#11110 be cleared for current POV or for all entities and scenarios and oter dimensions?

    Lijoy,
    If you don't use Select Case or IF/Then or some similar mechanism to control the execution of the clear statement, then the statement will execute for whichever Scenario, Entity, Year, Time Period and Value dimension member is in the user's POV. We will often use if/then statement to control where a formula executes. For example, say you wanted to clear the input-level data for a particular account for only base-level entities in your Budget scenario for years after 2007. You could do that by doing something like this:
    =========================================
    pov_entity = HS.Entity.Member
    pov_value = HS.Value.Member
    pov_scenario = HS.Scenario.Member
    pov_year = HS.Year.Member
    vIs_Base = HS.Entity.IsBase ("","")
    If pov_scenario = "Budget" and pov_year > "2007" and pov_value = "<Entity Currency>" and vIs_Base = True Then
    HS.Clear("A#1010")
    End If
    ============================================
    The variable declarations before the IF statement are just some standard items we put at the top of our rules file so that we don't have to write HS.Entity.Member every time we want to know what the current entity is - you can just pov_entity instead (this is supposed to be faster as well). Hope this helps!
    Best Regards,
    Bobby

  • How to install and run Rules Manager in XE

    I tried using Rules Manager in XE. Soon realized it is not installed. I ran the install scripts. Now it complains that java is not installed. Could not find initjvm scripts in XE. Has any one tried running Rules Manager on XE?

    Hi
    Notice that Java in the database is not available. See http://download-uk.oracle.com/docs/cd/B25329_01/doc/license.102/b25456/toc.htm#BABDDIAE...
    HTH
    Chris

  • Running Rules on "Locked"/Promoted Planning Units

    Hi All,
    I'm using Hyperion Planning and Smart View Version 11.1.2.2.
    Does anyone know if it is possible to prevent users from being able to run rules on data that is supposedly "locked out" by virtue of a Planning Unit? I was under the impression that Planning Units were supposed to control who could change the data rather than simply who could type numbers into forms, maybe I had this wrong? It seems a bit of a transparent piece of functionality if users can still change numbers after they've passed ownership to someone else.
    A working Example:
    A user can promote their data, but is still able to go back to a form where that data sits and run Rules on-Save, through Right-click menus or through Smart View.
    I'm worried about someone accidentally interfering with data whilst another user is analysing it etc.
    Am I missing something here?
    Regards
    Ed

    Hi, Ed.
    You're right, Planning has so many parts to be developed. PU promotion doesn't prevent users from running BR's
    If you're really worry about it you can think up a workaround.
    You have to create a new form having design simular to a PU hierarchy. User have to enter data (suppose 1) in intersection of Scenario, Version, Entity and Account (if used in PUH) All others dims member should be Begbalance, Product n/a etc.
    All BR's you need to prevent from executing while PU is approved, freezed or just owned by the reviewer or in other cases you think about should include extra code before original calculation takes place. You simply check the value of 1 in all calculated PUs in current BR and throw an error if meet it (@RETURN with some justified text message)
    So when one user (lets say first owner) has finished entering data he goes to the form discussed above and enters 1 for related PU. You can build a task list having such steps After that no one can execute BR successfuly
    Try this maybe it helps you
    Vladimir

  • How to start/run Rule Author GUI?

    hi,
    how we can start / run Oracle Rule Author GUI (part of Oracle Business Rules of Oracle AS)?
    as iv seen most of documentations n tutorials state only the 'usage' of it n none of those describe that how to start / run Rule author gui,,
    Best Regards

    hi ,
    i did all the tasks specified in this guide,,,but it is not mentioned here that how to restart RULEAUTHOR? and when i tried to start it by :
    http://machinename:7777/ruleauthor/
    it gives me HTTP 404 Not Found.
    plz tell me what to do ?
    Best Regards

  • Is it possible to run Rules/Seq from SmartView while connected to Essbase?

    Is it possible to run rules/sequences from SmartView while connected to Essbase URL in 9.3.1 version?
    Current environment does not have planning and we have to run rules while connecting to Essbase.
    Using http://<<ServerName>>:9080/aps/SmartView URL.
    There seems to be no way we can do it. Referred to DBAG, Planning and SV document but not mentioned.
    Thanks in advance!

    Hi,
    If you have attached you business rules to Essbase database connection in EAS, you should see them under Calculation Options. If you attached only Planning connection, you will have to connect to Planning in Smartview to execute business rules.
    Else, you will see only calculation scripts attached to the Essbase application.
    Let me know if it helps.
    Cheers
    RS

  • How do you run CalcMgrCmdLineLauncher.cmd for a ruleset that runs rules in multiple databases?

    Hi all,
    Just having recently upgraded to 11.1.2.2, I'm just trying to update our batch files to automate the running of some business rulesets using CalcMgrCmdLineLauncher.cmd. I can get business rules working ok, and rulesets that only run rules within the same database working, but I can't seem to get the rulesets running where the rules are running against multiple databases.
    I know the syntax is CalcMgrCmdLineLauncher.cmd -f:%PWD% /A:%PlanAPP% /U:%RUNUSR% /D:%EssbCapexDB% /S:%BR%
    but for the /D: argument, putting one of the databases in there doesnt work.
    The batch runs, it even says its successful in the log but its too quick and looking at the job console it didnt run.
    I can run the ruleset manually no problems.
    Anyone know how to fix this?
    Thanks

    One stated to "search cmd, right click, and run as admininstrator" but where is this?
    In the search field in your Vista start menu, type cmd
    Next, right-click on the cmd that comes up and select "Run as administrator".

  • ERPI - cannot run extract for HFM metadata rule

    Hi,
    I'm in the process of configuring ERPI for FDM/HFM, no EPMA, version 11.1.1.3. Things are working fine until I created an HFM metadata rule and wanted to run the extract.
    I see the extract ID and I can look at the process details and see it in there, but nothing is happening: no processes in ODI Operator, no log entries for the process ID in ERPI.
    Can somebody tell me what I'm missing? Also, is there a log file with information on what's going on behind the scenes, in case the process doesn't even get to ODI?
    Thanks,
    Matt

    Simple explanation: the agent wasn't running.
    I haven't found out if there is a log file with general information, though. Does anyone know?
    Thanks,
    Matt

  • Can not open data grids or run reports in HFM

    Hi
    We created an application and have been working in it for weeks without any issues. Just recently once we open the app, we can longer open data grids or run financial grids. The system just hangs and we do not get an error message. Has anyone experienced this? We are wondering if it is a space issue on one of the data base tables.

    Hello,
    I would start by checking with your DBA to see if you have any issues with table space. Next, i would log onto the HFM servers and see if you have any errors being recorded in the Application Event View. If you do have errors in your Event Viewer, can you please post them?
    Thanks
    Edited by: tonyfeole on Oct 13, 2009 1:33 PM

  • Running Rules in 11.1.2.2 workspace webforms - issues

    We are currently trying to migrate from 11.1.1.3 to 11.1.2.2
    Our business rules were migrated to Calc Manager. Most of our rules are run from a web form with two options on the web form: "Use Members on Form" and "Hide Prompt". They have been running this way without issue in 11.1.1.3 for years.
    However, in 11.1.2.2 it's like playing a slot machine. Sometimes the web form runs the right rule. Sometimes it runs a completely different rule, one not even attached to that web form! Sometimes it shows you the prompts when it shouldn't. Sometimes it uses Members on Form. Sometimes it brings up the prompt window when it shouldn't. Sometimes it brings up the prompt window with an entirely different member than on your form. Sometimes everything works as it should -- often on the first web form and the first rule. Often, but not always. It's random, repeatable, but random. Sometimes after it has repeatedly messed up I'll go to a different form and it will work and run the right rule.
    Sometimes we even get an error where it brings up the prompts when it shouldn't, has a valid member there, but it tells you the member is invalid. "Selected Member list is invalid ..... please check run time prompt limit setting."
    Has any one successfully used web forms to run business rules in 11.1.2.2? Has anyone encountered these kind of whacky issues?
    Thanks for any help!
    Brenda

    First of all, Thank you all for this post and replies and opening ticket with Oracle..
    We are facing similar issue, and its very bizarre. Is there any fix or work-around available or, any patch-set released for these issues?
    Please let everyone know. when a patch arrived for this (and other important fixes that I have not encountered as of now).
    thanks in advance,

  • Execution error while running rule in ERPI.

    Hi,
    I am facing error while, running the rule from the ERPI (workspace) , when i am checking the session in ODI, i am getting the error
    where as in ODI there is no such logical schema HFM_TGT. i am doing the integration of EBS rel12 with Planning using the ERPI, ODI and FDQM.
    I had created the Logical & physical schema for Planning, EBS and running through the context ERPI in ODI.
    *"com.sunopsis.core.SnpsInexistantObjectException: There is no connection for this logical schema/context pair:HFM_TGT / ERPI*
    at com.sunopsis.dwg.dbobj.SnpConnect.getSnpConnectByLSchemaNameAndContext(SnpConnect.java)
    at com.sunopsis.dwg.dbobj.SnpConnect.getSnpConnect(SnpConnect.java)
    at com.sunopsis.dwg.dbobj.SnpSession.getDwgConnectLst(SnpSession.java)
    at com.sunopsis.dwg.dbobj.SnpSession.getConLst(SnpSession.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.h.y(h.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)".
    help me out the above mention issue. .
    mail id : [email protected]
    Regards,
    Sudhir sinha.
    Edited by: user13032900 on Jun 15, 2010 10:06 PM

    Hi,
    I am using the classical metadata method. for creating the metadata rule file, i am adding the dimension using the FDM mapping.
    As the mapping rule is running with extract id , but in ODI it is giving the error.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 38, in ?
    com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver.
    Help me on the issue as, my objective is to extract the data from the ERP (EBS 12) through ERPI and load the data in the planning app through FDM.
    Regards,

  • I need to split up a folder of 80,000 emails in order to run rules

    I just switched to SpamSieve, and now I want to re-examine all the spam that I have. (I know, it's insane. Don't ask.) But if I try to do anything to all the email at once, it just stalls or crashes outright.
    So I found that the laborious process of grabbing a chunk of them, 1500 or fewer, and moving to a different folder allows me to process them. But of course, the process of grabbing and moving is ridiculously slow and obnoxious.
    I started to try and come up with some kind of automator action, and quickly realized that that would require some major annoying time and hassle, assuming i could make anything work. (I'd like to be able to tell it to grab the first 500, make a new box, move to that box, grab first 500, etc. over and over until they were all done. Then write something that would run the rules on the boxes. It would be nice...)
    I thought I had the perfect solution, the Big Mean Folder Machine. I used it to go through the mail folder in question and split them into folders of 1000 messages each. I hoped and prayed when I reopened Mail, they would be there. Well, they were, but they were there as the "white" folders that don't show anything inside them, and the top level folder still showed all the mail in the one mailbox.
    HELP!
    Any ideas?

    Multiple pop accounts, all on my actual computer, the folder of mail is about 512MB. It's not the inbox, it's a box I made to move the junk to because SpamSieve needs junk filtering to be off, which makes the Mail junk folder disappear. So I moved all the messages at once to a new box I made.
    Last night diddling around with it I managed to figure out that one key is making sure the new folders of mail are inside folders called "Messages" inside mailbox folder and the mailbox folder needs to have a plist file in it. I was messing with importing and I discovered that and actually managed to import one finder-created folder as a proper mailbox by doing that. Now ask me if I can remember everything I did that finally made that work? Because of course the key is the plist sitting in the mailbox fodler next to the folder called "messages" - some part of my messing around created that, not me. But I don't know what...
    oy.

  • Build and run Rules with Jdev Integrated Web Determination Server

    Hi
    I created the rule using Oracle Policy Modeling (OPM). Then built and deployed with Embedded Tomcat web determination server. Successfully done it.
    Now I have to run the same rule under Jdeveloper Integrated Server. As I know, current version of OPM doesn't support any external server other than Tomcat. In that case I have to copy the output from OPM to JDev Integrated server manually.
    Let me know the server location where I have to copy the rule from OPM to Jdev Server.
    Thanks
    Dev

    There are a couple of ways of deploying a new rulebase into OPA running on weblogic.
    These can be found in the documentation in the Oracle Policy Automation Developer's Guide (http://docs.oracle.com/html/E38272_01/toc.htm)
    1. The first way is to redploy the OPA runtime .war (web-determinations or determinations-server) when a new rulebase is built. These war files are created in the releases directory of the OPM project. When a new release is built the rulebase is embedded in the .war file
    2. The second way is to re-deploy the rulebase only. The rulebase is called <project name>.zip and is found in the output directory of the OPM project.
    To use the second approach in weblogic you must configure the OPA runtimes to use an external directory. See the Manage rulebases and application.properties sections of the Oracle Policy Automation Developer's Guide.
    Then decide if you want to 'hot-swap' (deploy immediately after copying a new rulebase to this directory. If you do not use hot swapping, you will have to restart the web application when you deploy a new version.
    Cheers
    Frank
    Edited by: frank.hampshire on Dec 13, 2012 11:35 AM

  • Running rules silently on save.

    Hi,
    I was thinking in doing something that I don't know if its possible.
    I would like to run 2 rules when a user saves a form, but the 2nd rule would run "silently" without the user noticing.
    So imagine I have 2 rules:
    Rule A takes 2 seconds to run.
    Rule B takes 30 seconds to run.
    I would like the following workflow:
    1. User presses save
    2. Rule A runs with the page values of the form
    3. Planning says to the user: Data is saved. Rule run with success.
    4. Rule B is launched with the same page values of the form, running sillently without showing anything.
    5. After 30 seconds rule B finishes, without feedback.
    Is this possible somehow?
    Thank you

    If the second calcs doesn't use RTP you can add it into the task list for the user entered data. So user doesn't need to wait for it ends
    If RPT are used your question more interesting. I've looked in RDBMS but can't found any flag for rules silent mode. Maybe it will apear one day.
    But what should be done by user between first and second transaction? Another save maybe, hence another concurrent proces... a bit more users doing the same things. They all think the data updated in 2sec but it's not true - admin can see the queue of concurrent.

  • Udev runs rules but it has no effect

    since kernel 2.6.31-rc2, the rfkill switch on my notebook starts working. im trying to access it and make it restart the wireless network with netcfg. in order to do this im setting the following rule in /etc/udev/rules.d/rfkill.rules
    SUBSYSTEM=="rfkill", ATTRS{state}=="1", RUN+="/etc/rc.d/net-auto restart"
    SUBSYSTEM=="rfkill", ATTRS{state}=="0", RUN+="/etc/rc.d/net-auto stop"
    these dont work.
    if, instead i make it output something to a file replacing the RUN+= entry with for example "date > /etc/rfkill_test" it does work.
    is there any restriction on what udev can do?
    it appears netcfg2 is not working properly when called from udev. can anyone help?

    something else ive been seeing. whenever a script runs without an interactive shell (aka, from cron, udev, or pm-suspend), they fail with these errors:
    /bin/stty: standard input: Inappropriate ioctl for device dbus
    can anyone help debug this? net-auto for example, fails to load the network during boot.
    ive been tweaking my kernel to speed up compile time (removed drivers mostly), could this be the culprit? kernel config here in pastebin: http://pastebin.com/m239980e7

Maybe you are looking for

  • Can't download updates from appstore after mountain lion install

    after installing mountain lion, i cannot download the update for Keynote (version 5.2)  in the Appstore. I get since installing mountain lion continuously (for 2 days now) a message dat een error is occuring in App store and that i should try again l

  • URGENT : Dynamic rowHeight in TileList

    I am dynamically populating a TileList with data from a database.  There are multiple rows in the TileList, but each row needs to be a different height depending on the data that is populated, and the row height needs to adjust dynamically to that da

  • Hide the column

    Hi, Is it  possible to hide column when there is no value not even zero? Regards, Pooja.

  • .mp4 video, won't play in QT, Real, Windows Media, but DOES in VLC

    I have a .mp4 video which plays fine (video, audio) in VLC, but does NOT play in QuickTime, RealPlayer or Windows Media Player. I have the latest Flip4Mac plug-in installed, as well. Is there a way to convert this into a video that will play in QT Pl

  • Status in opportunity

    We have the requirement in Opportunity Mnanagement , If I change the Phase from IDENTIIFICATION to QUOTATION ,by default  The tranjasction status should change from " INPROCESS " to " SENT QUOTATION " . any kind of information is rewarded . Thaks in