Bex(Basis Error)

Hi Experts,
I developed a report which involves alot of calculations,When i executed that report on Cal Year/Mon it shows results but when i drill down it by day r department,It shows following error and disconnects
<b><i>1)Error An exception with the type CX_SY_EXPORT_NO_SHARED_MEMORY occured
An exception with the type CX_SY_EXPORT_SHARED_MEMORY occured.But was neither handled,nor declared in a RAISING.
2)Message no.RS_EXCEPTION000
Error No space left in shared memory</i></b>
How to resolve it and what are the consequences on system if we increase shared memory
Thanks

Hi krishna,
          if possible just see the TCODE:DB02 for the database memory .if you see that the memory is full just remaind to your basis consultant.just see in TCODE : ST03 too .....
   just response if it is correct .
regards,
sekhar.

Similar Messages

  • NI DAQmx Base error

    We're trying to use the NI USB 9233 DAQ card with DAQmx Base 3.4 on Windows 7 and we're getting a lot of errors in the process.
    The card seems to be recognized properly, as it shows in the Measurement and Automation Explorer (the one that came with DAQmx Base).
    But when we open the NI Data Logger, it says "Error 200036 at Requested Sample Clock Rate not supported by device".
    We're tried changing the sample rate quite a few times, and to a lot of different values, with the same result.
    Also, in the NI Nase Configuration Utility, we're unable to create a task. The Device simply shows up at "Dev1" i.e. without any name. And when we try to create a task, the "OK" button is greyed out.
    Any ideas what may be going wrong?
    Thank you in advance
    Sarthak

    Wow, I did not know there were two different things... I thought it just meant it was a base error.
    Neil, can you provide all of the code that you have that controls your DAQmx stuff? You're showing a small part of the whole DAQmx process and it's just not enough information to get to the root of the problem.

  • Bash script aid - 'value too great for base' error

    The error is:
    /home/scripts/others/polysleep: line 15: 60 - ((((((08: value too great for base (error
    token is "08")
    Here's the script (it's an alarm for naps of different lengths) :
    #!/bin/bash
    if [ $UID != "0" ]; then
    echo "You must run this script as root." 1>&2
    exit
    fi
    TIME_SET=`date +%M`
    DELAY=60
    while [ "1" -lt "2" ]
    do
    DATE=`date +%k:%M:%S`
    MINUTE=`date +%M`
    // The offending line:
    REMAINING=$(($DELAY - (((((($MINUTE + 60)) - $TIME_SET)) % 60))))
    // I want it to show how long is left before the time is up (ie. it subtracts the time that has
    // passed from the $DELAY that was set). Since it's in minutes, I need to do the arithmetic
    // in modulo 60 (the '% 60' bit) - I tried this initially without the '+ 60' above, but got the
    // same error as I've posted, and thought that initially plus-ing 60 to $MINUTE (the
    // minute section of 'date' at the current time) would solve it. Apparently that hasn't
    // worked though =o(
    clear
    echo "1. I'm awake"
    echo "2. I'm going for a nap"
    echo "3. I'm going out"
    echo
    echo Current Time: $DATE
    echo Time Remaining: $REMAINING minutes
    read -t 1 -e input
    if [ "$REMAINING" = "0" ]
    then
    play -v .15 /home/.sounds/alarm.mp3&
    wait
    DELAY=1
    TIME_SET=`date +%M`
    input=""
    fi
    if [ "$input" = "1" ]
    then
    DELAY=60
    TIME_SET=`date +%M`
    input=""
    elif [ "$input" = "2" ]
    then
    DELAY=35
    TIME_SET=`date +%M`
    die centericq
    input=""
    elif [ "$input" = "3" ]
    then
    DELAY=999999
    TIME_SET=`date +%M`
    input=""
    fi
    done
    I'd be grateful for advice, since apart from that error popping up after some time has passed, the script runs flawlessly.

    Komodo wrote:
    This is from http://www.codecoffee.com/tipsforlinux/ … 2/044.html , and explains it better than I could:
    "bash allows you to perform arithmetic expressions. As you have already seen, arithmetic is performed using the expr command. However, this, like the true command, is considered to be slow. The reason is that in order to run true and expr, the shell has to start them up. A better way is to use a built in shell feature which is quicker. So an alternative to true, as we have also seen, is the ":" command. An alternative to using expr, is to enclose the arithmetic operation inside $((...)). This is different from $(...)."
    Yeah, I knew that already. But what I meant were the extra paranthesis you're using. This is the calculation the way you do it:
    REMAINING=$(($DELAY - (((((($MINUTE + 60)) - $TIME_SET)) % 60))))
    But this is totally adequate:
    REMAINING=$(( $DELAY - (( $MINUTE + 60 ) - $TIME_SET ) % 60 ))
    Notice the 6 vs. 2 brackets in front of $MINUTE?

  • Window pops up saying can not complete request data base error, disk is full

    Window pops up saying can not complete request data base error, disk is full

    I am using the latest ID version with update and I am using a Mac running 10.9.5. This all started when I tried to make a PDF file from a pub I was working on. The application made the file but went into a spinning beach ball and I had to force quit. Now the window pops up when I open ID and also when I am working on a documents.

  • Data Base Error

    Hi,
    I have a report with Date prompt like
    Start Date : 01/07/2013
    End Date:01/12/2013
    I am enter small intervals like 6 months the report is working fine.
    But more than one year like
    Start Date : 01/07/2013
    End Date:01/12/2014
    its giving Data base error
    . Please give any solution for this
    Thanking You Advance
    Regards,
    G

    Bhargav,
    I had a similar problem, what I did to really find outt what was happening is.
    Enable trace on your Desktop Rich Client, that way you will be able to capture the MDX code genarated by you report.
    Copy that MDX go to your BW and test it on MDXTEST transaction, there you should get a more detailed explanation of the error.
    To fix it we had to apply a bunch of MDX notes on our BW, i tried the find the notes here, but no success.. sorry.
    Talk to your basis once you find the root cause.
    Best
    Leandro

  • Bex Broadcasting error in SAP BW7.4

    We have upgraded from BW7.1 to BW7.4. When we try to broadcast Bex report with values restricted in filter it works fine. But when the variable input option is given then while broadcasting fails & a dump is generated.The output transferred on mail is garbage.
    Please help in identifying why the variable input option is not working in BW7.4 environment when the same has been working for many years on 7.1 environment
    Rgds
    Prabhakar
    The message transmitted is as below
    Body { background-color:#F2F2F2; font-size:0.7em; font-style:normal; font-family:Arial,Helvetica,sans-serif; font-weight:normal; scrollbar-base-color:#E8F1F8; scrollbar-face-color:#DDEAF5; scrollbar-3dlight-color:#306898; scrollbar-arrow-color:#303047; scrollbar-darkshadow-color:#E8F1F8; scrollbar-shadow-color:#306898; scrollbar-track-color:#E8F1F8 } table { font-size:small } body .SAPBEXBrdCrAct,body .SAPBEXBrdCrDiv,body .SAPBEXBrdCrIna,body .SAPBEXBrdCrIna:link,body .SAPBEXBrdCrIna:visited,body .SAPBEXBrdCrIna:hover,body .SAPBEXCalMonth,body .SAPBEXCalNoDay,body .SAPBEXCalWeek,body .SAPBEXCalWeekday,body .SAPBEXMapLgdHeading2,body .SAPBEXMapLgdLegend,body .SAPBEXMapLgdMinmax,body .SAPBEXMapLgdBorder,body .SAPBEXBrdCrAct,body .SAPBEXCalCurrentDate,body .SAPBEXCalCurrentMonth,body .SAPBEXCalDay,body .SAPBEXCalDaySat,body .SAPBEXCalDaySelectedNormal,body .SAPBEXCalDaySelectedSat,body .SAPBEXCalDaySelectedSun,body .SAPBEXCalDaySun { font-size:87% } td { font-size:0.7em } td .SAPBEXTxtFldright,td .SAPBEXTxtFld,td .SAPBEXTxtFldDsbl,td .SAPBEXTextArea,td .SAPBEXTicker,td select { font-size:100% } td .SAPBEXBrdCrAct,td .SAPBEXBrdCrDiv,td .SAPBEXBrdCrIna,td .SAPBEXBrdCrIna:link,td .SAPBEXBrdCrIna:visited,td .SAPBEXBrdCrIna:hover,td .SAPBEXCalMonth,td .SAPBEXCalNoDay,td .SAPBEXCalWeek,td .SAPBEXCalWeekday,td .SAPBEXMapLgdHeading2,td .SAPBEXMapLgdLegend,td .SAPBEXMapLgdMinmax,td .SAPBEXCalCurrentDate,td .SAPBEXCalCurrentMonth,td .SAPBEXCalDay,td .SAPBEXCalDaySat,td .SAPBEXCalDaySelectedNormal,td .SAPBEXCalDaySelectedSat,td .SAPBEXCalDaySelectedSun,td .SAPBEXCalDaySun,td .SAPBEXMapLgdBorder { font-size:87% } td.SAPBEXBrdCrAct,td.SAPBEXBrdCrDiv,td.SAPBEXBrdCrIna,td.SAPBEXBrdCrIna:link,td.SAPBEXBrdCrIna:visited,td.SAPBEXBrdCrIna:hover,td.SAPBEXCalMonth,td.SAPBEXCalNoDay,td.SAPBEXCalWeek,td.SAPBEXCalWeekday,td.SAPBEXMapLgdHeading2,td.SAPBEXMapLgdLegend,td.SAPBEXMapLgdMinmax,td.SAPBEXCalCurrentDate,td.SAPBEXCalCurrentMonth,td.SAPBEXCalDay,td.SAPBEXCalDaySat,td.SAPBEXCalDaySelectedNormal,td.SAPBEXCalDaySelectedSat,td.SAPBEXCalDaySelectedSun,td.SAPBEXCalDaySun,td.SAPBEXMapLgdBorder { font-size:0.6em } .sapBdyStd { background-color:#F2F2F2 } .sapPreviewBdyStd { font-size:0.7em; font-style:normal; font-family:Arial,Helvetica,sans-serif; font-weight:normal } .SAPBEXaggData { background-color:#FFFB8C; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXaggData:link { margin:0; padding:0; text-decoration:none } .SAPBEXaggData:visited { margin:0; padding:0; text-decoration:none } .SAPBEXaggData:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXaggDataEmph { background-color:#FFFB8C; color:#000080; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXaggDataEmph:link { margin:0; padding:0; text-decoration:none; color:#000080 } .SAPBEXaggDataEmph:visited { margin:0; padding:0; text-decoration:none; color:#000080 } .SAPBEXaggDataEmph:hover { margin:0; padding:0; text-decoration:underline; color:#000080 } .SAPBEXaggItem { background-color:#FFFB8C; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left; vertical-align:top } .SAPBEXaggItem:link { margin:0; padding:0; text-decoration:none } .SAPBEXaggItem:visited { margin:0; padding:0; text-decoration:none } .SAPBEXaggItem:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXAlertHead { background-color:#AFC8DE; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXAlertHead:link { margin:0; padding:0; text-decoration:none } .SAPBEXAlertHead:visited { margin:0; padding:0; text-decoration:none } .SAPBEXAlertHead:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXAlertItem { background-color:#D4D4D4 ; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; padding:1px 3px 1px 3px; text-align:left } .SAPBEXAlertItem:link { margin:0; padding:0; text-decoration:none } .SAPBEXAlertItem:visited { margin:0; padding:0; text-decoration:none } .SAPBEXAlertItem:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXAlertLevel0 { background-color:#C0D4E5; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXAlertLevel1 { background-color:#DDEAF5; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXAlertLevel2 { background-color:#F5F9FC; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXAlertToolbar { background-color:#AFC8DE; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXBorderFlexBox { background-color:#B6CFE6; padding:1px; margin:0 0 10px 0 } .SAPBEXBorderFlexBoxTtl { background-color:#B6CFE6; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:bold; text-align:left } .SAPBEXBorderlessFlexBox { background-color:#B6CFE6; margin:0 0 10px 0 } .SAPBEXBorderlessFlexBoxTtl { background-color:#B6CFE6; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:bold; height:21px; text-align:left } .SAPBEXBrdCrAct { color:#000000; font-family:Arial,Helvetica,sans-serif } .SAPBEXBrdCrArea { font-family:Arial,Helvetica,sans-serif; margin:0 0 0 5px } .SAPBEXBrdCrBoxBorder { background-color:#B6CFE6; padding:1px } .SAPBEXBrdCrBoxContBgColor { background-color:#FFFFFF } .SAPBEXBrdCrBoxHeader { background-color:#B6CFE6 } .SAPBEXBrdCrDiv { color:#000000; font-family:Arial,Helvetica,sans-serif } .SAPBEXBrdCrIna { color:#204BA2; text-decoration:underline; font-style:normal; font-family:Arial,Helvetica,sans-serif } .SAPBEXBrdCrIna:link { color:#204BA2; text-decoration:underline; font-style:normal; font-family:Arial,Helvetica,sans-serif } .SAPBEXBrdCrIna:visited { color:#756183; text-decoration:underline; font-style:normal; font-family:Arial,Helvetica,sans-serif } .SAPBEXBrdCrIna:hover { color:#FF7800; text-decoration:underline; font-style:normal; font-family:Arial,Helvetica,sans-serif } .SAPBEXBtnEmph { background-color:#FFC54E; background-image:url(../Icons/Tradeshow_6x1_btn_emph.gif); background-position:top left; background-repeat:repeat-y; border-width:1px ; border-style:solid ; border-color:#676E75 #676E75 #676E75 #676E75; color:#000000; cursor:hand; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-style:normal; height:14px; padding:0 4px 0 5px; text-align:center; text-decoration:none; white-space:nowrap } .SAPBEXBtnEmph:link { text-decoration:none } .SAPBEXBtnEmph:visited { text-decoration:none } .SAPBEXBtnEmph:hover { background-image:url(../Icons/Tradeshow_6x1_btn_emph_hover.gif); background-position:top left; background-repeat:repeat-y; border-color:#000000 #000000 #000000 #000000; color:#000000; text-decoration:none } .SAPBEXBtnEmphDsbl { background-color:#F2ECD9; background-image:url(../Icons/Tradeshow_6x1_btn_emph_dsbl.gif); background-position:top left; background-repeat:repeat-y; border-color:#8B959C #8B959C #8B959C #8B959C; border-width:1px ; border-style:solid ; color:#79848C; cursor:default; font-family:Arial,Helvetica,sans-serif; font-weight:normal; height:14px; text-align:center; text-decoration:none; white-space:nowrap; font-style:normal; padding:0 4px 0 5px } .SAPBEXBtnStd { background-color:#F2E1AF; border-width:1px ; border-style:solid ; border-color:#676E75 #676E75 #676E75 #676E75; color:#000000; cursor:hand; font-family:Arial,Helvetica,sans-serif; font-weight:normal; height:14px; padding:0 2px 0 0; text-align:center; text-decoration:none; white-space:nowrap; font-style:normal } .SAPBEXBtnStd:link { text-decoration:none } .SAPBEXBtnStd:visited { text-decoration:none } .SAPBEXBtnStd:hover { border-color:#000000 #000000 #000000 #000000; color:#000000; text-decoration:none } .SAPBEXBtnStdDsbl { background-color:#F2ECD9; border-color:#8B959C #8B959C #8B959C #8B959C; border-width:1px ; border-style:solid ; color:#79848C; cursor:default; font-family:Arial,Helvetica,sans-serif; font-weight:normal; height:14px; text-align:center; text-decoration:none; white-space:nowrap; padding:0 2px 0 0 } .SAPBEXCalBg { background-color:#FFFFFF } .SAPBEXCalBorder { background-color:#83ACDB } .SAPBEXCalCurrentDate { font-family:Arial,Helvetica,sans-serif; color:#000000; cursor:hand; text-align:center; text-decoration:none } .SAPBEXCalCurrentMonth { font-family:Arial,Helvetica,sans-serif; color:#000000; width:12px; cursor:hand; text-align:center; text-decoration:none } .SAPBEXCalDay { font-family:Arial,Helvetica,sans-serif; color:#204BA2; background-color:#FFFFFF; text-align:center; text-decoration:none; cursor:hand; width:17px; border:1px solid #83ACDB } .SAPBEXCalDaySat { font-family:Arial,Helvetica,sans-serif; color:#204BA2; background-color:#FFFF00; text-align:center; text-decoration:none; cursor:hand; width:17px } .SAPBEXCalDaySelectedNormal { font-family:Arial,Helvetica,sans-serif; background-color:#FFFFFF; color:#204BA2; text-align:center; text-decoration:none; border:solid 1px #225A8D ; cursor:hand; width:17px } .SAPBEXCalDaySelectedSat { font-family:Arial,Helvetica,sans-serif; color:#204BA2; background-color:#FFFF00; text-align:center; text-decoration:none; border:solid 1px #225A8D ; cursor:hand; width:17px } .SAPBEXCalDaySelectedSun { font-family:Arial,Helvetica,sans-serif; color:#204BA2; background-color:#FF8686; text-align:center; text-decoration:none; border:solid 1px #225A8D ; cursor:hand; width:17px } .SAPBEXCalDaySun { font-family:Arial,Helvetica,sans-serif; color:#204BA2; background-color:#FF8686; text-align:center; text-decoration:none; cursor:hand; width:17px } .SAPBEXCalLink { color:#204BA2; font-family:Arial,Helvetica,sans-serif; text-decoration:none; font-style:normal } .SAPBEXCalLink:link { color:#204BA2; text-decoration:none } .SAPBEXCalLink:visited { color:#756183; text-decoration:none } .SAPBEXCalLink:hover { color:#FF7800; text-decoration:none } .SAPBEXCalMonth { font-family:Arial,Helvetica,sans-serif; background-color:#83ACDB; width:12px; color:#000000; text-align:center; text-decoration:none } .SAPBEXCalNoDay { font-family:Arial,Helvetica,sans-serif; text-align:center; text-decoration:none; cursor:hand; width:17px; color:#204BA2 } .SAPBEXCalSkipMonth { font-family:Arial,Helvetica,sans-serif; color:#204BA2; text-align:center; text-decoration:none; cursor:hand } .SAPBEXCalWeek { font-family:Arial,Helvetica,sans-serif; text-align:center; text-decoration:none; cursor:hand; color:#999; width:17px } .SAPBEXCalWeekday { font-family:Arial,Helvetica,sans-serif; background-color:#83ACDB; width:17px; color:#000000; text-align:center; text-decoration:none } .SAPBEXCellspacing { cellpadding:0; cellspacing:1 } .SAPBEXchaText { background-color:#D4D4D4; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 5px 1px 5px; text-align:left; vertical-align:top } .SAPBEXChb { margin:2px 3px 0 -4px } .SAPBEXConName { background-color:#D4D4D4 ; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXConStatus { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:center } .SAPBEXCtxtBorder { background-color:#000000 } .SAPBEXCtxtBorder1 { background-color:#F7F7F7 } .SAPBEXCtxtBorder2 { background-color:#F7F7F7 } .SAPBEXCtxtBorder3 { background-color:#000000 } .SAPBEXCtxtBorder4 { background-color:#000000 } .SAPBEXCtxtMenuHeader { background-color:#96B2CB; color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; padding:1px 3px 1px 3px; text-align:left } .SAPBEXCtxtMenuItem { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; padding:1px 3px 1px 3px; text-align:left } .SAPBEXDdl { margin:2px 3px 3px 0 } .SAPBEXDialogAreaTtl { color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:bold; margin-left:-5px; text-align:left; font-style:normal } .SAPBEXDialogBg { background-color:#CBDBEA; color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-style:normal } .SAPBEXDialogBorder { background-color:#B6CFE6; margin-bottom:5px } .SAPBEXDialogOffset { background-color:#CBDBEA; font-size:1pt } .SAPBEXDialogTtl { background-color:#B6CFE6; color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:bold; height:21px; font-style:normal } .SAPBEXexcBad7 { background-color:#FFBBBB; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcBad7:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcBad7:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcBad7:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcBad8 { background-color:#F87C7C; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcBad8:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcBad8:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcBad8:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcBad9 { background-color:#FF3333; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcBad9:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcBad9:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcBad9:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcCritical4 { background-color:#FFCC33; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcCritical4:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcCritical4:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcCritical4:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcCritical5 { background-color:#FFAB1D; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcCritical5:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcCritical5:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcCritical5:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcCritical6 { background-color:#FF8800; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcCritical6:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcCritical6:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcCritical6:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcGood1 { background-color:#5BCB77; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcGood1:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcGood1:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcGood1:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcGood2 { background-color:#60ED84; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcGood2:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcGood2:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcGood2:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXexcGood3 { background-color:#99FF99; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXexcGood3:link { margin:0; padding:0; text-decoration:none } .SAPBEXexcGood3:visited { margin:0; padding:0; text-decoration:none } .SAPBEXexcGood3:hover { margin:0; padding:0; text-decoration:underline } .SAPBEXExcName { background-color:#D4D4D4 ; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXExcStatus { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:center } .SAPBEXFlexBoxFormBg { background-color:#CBDBEA; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXFlexBoxContBlue { background-color:#CBDBEA; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXFlexBoxContWhite { background-color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXFlexBoxStdBg { background-color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXformats { background-color:#D4D4D4; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXGrpBdy { background-color:#CBDBEA; color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:normal } .SAPBEXGrpTtl { background-color:#CBDBEA; color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:bold } .SAPBEXHLevel0 { background-color:#AFC8DE; text-align:left; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXHLevel1 { background-color:#C0D4E5; text-align:left; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXHLevel2 { background-color:#DDEAF5; text-align:left; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXHLevel3 { background-color:#F5F9FC; text-align:left; color:#000000; font-family:Arial,Helvetica,sans-serif; vertical-align:top; padding:1px 3px 1px 3px; font-style:normal } .SAPBEXKeyAttr { background-color:#D4D4D4; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right; vertical-align:top } .SAPBEXLic { color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; list-style-type:none } .SAPBEXLicItem { margin:0 0 0 -15px } .SAPBEXLicTtl { color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:bold } .SAPBEXLicWhl { margin:-15px 0 0 -15px } .SAPBEXLnk { color:#204BA2; font-family:Arial,Helvetica,sans-serif; text-decoration:underline; font-style:normal } .SAPBEXLnk:link { color:#204BA2; text-decoration:underline } .SAPBEXLnk:visited { color:#756183; text-decoration:underline } .SAPBEXLnk:hover { color:#FF7800; text-decoration:underline } .SAPBEXMapLgdHeading1 { color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-style:normal } .SAPBEXMapLgdHeading2 { color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-style:normal } .SAPBEXMapLgdLegend { color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-style:normal } .SAPBEXMapLgdLine { color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-style:normal } .SAPBEXMapLgdMinmax { color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-style:normal } .SAPBEXMarked { color:#9E2611; font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-style:normal } .SAPBEXMarked:link { color:#9E2611; text-decoration:none } .SAPBEXMarked:visited { color:#9E2611; text-decoration:none } .SAPBEXMarked:hover { color:#FF7800; text-decoration:underline } .SAPBEXMenuLogo { font-family:Arial,Helvetica,sans-serif; background-color:#FFFFFF; color:#000000; text-align:left; font-weight:bold; font-style:normal } .SAPBEXMessage { background-color:#D4D4D4 ; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXNavigatorChaTxt { background-color:#F2F2F2; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXNavItem { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXNavLine { background-color:#D4D4D4; color:#000000; cursor:hand; font-family:Arial,Helvetica,sans-serif; font-weight:normal; height:18px; text-align:center; text-decoration:none; white-space:nowrap; font-style:normal } .SAPBEXNavLineBorder { background-color:#AEAEAE } .SAPBEXPadding { color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; padding:1px 5px 1px 5px; text-align:left } .SAPBEXPageDspl { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; text-align:center } .SAPBEXPopUpOuterBorder { border-style:solid; border-width:1px; border-color:#CFCFCF #000000 #000000 #CFCFCF } .SAPBEXPopUpInnerBorder { border:1px solid #B3D0E5 } .SAPBEXPopUpBg { font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-style:normal; color:#000000; background-color:#C4D9E9; margin:5px; padding:5px } .SAPBEXPopUpHeader { font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-style:normal; color:#000000; background-color:#83ACD8; margin:5px; padding:5px } .SAPBEXScrollHor { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXScrollVert { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXstdData { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXstdDataEmph { background-color:#FFFFFF; color:#000080; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXstdDataEmph:link { margin:0; padding:0; text-decoration:none; color:#000080 } .SAPBEXstdDataEmph:visited { margin:0; padding:0; text-decoration:none; color:#000080 } .SAPBEXstdDataEmph:hover { margin:0; padding:0; text-decoration:underline; color:#000080 } .SAPBEXstdDataEmphOdd { background-color:#D4D4D4 ; color:#000080; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXstdDataEmphOdd:link { margin:0; padding:0; text-decoration:none; color:#000080 } .SAPBEXstdDataEmphOdd:visited { margin:0; padding:0; text-decoration:none; color:#000080 } .SAPBEXstdDataEmphOdd:hover { margin:0; padding:0; text-decoration:underline; color:#000080 } .SAPBEXstdDataOdd { background-color:#F2F2F2; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXstdItem { background-color:#D4D4D4; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left; vertical-align:top } .SAPBEXSystemMessage { background-color:#D4D4D4 ; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXTableCaption { background-color:#B6CFE6; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:bold; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXTableGrid { background-color:#AEAEAE } .SAPBEXTbsBdyEdg { background-color:#D9E5F2; border-color:#306898 #83ACD8 #83ACD8 #83ACD8; border-style:solid; border-width:2px 1px 1px 1px; position:relative; z-index:50 } .SAPBEXTbsLnk { color:#000000; font-family:Arial,Helvetica,sans-serif; text-decoration:none } .SAPBEXTbsLnk:link { color:#000000; font-family:Arial,Helvetica,sans-serif; text-decoration:none } .SAPBEXTbsLnk:visited { color:#000000; font-family:Arial,Helvetica,sans-serif; text-decoration:none } .SAPBEXTbsLnk:hover { color:#000000; font-family:Arial,Helvetica,sans-serif; text-decoration:none } .SAPBEXTbsTab { position:relative; height:19px; font-family:Arial,Helvetica,sans-serif; color:#000000; padding:1px 10px 1px 10px; border-left:1px solid #5F86B1; border-right:1px solid #5F86B1; border-top:1px solid #5F86B1; cursor:hand; font-weight:normal; top:1px; z-index:0; background-color:#83ACD8 } .SAPBEXTbsTabSel { position:relative; height:19px; font-family:Arial,Helvetica,sans-serif; color:#FFFFFF; padding:1px 10px 1px 10px; background-color:#306898; font-weight:bold; cursor:default; z-index:51 } .SAPBEXTElemName { background-color:#D4D4D4 ; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXTElemVal { background-color:#FFFFFF; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:left } .SAPBEXTextArea { background-color:#FFFFFF; border:1px solid #999; font-size:1.65ex; padding:0 2px 0 2px; font-family:Arial,Helvetica,sans-serif; color:#000000 } .SAPBEXTicker { background-color:#FFFFFF; border:0 solid #000000; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXtitle { background-color:#B6CFE6; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:bold; margin:0 1px 0 1px; text-align:left } .SAPBEXTreeLevel0 { background-color:#AFC8DE; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXTreeLevel1 { background-color:#C0D4E5; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXTreeLevel2 { background-color:#DDEAF5; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXTreeLevel3 { background-color:#F5F9FC; color:#000000; font-family:Arial,Helvetica,sans-serif; font-style:normal } .SAPBEXTreeLevel0Bg { background-color:#AFC8DE } .SAPBEXTreeLevel0Ttl { background-color:#AFC8DE; font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 5px } .SAPBEXTreeLevel0Item { font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 25px } .SAPBEXTreeLevel1Bg { background-color:#C0D4E5 } .SAPBEXTreeLevel1Ttl { font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 25px } .SAPBEXTreeLevel1Item { font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 45px } .SAPBEXTreeLevel2Bg { background-color:#DDEAF5 } .SAPBEXTreeLevel2Ttl { font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 45px } .SAPBEXTreeLevel2Item { font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 65px } .SAPBEXTreeLevel3Bg { background-color:#F5F9FC } .SAPBEXTreeLevel3Ttl { font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 65px } .SAPBEXTreeLevel3Item { font-family:Arial,Helvetica,sans-serif; color:#000000; margin:3px 0 2px 85px } .SAPBEXTreeTtl { font-family:Arial,Helvetica,sans-serif; background-color:#83ACD8; color:#000000 } .SAPBEXTreeBorder { background-color:#AEAEAE; margin-top:5px } .SAPBEXMapLgdBorder { color:#000000; font-family:Arial,Helvetica,sans-serif; border:1px solid #999; font-weight:normal } .SAPBEXTxtFld { background-color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; padding:0 2px 0 2px; border:1px solid #999; font-size:1.65ex; height:2.85ex; color:#000000 } .SAPBEXTxtFldDsbl { height:2.85ex; font-family:Arial,Helvetica,sans-serif; padding:0 2px 0 2px; color:#000000; border-color:#999; border-style:solid; border-width:1px; background-color:#D9E5F2 } .SAPBEXTxtFldright { background-color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; height:2.85ex; padding:0 2px 0 2px; border:1px solid #999; font-size:1.65ex; text-align:right; color:#000000 } .SAPBEXTxtLbl { color:#000000; font-family:Arial,Helvetica,sans-serif; height:20px; padding:2px 5px 5px 5px; vertical-align:bottom; font-style:normal } .SAPBEXTxtStd { color:#000000; font-family:Arial,Helvetica,sans-serif; text-align:left; font-style:normal } .SAPBEXTxtStdBold { color:#000000; font-family:Arial,Helvetica,sans-serif; font-weight:bold; padding:3px 2px 5px 0; text-align:left; font-style:normal } .SAPBEXundefined { background-color:#FFFFFF; color:#800000; font-family:Arial,Helvetica,sans-serif; font-style:normal; font-weight:normal; margin:0 1px 0 1px; padding:1px 3px 1px 3px; text-align:right } .SAPBEXundefined:link { margin:0; padding:0; text-decoration:none; color:#800000 } .SAPBEXundefined:visited { margin:0; padding:0; text-decoration:none; color:#800000 } .SAPBEXundefined:hover { margin:0; padding:0; text-decoration:underline; color:#800000 } .SAPBEXWhlOffset { font-size:1pt } A:link { color:#000000; font-family:Arial,Helvetica,sans-serif; text-decoration:none; font-style:normal } A:visited { color:#000000; font-family:Arial,Helvetica,sans-serif; text-decoration:none; font-style:normal } A:hover { color:#000000; font-family:Arial,Helvetica,sans-serif; text-decoration:underline; font-style:normal } .SAPBExMsgBarStd { margin:0 0 4px 0; padding:4px 4px 2px 4px; border-style:none none solid none; border-width:0 0 2px 0; border-color:#306898 } .SAPBEXNavBlockMargin { background-color:#F2F2F2; font-size:1pt; height:3px; width:3px } .SAPBExMsgBarErr { background-color:#FFFFFF; padding:4px 4px 4px 4px; border-style:none none solid none; border-width:0 0 2px 0; border-color:#306898 } .SAPBEXTbsTab:link { font-family:Arial,Helvetica,sans-serif; color:#000000; text-decoration:none } .SAPBEXTbsTab:visited { font-family:Arial,Helvetica,sans-serif; color:#000000; text-decoration:none } .SAPBEXTbsTab:hover { font-family:Arial,Helvetica,sans-serif; color:#000000; text-decoration:none } .SAPBEXTbsTabSel:link { font-family:Arial,Helvetica,sans-serif; color:#FFFFFF; text-decoration:none } .SAPBEXTbsTabSel:visited { font-family:Arial,Helvetica,sans-serif; color:#FFFFFF; text-decoration:none } .SAPBEXTbsTabSel:hover { font-family:Arial,Helvetica,sans-serif; color:#FFFFFF; text-decoration:none } .SAPBEXTbsTabSel a,.SAPBEXTbsTabSel a:hover { color:#FFFFFF; text-decoration:none } .SAPBEXBtnStdNextStep { background-color:#F2E1AF; border-color:#676E75 #676E75 #676E75 #676E75; border-style:solid ; border-width:1px ; background-image:url(../Icons/Tradeshow_BtnNextStep.gif); background-position:center right; background-repeat:no-repeat; text-decoration:none; color:#000000; padding:0 16px 0 3px; cursor:hand; font-weight:normal; height:14px } .SAPBEXBtnStdNextStep:hover { background-image:url(../Icons/Tradeshow_BtnNextStepHover.gif); border-color:#000000 #000000 #000000 #000000; color:#000000; text-decoration:none; background-color:#FFC54E } .SAPBEXBtnStdNextStepDsbl { background-color:#F2ECD9; border-color:#8B959C #8B959C #8B959C #8B959C; border-style:solid ; border-width:1px ; background-image:url(../Icons/Tradeshow_BtnNextStepDsbl.gif); background-position:center right; background-repeat:no-repeat; text-decoration:none; color:#79848C; padding:0 16px 0 3px; font-weight:normal; height:14px; cursor:default } .SAPBEXBtnStdPrevStep { background-color:#F2E1AF; border-color:#676E75 #676E75 #676E75 #676E75; border-style:solid ; border-width:1px ; background-image:url(../Icons/Tradeshow_BtnPrevStep.gif); background-position:center left; background-repeat:no-repeat; text-decoration:none; color:#000000; padding:0 3px 0 16px; cursor:hand; font-weight:normal; height:14px } .SAPBEXBtnStdPrevStep:hover { background-image:url(../Icons/Tradeshow_BtnPrevStepHover.gif); border-color:#000000 #000000 #000000 #000000; color:#000000; background-color:#FFC54E; text-decoration:none } .SAPBEXBtnStdPrevStepDsbl { background-color:#F2ECD9; border-color:#8B959C #8B959C #8B959C #8B959C; border-style:solid ; border-width:1px ; background-image:url(../Icons/Tradeshow_BtnPrevStepDsbl.gif); background-position:center left; background-repeat:no-repeat; text-decoration:none; color:#79848C; padding:0 3px 0 16px; font-weight:normal; height:14px; cursor:default } .SAPBEXTbsTab a,.SAPBEXTbsTab a:hover { text-decoration:none; color:#000000 }

    Hi,
    Note 1899396 - Patch Level 0 for BI Java Installation - Detailed Information
    If you missed to apply the latest patches for the current BI-JAVA stack you will encounter all kinds of errors.
    New Installation of SAP BI JAVA 7.30 - Options, Connectivity and Security
    Note 1961111 - BW ABAP/JAVA SPS dependencies for different NetWeaver release and BI JAVA patch updating relevant
    Note 1512355 - SAP NW 7.30/7.31/7.40: Schedule for BI Java Patch Delivery
    Best Regards Roland

  • BEX Analyzer: Error when clicking in a filter hierarchy

    Hello,
    I am using the SAP BI7 version and I have a problem in the BEX anayzer. When I click in the filter zone and when I choose a filter caracteristic that contains a hierarchy I have the following error message and i am killed:
    <b>Class RSBOLAP 000:Error in the SAPMSSY1 method: uncaught exception
    Class BRAIN 299 System error int the CL_RSR_NET_RSMD_VHS_SVC program and form GET_HIER_NODE_READER:01.</b>
    Do you have ever had a same error? what can be solution?
    Thanks for your help!
    Regards,
    Julien

    Hellow Julien
    yes, i also encountered the same problem. But that is all the formula varialbles.
    For that some configuration has to be done by the BASIS people.
    Our basis peoples are working onthat.
    Award points, if this helps you.
    Regards
    Saravanan.ar

  • Key figure definition in BEx gives "Error loading template 0QUERY_TEMPLATE"

    Hi,
    On a BI 7.0 system I try to run a query in the BEx Analyzer and after I have the result in Excel. I wants to see the key figure definition by right clicking in a data cell.
    Then I get this error message after the browser has started up.
    Error loading template 0QUERY_TEMPLATE
    Notification Number BRAIN 276  
    Any ideas how this can be?
    Kind regards, Bjarne

    hi,
    Please check the below path in BI and set the template "0ANALYSIS_PATTERN" there:
    SPRO ->SAP Netweaver -> BI ->Settings for reporting and analysis ->BEX Web -> Set Standard Web Templates -> Ad-hoc analysis -> set the above template and save it.
    check wether it works afterwords or not.
    This is the standard web template called every time when we execute our query's.
    Thanks
    Dipika

  • BEx Login error - Termination occurred in the ABAP program "CL_GUI_FRONTEND

    Dear All,
    I am having error when i am trying to login in BEx Analyser / Quary Designer 7.0
    i am using the same user ID password as when i used to login to SAP BW through Logon pad.
    but still i am having the error "Name or Password is incorrect. (repeat logon)"
    I did try RRMX in BW, i got
    Runtime Errors         RAISE_EXCEPTION
    Information on where terminated
        Termination occurred in the ABAP program "CL_GUI_FRONTEND_SERVICES======CP" -
         in "GUI_DOWNLOAD".
        The main program was "RRMX_START_EXCEL ".
        In the source code you have the termination point in line 89
        of the (Include) program "CL_GUI_FRONTEND_SERVICES======CM012".
    the program in the error dump as
    CALL FUNCTION 'GUI_DOWNLOAD'
           EXPORTING
                BIN_FILESIZE              = BIN_FILESIZE
                FILENAME                  = FILENAME
                FILETYPE                  = FILETYPE
                APPEND                    = APPEND
                WRITE_FIELD_SEPARATOR     = WRITE_FIELD_SEPARATOR
                HEADER                    = HEADER
                TRUNC_TRAILING_BLANKS     = TRUNC_TRAILING_BLANKS
                WRITE_LF                  = WRITE_LF
                COL_SELECT                = COL_SELECT
                COL_SELECT_MASK           = COL_SELECT_MASK
                DAT_MODE                  = DAT_MODE
                CONFIRM_OVERWRITE         = CONFIRM_OVERWRITE
                NO_AUTH_CHECK             = NO_AUTH_CHECK
                CODEPAGE                  = CODEPAGE
                IGNORE_CERR               = IGNORE_CERR
                REPLACEMENT               = REPLACEMENT
                WRITE_BOM                 = WRITE_BOM
                TRUNC_TRAILING_BLANKS_EOL = TRUNC_TRAILING_BLANKS_EOL
                WK1_N_FORMAT              =  WK1_N_FORMAT
                WK1_N_SIZE                =  WK1_N_SIZE
                WK1_T_FORMAT              =  WK1_T_FORMAT
                WK1_T_SIZE                =  WK1_T_SIZE
                SHOW_TRANSFER_STATUS      = SHOW_TRANSFER_STATUS
           IMPORTING
                FILELENGTH              = FILELENGTH
           TABLES
                DATA_TAB                = DATA_TAB
                FIELDNAMES              = FIELDNAMES
           EXCEPTIONS
                FILE_WRITE_ERROR        = 1
                NO_BATCH                = 2
                GUI_REFUSE_FILETRANSFER = 3
                INVALID_TYPE            = 4
                NO_AUTHORITY            = 5
                UNKNOWN_ERROR           = 6
                HEADER_NOT_ALLOWED      = 7
                SEPARATOR_NOT_ALLOWED   = 8
                FILESIZE_NOT_ALLOWED    = 9
                HEADER_TOO_LONG         = 10
                DP_ERROR_CREATE         = 11
                DP_ERROR_SEND           = 12
                DP_ERROR_WRITE          = 13
                UNKNOWN_DP_ERROR        = 14
                ACCESS_DENIED           = 15
                DP_OUT_OF_MEMORY        = 16
                DISK_FULL               = 17
                DP_TIMEOUT              = 18
                FILE_NOT_FOUND          = 19
                DATAPROVIDER_EXCEPTION  = 20
                CONTROL_FLUSH_ERROR     = 21
                OTHERS                  = 22.
      IF SY-SUBRC <> 0.
        case sy-subrc.
          when 1.
            RAISE FILE_WRITE_ERROR.
          when 2.
            RAISE NO_BATCH.
          when 3.
            RAISE GUI_REFUSE_FILETRANSFER.
          when 4.
            RAISE INVALID_TYPE .
          when 5.
            RAISE NO_AUTHORITY.
          when 6.
            RAISE UNKNOWN_ERROR.
          when 7.
            RAISE HEADER_NOT_ALLOWED.
          when 8.
            RAISE SEPARATOR_NOT_ALLOWED.
          when 9.
            RAISE FILESIZE_NOT_ALLOWED.
          when 10.
            RAISE HEADER_TOO_LONG.
          when 11.
            RAISE DP_ERROR_CREATE.
          when 12.
            RAISE DP_ERROR_SEND.
          when 13.
            RAISE DP_ERROR_WRITE.
          when 14.
            RAISE UNKNOWN_DP_ERROR.
      >>>>when 15.
            RAISE ACCESS_DENIED.
    krish

    Hello,
    the same type of problem was solved today this way (it´s due to a local client problem):
    Start users local SAP GUI
    In the left upper corner of SAP GUI select the menue and -> options.
    Delete all cache files of SAP GUI and browse the local SAP GUI download folder of the users workstation. Rename the files in the download/workdir folder for example to *_old.
    Logon to SAP system again, run RRMX again -> confirm download of bex config file -> Excel sheet should open now.
    Important: also the end user has to configure some excel addin options (bex) otherwise the excel sheet will be blank / empty.
    BR,
    Alessandro

  • Com.splwg.base. error in MDM 2.1 while starting weblogic server

    Error in MDM 2.0 while trying to start the application. Would be great if someone can give any pointers.
    2013-01-19 18:41:22,791 [SchedulerDaemon] ERROR (support.context.ComponentContainerLookupHelper*) Didn't find lookup class for interface interface com.splwg.base.api.lookup.TableClassificationLookup*
    com.splwg.shared.common.LoggedException: Didn't find lookup class for interface interface com.splwg.base.api.lookup.TableClassificationLookup
         at com.splwg.shared.common.LoggedException.raised(LoggedException.java:67)
         at com.splwg.base.support.context.ComponentContainerLookupHelper.getLookupFor(ComponentContainerLookupHelper.java:104)
         at com.splwg.base.support.context.ComponentContainer.getLookupFor(ComponentContainer.java:457)
         at com.splwg.base.api.datatypes.LookupHelper.getLookupInstance(LookupHelper.java:23)
         at com.splwg.base.support.hibernatetypes.LookupType.nullSafeGet(LookupType.java:65)
         at org.hibernate.type.CustomType.nullSafeGet(CustomType.java:124)
         at org.hibernate.type.AbstractType.hydrate(AbstractType.java:106)
         at org.hibernate.persister.entity.AbstractEntityPersister.hydrate(AbstractEntityPersister.java:2701)
         at org.hibernate.loader.Loader.loadFromResultSet(Loader.java:1541)
         at org.hibernate.loader.Loader.instanceNotYetLoaded(Loader.java:1473)
         at org.hibernate.loader.Loader.getRow(Loader.java:1373)
         at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:640)
         at org.hibernate.loader.Loader.doQuery(Loader.java:850)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:289)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259)
         at org.hibernate.loader.Loader.loadEntity(Loader.java:2042)
         at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:82)
         at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
         at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:3710)
         at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:439)
         at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:420)
         at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:204)
         at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:251)
         at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:148)
         at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:992)
         at org.hibernate.internal.SessionImpl.access$1900(SessionImpl.java:170)
         at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2336)
         at org.hibernate.internal.SessionImpl.get(SessionImpl.java:888)
         at com.splwg.base.support.context.FrameworkSession.get(FrameworkSession.java:1045)
         at com.splwg.base.api.datatypes.SingleFieldId.getEntity(SingleFieldId.java:182)
         at com.splwg.base.api.EntityToTableHelper.privateGetTableForEntityName(EntityToTableHelper.java:66)
         at com.splwg.base.api.EntityToTableHelper.getTableForEntityName(EntityToTableHelper.java:50)
         at com.splwg.base.support.changehandlers.CobolExtensionChangeHandler.getExitProgramName(CobolExtensionChangeHandler.java:137)
         at com.splwg.base.support.changehandlers.CobolExtensionChangeHandler$1.execute(CobolExtensionChangeHandler.java:129)
         at com.splwg.base.support.changehandlers.CobolExtensionChangeHandler$1.execute(CobolExtensionChangeHandler.java:126)
         at com.splwg.base.support.context.SessionExecutable.doInCurrentSession(SessionExecutable.java:174)
         at com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfAvailable(SessionExecutable.java:97)
         at com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfAvailable(SessionExecutable.java:86)
         at com.splwg.base.support.changehandlers.CobolExtensionChangeHandler.hasUserExits(CobolExtensionChangeHandler.java:133)
         at com.splwg.base.support.context.ContainerRegisteredEntityData.getChangeHandlerWrappers(ContainerRegisteredEntityData.java:250)
         at com.splwg.base.support.changehandlers.HandlerPrepareMethodRunner.fireForAllHandlers(HandlerPrepareMethodRunner.java:36)
         at com.splwg.base.support.api.AbstractBusinessEntity.performPrepareAddOrChange(AbstractBusinessEntity.java:311)
         at com.splwg.base.support.api.AbstractBusinessEntity.privateSetAbstractDTOValuesMiddle(AbstractBusinessEntity.java:341)
         at com.splwg.base.domain.batch.batchJobQueue.BatchJobQueue_Per.setAbstractDTOValues(BatchJobQueue_Per.java:511)
         at com.splwg.base.support.api.JavaPersistenceStrategy.updatePersistentBackendForAdd(JavaPersistenceStrategy.java:58)
         at com.splwg.base.support.context.FrameworkSession.createBusinessEntity(FrameworkSession.java:1453)
         at com.splwg.base.support.impl.AbstractDataTransferObject$1.run(AbstractDataTransferObject.java:78)
         at com.splwg.base.support.impl.AbstractDataTransferObject$JumpFromDTORunner.run(AbstractDataTransferObject.java:172)
         at com.splwg.base.support.interception.SessionInterceptionManager.notifyGenericCallStackJump(SessionInterceptionManager.java:293)
         at com.splwg.base.support.context.FrameworkSession.notifyGenericCallStackJump(FrameworkSession.java:2074)
         at com.splwg.base.support.impl.AbstractDataTransferObject.abstractNewEntity(AbstractDataTransferObject.java:84)
         at com.splwg.base.domain.batch.batchJobQueue.BatchJobQueue_DTO.newEntity(BatchJobQueue_DTO.java:389)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration$2.execute(TimerBatchJobSchedulerIteration.java:192)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration$2.execute(TimerBatchJobSchedulerIteration.java:185)
         at com.splwg.base.support.context.SessionExecutable.doInNewSession(SessionExecutable.java:65)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration.addRunInNewSession(TimerBatchJobSchedulerIteration.java:185)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration.scheduleRun(TimerBatchJobSchedulerIteration.java:175)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration.monitorTimer(TimerBatchJobSchedulerIteration.java:78)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration.access$100(TimerBatchJobSchedulerIteration.java:37)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration$1.execute(TimerBatchJobSchedulerIteration.java:56)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration$1.execute(TimerBatchJobSchedulerIteration.java:52)
         at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:149)
         at com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfAvailable(SessionExecutable.java:99)
         at com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfAvailable(SessionExecutable.java:86)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration.privateExecute(TimerBatchJobSchedulerIteration.java:52)
         at com.splwg.base.support.batch.TimerBatchJobSchedulerIteration.execute(TimerBatchJobSchedulerIteration.java:48)
         at com.splwg.base.support.cluster.SchedulerDaemon.run(SchedulerDaemon.java:47)
    Edited by: 982930 on Jan 19, 2013 7:09 PM

    Did you get an answer or not yet? if not then try doing artifact gen

  • BEx Analyzer Error "NO APPLICATION DATA FOUND".

    Hello Experts,
    I have a problem, when i am going to create a query in BEx analyzer.
    I got this Error "NO APPLICATION DATA FOUND".
    I already check that Particular InfoCube, The Cube is fine and also it contains Data.
    But the Problem begins Same.
    Thankyou,
    Kshitij Deshmukh

    Hello,
    I have solved this problem on my own.
    Solution: 1st check your target over query is excuting...there is data or no... in Tcode  "LISTCUBE".
    Then data is available... or not.
    If every thing is ok...then dorp the query....create anothor and checked by only 2 fields....if is working then ....comptele it.....if data is there then no problem....report should run...
    check ur data is ready for reproting.... i means reporting icon is available or not.????
    If the Problem begin Same "NO APPLICABLE DATA FOUND".
    Then the Problem in Loading.
    2. Click on cube choose manage tab...there will be reproting symbol....
    Need to check each steps if data is there or Report not running....
    Finally delete the request then again load the data..and icon should come automatically...
    3. There is R and below one excel sheet fighre...icon
    4. Go and make a Report in BEx Analayzer..
    Data will fetching Automatically....
    Thank you
    Regards
    Kshitij Deshmukh

  • BEx Broadcasting : Error loading template 0BROADCASTING_TEMPLATE

    Hello Everybody,
    When i go to Business Explorer - Web Application Designer - Publish and click on In BEx Broadcaster ,an error message is displayed when this is loaded saying :
    <b>Error loading template 0BROADCASTING_TEMPLATE</b>
    When I tried installing 0BROADCASTING_TEMPLATE an error message was displayed as :
    <b>Object Web Template Name 0BROADCASTING_TEMPLATE is not available in version D</b>
    This means that 0BROADCASTING_TEMPLATE is not available in delivered version .
    Is this any other way to install this template or can this template be separately installed,if yes plz tell me how to do it.If this template cannot be installed separately then,is there no other way to activate BEx broadcasting functionality in BW .Kindly revert back at earliest as I am suffering with this issue since many days.my Email Id is [email protected] .
    Thanks,
    Saumya

    Hi,
    Sorry for bothering you - see SAP Note 861803 if of any help.
    Symptom
    In a BW 3.5 system, you want to define the Standard Web Templates and you call Transaction RSCUSTV11 to do this, however the system displays only the fields "Style sheet" and "Template properties".
    Other terms
    RSCUSTV11, RSCUSTV21, 0QUERY_TEMPLATE, 0ADHOC, 0BROADCASTING_TEMPLATE, 0ANALZYER, 0QUERY_TEMPLATE_BROADCASTING, 0DOC_TEMPLATE2, standard Web template
    Solution
    In a BW 3.5 system, use Transaction RSCUSTV21 to maintain the Standard Web Templates.
    regards
    Vikash

  • BEx Broadcasting Error

    Hi,
    We are having trouble executing BEx broadcasting on our portal.  We are using NW04s SPS11.  The problem we are having is with the out-of-the-box iView for the BEx broadcaster.  After we select a workbook to broadcast and enter the required settings information and click execute, we get an error message.  The error states:
    An Active RFC Server could not be found.
    Error occurred during processing of framework class CL_RSRD_PRODUCER_EXCEL, type PROD.
    I've checked the system landscape and the connection to the ABAP BI system tests out ok.  The ABAP BI system is also showing up in the SLD.  I've also seen a couple notes that say this is a build error and is fixed in service packs, but we are way beyond that service pack (currently on SPS11).
    Any suggestions?

    Hi Michael,
    Check this link
    Publishing BW Workbooks into Portal
    Regards
    Arun

  • BEx System errors while using RSTT trace

    Hello,
    We are having several problems while using BEx SapGui NW 2004s SR1 Presentation - 6.40 Compilation 5 and SAP Netweaver 2004s BI AddOn Patch Level 801 (Bw700SP08P_801-10001615.exe). The system is and ABAP+Java implementation in Stack 7.
    For been able to trace problems in BI Planning we activate the RSTT trace for local BPS1 user (the one used in development). When activated, no BEx query cannot be opened, raising error "Overflow when converting from 389", so we cannot trace any issue.
    Any help?
    Thank you and regards,
    Message was edited by: Ignacio Arroyo

    Hi ,
    Do you have any docs how to activate the user ?.It will be great if you send some info on this.
    thanks,
    reddy

  • Applet and data base error.    java.security.AccessControlException:

    Hi All
    I am new to java.
    I am trying to access data base SQL 7.0 thru an applet but its giving an error "java.security.AccessControlException:"
    Can any one help me plz!!!!
    Thx in advance
    Vipin

    Is a Applet Application so, u have to sign the application using jarsigner tool
    visit :
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/jarsigner.html
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html
    If NOT/before
    Create a file name called ".java.policy" and placed/saved it in user home directory.
    All the best
    Edward.I

Maybe you are looking for

  • Need to run IE (Internet Explorer) any other way besides Parallels?

    New to Mac (part II). Ok, new to Mac part II means I tried a couple years ago but because I was dependent on MS products and IE (have to have IE for real estate) I had to switch back to PC. Now with new Intel chip and am happy to say I am the proud n

  • WP8.1 MDM Restrictions - Voice record and safe search not working as expected

    Hi I'm having some issues with the new restrictions -  Voice recording After setting Experience/AllowVoiceRecording to 0, voice recording no longer works as expected in the Nokia recorder app, however you can still voice record from other apps such a

  • CD Jewel case cover printing error

    When I print the jewel case cover the song list only prints out a very compressed list on the left side but is fine on the right side album cover. This has only just started happening after nusing I-Tunes for years without any problems at all. I have

  • When will camera raw update compatibility for Sony RX100 III be available?

    Camera raw compatibility is now available for Sony RX100 III for all Adobe Applications.  Why is it not included in latest Apple update?  Any ideas when new camera raw compatibility for this camera will be available?  Why is Apple so slow on this?

  • Customising CATS      Webdynpro or PDK or BSP

    Hi SDN Gurus, Currently we've have configured CATS application in EP using ITS. Because of performance related issues , we are planning to develop the application based on BSP/PDK/Webdynpro. As I am new to BSP/Webdynpro/PDK your thoughts on this will