Hierarchy restrictons not working with Basis servicepack upgrade to 14

Hi All,
We recently upgraded our system with basis sp  14, and we having the below problems with out hierarchy restrictions:
Problem #1
We recently upgraded our system from then onwards hierarchy restrictions not working, users are getting authorization error when they execute the query. However we tried by adding aggregates now hierarchy restrictions seems to be working.
Problem #2
We are testing hierarchy restrictions for budget planning function, after we add aggregate its allowing the user to plan the data, but when they try to distribute or escalate the data its again throwing authorization error. When I checked error log for Orgunit hierarchy restriction, the query is looking for single values it is not considering the node restriction, the orgunit values appeared in error log all belong to the node I restricted in analysis authorization.
We implemented note#1133674 as this was relevant to our issue with planning function. But this didnt fix the issue.
We are now on BI SP 16 and Basis SP 14
Just wondering If any of you came across with the same kind of issue, Any help is appreciated.
Thanks,
Kavitha

Hi Kavitha,
Please check SAP note 1229602 Error when using hierarchies: Authorization error.
Regards
Imran

Similar Messages

  • Is their a fix for photoshop elements 11 move tool? Not working with Yosemite OS upgrade.

    Is their a fix for photoshop elements 11 move tool? Not working with Yosemite OS upgrade.

    Hi,
    We sincerely apologize for the problem customers are facing while using a trackpad with Photoshop Elements 11 & 12 on Mac OSX 10.10 (Yosemite).
    We have been actively working with Apple to resolve this problem as quickly as possible. We're hopeful this will get completely resolved in an upcoming update of Yosemite(MAC 10.10).
    In the meanwhile, you have two options to work around this problem:
    1. Option1: Use a mouse instead of the trackpad
    2. Option2: Install a plug-in which should workaround the problem
    Plug-in installation instructions:
    1. Close Photoshop Elements
    2. Download this zip file to a location you can easily find (e.g. your desktop)
    3. Unzip the file, WhiteWindowWorkaround.plugin, and move it to the Plug-In folder:
    • For Elements 12 – //Applications/Adobe Photoshop Elements 12/Support Files/Plug-Ins/
    • For Elements 11 - //Applications/Adobe Photoshop Elements 11/Support Files/Plug-Ins/
    You can verify the plug-in is installed by launching the Photoshop Elements Editor and choosing Help > System Info... Scroll to the bottom of the text in the dialog and look for the plug-in name "WhiteWindowWorkaround.plugin".
    Note: This plugin is a temporary workaround and should be used until this issue is addressed in Mac OSX 10.10 (Yosemite). Please remove this plugin once the issue is officially resolved by Apple.
    If you are using a stylus in conjunction with a trackpad, you might see issues with your trackpad. Workaround in this particular case is to use mouse instead of the trackpad.
    Hope this helps!
    Regards,
    vaishali

  • Admin password not working with latest Tiger upgrade on reboot.

    Hi all,
    I have just upgraded to the latest Tiger version and on rebooting to complete the install, I am asked for my password so Tiger can access the system.
    My problem is that my password does not work, regardless of variations used.
    When I hit "cancel" I can use the computer as normal however I guess the update process is not complete.
    This very same password works with all other functions (software installs etc.)
    If I restart the computer, Tiger again asks for the password.
    Help! Thank you.

    Same thing happened to me! See my post at http://discussions.apple.com/thread.jspa?messageID=1254801&#1254801. I still haven't recovered from this. I booted from the install CD and reset the password, but that didn't help. Finally I booted into single-user mode so I could look at log files. I keep seeing things like this in /var/log/system.log:
    /System/Library/CoreServices/mcxd.app/Contents/MaxOS/mcxd: MCXDinitializeDirectoryServices: Unable to open directory services -14740
    ...DSGetCachedConfigInfo(): DSGeRecordList() == -14071
    ...DSGetCacheInfo(): DSGetCachedConfigInfo() == -14071
    ...* MCXD.etComputerInfo: Couldn't get cache info -14071
    ...DSGetComputerRecordsNoInit(): DSGetRecordList() == -14071
    ...DSGetComputerRecodsWithCache(): DSGetComputerRecordsNoInit(gues) == -14071
    memberd[41]: dsFindDirNodes returned -14071, count = 0
    memberd[41]: Couldn't find root user. Sleeping and trying again.
    launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[66]: exited abnormally: Hangup
    ...etc... the common messages seem to be "dsFindDirNodes returned -14071" and "Couldn't find root user."
    This totally *****! I expect my PC to break when I use Windows Update, but I expect (and have generally experienced) better from Apple!
    HELP!!!!!

  • Verisoft Biosrypt access manager not working with Windows 7 upgrade?

    Hi
    I really liked my Bioscribe features on my Pavillion Tablet tx1240ca....  and since I upgraded to windows 7 I cant get it working anymore? Please help?

    Hi and Welcome to the Community!
    I suggest this thread:
    http://supportforums.blackberry.com/t5/Desktop-Software-for-PC/Cleanly-quot-Starting-Over-quot-with-...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • AddDataSourceConnectionPool not working with ant on upgrade to 10.1.3.4

    Hi,
    Following script is used to create connectionpools ...
    <project name="MyProject" default="dist" basedir="." xmlns:oracle="antlib:oracle">
    <description>simple example build file</description>
         <property file="ant-oracle.properties"/>
         <import file="ant-oracle.xml"/>
    <target name="dist" description="generate the distribution" >
         <oracle:addDataSourceConnectionPool
         deployerUri="deployer:oc4j:opmn://localhost:6003/home"
         userid="oc4jadmin"
         password="spatial1"
         applicationName="default"
         name="ScottConnectionPool"
         factoryClass="oracle.jdbc.pool.OracleDataSource"
         dbUser="scott"
         dbPassword="tiger"
         url="jdbc:oracle:thin:@localhost:1521:xe"/>
    </target>
    </project>
    the script works fine with 10.1.3.1; but when the server is upgraded to 10.1.3.4, it gives the following exception ->
    BUILD FAILED
    +/home/oracle/ant_test/build.xml:17: Could not create task or type of type: antlib:oracle:addDataSourceConnectionPool.+
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'antlib:oracle:addDataSourceConnectionPool'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    +libraries present in ${ant.home}/lib/optional/ , or alternatively,+
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    +<presetdef> or <macrodef> but have spelt wrong or not+
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.
    Total time: 0 seconds
    I believe the admin_client.jar has got updated after the upgrade ... do I have to do anything else after the patch upgrade? ...
    Thanks,
    Nimesh

    The names are updated to the following (although the documentation doesn't reflect this):
    addDataSourceConnectionPool == createJDBCConnectionPool
    addManagedDataSource == createManagedDataSource
    addNativeDataSource == createNativeDataSource
    testDataSourceConnectionPool == testConnectionPool
    Hope it helps ...
    Cheers!
    Nimesh

  • Google maps not working with symbian belle upgrade

    guys after recent upgrade with symbian belle google maps stopped working is there any problem will belle dose it support google maps 4.1.1

    For those people still can't get Google map to work on Belle after the Wifi trick, a hard reset finally fixed mine!  (No, a soft reset did not fix mine, but you should try it first.)  Yea, it's a pain in the butt having to reinstall some apps and reconfigure preferences.  But my phone also runs smoother and the battery lasts longer, as least it seems.  I still need to turn on Wifi for Google map to start.
    Detailed steps:
    Do a full backup with Nokia Suite, just in case. (If you restore later, do not restore apps & preferences.  Otherwise, Google map won't work.)
    Put phone in Offline mode to end all calls and connections: Press Hangup > Offline
    Try Soft reset first: Settings > Phone > Phone Management > Factory Settings > Restore.
    Reinstall Google Maps.
    If soft reset didn't work, try Hard reset: Settings > Phone > Phone Management > Factory Settings > Delete data and restore
    Enjoy!

  • Variable Exit Not Working with Personalization After Upgrade

    We recently upgraded our BW production system from version 3.5 to 7.0. Currently, we have some web templates/reports that use date related
    user exit variables in the query. For instance, we have a date range
    variable that is populated with a 90 day rolling period in the Customer
    Enhancement RSR00001 / program ZXRSRU01.
    Before the upgrade, these variables would get populated by the Customer
    Enhancement even if the web template/page was personalized. However
    after the upgrade the, when the users try to personalize their
    page/template the date range is not populated by the user exit anymore.
    Instead, the date range that was present when personalization is being
    set.
    Seems like the sequence priority for the population of variables has
    changed with the upgrade where personalization supercedes the customer
    exit for variable population.
    As a result, all these web reports are coming with wrong dates now
    after the upgrade.

    This is due to deactivation/format change of few info objects post upgrade.
    This can be recitified by a program or by manual activation.
    With NW2004s SAP Content contains the new versions of InfoObjects 0TCTLOW, 0TCTHIGH and 0TCTIOBJVAL having type CHAR with the length 60 are delivered.
    In order to resolve the problem with personalization ensure that the right version of these InfoObjects in active. If still the old version with filed length 32 is used, it is necessary to activate these 3 InfoObjects using Administrator Workbench --> Business Content.
    When activation is completed, personalization of variables should be repeated once again in order to write the values to the DSO 0PERS_VAR.
    Program correction, I am not completely sure, but its something like RS_PERS_ACTIVATE.
    Please check.
    Naveen.A

  • Google Talk not working with Messages after upgrade to Mountain Lion

    After upgrading to Mountain Lion, I'm no longer able to use Google Talk with the new Messages App.  It worked fine on iChat, but now I cannot enable the account.  When I try to check the enable box, it immediately unchecks itself and nothing happens.  Any suggestions?

    Welcome to Apple Communities
    Open Finder, press Option key and select Go > Library. Open Preferences and delete com.apple.imessage.bag.plist and com.apple.imservice.iMessage.plist

  • ITunes 7 not working with Base Station

    We have 5 computers in our office. 3 of which installed iTunes 7 last week. None of those computers can connect to our Base Station (AirTunes) anymore, but the 2 machines running iTunes 6 still can. Nothing has changed besides installation of version 7. Any ideas?
    Power Mac G5 Dual 2.0   Mac OS X (10.4.7)  

    There's a link at the top of this forum now which lists iTunes 7 FAQs, this issue is one that is dealt with there.
    For speed, here's the direct link to (hopefully) your solution: http://docs.info.apple.com/article.html?artnum=304371

  • Sound effects not working with SoundSticks after upgrade to 10.4.4

    After upgrading to 10.4.4, the sound effects of OS X, such as emptying trash, iChat effects, etc, doesn't come out from the SoundSticks (first generation, connected via USB), even though I've turned it (effects) to the highest level, and selected to have it come out of the SoundSticks.
    The effects are fine if I select Built-in Audio as sound output.

    The names are updated to the following (although the documentation doesn't reflect this):
    addDataSourceConnectionPool == createJDBCConnectionPool
    addManagedDataSource == createManagedDataSource
    addNativeDataSource == createNativeDataSource
    testDataSourceConnectionPool == testConnectionPool
    Hope it helps ...
    Cheers!
    Nimesh

  • I have recently upgraded my iMac Intel G5 iSight to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old sys parts

    I have recently upgraded my iMac Intel G5 iSight (iMac5,1) to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old system parts. I have zapped PRAM. The blue indicator in system audio panel will appear for a second as I slide the bar for internal mic but then it disappears. Is there a fix?

    The sound seems very faint but can here static on playback.

  • Dear sir I bought my iPhone 4 from Apple store in Charlotte N/C about 2years ago without contract. Now I tried to upgrade it to iOS 7.0.4.but after that my phone not work with last sim card. And invalid sim appeared.so I bought it without contract but it

    Dear sir
    I bought my iPhone 4 from Apple store in Charlotte N/C about 2years ago without contract.
    Now I tried to upgrade it to iOS 7.0.4.but after that my phone not work with last sim card.
    And invalid sim appeared.so I bought it without contract but it seems to be lock in my country
    Please tell me whats the matter?
    My phone serial no  86034HTCA4T
    Modem firmware  04.12.09
    Thanks

    Without contract is not the same as unlocked. The update to iOS 7 relocked
    the iPhone to the wireless carrier to which it was originally locked. You must
    contact that wireless carrier to see if they offer unlocking and if you qualify.
    If you used jailbreak or other hack to unlock the iPhone initially, the method
    used may prevent a legitimate unlock from succeeding and may render your
    iPhone unuseable.

  • My Apple TV is not working with my Macbook pro 13 inch mountain lion after Apple TV upgrade?

    My Apple TV is not working with my Macbook pro 13 inch mountain lion OS X 10.8.2 after Apple TV upgrade?
    I am getting an error message as soon as I try to connect my Apple TV
    An error occurred (-6722) while connecting to the AirPlay device “Apple TV”
    it was working fine however after the upgrde it is giving me the above error message

    same here macbok air 2012 appletv 3 bugs the **** out of me
    it just stops randomly after a "while"

  • After upgrading to Lion internal mic does not work with Facetime

    After upgrading to Lion internal mic does not work with Facetime.  The mic is picking up sound as noted in System Prefs.  This was working just fine before the updgrade.  Facetime works OK on my iPod. 

    you have in french a tutorial to recreate your partition here
    Rebuild partition with Recovery HD lion after upgrade to 10.7.2
    i tested, it's work !
    For your wifi problem:
    Try to change your setup of wifi, look this table given by apple:
    I changed my wifi setup wep to wpa and it's work !

  • Upgraded to Firefox 4 and now the program I many alarm dealers use with Rapid Response Monitoring no longer works. RR Tech support said it had something to do with a change in Java not working with Firef 4

    Rapid Response Monitoring Center developed a program for their dealers to log on to the main frame and look at customer info. The program now has a disclaimer on the log-on page Does not work with FireFox 4. RR tech support said it had to do with Java functions that were not continued in FF4. I can log on but the program will no longer display customer history or anything that seems to have a data base behind the function tab.
    See www.rapidweb2000.com or call 1-800-932-3822 and ask for tech support for additional info about what they have found is the problem.

    Id this the HP SimplePass Identity manager or Digital Persona fingerprint reader? If it is, the company that make the fingerprint reader have abandoned it. For more details see https://support.mozilla.com/en-US/questions/799388

Maybe you are looking for