Attempt to add new entity/child/location in FDM for HFM 9.3.1

How can I create a child or in this case a location of retail for a Parent of FDM. When I go to places I can see all the parents and brothers and sisters, but I don't see children/retail locations. How can I add them. This customer has no Dimension library in the workspace. The client works in HFM 9.3.1

-Connect to web FDM
-Click on metadata
-Click sites
-Locate the Parent
-Right click and select Add a child

Tags: Business Intelligence

Similar Questions

  • Create a line for the new entity using createInstance2 with AttributeList


    I use JDeveloper 11.1.2.3.

    I am creating a method in the Module of the Application to create a new entity row in a child table.

    I think I'm to provide the value of the foreign key for the parent table in the AttributeList argument.

    I have search the Forum and carried out a large number of "Googling", but have not been able to find an example where AttributeList is not null.

    Can you point me to an example?

    Thank you

    I created a method in bean managed to add a line through the iterator for the "join table", passing the primary key for each parent table.

    protected void createHistoryForProblem (String or activity, long fkProbrcptReceiptDtl)
    {
    Get the link for the page container
    BindingContainer bindingContainer = this.getBindingContainerByPath("com_gac_apps_receiving_view_requestConformityPaperworkPageDef");
                                                                           
    DCIteratorBinding dcib = (DCIteratorBinding) bindingContainer.get("AllDetailForAProblemForAReceiptIterator");
       
    RowSetIterator rsi = dcib.getRowSetIterator ();

    Insert a new line
    Line newContactRow = rsi.createRow ();

    disable data validation
    newContactRow.setNewRowState (Row.STATUS_INITIALIZED);

    initialize the columns in the row.
    newContactRow.setAttribute ("FkProbrcptReceiptDtl", fkProbrcptReceiptDtl);
       
    newContactRow.setAttribute ("FkProbrcptReceiptActvy", 2);
      
    Insert the new line
    rsi.insertRow (newContactRow);
    rsi.setCurrentRow (newContactRow);
       
    OperationBinding operationBinding = bindingContainer.getOperationBinding ("Commit");

    Object result = operationBinding.execute ();
    If (! operationBinding.getErrors () .isEmpty ())
    {
    StringBuffer sb = new StringBuffer();
         
    List errors = operationBinding.getErrors ();
         
    for (object error: errors)
    {
    SB. Append (error + "/ n");
    }
         
    throw new RuntimeException ("error occurred during the Commission of the data in createHistoryForProblem-" + sb.toString ());
    }
    }

  • I can't add new bookmarks all of a sudden. Always occurs in safe mode

    I can add new bookmarks are no longer. The box will not be displayed on all Web sites, but is displayed on the yahoo homepage. I tried to disable a material option as suggested on mozilla troubleshooting guide located under options > tab advanced no chance... issue always happens in safe mode and I tried to reset my firefox settings with no luck.

    I forgot this option (when you use the full menu bar, this icon of the menu is hidden). So normally the White Star in the address bar icon turns yellow and a grave opens and allows you to change the bookmark (or cancel).

    I'm surprised that it works on one web page, but not others. Since you have already reset Firefox, two things come to mind:

    (1) install Firefox on itself to replace all the damaged program files. You can download the installer from: https://www.mozilla.org/en-US/firefox/fx/#desktop

    (2) work through the fixes in this article: cannot add, change, or bookmark - how to fix.

  • Connection cricket MSGM8 phone USB on my laptop (running Windows XP Pro) run the Add New Hardware Wizard, but cannot find drivers

    Original title: badminton MSGM8 phone to the USB port on my laptop to pis draft.exe

    connecting a phone to cricket MSGM8 USB on my laptop (running Windows XP Pro) run the Add New Hardware Wizard, trying to locate the software for Qualcomm CDMA Technologies MSM, but can not find the drivers, any fix?

    Hi ChristopherStout,

    (1) what is the complete error message you receive?

    (2) is limited only to Cricket MSGM8 phone?

    Method 1: Run the fixit available in the article below and then check if it makes a difference

    A computer that is running Windows XP cannot detect a USB, an Apple iPod flash drive or an external hard disk drive
    http://support.Microsoft.com/kb/925196

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base.
    How to back up and restore the registry in Windows

    Method 2: If you provided drivers\software disc from the manufacturer of the computer, go ahead and install it.  You can see the steps outlined in the article below

    How to troubleshoot unknown devices listed in Device Manager in Windows XP
    http://support.Microsoft.com/kb/314464

  • How can I add new fonts to lightroom in creative cloud?

    How can I add new fonts to Lightroom in creative cloud?

    Hi Iris,.

    You must add the fonts to the following location, in accordance with article: Instructions of Installation of fonts | Adobe

    Kind regards

    Tanuj

  • New entity

    How to create a new entity?

    First display the logic model.  (You will need to select Show in the context menu for the logic model node in the Navigator tree to view the diagram).

    Then select the new button in the button bar above the logical schema and then click on the location of the schema for the new entity.

  • Need help to work around the error message: Houston-27101: attempt to access an entity died in OT.

    Hello world

    My logic in prepareForDML() updates some attributes (shown in the excerpt below) based on the question whether an insert or an update is in progress. But, when I delete a line, I get the following error: Houston-27101: attempt to access an entity died in OT. So far, I have not been able to catch this error.


            if (operation == DML_INSERT) {
                setLineId((new SequenceImpl("eo_s",
                                            getDBTransaction()).getSequenceNumber()));
                setCreatedBy(createdBy);
                setCreationDate(currentDateAndTime);
                setLastUpdatedBy(lastUpdatedBy);
                setLastUpdateDate(currentDateAndTime);
            } else if (operation == DML_UPDATE) {
                setLastUpdatedBy(lastUpdatedBy);
                setLastUpdateDate(currentDateAndTime);
            }
    

    Any advice would be appreciated. Thank you!

    James

    You can turn on debugging of BC4J with :-Djbo .debugoutput = console (ADF & amp;) WebLogic how to: activate on your ADF Application Diagnostic Messages)

    Debug log will probably contain information about the columns that cause this error (you will probably see something like: "compare entity failed to attribute...").

    And what about new info provided in your last post:

    If OS is based on db, you can expect problems with line lock (because EO use internal methods doSelect() and lock() and db views cannot be locked)

    Also, check if you have set the primary key on your entity object columns.

    Dario

    Post edited by: kdario

  • Add new data to the table in a log file

    Hi all. I am new to Oracle and I need to also write new data table in a logfile on Linux in order to live in the display screen. My first thought was to write a trigger, and after some research on googled around, I finally came to this:

    create or replace trigger foo_insert
    After Insert on foo
    for each line
    declare
    f utl_file.file_type;
    s VARCHAR2 (255);
    Start
    s: =: new.udate | '-' || : new.time | ' ' || : new.foo | ' ' || : new.bar | ' ' || : new.xyzzy | ' ' || : new.frobozz | ' ' || : new.quux | ' ' || : new.wombat;
    f: = utl_file.fopen ('BLAH_BLAH', 'current.log', ' a');
    UTL_FILE.put_line (f, s);
    UTL_FILE.fclose (f);
    end foo_insert;

    It seems properly to add new data in the log file as new inserts occur, but open and close the file each time are of course not optimal.
    In the app real new lines could have inserted every second or two. How can I optimize it? In addition, the log file will be archived and turned every day, so there must be a way to effectively report the relaxation of the oracle to reopen the case.


    Thank you!

    >
    I would like to pursue the optimization of the trigger
    >
    As Ed suggested you need to think this through a few others and refine the requirements.

    You said "I am new to Oracle. So you may not realize that anything a trigger didn't REALLY EVEN HAPPEN! The transaction can still be restored by Oracle or by the appellant. Want that all the 'hiccups' look too? If this isn't the case, then you can not use a trigger to do this. You need the process that translates the trigger being called to do logging after the data is stored.

    It should be noted that this requirement is before we can offer solutions to a problem.

    Assuming you want the trigger record all attempts change the data, then the best way I know to do that is to minimize the work does the trigger.
    Another fundamental principle is to follow the advice of the Ed and have a clear separation and distinction between "what" should be done and 'how' to do it.

    To minimize the trigger work change proposed Nicosa approach. Create an AUTONOMOUS_TRANSACTION stored procedure that handles the 'how' and just have the trigger to transfer data to the stored procedure values. The trigger provides data; He doesn't know, or care, what is done with the data.

    The stored procedure is then free to use the files, a table, write to a file or any other method is proving to be the best. You can change the methods without affecting the trigger.

    A queue or table may contain data, but again once you need to think about the obligation. Do you need fair access to data only once? Now, you want a "tail". But what happens if this requirement change tomorrow? You won't have to redesign the architecture.

    With a queue once you delete the queue data it won't here later if you want to get it again. With a table you can take as long as you want.

    I would like to start by using a table to store the data. If you use a sequence number or "insert_date" value, you can always query the data of interest. The table just collects data. He does not care how to use data.

    So, by using proven design principles and knowing that the requirements are for the most part unknown and may change unexpectedly, I would be:

    1. create an AUTONOMOUS_TRANSACTION stored procedure that accepts the parameter data and the thicket in a simple logging table.
    2. change your trigger to call the procedure to step #1
    3. create another procedure that performs a query of 'tail' for you will depend on 'insert_date' number or sequence. This query can write data to a file or return a cursor ref that your script can use to provide data for display.

    The approach described above takes each step in the process relatively independent of the other stages.

    Until put you the finishing touches to the requirements that you do not want to lock up your initial design.

  • How do you add new shortcuts keyboard for the ESTK?

    keyboard shortcuts.JPG

    In many applications of our days, the user has the possibility to add new shortcuts keyboard beyond those that exist among the plethora of keyboard coming already prepackaged assignments. According to their number and the how an existing feature has been located on the keyboard, the user might have to deal with the conflict of the F2 key to their new macro shortcut assignment while making the assignment previous null.

    The ESTK interface seems to have some of these features; for example, editing-> Preferences-> keyboard shortcuts, however, I am unable to find out where and how the user can add a new macro, and assign a keyboard shortcut.

    In this example, everything I wanted to do was to decide quickly on a line or a block of comments from a script. Currently (CS6), the only options seem to be limited to Shift + Ctrl + K using this method will insert only / / ~ at the beginning of a line already has text on it and will not work on a new blank line.

    How can we (CS6) ESTK user adds a new macro and assign it a keyboard shortcut?

    I thank very you much for any answer.

    Kelly

    > How the (CS6) ESTK user adds a new macro and assign it a keyboard shortcut?

    You can't, unfortunately.

    Peter

  • new entity persistence does not update the other side of the relationship?

    Hi all

    I don't know if I missed this when learning/reading on ejb3... I have two objects, a user and a friends list. A user can have many friends. A friends a lot back to the users. When I still a new user... There no friends yet... which works very well. When I persist a friend, I still the entity from a friend... who saves. I even add the friend.setUser (user). For some reason, the persistence of a friend works... but the user.getFriends () returns 0 friends. I would have thought persisted a new entity to a friend with the set of users, would also update the user with a mapping of many institutions? It seems that I have to do something like:

    The < friends > friends list = user.getFriends ();
    If (null == friends) {}
    friends = new ArrayList < friend > ();
    user.setFriends (friends);
    }
    Friends.Add (User);

    When I do this... It then adds the friend, and it seems to update the relationship of the user so that user.getFriends () returns the newly added friend too.

    Is there a better way to do it? Should I rather put the new friend on the list of users... and who will continue the friend too?

    Thank you.

    Yes, unfortunately, you must do it manually. Hibernate supports this feature, but that does not make them in the jpa specification, so when you use App, you must explicitly update the two ends of the relationship.

  • I have an ipod touch 128 GB... but I'm almost to reach its maximum.  I want to do is buy a new ipod touch 128 GB and add new music without synchronizing the entire library to it... I have 2 ipods in conjunction with other copies

    I have an ipod touch 128 GB... but I'm almost to reach its maximum.

    I want to do is buy a new ipod touch 128 GB and add new music without synchronizing the entire library to it... I have 2 ipods in conjunction with the other copies of the other.

    is this possible?

    What should I do?

    Matt

    When you get the new iPod, you can use iTunes on your computer to select and synchronize the music you want on it, in the same way that you synchronize your current iPod - your iTunes will recognize them as different devices and will remember your choice of synchronization for each, it will not (unless, for example, you restore the backup of your current on her iPod) put the same content on both.

    (I asked for your post be moved to the iPod Touch forum, where you have posted is the iPad forum use.)

  • How to add new folders in thunderbird for mac 38.2.0 POP3

    Switch PC to a macbook pro. Downloaded Thunderbird 38.2.0. I am trying to add new folders, under local folders. Trash and Outbox are in local folders, but I don't see how to add folders to organize my mail.

    Right-click

  • I can't add new bookmarks

    I have been unable to add new bookmarks for awhile now,-either by click on the Star then the bookmarks icon in the toolbar (blue, flying star in the toolbar animation is happening, but the star remains empty) or in the menu on the right by clicking on a tab. I can add/edit the bookmarks if I go to the bookmark manager.

    I know that this issue was raised before, however, none of the answers posted (that I got at least) helped.

    I tried the solution places.sqlite. It did not help.

    I tried the addon in maintenance of places. It did not help.

    Thank you

    Most likely, this is caused by the IE Tab + extension. Try disabling or deleting on the page modules. Either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click Extensions. Then you can find IE Tab + on the right side.

    Often, a link will appear above a disabled/removed extension to restart Firefox for the changes to take effect. You can complete your work on the tab and click one of the links in the last step.

    Which solves the problem?

    Note: I don't know if all the IE Tab extensions will be updated to fix this all seem to cause in Firefox 40. If you need to load some sites in Internet Explorer, you can use the following extension place - it sends the URL IE to load: https://addons.mozilla.org/firefox/addon/open-in-ie/

  • Cannot add new bookmarks.

    I'm using Firefox 34.0.5 and recently discovered that I can not add new bookmarks. A keyboard < Ctrl > d does nothing. If I click on the star to make a bookmark, I see the animation of the star wheel above the bookmark icon and turns blue in the process. But after the animation is completed, the star is colorless and no bookmarks appear in the "do not sort" or any other bookmarks folder.

    I have Firefox "Reset" by the option "restart with modules disabled...". "menu of aid, but has not helped. I do not use any addons "bookmark".

    My PC is running Windows 7 Pro 64 bit. He has 32 GB of memory and a 256GB SSD as drive MBR (C).

    Is there a solution to my problem?

    Hello

    Try to see this help article:

  • Mac contacts won't let me add new groups?

    Program Contacts Mac doesn't let me add new groups.

    When I put a new group name in, it disappears and is replaced by group "Untitled."

    Yep, it's a bug. But you can rename the group after that. Select the Group and then go to Edition-> Rename Group. Then you can call it correctly.

Maybe you are looking for