Bex Analyzer Shuts itself down when filter is used

Hi,
   I have created a Query on a Cube in BI7.0. When I try to filter some fields  (for Eg:- "Product Description" or  "Client Name") in BEX Analyzer, I am getting the following errors, and Analyzer shuts itself down:
RSBOLAP                      000  Program Error in Class SAPMSSY1 method: UNCAUGHT _EXCEPTION
SDB_ORA_EXCEPTION  102  An error occurred in the program
RS_EXCEPTION             000  ORA-20000:Insufficient previleges ORA-06512:at "SYS.DBMS_STATS",  line2148
     *However, if I am running the same query using BEX Analyzer (SAP BW 3.x), it is displaying all filter options perfectly.*
   We are currently using Analyzer 7.10, Support Package 7, Patch 1, Revision 1352. Our GUI version is 7.10, File version:7100.3.11.1042, Build:1016365, Patch Level 11.
Please guide.
Regards,
Krishna

It seems more kind of front end issue with BI 7.0, you can upgrade the SAP GUI 620 with latest front end patch.
Hope this will work for you...

Similar Messages

  • PB shuts itself down when connect/disconnect the AC Adapter plug!

    Have a difficult problem with my powerbook these days.
    The machine works perfectly fine with the AC Adapter or on the battery alone.
    But strange thing happens when I plug in the Ac Adapter to the machine, or unplug the connect from the machine, the Powerbook just shut itself down without any warning.
    Some might say that it has something to do with the battery, which means I have to replace the battery. I will be more than happy to do that, because this Powerbook was built in 2004, the battery is showing some signs of aging.
    According to my experiment, when I plug the connector to the machine, at a certain point, there is a electrical noise comes out from the machine, which I assume that the connector is "short-circuited". Which means I have to replace the whole DC board that will cost me £50.... -_-#
    Any ideas are very appreciated!! Thanks.
    null

    Which means I have to replace the whole DC board that will cost me £50...
    Yes, it may well mean that. Or it may mean you need to replace your AC adapter, which would cost less. But first, can you borrow an adapter that's known to be good, just to test with?

  • My Safari shuts itself down.

    I noticed my Safari shuts itself down when I watch stuff on Netflix or leave Safari running for a while. This never use to happen until recently.

    You’ve been infected with the “Flashback” malware. See this Apple support document:
    About Flashback malware
    Back up all data, if you haven't already done so.
    Select  ▹ Software Update to install the latest Java update (if Java is already installed) or the Flashback malware removal tool (if Java is not installed under Lion), as well as any other available updates. Installing either of those items should clear the infection in most cases. You must update to the latest version of Mac OS X 10.6 or 10.7 before you can install the Java update.
    The removal tool runs automatically in the background and is then deleted. Don’t look for something to click. If the malware is removed, you’ll be notified.
    After you’ve secured your system — not before — change every Internet password you have, starting with banking passwords, and check all financial accounts for unauthorized transactions.

  • How do i make wls 9.2 stop shutting itself down within eclipse 3.2.2?

    after starting weblogic server 9.2 mp1 from within eclipse
    sdk 3.2.2 build M20070212-1330 for solaris gtk, something
    programatically requests weblogic server 9.2 to shut
    itself down only seconds after the server has started.
    steps to reproduce:
    1. download & install [url http://download.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/]eclipse sdk 3.2.2 build M20070212-1330 for solaris
    (eclipse-SDK-3.2.2-solaris-gtk.zip)
    2. update eclipse sdk with the [url http://download.eclipse.org/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/]Web Tools Platform (WTP)
    1.5.3 plus all of the WTP 1.5.3 pre-reqs
    3. download & install [url http://commerce.bea.com/showallversions.jsp?family=WLS]bea weblogic server 9.2 mp1 binary
    package installer for solaris 9 sparc
    4. confirm that bea weblogic server's sample domain can
    be started from the solaris 9's shell
    $ $BEA_HOME/weblogic92/samples/domains/workshop/startWebLogic.sh
    5. create a j2ee enterprise application by following the
    instructions in [url http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html]this WTP tutorial
    a. in the "Choose a Server Runtime Environment" step,
    choose BEA WebLogic 9.2 server instead of Tomcat.
    6. start the generic bea weblogic server v9.2.1 from the
    servers view as instructed in the tutorial.
    the eclipse status bar in the bottom right hand corner of
    eclipse indicates that weblogic server 9.2 is starting.
    eclipse then switches focus from the servers view to the
    console view. the console view lists the typical weblogic
    server startup console entries:
    ...<Server state changed to STANDBY>
    ...<Server state changed to STARTING>
    ...<No test table set up for pool "cgDataSource". Connections will not be
    tested.>
    ...<No test table set up for pool "cgDataSource-nonXA". Connections will not be
    tested.>
    ...<No test table set up for pool "samplesDataSource". Connections will not be
    tested.>
    ...[see 13_05_07_eclipse_wls_startup.txt in [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full
    console output]
    eventually - but only for a few seconds - the servers view indicates the state
    of the weblogic server as "Started". the following log entries snipped from
    weblogic server 9.2's filesystem logs confirm that the wls did actually start
    at some point:
    ...<Server state changed to RUNNING>
    ...<Server started in RUNNING mode>
    ...<78% of the total memory in the server is free>
    ...[see cgServer.log in  [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full log output]
    then eclipse automatically switches focus to the console view again; displaying
    the following:
    $BEA_HOME/weblogic92/samples/domains/workshop/bin/stopWebLogic.sh: 
    Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://localhost:7001 with userid weblogic ...
    This Exception occured at Sun May 13 12:35:42 BST 2007.
    javax.naming.CommunicationException [Root exception is
    java.net.ConnectException: t3://localhost:7001: Destination unreachable; nested
    exception is:
            java.net.ConnectException: Connection refused; No available router to
    destination]
    ...[see 13_05_07_eclipse_wls_shutdown.txt in [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full
    stack trace]
    the servers view eventually indicates the server has transitioned to the
    "Stopped" state. the problem is, i never commanded neither eclipse or wls to
    shutdown the wls server.
    since the wls server can be successfully started outside of eclipse from the
    shell, and since - once it is successfully started outside of eclipse - wls
    doesn't automatically shutdown as soon as it starts; i suspect there is
    something in eclipse|wtp that is triggering the automatic
    shutdown. but of course, i could be wrong. maybe something
    in wls itself is at fault.
    i encountered this exact same bug in wls 9.0 with eclipse 3.2.2/wtp 1.5.3 on
    solaris 9 sparc (which is what prompted me to upgrade to wls 9.2 on solaris 9
    sparc; see [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=169197]eclipse bug #169197); and i encounter this exact same bug with wls 9.2 with
    eclipse 3.2.2/wtp 1.5.3 in mac os x 10.4.9! there is a
    slight difference in what happens in solaris vs what happens on the mac. on the mac, the exception appears to
    be thrown at a different point (when a wldeploy.xml script
    is executed; not at the point of "Initializing WebLogic
    Scripting Tool (WLST)" like in the solaris installation):
    Buildfile: /Applications/eclipse/plugins/org.eclipse.jst.server.generic.weblogic_1.5.1.v200609141504/buildfiles/wldeploy.xml
    init:
    deploy:
         [echo] Deploying module WTP_WebApp_Tutorial
    [wldeploy] weblogic.Deployer -debug -verbose -noexit -name WTP_WebApp_Tutorial -source /Users/bilbo/development/projects/eclipse_3.2.2_tutorial/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/WTP_WebApp_Tutorial -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options:  -debug -verbose -noexit -name WTP_WebApp_Tutorial -source /Users/bilbo/development/projects/eclipse_3.2.2_tutorial/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/WTP_WebApp_Tutorial -adminurl t3://localhost:7001 -user weblogic -deploy
    [wldeploy] [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at localhost:7001, as user weblogic
    [wldeploy] [ServerConnectionImpl.getEnvironment():288] : setting environment
    [wldeploy] [ServerConnectionImpl.getEnvironment():291] : getting context using t3://localhost:7001
    [wldeploy] [ServerConnectionImpl.close():334] : Closing DM connection
    [wldeploy] [ServerConnectionImpl.close():354] : Unregistered all listeners
    [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://localhost:7001': Destination unreachable; nested exception is:
    [wldeploy] java.net.ConnectException: Connection refused; No available router to destination. Ensure the url represents a running admin
    ... also, on the mac the cgServer.log has the following additional log entries:
    ...<Graceful shutdown of cgServer was issued remotely from 10.0.0.9>
    ...<Server shutdown has been requested by weblogic>
    ...<Server state changed to SUSPENDING>
    ... <Server state changed to ADMIN>
    ...<Server state changed to SHUTTING_DOWN>
    ...<Channel "Default[2]" listening on 127.0.0.1:7001 was shutdown.>
    ...in all cases, i have done nothing
    more and nothing less than what the eclipse/wtp and weblogic documentation has
    instructed me to do.
    please, can anybody suggest a fix or a workaround. thanks in advance.
    Edited by wboyd at 05/13/2007 7:48 AM

    thanks rob,
    please, can you clarify what bearing the global system properties mentioned in CR299479 at the bottom of [url http://e-docs.bea.com/workshop/docs92/relnotes/relnotes.html#wp1139954]this page of 9.2.1 release notes have on the timeout value discussed in [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186902]this eclipse wtp bug report?
    many thanks,
    wboyd

  • So i dont know if its just me, But my ( About a month old) I phone 5, keeps Shutting itself down, Then The sceen goes different colors and patterns and shuts off. Its been repeating this for many days and nothing i do seems to work!!! Help!!!!!

    So i dont know if this is just me, cause none of my friends have this problem, But my i phone 5  about a month old, Keeps shutting itself down and then restarting, This is bothersome, cause i cant use it!!! Ive never dropped it got it wet, or anything to harm it! This thing is my baby!!! I hate this, Now its to the point where it doesnt even turn on! Ive charged it, Held the top and bottom buttons, ( It turns on but right back off) and basically anything else i could think of!! i even tryed to restore it. ( No luck) But especially what i think is odd, is when it turns off, it turns a bunch of random colors and designes. Im scared i might have to get rid of it!!! PLEASE HELP!!!
    Sincerely Your New Bestfriend
    Triston Conn

    Please help

  • I just updated my Iphone 3G and now it won´t work anymore. It wouldn´t even boot. It was just working for 3 sek. after the installation and now it shut itself down. Any help, please?

    I just updated my Iphone 3G and now it won´t work anymore. It wouldn´t even boot. It was just working for 3 sek. after the installation and now it shut itself down. Any help, please? Thankyou

    I suspect you have a 2G iPod. Those can only go to iOS 4.2.1.
    Identifying iPod models
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.
    You also said: "It also will not let me download any music onto it." What happens when you try to sync music to the iPod?

  • My four-year-old MacBook has started shutting itself down

    My four year and one month old white Macbook, running Snow Leopard, has started shutting itself down - as in suddenly going from being on to being in a powered-down state - in the last two days.  In the last two days, it has shut itself down at least six times, I've lost count.  Before the last two days, it never shut itself down ever in four years that I can remember.  Five out of the six times it shut itself down, I was playing a PlayStation game via the PCSX emulator for OS X.  I had been playing this game on and off for about a week, give or take a day, before this started, without issue. 
    Yesterday, I started playing it, and the macbook shut itself down some time into it.  Thinking it was an overheating problem, I let it cool down for 15-20 minutes and tried again, and the macbook shut down again after maybe 10-15 minutes of use.  Again, I let the macbook cool down for 15-20 minutes, the results were the same.  I went through this again, this time ejecting the DVD that was in the drive and unplugging the power cord(to let the macbook run on battery, to see if that would make a difference), and it shut down again.  I then let the macbook cool down for probably 4 hours.  I then engaged in a two hour internet surfing session, in which the macbook did NOT shutdown.  I turned the computer off when I was finished, and a few hours later I tried the game again, and the macbook shut down again, after only 5-10(I think) minutes of use.
    This morning, I tried again and there were was another shutdown.  After this, I tried another game(with another emulator), a 2D one as opposed to the 3D one I had been trying, and this went off without a hitch.  After that, I tried a different 3D game(in yet another emulator), and the macbook shut down again(and in this game I hadn't even started anything yet, I was just at the first menu screen were you select a save slot, that kind of thing).  After that, the computer was off for the rest of the day until the last two hours, during which I have been online, and there has been no shutdown as of yet. 
    I know this is a lot of detail, but I just wanted to illustrate the possible correlation between certain games and the shutdowns, even though I emphasize that I have played all of these games before without issue.  Additionally, I watched a full two and a half hour movie via DVD on my macbook either the night before or two nights before the shutdowns started(having trouble remembering) without any issue.  If it's an overheating issue, it just seems strange to me that it would get through a two and a half hour DVD without shutting down, but a game with 3D graphics - and this is mid-90s polygon early 3D graphics, not 2011 movie-like 3D graphics - would suddenly start making it shut down.
    Anyway, I'm very concerned, and looking for any advice any of you can give.  Any assistance is appreciated.

    I had two more shutdowns occur.  The first was while playing the same game that cause most of the previous shutdowns.  I had Activity Monitor open, and the CPU % was way over 100.  The second was while playing a 2D game, marking the first shutdown during a 2D game.  The CPU % wasn't as hight as the first time, but still up to around 75-85 or 90%.  I didn't notice the fans ramp up, but I may not have been listening hard enough.

  • IPhone keeps shutting itself down

    I just updated my iPhone 4S to 6.0.1 . and ever since I have had this problem that my iPhone keeps shutting itself down and I have to hold the power and home button at the same time for it to be turned on. this happens 4 or 5 times a day. I'm really sick of it 'cause my alarms and my reminders don't beep when the iPhone is off. please help me. I want my Almighty iPhone back.

    Hey there Legs8,
    It sounds like your phone is repeatedly shutting down unexpectedly on you daily.  I recommend these troubleshoting steps from the article named:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIs and corrosion.
    reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Imac shuts down when not in use

    I purchased my 21.5" imac July 9, 2011 with Snow Leopard. No problems for 1 month. Then about August 12th or so, my imac started to mysteriously "shut down" when not in use. I'll be working on it, then get up to go pour myself a cup of coffee or something...then I come back to my computer that has now shut off. It is NOT asleep...it is OFF. So I turn it back on and it is fine. This has happened a few times now within a week. Anyone else have this problem?
    By the way, I am now running Lyon, as of August 18th. When the imac shut down, I was usually viewing photos or on the web.
    thanks!

    First thing I would try is to reset the SMC, it can help with power related problems. Shut down the Mac and unplug everything including the power. Press and hold down the power button for 10 seconds. Plug in the computer but be careful not to press the power button as you are plugging it in. Wait a few seconds and turn it on. Hopefully it won't happen again. There is always Apple Support. Don't let the problem persist until your free phone tech support has expired (3 months). I would also recommend using the iMac with an UPS, and at the very least, a high quality surge protector.
    If you have MS Word or a similar word processor you could try enabling the autosave feature and set it to 1 minute intervals. Keep a document open and if you come back to the computer and it has shut down, you can look at the last time the document was updated and know what time the comptuer turned itself off. It could be useful in diagnosing the problem.

  • TS1884 How do you cope with a system that shuts itself down after a safe boot progress bar is completed?

    How do you resolve a problem with a system that shuts itself down after a safe reboot and when the progress bar is completed? Thanks.

    Thanks for you response - the honest answer is I don't know, not being particularly IT literate. I do know however that I'm running Maverick if that is of any help?
    I also tried the Command R route, along with holding some other keys as per the Apple troubleshooting guide, but no luck. My wife pointed out though that the system was running slowly over the last few days and we had quite a lot of the 'spinning beach ball' before being able to undertake tasks.
    Lastly, I inserted my start up disk bit as the system is unable to start I'm now unable to retrieve it. All-in-all a real pain.
    Appreciate any advice. Many thanks.
    Philip

  • Hi Today I Bought a Brand New iPhone 5s And It Woked Fine For About 3 Hours And Then It Just Shut Itself Down, It Goes To The Apple Logo Then To The Loading Screen For About 15 Minutes And Then It Shows A Blue Screen And Then Repeats Please Help!

    I Was Really Excited About My New Phone And Now It Is Just Completely Messed Up. It Shut Itself Down After About 3 Hours Of Use And Now It Just Goes From Apple Boot Logo, To Loading Screen, To Blue Weird Screen, And Then It Goes Back To The Boot Logo. When I Plug It Into My Computer It Recognizes The Phone But It Doesnt Show Up In iTunes 11 PLEASE HELP

    Can you do a Reset by holding the Sleep button and the Home button at the same time for about 20 seconds?

  • IPhone 3G shuts itself down, battery @ 0

    This used to happen sometimes, but now my iPhone shuts itself down with full battery status, and when I turn it on again, the battery is at zero.
    Any good idea what I might do (except buying a 4G 3 months before the 5G comes out)?
    Thank you!
    hp

    Apple offers a battery replacement program: Apple - Support - iPhone Out-of-warranty Battery Replacement Program
    How much does it cost?
    Service arranged through Apple costs $79. A $6.95 shipping fee will be added if you arrange service online or by calling Apple Technical Support. All fees are in U.S. dollars and are subject to local tax.

  • Brand new pro shuts itself down after 30 seconds

    Help please!
    I bought Mac Pro two months ago and have used it mainly for pages, internet browsing and watching movies from my external hard drive. Since I've had it, it has gone to sleep (black screen) after just a few minutes of not touching the keyboard and takes almost a minute to wake up again when i try to rouse it by touching a key or space bar or use mousepad - really annoying if writing or presenting a lecture!
    Now, it shuts itself down about 30 seconds after switching it back on again. It opens up to a black screen with the Apple loading sign, the browser appears with 'chrome wasn't shut down properly' and then the computer switches itself off again.  I can't get it to stay on long enough to check any settings. It's only two months old and has maximum storage.
    I didnt purchase any additional virus software - could it be a virus? Or just a faulty machine?
    Also - I bought it in the US with extended warranty but no additional insurance.. I live in the uk but am currently in India and so cant take it to an apple store. Am I covered with warranty?
    Thanks.

    - could it be a virus?
    No.
    Power or other problems related to unexpected system sleep, shutdown, lights or fans call for an SMC reset. Read all the steps.
    Before Resetting the SMC
    Try each of the following steps in this order before you reset the SMC. Test the issue after completing each troubleshooting step to determine if the issue still occurs.
    Press Command + Option + Escape to force quit any application that is not responding.
    Put your Mac to sleep by choosing the Apple () menu from the upper-left menu bar and then choosing Sleep. Wake the computer after it has gone to sleep.
    Restart your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Restart.
    Shut down your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Shut Down.
    Resetting the SMC on portables with a battery you should not remove on your own
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if it's not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time. The power adapter indicator light may cycle off / on once.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer.

  • Computer shuts itself down after about 30 seconds

    Ive had my computer since 2008 and it has ran perfectly fine untill a few moths ago where the fan just started making loud noises and just generally over working even when the computer isnt hot. Suddenly a month or two ago it started shutting itself down after about 10 minutes and it just got progressivly worse and it wont even get too the start up screen. Is there any idea on what causes this or how i can fix it because I really dont have the money too purchase a new computer and it would save ALOT of hassle too get it repaired,
    Thanks, Jack

    This is usually a sign that your headphones are not plugged all the way in.  Make sure you cannot see any silver still showing from the headphone's plug.  It may require a little extra force to get the headphones to become fully inserted.  You should hear a sort of clicking noise indicating that they have been fully seated.
    Also check the headphone port from a damage or debris.
    B-rock

  • InDesign misses 150+ plug ins, then shuts itself down.

    Cannot launch inDesignCC. Downloaded it, then when I try to launch the program: After some 150+ messages about missing plug-ins, it shuts itself down. This means I cannot deactivate the program either. (and re-install, see if that would help). Anyone who knows about this problem?

    No need to deactivate to reinstall on the same machine, but you might want to use the cleaner tool (CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3)

Maybe you are looking for