EPMA linked to shared hierarchy broken

My understanding of EPMA is that when a change is made to the application that uses a shared library, the connection is disconnected (somewhat). I have a situation where the order of members was changed in the app on a shared library, in the app, not the shared library. Now, if the hierarchy is reordered in the shared library, it isn't reflected in the app that uses the shared library. Same thing exists when properties are changes in the same manner. I understand that this is a feature. However, now, it is confusing as to where to make the changes. If I want to "resync" them so the properties and the order of the members are the same in both, is there a way to do this (excluding rebuilding the application)? Can the dim be removed from the app, then added back to it?

Hi,
Your understanding is correct. Shared Library artifacts are shared across the applications that use them. However, it's possible to alter certain settings at the application library without changing them in the shared library. If you want to "resync" the objects, right click on the dimension and click on "Clear Property Overrides". This should align shared and application libraries as per shared library.
Cheers,
Alp

Similar Messages

  • Can I logoff from my iTunes and login using my family share id, download the apps that I want that waves to apps previously purchased before I linked family sharing

    Can I logoff from my iTunes and login using my family share id, download the apps that I want that were previously purchased before I linked family sharing with my unique Apple id, logout, and log back in with my Apple ID to have access to the apps?

    If you transfer any iTunes content to the iPhone from an iTunes library on another computer, all iTunes content on the iPhone will be erased first with a warning message provided indicating this beforehand.
    Authorize the different computer with your Apple ID with iTunes. With your iPhone connected and without syncing, right click on the iPhone under Devices in the iTunes source list and at the menu window that appears, select Transfer Purchases. This will transfer all apps on your iPhone to the iTunes library.

  • Spanning-tree link-type shared

    Hi,
    i 've this problem.
    My PC must boot OS (windows) from network (Server sends Operating System by PC's mac-address)
    PC needs a ip-address within 5-10 seconds.
    I try it using hub and PC loads correctly OS and works properly.
    I try on my network (without hub) using Catalyst Switch in 2 ways:
    IOS and CatOS
    For the IOS i find this solution:
    i use the follows CLI:
    spanning-tree portfast
    spanning-tree link-type shared
    in this case i resolved my problem.
    FOR catOS , this command not work properly
    i use the follows CLI:
    set spantree portfast mod/port enable
    set spantree link-type mod/port shared
    After, if i see the configuration , i find the CLI
    "set spantree mst link-type mod/port shared"
    Can you help me?
    Thanks
    FCostalunga

    Configuring a ports STP link type to shared is sort of invalid if the port is also configured as an STP portfast port. 'Shared' effectively means this is a half-duplex connection to a hub that may also be connected to another switch (hence it can't be a point-to-point link). Normal STP operation should operate over 'shared' links and you won't get the rapid start a P2P link has.
    If the port is connected directly to a host then simply configuring the port as a portfast port will be enough (it will also make it a P2P link by default).
    HTH
    Andy

  • Screen sharing suddenly broken between two machines

    I have three machines on a LAN. Screen sharing works just fine in every direction except one: From my mac book pro to one of the minis, no matter what password I try, I get a dialog that the password is wrong. Now I know **** well the password is right, because it's the same one I use to screen share from the other machines, and with SSH.
    What's happened?!

    Turns out that AFP (disk sharing) is broken in this same direction. Both screen and disk sharing work in all other directions including from that mini back to my laptop.
    Chicken of the VNC can connect to the VNC server on the target machine using the generic VNC password.

  • Documentation Links for 9.2 broken

    Hi,
    I cannot access the documentation for 9.2 on http://otn.oracle.com/documentation/oracle9i.html. All links seem to be broken. Does somebody know, where the docs might have moved to?
    Cheers
    Thiemo

    Must have been a temporary problem, because these links all appear to be fine...
    Regards, OTN

  • ICloud functionality at all re: download links or sharing

    Im sure this has been asked 1M times b4, but does iCloud have any iDisk functionality at all re: creating download links or sharing beyond my own devices?

    riece wrote:
    Im sure this has been asked 1M times b4, but does iCloud have any iDisk functionality at all re: creating download links or sharing beyond my own devices?
    No iDisk functionality at all, look to 3rd party providers, eg: SugarSync, Dropbox etc.

  • Shared Hierarchy - Planning application

    Hi,
    In my planning application, I have created a shared hierarchy within Accounts dimension, which is a dense member.
    Account
    Hierarchy 1
    mem 1
    mem 2
    mem 3
    Hierarchy 2
    Gr1
    mem 1 (Shared)
    mem 2 (Shared)
    Gr2
    mem 3 (Shared)
    Now, suppose I have loaded data from Apr - Aug as per the hierarchy defined above and for the month of Sep if there is change in hierarchy (Mem 2 (Shared) moving under Gr2) then this will change the information for Apr - Aug as well.
    If I have to avoid the retrospective effect, how can I aviod the same.
    Thanks & Regards
    Atul

    Hello,
    yes it affects your already loaded data.
    you could avoid this by making more than one shared structure. One which gives you the "old" view and one for the "new" one. But that works only if your structure doesnt change very often, otherwise you will get a huge Dimension (only of shared members which doesnt affect the space the database needs) no one can handle. Always remeber that the users have to work with such a monster.
    I believe there are other ways to do that, try searching for slowly changing dimensions.
    Greets
    Kevin

  • Repair broken link between shared review pdf and server?

    Two weeks ago my coworker renamed the folder on our server in which our shared review pdfs are stored, not realizing she would break the link between all the shared review pdfs and the server. I've been trying to find a fix to restore that link, but I can't seem to find a way to do it? Is there a way? I have about 20 pdfs that I now cannot see the comments that were published prior to the break in the link.
    Thanks in advance for the help.

    You renamed the hashed folder name on the server?!!  Unless you can remember that exact hashed folder name then you won't be able to recover the comments the normal way.  You can scan through the XML file and find them and then re-apply them with the text contained in the file, but that's about it.

  • Full image links working but showing broken in dreamweaver?

    All my images were displayed as relative links and worked perfectly on local host and displayed correctly on dreamweaver design view, but I wanted to change them to full links before I go live.
    So I changed all the urls (using find and display) and now even though all the images work fine on localhost,  on the actual dreamweave desgin view many of the images are shown as broken rather than the actual image. I cannot understand why.
    Code for image that shows broken rather than image in design view:
    <img src="http://localhost/mysite/images/img.jpg" alt="alt text" width="196" height="156" class="imgRight" />
    Code that displays fine in design view:
    <img src="http://localhost/mysite/images/img2.jpg" alt="alt text" width="182" height="133" class="imgRight" />
    Is there something I am missing, am I not linking to the image correctly when I use the full url, if so why would some show and others not and all be fine on localhost testing?
    Help as always much appreciated.
    Thank you in advance.

    Hello,
    I have attempted to load the images based on the instructions provided on the Oracle site (On Windows XP).
    According to the instructions:
    Once you complete the standard install, you need to perform the following steps to complete the upgrade:
    1. Connect to SQL*Plus as SYS
    2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    My steps were: CMD --> sqlplus /nolog --> conn sys/[password] as sysdba;
    Then, I ran the above script and receive the following error:
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 15
    For: 2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    I had entered:
    @C:\apex\apxldimg.sql apex
    Any suggestions?

  • Insert Link and Insert Image broken in Chrome

    The Insert Link and Insert Image buttons have been broken in my Chrome for at least the last couple of days (latest version, 32.0.1700.72 m, Windows 7 64).  
    When you click one of the buttons, the overlay window appears with a title, but it is otherwise black with no contents.  (See screenshot below.)
    The buttons work fine in Firefox.  What hasn't helped: deleting cookies, clearing the browser cache, waiting for several minutes for their content to appear.

    Whtat are we supposed to Claudio? All descend on Adobe with  clubs and try to beat some sense into someone!
    The fact is the customer is no longer the prime concern. Most companies don't give a Rats behind (toned down to prevent censors action) about the customers. It's the almighty dollar. Screw as many customers as they can while they can and line their pockets with all the green backs  as they can while they can. Then if the cusomers leave so be they take their money and run.
    Customer use to have power, they would speak loud and frequently and get things  fixed. And what with people from other countries now owning US companies, That were brought up with different moral compasses. They have no concept of this thing of loyalty to customers. The customer can jump off a cliff and they will simply cheer them on while the do so.
    We have lost, the fight can't be won. It no use. So Pat and others are right.
    I've been trying for 15 years for adobe to fix the issue of having multiple Pdfs created from Office documents because the claim they can't figure out how MS does Page and section breaks. And the issue of Weblinks not being active when converted to PDF's Both on Mac's yet on PC's there is no issue. I quite this year after I received a down right nasty not from Adobe say they didn't have any interest in fixing the bugs and were not about to try. What it amounted was go take a flying leap.
    They have the ability. They have beenblaming Its apple because they don't do such and such , or Microsoft because they don't do so and such. On the Links issue Saying MS doesn't provided the necessary hooks in the mac version of Office. They do you can take a Word document created on a Mac and open a PC and create a PDF and the links will be active. You can Open a Word Document in Apple's pages and all links created in Office document will be there.  The argument has been proven several different ways to be a an outright bald-faced lie. The defect is squarely with the Mac version of Acrobat.
    So Pat and others are right. Just throw in that towel. Adobe support of its customers is now 10 times worse than intuit's which is supposed have the lowest reputation of any software compny that ever existed.

  • Linking to Shared Drive in InDesign

    I know how to create Hyperlinks in InDesign, but what if I want the user/reader to be able to click on a Shared Drive link that will take them directly to a particular shared drive folder on a company’s shared drive? Is this possible? It’s not an “http” link, it’s totally different, so I can’t select the URL option…

    Welcome to our community, Dennis
    You might try first clicking the down arrow to the left of
    where the Hyperlink information goes in the Hyperlink dialog. From
    there, choose File... Then type the \\servername\folder in the File
    Name field.
    If that fails (and it may) you may wish to consider using a
    Redirect page to link to the file.
    Cheers... Rick

  • Link to source folder broken

    Hi everyone
    I have just upgraded my Mac and the folder generated when I imported to lightroom now has a new location.
    Hence all my images in lightroom are displayed with broken links.
    Is there a simple way to re-establish the link?
    The folder content remains unaltered its just that it is in a different place.
    I can go though each image but there are 1000s.
    Previous location: /Volumes/PDHD-01/01-LIGHTROOM ARCHIVE/ etc
    Its the PDHD01 part of the thread that I need to replace.

    Pete
    Thank you for your prompt response and apologies for the delay in getting back to you.
    I am unsure how to actually proceed with your advice.
    I have a screen full of images with '?' symbols and although I can click on one image and re-establish a route to the source folder I do not know how to access all the subfolders with their images in one go.
    The Lightroom prompts only seem to allow for one file at a time.
    There is a ticked box at the bottom of the page which states 'Find nearby missing photos' but it only relinks the image files on the one folder.
    I have 3000+ images on loads of separate folders...
    So the question is - and I apologise if this is an obvious question - how do I gain access to the functions that will re-link all the subfolders with their image files in the main folder? 
    you state... Right click (or cttr click) on the highest level folder location shown as missing.... I just do not know where to click to find this..
    Thanks for your patience..
    Peter

  • Link to Manual is broken

    Downloaded Configurator 4. Go to Help > Documentation and the link is broken. If anyone has a manual for 4 and can post it, that would be immensely appreciated.

    I had to hunt for it since I'm having the same broken link issue as you. The User Guide can be found on the main download page for Configurator 4. I assume this is what the their link would point to if it were working. You can find it here:
    http://download.macromedia.com/pub/labs/configurator/configurator4_p2_072513_userguide.pdf
    Lee

  • EPMA error on Shared Services Console

    Hi,
    While accessing the EPM Architect on Shared Services Console, I found the below error message:
    "Error: Unable to connect to "EPM Architect", ensure that the application is up and running and the user has the appropriate rights to access this feature."
    I tried to resolve the error and referred John's reply for the thread Not able to start my Hyperion EPM Architect -Process Manager it very urgent But no luck.
    Environment: Win 2003 SP2, SQL Server, Installed 11.1.2 EPM.
    Regards,
    Naveen

    Can you log into EPMA without any issues.
    Are you accessing shared services via workspace, if not try going that route and see.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Links in old posts broken

    I've been getting alerts from old threads where a poster complains about a post I made with a link and the link is broken.  Here's an example.  Finding back these posts hasn't been easy until I discovered the pattern.  The original link in the post was:
     http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2181939&SiteID=1
    And it got altered, presumably during the forums site move to:
      http://forums.msdn.microsoft.com/MSDN/ShowPost.aspx?PostID=2181939&SiteID=1
    But it should have been altered to:
      http://forums.msdn.microsoft.com/en-US/clr/thread/e86ab11d-6325-4099-bbae-6fe165f20995/
    Mapping the old PostID to the new Guid isn't exactly easy of course.  But the link still works if I remove the "msdn." portion of the link.  Could you please run a dbase update script that corrects all these broken links back to their original content.  It shouldn't be hard considering that a link that contains "forums.msdn" and "PostID" is always broken.
    Hans Passant.

    Looks good to me.
    Your link here...
    http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/312ff4e4-755d-450c-9140-49145548a3dc
    Where it says "this thread" and then later "correct link"... both go here:
    http://social.msdn.microsoft.com/forums/en-US/clr/thread/e86ab11d-6325-4099-bbae-6fe165f20995/
    The link redirect issues have been fixed.
    Thanks!
    Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog,
    Twitter,
    Wiki)

Maybe you are looking for