Invalid custom dimension

Hello

I use Hyperion Financial Management application 11.1.1.3. Recently I added the new entity in the HFM and run the consolidation with data. I get error below during the consolidation.

Consolidation began.
Member custom invalid: EUR.
VBScript runtime error line 88:Line 88.

Consolidation is over.

%0 VBScript runtime error.

Exactly, I am getting error in the script - Not (HS. If Custom4.IsChild ("Ignore", HS.) (Value.Currency ())) then...

Please could you help me solve this problem.

Thank you

Michel K

Hi, it seems that the rules want to write something to C4 EUR Member, but I think that under C4 substitute members, there is no EUR then HFM triggers a mistake here. James

Tags: Business Intelligence

Similar Questions

  • HFM rule if custom dimension condition

    Hi Experts,

    I have the following requirement:

    If the Member of the Department is d6XXXX or a descendant of d6XXXX, then

    R & D Labor and benefits is equal to work and benefits

    The Department is my custom dimension. I am not able to use it in the IF condition (get the error: object doesn't support this property or method).

    I use the following Script but sound limiting to specific departments of the D6XXXX. Its doing this calc for all members

    HS = strC1. CUSTOM2. List("","D6XXXX_Base")

    For each C2Item in strC1

    HS. Exp 'a #R and Benefits.strc1 and work D = a #Labor and benefits"

    Next

    D6XXXX_Base is a list of members.

    Any help would be appreciated.

    Try this one:

    HS = C2Li. CUSTOM2. List ("D6XXXX", "[Basic]")

    For i = LBound (C2Li) to UBound (C2Li)

    HS. Exp ' #R and D Labor and Benefits.C2 # "& C2Li (i) &"= a #Labor and benefits.

    Next

    If the account of the source also has a link to C2 dimension, you must add it at the end like this:

    HS. Exp ' #R and D Labor and Benefits.C2 # "& C2Li (i) &" = a #Labor and Benefits.C2 # "& C2Li (i)

  • Can we run approval custom dimension

    Can we run approval one dimension other than the entity, which is of the default dimension for this. But we can run it on any custom dimension?

    Hello

    the planning unit is a combination of a script, version, entity and a secondary dimension as an option. so in order to add another dimension specify as a secondary dimension in the planning unit

  • Eliminations and custom dimensions

    Hi guys,.

    Could you please help me to understand the relationship between customs and the eliminations?

    Thank you!

    JAI

    Hello Jai

    Custom dimensions are dimensions associated with the accounts. These dimensions allow you to specify additional details associated with the accounts, such as products, markets, channels, balance sheet movement or types of ELIMINATION. For example, custom dimensions could include Product Line, region, channel or clients. A custom dimension of products corresponding to sales and COGS accounts to track sales and details of the product cost.

    The removal is the process of resetting the (elimination) transactions between entities within an organization.

    Term of elimination in HFM is used to denote the process of elimination of values during consolidation.

    For PKI, then consolidated the common parent entity transactions PKI transactions b/w its entities both child are eliminated... that is, their effect doen't goes to the parent entity.

    For the Consolidation process, as bases of financial consolidation stipulates that, during the consolidation of an entity, its investment must be knockedOff / eliminated against the subsidiary capital, etc etc... and so that the other conditions and basic principles.

    For more information, see the last administrator's guide.

  • HFM 11.1.2.2 change custom dimension Table

    Hello

    We notice that there is a change in the HFM 11.1.2.2. dimension related to the custom of table structure.
    We have a passage of the 9.3.1 to 11.1.2.2. and note this change. We have a written request
    to extract the log of the database in the 9.3.1.

    Since the change in the structure of the table, someone knows how to bind the columns lCustom1 and lCustom2 of the WFD
    Table of * CUSTOM_ITEM or related table to get the name of the custom dimension member label?

    Thank you

    Hello
    In the 11.1.2.2 version, the lcustom1 field is of type BigInt (8 bytes)
    You must use the CUSTOM_MAP table to identify the size of dimension Custom1 and Custom2
    assuming that the two custom1 and custom2 is 4 bytes each. Then use the following formula
    to calculate the upper and lower lcustom1 bytes, for example:

    DECLARE @i bigint
    Set @i = 12884901894
    Select
    CUSTOM2 = (@i & 0xffffffff00000000) / 4294967296.
    CUSTOM1=@i & 0x00000000ffffffff

    Result:
    CUSTOM1 = 6
    CUSTOM2 = 3

    Then, you can reference the result of the CUSTOM_ITEM table.

  • Copy data between the custom dimension members or scenario

    Dear Experts,

    I'm back with my silly question.
    Is there anyone know how to copy all the data (not only entity currency) between members in the custom dimension? Our HFM application has a different type of data because the type declaration (legal and audit). Whenever we arrived with our legal data, we copy our legal consolidated data for verification. We tried to create a formula (using hs.exp) to move data from legal to check, but apparently, this formula should be write inside Sub calculate (). Is not supposed, we do not want to run the copy data every time that the user click on calculate.

    We also perform copy data between the scenario, as actual to Budget. This activity also needs all the data consolidated and final.

    So the condition for the copy of data are:
    -data must be consolidated
    -Copy all the data, including the adjustment

    Is there a formula or a way to copy the data that can be triggered individually (click 1 rules that run only copy data) by the user?

    Thank you very much for your kind response,
    -Anna

    Hi Anna,.
    As you say, you cannot trigger different parts of rules to run in HFM. Instead, you use a condition. In your case this condition might be guided by the management of the process. You can use a combination of GetSubmissionPhase, review status , and ReviewStatusUsingPhaseID functions that returns the current process management level and presentation details: phase. To me, it seems that as soon as you have finished legal, you complete a part of your process cycle and enter another stage of verification. Here are the parts of your publishing process, if you have defined a process in HFM management or not, which means that you should consider using it.

    -Kostas

  • Excerpt from Custom Dimension

    Hi Experts,

    Is it possible to extract data for specific custom Dimension members? I have a VB script that retrieves data for the accounts and specific entities, but it seems that HFM does not permit the extraction of data for custom dimension members.

    Does anyone know how I could possibly do?

    I'm sure you would default EA. The database can be set up, but the feature should be. Select Administration and see if EA is in the menu.

  • FDM sign flip function account and Custom Dimension pairs

    Hello

    I have a requirement where I have to change the sign of the amount when you import the data to the PIF file, I am aware of the sign flip in maps where can pass the sign based on the story. The requirement that I got is a little different.

    I was given 40 pairs of accounts and Custom3 members and I will have to change the sign for these 40 pairs.

    For example:

    1 account - Cover_Premiums and Custom3: gross

    2 share of reinsurance matters – Cover_Claims and Custom3-

    If the data file is to have the above pairs the amount of those who should not change.

    I wrote a script to import and attached to the dimension of amount in the import format. The script is

    If len (strfield) > 0 and account = Cover_Premiums and Custom3 = gross weight then

    signflip = strfield *-1

    on the other

    signflip = strfield

    If len (strfield) > 0 and account = Cover_Claims and = Custom3 share reinsurance then

    signflip = strfield *-1

    on the other

    signflip = strfield

    End if

    End If

    End Function.

    The script ran end after that recording works fine when the file is imported and its reversal, the sign for the records, but the problem is his flipping the sign for all records in the data file.

    I guess that it is run if statement only until the len (strfield) > 0 and its performance not the rest of the condition in the condition statement. IE: account = Cover_Premiums and Custom3 = gross weight.

    I'm not an expert FDM and not even sure if this is the right approach to do it or not.

    It is a requirement that is very critical for me, please help me with this problem.

    Thanks in advance.

    In a script to import, you have two input parameters:

    -strfield: value of the column of the source file that is defined in the import format. In case you, amount field

    -strRecord: all of the data in row processing.

    If we need to check the account and 3 Custom fields, you will first get these values for the strRecord parameter.

    In any case, I would say that you optimize your code by concatenating account and Custom3.

    For example, if you have a delimited by ';' with 5 fields file where the account is in 1st position and Custom 3 in the 2nd:

    Function signflip (strField, strRecord)

    strAccount = DW. Utilities.fParseString (strRecord, 5, 1, ';')

    strCustom3 = DW. Utilities.fParseString (strRecord, 5, 2, ';')

    strAccount = strAccC3 & "-" & strCustom3

    If len (strField) > 0 Then

    If strAccC3 = "Cover_Premiums" gross or strAccC3 = "Cover_Claims-reinsurance" Then

    signflip = strfield *-1

    On the other

    signflip = strField

    End If

    End If

    End Function

    Hope that specifies

  • Cannot download wild tangent games, kserver errror invalid customer request after that the virus

    DOWNLOAD PROBLEMS

    HAD PROBLEMS WITH VIRUSES... RAN ANTIVIRUS PROGRAM... NOW CANNOT DOWNLOAD MY WILD TANGENT GAMES. SAID - KSERVER ERROR INVALID CLIENT REQUEST-

    Hello susanwakeham,

    I suggest that contact the Wild Tangent games forum below to submit your question.  They would be better able to tell you why you can't connect to the server.
    http://Forum.WildGames.com/

    Thank you

    Marilyn

  • Custom dimension security class

    There are in our Custom 1, business lines in place. I want to restrict users to specific sectors of activity in Custom 1. I added safety class C1 members and the security file that I have loaded in the system. in the SSP, I assigned asscess control the user with security for the country and the C1 class it needs to access. However, the class of the country's security has worked he can only access these country data. But the C1 security class does not not because he can still see the business sector that I attributed to him.

    What could be the problem? Thanks for the help.

    Since the HFM customer, you must check the box in your settings app for UseSecurityForCustom1 metadata.

    Kind regards
    Jason

  • Auxiliary data import to a custom dimension FDM does not export

    Hi all

    We want to import data into an FDM (UD5) dimension that does not need to be mapped and or exported?

    How should we configure this dimension into the adapter of HFM?


    9.3.1


    Thank you

    Long story short, out of the box you can re-use existing columns in data bases or other fields perhaps; However, if you have already looked there and nothing works, how you want, your options will require customization...

    This would be pretty simple, even though you might minor wrath of Oracle support depending on how you implement it. Basically, you will need to do a few things that come to mind...

    #1-create a data storage area
    #2-recognize the import data
    #3-store the data in the storage area
    #4-faire a mechanism of recovery for this info (why you stock it if you cannot view never he?)

    # 1 assuming you can't do one or other of the existing database columns (I think you could...) I would just add another table in the FDM database that will contain the desired information. Considering that we don't mean data loading, you probably wish to add a foreign key and creating a relationship with the relevant existing tables/columns such as tDataSegxx (columns DataKey or PartitionKey/CatKey/PeriodKey). I would also do what I enable referential integrity and have the actions be delete/update data so that you don't orphans given in this table again at a later date.

    # 2 update your format import to have another column that will be your text and then I guess you have some choices. For the column, you can ask it run a script and just do the work to put the data in a database column; However... I would probably handle this in the AftValidate at that time here, you should have all the info you need to get the data of relationship you would like. Bottom line, is that there are options for this.

    # similar to point 3 #2, there are many options for how to keep it. Assuming that you're storing in a separate table and not to retarget an existing database column in FDM, I would just use ADO via script to do the changes/insertions/deletions.

    # 4 do not know what you want to do with this information, but you should be able to access with a FDM report, or you might get it on the stage of export via the script, etc. etc.

  • dimension of type 2 SCD configuration RPD

    I have type 2 scd customer dimension dimension

    Cust dim I cust primary key key, substitute id, start date, end date

    Fact table contains cust fk

    In the physical layer, how can I reach fact to decrease intensity

    In MDB How Can join done to decrease intensity

    Can someone explain to me the process

    In your physical, you perform a join as PK = FK & date BETWEEN start_date AND end_date.

    In MDB, there is nothing special, it's just like any other dimension.

  • Several dimensions of parent

    Hello

    I have a dimension that has many parents.

    For example, a customer dimension with dimensions parent: type of customer, risk, nationality, profession, etc. I can model such relationships using OBIEE?

    Concerning

    Of course, this is no problem. This simply means that parent several levels of a hierarchy - remember the dimensional hierarchy a finish at the shared child otherwise you need to model multiple logical tables with multiple hierarchies.

    Excellent example of SampleApp is always the dimension of time with the different year vs rollups of exercise that end up in the shared day level:

  • After transformation of HFM app EPMA, account and custom associations lost during the conversion to the members shared

    Hi all

    After I turned my request from the classic to the EPMA, and I try to spend my room size to shared, my medata loses the associations between the account and the customs, and I'm not able to fix it.

    Where can I find the exact measurements how to avoid this problem?    I right click on the dimensions one at a time, starting with account and selecting 'Dimension of sharing. "

    Subsequently I can't create ownership of the account CustomTop member associations in the custom dimension. I built test applications and tried several times and it fails every time.

    If someone has done this successfully could you please share your wisdom?

    Thank you
    Mark Smith

    Hi Mark,

    I faced the same problem.

    I realized that I had to follow a certain order the conversion of local to shared. It's an intuitive you realize the properties of the entity accounts, referencing other dimensions and where they must be converted first.

    Was the order, I follow-up - alias, money, class, year, view, value, scenario, c1 - c4, PKI, accounts or entities.

    Kind regards

    S

  • Maximum number of user defined dimensions for Hyperion application with several types of plan

    Dear,

    I know that the maximum number of dimensions is 20 for an application and for better performance, we shouldn't have more than 12 years, but if we plan different types? I found the below in the psb user guide:

    "Applications are supported up to 20 dimensions. However, optimal performance, not more than 12 dimensions must be attributed to each Type of Plan. »

    I have therefore 20 dimensions by plan type, or application? and that optimal performance it should be 12 dimensions by plan type, not by the application?

    Any advice, please?

    Thank you

    Hello

    The limit is for a planning application for a type of plan... You can add dimension to choose to exist for a type of plan in particular.

    All members of custom dimension that there will be for only this type of regime...

    Kind regards

    Sourabh

Maybe you are looking for

  • 10.4 acting strange

    My wife has an ibook G4 using 10.4.11 and when you start a program like for example Safari and then launch the activity monitor you will see the monitor activity on the dock jumping but then it stops and no response. Even vice versa when you start th

  • Help, whenever I launch Skype stops responding.

    When I open Skype, it connects I can see my contacts for about 3 seconds and then they no longer, she just started this doing out of nowhere, I have Event Viewer logs, and I'll post them here: Description:Name of the failing application: Skype.exe, v

  • Pavilion g6-2231tx: how to remove/reset the bios administrator password

    When I try to access bios setting it asks password administrator and after that three attempts it shows disabled system [73917648]... Please help me...

  • Malfunction VI

    The attached .vi aims to determine a correction factor based on the standard CTVS and input frequency "current". You will notice when you open it there ' has a structure big enough deal, and the only case that seems to be defective is 25, where I alw

  • What will be the Id - sustained v2.4?

    Everything can be read in the title. I seriously need them, and I don't want every time that of songs of tag to version 2.3. So please, update. Best regards McBag