Business Rules - Configure Entities/Scope without elimination rules.

Hello Experts,
I am working on BPC 10 and have set many elimination rules that apply to all "SCOPE".
Is there a way to configure that for a given "SCOPE" elimination rules may be nullified, you bone not apply to a SCOPE in particular?
Thanks for your time.
Ariel Crovetto

Hi,
When you configured AAS using the hyperion config utility it will have created the SQL database tables which business rules uses, you must have done this already if you said you were able to login previously.
The hbrserver.log is in \hyperion\deployments\AnalyticAdministrationServices\server\bin
You can also try :-
\Hyperion\deployments\Tomcat5\aas\logs
You can change the level of logging from within EAS in the properties section
If you have configured AAS correctly then you should have hbrserver.properties in \Hyperion\AnalyticAdministrationServices\ which has the connection details for EAS to connect to the SQL repository for using business rules.
I have also seen in the past where if you are trying to use business rules with planning through EAS you first have to log into the planning web application.
Cheers
John

Similar Messages

  • Re: US Elimination Rule Table

    Hello,
    I am trying to set up business rule for US Elimination. The parameters used are as follows:
    Elimination ID: ARAP01
    Source Data Source : INPUT
    Destination Data Source; AJ_ELIM
    When I click on "Validate US Elimination rule Table" it failed. I got the following message:
    "Cannot access a disposed object named "StatusDialong", Object nmae: "StatuDialog"
    Is anyone came across this kind of issue?
    Please share your thoughts.
    Thanks and regards,
    RJ

    OSS Note 0001519214 applied and issue resolved.

  • ICP Elimination rules in v11.1.2.3

    Hello Ladies and Gents, I have a question on how to write ICP elimination rules in a 6 custom dimension v11.1.2.3 application. Just to set the scene I am a 10 year plus HFM rules writer, so not someone who has just read the manual . I am currently on a project using v11.1.2.3 and against my better judgemement we are using 6 custom dimensions, What I thought was going to be a straightforward lift of existing rules I have has turned into a nightmare, namely intercompany elimination. The usual rule is to open a dataunit, identify your intercompany accounts and then reverse the IC balance into a plug account. I can get the IC balance to reverse into its original account, but it will not put the value into the plug account. The error message I get is that it doesn't recognise the custom1 dimension, the metadata custom dimension setup all ties up. My current rule is
      Call MyDataUnit.GetItemExtDim(i, vAccount, vICP, vCustom, dData)
       Dim CanEliminate
       Dim vPlug
       CanEliminate = True
       If (strComp(vICP, "[ICP None]", vbTextCompare) = 0) Then
        CanEliminate = False
       ElseIf (HS.Account.IsICP(vAccount) = False) Then
        CanEliminate = False
       ElseIf (HS.Parent.IsDescendant(HS.Parent.Member,vICP) = False) Then
        CanEliminate = False
       Else
        vPlug = HS.Account.PlugAcct(vAccount)
        If (vPlug = "") Then CanEliminate = False
       End If
       If CanEliminate Then
        dPCon = HS.Node.PCon("")
        Call HS.Con("V#[Elimination]",-1 * dPCon,"")
        Call HS.Con("V#[Elimination].C1#"&vCustom(0,1)&".A#"& vPlug,dPCon,"")
       End If
      End If
    Next
    The bolded line is the one that bombs out. I have used the new GetItemExtDim rule function. And the value that appears against vCustom(0,1) is exactly what I want it to be, but it still won't recognise it and the consolidation aborts. If I change the vPlug to vAccount then the rule runs, but that is not what I want, I need the plug account populated.
    I can't be the only one who has experienced this, What am I doing wrong??
    Paul

    Hi Paul
    I've encountered this problem once before the latest patch was applied to the environment. As far as I remember I had to pull out dimension name as well from vCustom array. So your line should go smth like this:
      Call HS.Con("V#[Elimination]." & vCustom(1,1) & "#" & vCustom(0,1) & ".A#" & vPlug,dPCon,"")
    Yet I am quite sure that nmC1 here is stored within vCustom (0,0) array cell and not (0,1). Since you say that the value of vCustom(0,1) is exactly what you want it to be, then this is probably not the case. But I would alter the line to:
      Call HS.Con("V#[Elimination]." & vCustom(1,0) & "#" & vCustom(0,0) & ".A#"& vPlug,dPCon,"")
    Hope this helps,
    Kirill

  • Help on Time type 0903, Identifying Schema and Rule configuration?

    Can you please help me with the following:
    1. What is time type 0903?
    2. How to identify schema and rule configuration?
    3. How do I identify the number of employees affected in case I have to make a configuration change?
    Thanks

    Hello,
    1) Time type is identified according to what purpose it is used. Check table T555A for details on why it is used in your configuration.
    2) There is no configuration in schema and rule. Schema and rules has the programs in them.
    3)What configuration changes you are planning to do? Depending on this we can then try to identify who is affected.
    Hope this answers your questions.
    Let me know if you need more info on how to configure time management and write schema and rules.

  • DIM: how to load metadata to Essbase without using rule files

    Hi,
    The Essbase adapter has been installed in the informatica PowerCenter (v8.1.1). We want to create a Essbase target definition to load metadata. In the Table Creation Wizard, we select Table Type: Dynamic dimension building (Type 3), but it needs to specify Rules file in the Column Creation Wizard.
    Any method to load metadata into Essbase without using Rules file?
    Thank you in advance.

    You could load the data into Essbase without Rule file by means of free form loading which the Datasource would be a file.

  • Hierarchy without Transfer rules?

    Dear All,
    Can we load Hierarchy without Transfer rules?
    *I know we can do this without Update rules but in the case of transfer rules?!!!
    Awaiting early response.
    Regards,
    KS.

    Hi,
    Here, the question is -> when we load hierarchy from SAP source sys.? do we need or not?
    But in TBW10 it is saying we can do hierarchy with and without transfer rules.
    Regards,
    KS

  • Maximum character limits for data types under the Definition tab in Outbound Dialer Import Rule configuration.

    Hello,
    We're running an outbound SIP dialer under UCCE 8.5(4). The need has come up to allow more than 10 characters for the first name field under the Definition tab in the import rule configuration section, however, it seems that 10 characters is the upper limit. The reason for wanting to do this is that we're seeing a large number of calls fail to import because the members first name is larger than 10 characters, for example, an import record with a first name of Maximillian will fail. The idea was presented to simply shorten the member name in the event it exceeds 10 characters. However, the concern is that this will cause the agent to mispronounce the members name when they are connected on the phone during initial greeting. For example, Maximillian now becomes Maximillia. Has anyone ever run into the need to do this? Is there a known workaround? Any ideas would be greatly appreciated.
    Regards,
    -Mike

    Mike,
    Are you certain that you're trying to increase the value of the correct field? When you go into your Import Rule > Definition tab > highlight the FirstName field name and click Modify... What you should see for Field length is 1-255. You can easily increase the number of character to over 10.

  • Is the extraction without Transfer rule possible?

    Can you help me out for this question.
    Thanks in advance
    Kay
    Is the extraction without Transfer rule possible?

    Until the version 3.x we need transfer rules for physical transfer of data.

  • Copying formatting from conditional formatting without the rules

    I tend to use a lot of conditional formatting in my spreadsheets. Unfortunately, this leads to two problems:
         1) I need more rules than are allowed (this seems to be related to the height of my screen... probably because the dialog box doesn't have a scrollbar)
         2) This really, really slows things down, especially when combined with cell references, and particularly when I'm trying to rearrange cells (as far as I can see Numbers has a tendency to freeze and/or blank out the table I'm working on)
    The easiest way I can see out of my predicament would be to somehow remove the conditional formatting rules while keeping the actual formatting... like copy-and-pasting values instead of the actual cells (with intact formulae). Is this possible? And if possible, how would I go about doing it?
    Thanks in advance!

    Up to 15 rules can be set for conditional formating of a cell.
    1)
    Considering that the usual purpose of conditional formatting is to flag 'unusual' values, and to make the 'condition' instantly visible and recognizable, that seems an over generous number. If a cell or group of cells on your table 'needs' more than 15 possible formats (the base format and 15 others based on rules), perhaps what's needed is a re-thinking of why that many are needed, and whether having that many formats adequately answers that 'why'.
    If you really do need that many, you can set then, even if your display height is filled with fewer than that. Additional rules may be inserted after any existing rule, not just the last one. note, though, that the conditions are evaluated in the order the rules are listed, from top to bottom, and the format is set by the first rule encountered whose condition is met.
    2)
    Not surprising. Numbers recalculates the entire table each time a value in the table is changed. That calculation includes through each list of conditional formatting rules until a match is found (or the end of the list is reached), and includes setting the new format for each affected cell.
    3)
    Not that I'm aware of. The base format of the cell may be copied (option-command-C) and pasted elsewhere (option-command-V), and that pair of operations will include any conditional format rules that had been set for the original cell.
    But conditional formatting is just that—a set of rules that applies a set of attributes to a cell when a specific condition is met. The applied format exists only when the condition is met, and can't be copied except by copying the rule—actually the whole set of rules for that cell—which puts you no further ahead.
    3a) You could, of course, change the base format of the cell to match the colour and style applied by the conditional rule, then clear the conditional format rules for that cell or set of cells. That would 'remove the rules while keeping the (applied) formatting', and would leave the formulas intact. seems to me a game not worth the candle, though.
    Regards,
    Barry

  • Issue - Oracle Business Indicators configuration in iPhone

    Hi Everyone,
    I am having an issue with Oracle Business Indicators configuration in iPhone. I have provided the IP address and username and pwd but I am getting the below error. Do I need to make any configuration or setup at our BI servier level?
    The network operation encountered an error for the activity 'creation of an OBIEE session'.
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Thanks in advance
    G

    You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
    For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
    You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
    If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

  • Activate Business Scenario Configuration Error in SCL SOAMANAGER

    Hi Holger,
    With your assistance, I managed to solve my issue creating the business scenario as posted in
    Re: 3.3.8 Create a Business Scenario Configuration .
    However, now I face another situation.
    Once I have created the 3 required business scenario's on my SCL, I then proceed to activate them.
    I face the similar error as posted by Simon Kemp previously on Activate Logical Ports Fails with UDDI error
    Error Message:
    Activate logical ports for service group /IWCNT/BPC_SERVICE_GROUP and application PS_ER4_100/APP_ER4CLNT100 in scenario STARTER_SERVICES
    I have created the SAPLOGONPROFILE version 1, exported from the backend and imported into the SCL. The versions are the same.
    Thanks.
    Regards,
    Haridev

    Hi,
    the troubleshooting guide I have created is now online:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/603ab5a0-184b-2e10-98a7-fa7e7e9da7a1
    Can you take a look at the chapters:
    7. An unexpected error occurred while executing the specified Action
    18. When opening a Workspace in the Start Services scenario you get an unexpected error occurred
    Maybe when you look through the Analysis and Resolution you get some points.
    If it does not help please provide more information of the error that you get when activating the service.
    Regards,
    Holger.

  • Business partner configuration steps in treasury

    Reqiure Business partner configuration steps in treasury.
    While creating business partner i get the message :Personal address doesnot exist.
    How to rectify this?

    No reply.Closed.

  • Configuration assistant,  business scenario configurator

    Hi All,
    We have two tools used in ID, namely,
    1. configuration assistant, 
    2. business scenario configurator
    Can anyone tell the difference between them ..
    Regards,
    Mona

    Mona,
    If you maintain your Integration Scenario in the repository with the Actions , Connections , etc... then Configuration Wizard will take you through a wizard to create the ID objects .... automatically
    That case you do not need to create the objects manually...
    However I do not use it and prefer to create the objects manually .. and also in XI3.0 there is a bug in the wizard for the sender agreement creation and you have to delete and create the sender agreement manually....
    Cheers,
    Himadri

  • 3.3.8 Create a Business Scenario Configuration

    Hi,
    I am trying to create Business Scenario Configuration via the SCL SOAMANAGER site.
    I click New, key in STARTER_SERVICES as the name and then proceed Next.
    I click on Add, the Search page is displayed.
    But I only have the option to search by Service. The guide states to change it to search by ServiceGroup.
    I dont have that option.
    Is there another way of doing this?
    Thank you in advance.
    Haridev

    Hi Haridev,
    all these steps should be taken care of by the installation Wizard.
    However, if you want to do it manually, then make sure that you are in Step 3 Consumer Side. Click on Add and a new Window should open. In here the "Search By" field has "ServiceGroup" selected by default.
    My guess would be that you are still in step 2 "Provider Side" where you can only search for Services.
    Regards,
    Holger.

  • Help on Business Scenario Configuration Guide for SRM Server 5.5

    hai friends
    where can i get Business Scenario Configuration Guide.for Version SRM server 5.5
    i found for 4.0 and 5.0 but not for 5.5 Please let me know the link of market place
    thanks
    Regards
    Krishna

    Hi Krishna,
    You can find all configuration guides at http://service.sap.com/ibc. For SRM server 5.5 (SRM5.0), the configuration guide has to be downloaded from Solution Manager.
    Solution Manager is must for all new version implementations now.
    Regards,
    Prashant
    Do reward points for helpful answers

Maybe you are looking for

  • Excise details in MIGO

    Dear Guru's, I am creating Goods receipt for STO process. In this transaction, after filling the excise invoice and date the system will pick excise amounts automatically. But that was not happening. Pls tell me wat are the other settings to be  main

  • Every photo has a blue sting but not in the level view. What must I do to change this? In other programms the pictures are shown right.

    Every photo has a blue sting but not in the level view. What must I do to change this? In other programms the pictures are shown right.

  • While import data through ff_5 i am getting error

    hello while import data through ff_5 i am getting error  as below message error fv150 and fv151 'Termination in statement no. 00009 of acct 1101200570116; closing record 62F missing' so please give solution thank inadvance SIRI

  • No embedded images on mail

    In Mail, I can not see any embedded image. The attached images no problem, but the ebedded are seen as a blue square with a question mark. No newsletter visible. I have checked the "view remote images on HTML messages", but , .....nothing Any ideas??

  • Searches in java

    hey all I'm glad to be back in school because i get a chance to learn new things about programming. And with that comes annoying questions i usually post for the senior members. Here is what i dont understand about serching in java. What is better a