(ESSBASE) How to move shared member into hyerachy

Hi, i've this question: How can I move a shared member into the Essbase Outline hyerarchy when I load metadata?
I've tried using the "Allow Move" option into "Dimension Builiding" session of the rule, but the system gives me an error...

I have a dimension called "clienti" structured in this way:
Clienti
- GER1
-XXXXX 1
-A
-XXXXXX 2
-GER2
- YYYY1
- YYYY2
- A (shared)
-GER3
- ZZZZZ1
- ZZZZZ2
- A (shared)
Now, using a rule that reads form SQL source, I wanto to transofrm my hyerarchy in this way (the member "A" changes his parent in all hyerarchies [Ger1, 2 and 3]):
Clienti
- GER1
-XXXXX 1
-XXXXXX 2
-A
-GER2
- YYYY1
- A (shared)
- YYYY2
-GER3
- ZZZZZ1
- A (shared)
- ZZZZZ2
The way I follow it's:
1) load ONLY GER1 members filtering by SQL statement (Select * form "TABLE" where "FILED_NAME" ="GER1") with "ALLOW MOVE" option checked into rule properties -> IT'S OK, the member "A" changes its partent correctly
2) load GER2 in the same way, but the system gives me this error: Dimension build failed. Error code[1060053]. Check the server log and the dimension duild log for more information. Unexpected essbase error1007083
The log dont give me any info and the dimension build log is not created
The same when I try to load GER3 and if I try to load ALL (Ger1 + 2 +3)
My doubt is that is not possible to move shared members..
Thaks!!

Similar Messages

  • How to move a selection into another selection in elements 12

    how to move a selection into another selection in elements 12

    Open picture B, the one you wish to select something from to add to another picture.
    Use one of the selection tools, e.g. selection brush, lasso tool, to select the object. You will see an outline ("marching ants") once the selection is complete
    Go to Edit menu>copy to copy the selection to the clipboard
    Open picture A, then go to Edit>paste
    Use the move tool to position object from picture B.
    In the layers palette you should see picture A as the background layer, and object B on a separate layer

  • How to move char10 value into int4

    Hi All,
    i am trying to move the value of vbeln(table LIPS) into field obknr of table SER01 in my program.
    vbeln is of type char10
    and obknr is of type int4 of size 10.
    while running the program, its giving dump.
    can anyone suggest me how to avoid the dump and how to move the value.
    Thank you.

    Hi,
    Use function module CONVERT_STRING_TO_INTEGER
    where in parameter P_STRING pass value of VBELN and will give P_INT as an Output there you can use OBKNR.
    Hope it will solve your issue.

  • I followed directions of arrowing down and hitting delete, but cannot get certain addresses out of by address/location bar. What am I doing wrong? I also have not been able to figure out how to move existing bookmarks into folders.

    I am running Windows Vista, Firefox 3.6.13, on a 18 month old HP a6700f. I read the embedded help, but the instructions for deleting addresses doesn't work and it doesn't tell how to move existing bookmarks to a folder.

    See:
    * http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox
    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.<br />
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.<br />
    This will open the Edit This Bookmark dialog and you can click the Remove button to remove the bookmark if you want to remove such a bookmarked entry.<br />
    * [[Clearing Location bar history]]
    * [[Cannot clear Location bar history]]

  • How to move multiple components into a Tab Component and still keep layout?

    I have created a Combination Chart with multiple combo boxes and a slider on my Xcelsius Canvas.  Now, I realize that I want to put all of this into a Tab Set Component.  How can I move everything into this new Tab Component without messing up all the layout and alignment I have done on all my components already?  I tried shift-selecting everything and doing a drag --> drop into the Tab Canvas but they just all stack on top of each other.
    Can this be done?  Would it be wiser to start a new Xcelsius document, place a Tab Set Component on the canvas and then copy --> paste from the original document into the new one? I'm reluctant to do this though (even within the same document) because it forces all components to be renamed back to their defaults such as Chart 1, Combo Box 1, etc etc.
    Edit:
    Bolded my biggest concern on this topic, can components be copy/pasted or cut/pasted and still retain their original name?

    i think this scenario would work fine for you
    choose all the components you want to move from the "Object Browser"
    you can show the Object Browser from the View Menu
    after you select them all, you can drag them to your Tab component
    or you can make them as a group, so it will be easy to move them as the same layout they have.
    to make them as one group
    select them all, go to format menu, and select Group
    now you have all of them as one item, move them to the tab and then you can ungroup them the same way
    good luck
    Amr

  • How to move excluded items into Measures in OBIEE 11g Pivot Table

    Hi All,
    Need your help. Previously I have about 25 facts in my pivot table as rows. Now I need to add about 10 more. Adding new criteria only put the items into Excluded section. How can I move all these new items at once to the end of the existing facts? What I can do now is moving them one by one, and in the middle of existing facts, then move it again, because I can point my cursor to the end of them directly.
    Thanks a lot,
    Gajah.

    I've tried to drag the fact heading, but I can't point my cursor to the end of existing list of facts (unfortunately they are all in the same fact group name). Do you have any suggestion on how to put the new facts at the end of the list?
    Thanks.

  • How to move a photo into a different project

    I'm trying to clean up my projects and organize them better, but I'm stuck because I have mistakenly gathered unrelated photos into too many projects. I just want to move a photo from one project to another, but I'm not getting how to do it. I've been able to merge projects which has helped a lot, but some photos just don't belong in the projects they are in. Is there some simple thing I'm missing?

    Drag the selected Image(s) from the Browser and drop them on the target Project's name in the Library Inspector.
    You may find it helpful to flag Images in various containers that you want to move into a specific Project, then select the Flagged container from the Library inspector, select all the flagged Images, and drag-and-drop them into the target Project.
    More information is here in the User Manual.
    HTH,
    --Kirby.

  • How to move one array into another...

    Move the values in temp[] into scores[][].
    int temp[]= {34 ,24,78,65,45,100,90,97,56,89,78,98,74,90,98,24,45,76,89,54,12,20,22,55,66};int scores = new int[5][5];
    Thanks
    c

    well last try... :)
    some chars just dont display... when I use [ _pre_ ]
    tagg
    public static void main(String[] args)
    int temp[]= {34
    {34
    ,24,78,65,45,100,90,97,56,89,78,98,74,90,98,24,45,76,89
    54,12,20,22,55,66};
    int[][] scores = new int[5][5];
    int k = 0;
    for( int a=0; a<scores.length; a++ )
    for( int b=0; b<scores[a].length; b++ )
    scores[ a ][ b ] = temp[ k++ ];
    for( int a = 0; a<scores.length; a++ )
    for( int b = 0; b<scores[ a ].length; b++ )
    System.out.print( scores[ a ][ b ] + " ");
    In case you're wondering, this is my reply from the Advanced Topics forum decoded into a "New to Java" forum answer. ;) Also an illustration of a bug in the code brackets.

  • How to move existing attachments into new external storage?

    Dears,
    could you pls advice is it possible to move attachments, stored in internal database (table SOFFCONT1) into content server?
    I've read note 389366 (report RSIRPIRL), but i guess it doesn't work as expected, because document area is empty for SOFFDB repository.
    will be grateful for any input!

    The question seem not to be ESR related. Choose right forum to get an answer.
    Regards
    Stefan

  • How to move pdf files into iCloud drive folder

    Now that we can have a folder called, say "personal" with pages, numbers and other files in - how can I get my pdf files that are currently in iBooks into these iCloud drive folders. I don't even know where the pdfs from iBooks are! Certainly not in iTunes. I have many dozens of pdfs which could do with sorting into folders with their relevant notes that I make in Pages. I have an IPad Air and an iPad with Yosemite.

    Thanks, Niel, though I underspecified the problem a bit because I knew how to do the rest in Automator; unfortunately, I know even less about Applescript.
    How do I also specify that the file names must begin with a specific text string (e.g. "journal.").
    John

  • GuidedProcedure - how to move uploaded document into KM?

    Hello Anyone,
    could you please help me on how to get an uploaded Document into a specific Directory of the KnowledgeManagement?
    Currently I am trying to create a Process (Guided Procedure) which lets a User upload a Document (Callable Object->Misc->File Input), create a Folder in the KM, store this uploaded Document into that folder and adapt some folder-rights, configure discussions, etc..
    However, I can't find any programs/webdynpros/callableobjects which do these things? Any hints on standard, reusable "components" which may be used as Callable Objects to work with the KnowledgeManagementSystem?
    Thanks a lot,
    Kai

    Follow Up: is there any possibility to use existing iViews like CallableObjects, e.g. setting default parameters, chaining iViews, etc... ?

  • How to move a download into the Applications folder?

    I downloaded a free spreadsheet program from open org and wanted to move it from the Downloads folder to the Applications folder. How can I do this.
    I also want to have an icon for this software in the bar along the bottom of the screen.

    Drag it from the Downloads folder to the Applications folder. If you need an intermediate step, drag it from the Downloads folder to the Desktop and then drag it to the Applications folder.
    Then stop down to your local bookstore and get some books on Mac OS X.

  • How to load shared members into a duplicate outline using load rules

    Hello, I am trying to load an alternate hierarchy into the same dimension in an outline that accepts duplicate members using EAS load rules ... there is no property for shared members so i can't specify it in the load rule .. i tried using parent child and it is not working - no shared members are loaded in the alternate hierarchy .. any ideas? would another utility make it happen?
    thx

    You might find this useful: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/dotdimb.htm
    Especially the Building Shared Members by Using a Rules File section: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/dotdimb.htm#dotdimb1061244
    Cheers,
    Mehmet

  • How to moves dropbox files into iPad iTunes

    I have MP3 files I want too add to my iPad iTunes Music Library. I have them in Drop Box on the iPad. Can I transfer them so they are accessable from my iTunes Library on iPad? If so.... how? Thanks!

    I use File Manager, a free app that allows you to download and play mp3 files from your Box or Dropbox account. They won't show up under Music, but you can use the app's own player, which has a shuffle and repeat function. The only disadvantage I can see so far is that you can only download one file at a time, but that might be because I haven't explored all the possibilities yet. Here is the link to the app:
    https://itunes.apple.com/gb/app/file-manager-free/id479295290?mt=8

  • How to add shared content into Dreamwever cs6?

    Hi
    When I do anything with SPRY in DW CS6, it automatically inserts a SpryAssets folder with some js files. But Spry has more js files like SpryPagedView.js etc. Is there a way to all the spry include files in a shared folder and be able to insert wih single click?
    Thanks
    kristtee

    Hi, tech444.
    The process is the same for TV shows as it is for music.  Once you select her computer in the Home Sharing section of iTunes, select TV shows instead of the default music option.  Also, you can always download past purchases free of charge with her Apple ID by accessing her purchases via the iTunes Store. 
    Understanding Home Sharing
    http://support.apple.com/kb/HT3819
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Cheers,
    Jason H. 

Maybe you are looking for

  • Kid Art for iPad app:  no longer plays the music.  Any suggestions?

    Kid Art for iPad app:  no longer has sound?  It used to play a jingle on the home page and make sounds when coping objects into the drawing pad.  Any suggestions please.  I have uninstalled and reinstalled it but no change.  I have repurchased it on

  • LDAP user synchronization using scheduler

    hello, Is there any OOTB functionality available to synchronize users from LDAP into CQ5? If not, please help me to proceed in below scenario. I have written a scheduler, which will pull the user details from LDAP and create the user into CQ using Us

  • Error in CallScriptFunction call

    Hi I am trying to call a function of other OpenScript Test using CallScriptFunction Function of OpenScript Function Call Statement : obj = (Boolean)callScriptFunction( "Default", "Default", "SystemComponents", "InputData",ObjPath,ObjValue); Function

  • How to receive your gamecenter account name if you lost it

    Please help me with this because it is happening with my sons ipod 4th gen.

  • How can i set the IDOC Status to 03 without doing a "COMMIT WORK"

    Hello Geeks,    I want to set the status of the Outgoing IDOC to 03 , without doing a "COMMIT WORK" . Actually only after i do a commit work are my IDOCs dispatched. But with a commit work the IDOCs are dispatched immidiately. I do not want to dispat