How to activate trace from BO in my PC

Hello!!
I trying to active a trace to see my mdx log in my PC.
I am doing the steps indicate in SAP Kb Note: 1235111.
This note say the following:
"OverWrite"="No"
"AppendPID"="No"
"LogFile"="<your BOE120 install folder here>/bobje/logging/MDA.log"
"LogFormat"="%T ThreadID<%i> %X : %m" 
"Location"="<your BOE120 install folder here>/bobje/enterprise120/solaris_sparc/"
"Verbosity"="10"
In the regedit of my PC i have the following information:
"OverWrite"="No"
"AppendPID"="No"
"LogFile"="<C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\logging\MDA.log"
"LogFormat"="%T ThreadID<%i> %X : %m" 
"Location"="<your BOE120 install folder here>/bobje/enterprise120/solaris_sparc/"
"Verbosity"="10"
After i change my regedit i stop and start all servers.
i am running querys from rich client but i can found the mdx logs.
I think the files have to be in the location indicated in "LogFile" but i am not sure.
Someone can help me??
I am using BO XI 3.1 SP3.
I need to se the mdx because when i schedule a file in my info view, infoview gave me this error:
A database error occured. The database error text is: Error in MDDataSetBW.GetCellData. MDX result contains many cells. (more than 1 million). (WIS 10901)

Hi,
   This is a very common error, there is even a KBase 1369738 that describes the error in more details.
Symptom
WebIntelligence report fail with error message: "A database error occured. The database error text is: Error in MDDataSetBW.GetCellData. No more storage space available for extending an internal table.. (WIS 10901)"
Further error in MDA.log:  "RFC function call MDDataSetBW.GetAxisData failed.  MDX results contain too many cells (more than 1 Million)" 
Cause
Storage problem on Hierarchy query
Hitting 1 million cell BI limitation
Resolution
Restrict query results to a smaller set of data.
Suppress the 'Not assigned/#' Hierarchy node (Exclude Selection) in the BEx hierarchy query. This reduces the size of I-Table & buffer requirements.
Avoid use of 'default values' for hierarchy & hierarchy node variables. Or, if a default must be assigned, set it to an attribute that has 0 levels.
Implement : Enhancement Pack 1 + Support Package 3 (or above) for optimized interoperability between BusinessObjects & SAP modules. 
   As you can see from the resolution part, there are few options you can take. In summary, your best option is to reduce the amount of data returned.
Cheers,
Ken

Similar Messages

  • How to activate trace for web services

    Hi Experts,
    How to activate trace for web services in SOAMANAGER.
    We are not able to view the Payload trace of the error logs.
    Can anyone please let me know how to go about this???
    Regards,
    Ashwini

    Hi Ashwini,
    The thread below might be useful to you:
    [SOAMANAGER - Get the XML generated;
    Regards, Trevor

  • HOW TO ACTIVATE SCNNING FROM MY PRINTER

    HOW TO ACTIVATE SCNNING FROM MY PRINTER

    siyaam wrote:
    HOW TO ACTIVATE SCNNING FROM MY PRINTER
    Hi,
    And what is your printer and the OS on your compuyer ? No need to shout.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to activate datasource from business content

    Hi all
    please let me know the procedure to activate the datasources(r/3) for objects delivered from the business content(ex infocube, update rules, infosources,....) all delevered from the businss content...
    suppose if we create our own infocube we define
    1.maintain datasource in r/3
    2.replicate that in bw system
    3.and further process
    let me know how we do this when we transfer objects from d version to a version in business content
    thanx and regards
    Balaraj.B

    chk this:
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Thanks,
    raj

  • How to activate lightbox from a second rollover link?

    I am trying to active my lightbox from a second rollover link and do not know how to do it.  I been looking for hours to find the right answer and the closest thing that made any sense was someone saying to do this..
    This is commonly caused by a conflict between scripts. Check your body tag and look for an onload attribute. Example:
    <body onload="MM_preloadImages(‘/images/menu_on.gif’)…;">
    A quick fix to this problem is to append the initLightbox() to the onload attribute as so:
    <body onload="MM_preloadImages(‘/images/menu_on.gif’)…;initLightbox()">
    Sounds simple enough but the problem is my 'body onload' attitubute in my HTML seems to be uneditable for some reason so I am unable to test if this works or not.  Can someone please help me as I am new to dreamweaver and this is my first website. Here is where is sits in my code - not sure if that will help.
    thanks
    </script>
    <!-- InstanceEndEditable -->
    <!-- InstanceParam name="Home" type="text" value="nostyle" -->
    <!-- InstanceParam name="About Us" type="text" value="nostyle" -->
    </head>
    <body onload="MM_preloadImages('_images/bit_nav1grey.png','_images/bit_nav2grey.png','_images/b it_nav3grey.png','_images/bit_nav4grey.png','_images/bit_nav5grey.png')">
    <div id="container">
    <div id="logo">
    </div><!--end logo -->
    <div id="header">
       <div id="banner">
       </div><!--end banner -->
       <div id="navbar">
         <ul>
           <li><a href="home.html" title="Home" target="_self">Home</a></li>
           <li><a href="about.html" title="About Us" target="_self">About Us</a></li>
           <li><a href="products.html" title="Products" target="_self">Products</a></li>
           <li><a href="news.html" title="News" target="_self">News</a></li>
           <li><a href="contact.html" title="Contact Us" target="_self">Contact Us</a></li>
         </ul>
       </div><!--end navbar -->
    </div><!--end header --><!-- InstanceBeginEditable name="main" -->
    <div id="main">
      <div id="drill_text">
        <h2 class="drill_heading">Hardcore Drill Bits</h2>

    No sorry it is not up yet.  But here is a sample of my code of what I am trying to do...each of the rollover named <div id="drill_nav1">,<div id="drill_nav2">,<div id="drill_nav3">...etc I want to link to a different lightbox gallery as per example at the bottom.  Does that help?
    </head>
    <body onload="MM_preloadImages('_images/bit_nav1grey.png','_images/bit_nav2grey.png','_images/b it_nav3grey.png','_images/bit_nav4grey.png','_images/bit_nav5grey.png')">
    <div id="container">
    <div id="logo">
    </div><!--end logo -->
    <div id="header">
       <div id="banner">
       </div><!--end banner -->
       <div id="navbar">
         <ul>
           <li><a href="home.html" title="Home" target="_self">Home</a></li>
           <li><a href="about.html" title="About Us" target="_self">About Us</a></li>
           <li><a href="products.html" title="Products" target="_self">Products</a></li>
           <li><a href="news.html" title="News" target="_self">News</a></li>
           <li><a href="contact.html" title="Contact Us" target="_self">Contact Us</a></li>
         </ul>
       </div><!--end navbar -->
    </div><!--end header -->
    <div id="main">
       <div id="drill_text">
         <h2 class="drill_heading">Hardcore Drill Bits</h2>
         <p class="drill_text">All impregnated items are available in Hardcore’s ever reliable traditional matrix recipes or the recently developed “M” series which is fast becoming the “weapon of choice” for those customers looking to further reduce their cost per metre.</p>
        </div><!-- end drill_text -->
       <div id="large_image2">
        </div><!-- end large_image2 -->
       <div id="drill_nav1"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('impregnated drill bits','','_images/bit_nav1grey.png',1)"><img src="_images/bit_nav1.png" alt="impregnated drill bits" width="206" height="70" id="impregnated drill bits" /></a>
        </div><!-- end drill_nav1 -->
       <div id="drill_nav2"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('shoe bit','','_images/bit_nav2grey.png',1)"><img src="_images/bit_nav2.png" alt="shoe bit" width="206" height="70" id="shoe bit" /></a>
        </div><!-- end drill_nav2 -->
       <div id="drill_nav3"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('pcd bits','','_images/bit_nav3grey.png',1)"><img src="_images/bit_nav3.png" alt="pcd bits" width="206" height="70" id="pcd bits" /></a>
        </div><!-- end drill_nav3 -->
       <div id="drill_nav4"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('wedging and directional ','','_images/bit_nav4grey.png',1)"><img src="_images/bit_nav4.png" alt="wedging and directional bits" width="206" height="70" id="wedging and directional " /></a>
        </div><!-- end drill_nav4 -->
       <div id="drill_nav5"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('surface set bits','','_images/bit_nav5grey.png',1)"><img src="_images/bit_nav5.png" alt="surface set bits" width="206" height="70" id="surface set bits" /></a>
        </div><!-- end drill_nav5 -->
       <div id="large_image2">
        </div><!-- end large_image2 -->
       <div id="drill_image1">
         <div id="gallery" class="lbGallery">
           <ul>
             <li> <a href="_images/impregnated/Impregnated_header.jpg" title=""><img src="_images/impregnated/Impregnated_thumb.jpg" width="186" height="140" alt="Flower" /></a> </li>
             <li> <a href="_images/impregnated/standard-core-bit.jpg" title="STANDARD<br />
                A standard bit configuration uses parallel waterways"></a> </li>
             <li> <a href="_images/impregnated/taper-water-way-bit.jpg" title="TAPER WATER WAY<br />
                Waterways taper out to OD, also known as <em>pie</em> or <em>wedge</em> waterways"></a> </li>
             <li> <a href="_images/impregnated/vortex-drill-bit.jpg" title="VORTEX<br />
                Grooves on OD will provide a free'r cutting bit without changing the matrix, also known as <em>turbo</em> "></a> </li>
             <li> <a href="_images/impregnated/face-discharge-drill-bit.jpg" title="FACE DISCHARGE<br />
                Face discharge ports prevent fluid from washing the core "></a> </li>
             <li> <a href="_images/impregnated/sand-water-way.jpg" title="SAND WATER WAY<br />
                Large ID waterways reduces fluid velocity to prevent core washing, ideal if face discharge ports are getting blocked"></a> </li>
             <li> <a href="_images/impregnated/big-john-drill-bit.jpg" title="BIG JOHN<br />
                16mm matrix height, 4 diamond reinforcing pins per segment and additional waterways, used if bit gauges are being worn out prematurely"></a> </li>
             <li> <a href="_images/impregnated/conventional-drill-bit.jpg" title="CONVENTIONAL<br />
                All conventional coring systems covered from 46mm up to 8C"></a> </li>
            </ul>
          </div>
         <script type="text/javascript">
    // BeginOAWidget_Instance_2127022: #gallery
            $(function(){
                $('#gallery a').lightBox({
                    imageLoading:            '_images/lightbox/lightbox-ico-loading.gif',        // (string) Path and the name of the loading icon
                    imageBtnPrev:            '_images/lightbox/lightbox-btn-prev.gif',            // (string) Path and the name of the prev button image
                    imageBtnNext:            '_images/lightbox/lightbox-btn-next.gif',            // (string) Path and the name of the next button image
                    imageBtnClose:            '_images/lightbox/lightbox-btn-close.gif',        // (string) Path and the name of the close btn
                    imageBlank:                '_images/lightbox/lightbox-blank.gif',            // (string) Path and the name of a blank image (one pixel)
                    fixedNavigation:        true,        // (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface.
                    containerResizeSpeed:    400,             // Specify the resize duration of container image. These number are miliseconds. 400 is default.
                    overlayBgColor:         "#000000",        // (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
                    overlayOpacity:            0.8,        // (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9
                    txtImage:                'Impregnated Drill Bits',                //Default text of image
                    txtOf:                    'of'
    // EndOAWidget_Instance_2127022
        </script>
        </div><!-- end drill_image1 -->

  • How to activate JMenu from other frame using accelerator key

    Hi.
    I'm developing an application for my final year project.
    i set up my application to have multiple frame open at the same time (like sunone studio in SDI mode). only one JFrame contains the JMenuBar.
    i can activate this menu bar using the accelerator key when the containing JFrame has focus. however, i donot know how to make the Menu activate when the accelerator key is pressed on other frame. press help, thanks in advance.

    does any one have some idea.
    the solution i found seem not suit my need.
    i want to be able to pull down (and get the focus transfered to) the jmenu in menubar of another frame using the menu's mnemonics. using InputMap does not seem to fit since i need to the menmonic of menu is not in the input map.

  • I  bought an ipod touch 5 from Dubai carrefour. Th seller told me that the ipod that ı bought has a facetime . But when ı want to activate ipod ı couldnt see the facetime app. Please show me how ı could activate facetime.

    I  bought an ipod touch 5 from Dubai carrefour. Th seller told me that the ipod that ı bought has a facetime . But when ı want to activate ipod ı couldnt see the facetime app. Please show me how ı could activate facetime.

    If FaceTime is not hidden by Restrictions (Settings>General<Restrictions) you got duped. iPods officially sold in Dubai and some other countries that prohibit FT do not have FT and there is not way to get FT on those iPods.

  • How do I activate AUTOMATIC superscripting for numbers / dates; e.g. 1st, 2nd, 3rd, 4th, etc .... It used to do this in all PRE-5.0 versions of Pages; now, it is GONE from Pages 5.0, and I cannot find out where / how to activate it !!

    How do I activate AUTOMATIC superscripting for numbers / dates; e.g. 1st, 2nd, 3rd, 4th, etc .... It used to do this in all PRE-5.0 versions of Pages; now, it is GONE from Pages 5.0, and I cannot find out where / how to activate it !!

    Whilst I appreciate your responding - I do not think this helps with what I was enquiring (at least not without further explanations anyways).
    I am aware of, and do use, the function - System Preferences > Keyboard > Text - for various replacements like (tm), (c), etc .... and also for fractions like 1/2, 1/4, 1/3.
    However, my question was in relation to SUPERSCRIPTS for dates / numbers - namely, superscripting numerical suffixes for things like 1st, 2nd, 3rd, 4th,
    So - please help - HOW do I set this up ? If indeed it is possible without System Preferences > Keyboard > Text ???

  • I lost my iphone in the woods and it is not connected to the internet. how can i trace it? and if i cant, can i take all the data, such as pictures from my old phone onto a new one?

    so i was walkin in the woods and somehow i droped it. its not conected to the internet. i know because i checked icloud. when i walked around to look for it i used a friends phone to call it so it would ring, but it went straight to voice mail.
    So, how can i trace it? and if i cant, can i take all the data, such as pictures from my old phone onto a new one?

    if you installed find my iphone app on it you can do these things from icloud if it's online
    if not you can't do anything

  • How to activate video calling from account page?

    On a new computer Windows 8.1  can sign into my Skype for Desktop Account using skype name and password. Also have same email address as before.  Account page comes up but dont know how to activate Skype so I can video call.  Tried to instal Skype & got as far as Save Skype to File box, clicked on this, then was expecting to see Run Installer but nothing happened. Was previously using Windows XP. Have the original Skype download filed. Plus several more where I have been attempting to resolve this problem. Am all ´skyped up´ but cannot use it !!
    Absolutely desperate have been trying to remedy this for ages. can anyone help please. Thanks Deborah
    Solved!
    Go to Solution.

    Well, if it hasn't successfully installed yet, then you won't be able to uninstall it.  So with that in mind, if you are able to uninstall it then that would explain why you can't install it again.  The program won't let you install it if it's already been installed.  So if you'd like to try again you can uninstall it and reinstall from one of the files you downloaded.
    So, the first step would be to see if it is currently installed.  To do this, right click the Start button in the bottom right corner while in Windows desktop.  You will see a context menu pop up.  From there, choose Control Panel, and within Control Panel choose Uninstall a program.  You will see a list of currently installed programs.
    If you see Skype in the list, uninstall it.  If you don't, then don't worry about it - it's not installed.  Now try to install it again.
    With regard to User Account Control, don't worry about that at all.  It is safe to click Yes, and once you do that should initiate the installation process.  User Account Control (UAC) is a warning that something want approval from a computer administrator, which gives it access to parts of the computer it would not have otherwise.  You probably don't want to give administrator access to programs you do not trust, but Skype is made by Microsoft so there is nothing to worry about.
    Let me know if this helps you, or if you have any more questions.  Good luck!
    P.S. You said the Skype installation file came from your XP computer - that may be a problem in itself.  When you download Skype from the website there is a pretty good chance that it checks the version of your operating system before downloading, meaning that if you downloaded it on a Windows XP computer you may have downloaded a Windows XP version that will not work on Windows 8.1.  So, if you are using a file you downloaded from that computer, just download it again from the new one.  You can use the link I put in the first post.

  • Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the pro

    Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the program and did a few profile building sessions, now it pops up each time I start the program, blocking me from using it. Help sure would be appreciated.
    Jay

    I looked at your post this morning and did not know enough to respond, other than to find out that links to iListen now go to newer, renamed software. Considering it's been nine hours with no response, I'm suspecting few people here have experience with that software. You could contact the current copmany that used to sell that package and see if they have any archived support info.
    BTW: please check you entry for "Mac OS" in your profile. It says iOS, which cannot run on an iMac. iOS is the system for phone and iPads but can't run on Mac computers. Do "About this Mac" from the Apple menu and see what it says about the OS version. Should look like this:
    If the "Processor" line says "Intel," you have a newer Mac than the old modles this forum covers; Intel iMac have their very own forum here:
    iMac (Intel)

  • How to activate an iPhone in Oman which purchased from UK

    How to activate an iPhone in Oman which purchased from UK

    is the iphone locked
    if its locked and you dont have the provider sim
    i think you will not be able to activate
    if its factory unlocked you would be able to activate by using itunes
    am not that familiar with that issue, how ever thats my opinion

  • I brought my iphone4 from dubai and only imessage is working facetime is not showing could you please help me how to activate facetime

    Hello team,
    I brought geniune unlocked phone(unlocked from apple) from dubai and everything is working fine except Facetime.
    Please tell me how to activate it on INDIA.
    Regards,
    Pradeep

    You cannot get facetime on your iphone.
    Sorry

  • I brought my iphone5c from Kuwait  and only imessage is working facetime is not showing could you please help me how to activate facetime

    I brought my iphone5c from kuwait but using India  and only imessage is working facetime is not showing could you please help me how to activate facetime

    Note- FaceTime may not be available, or may become unavailable, on devices purchased or used in certain countries, including Saudi Arabia and the United Arab Emirates. Check your device's region of purchase for more information. http-//support.apple.com/kb/HT1937

  • Launchpad has disappeared from the Dock. Launchpad is present in Applications but refuses to activate. How to activate and make available in Dock? iMac 21.5 mid 2010. os X v10.7.2.

    Launchpad had disappeared from Dock. Launchpad is present in Applications but refuses to activate. How to activate and make available in Dock?
    iMac 21.5 mid 2010. os x v10.7.2.

    You should be able to put Launchpad back in the Dock by dragging it from the Applications folder to the left section of the Dock.  As to why it won't launch, run the Console utility, try to run Launchpad, and see if any messages appear in the Console window.

Maybe you are looking for

  • Why cant i use zmicro media explorer? I dont want to use WMP10?!?

    hello everyone. long story short...i purchased a zm back in october, installed software and used media explorer to xfer music. that zmicro went bad and replaced it with another one in January, installed software but cant use media explorer, i am forc

  • Discussion of ideas - passing parameters to a report

    Guys, I call a series of reports from my form and each report takes different parameters, these parameters are entered on the form then when the report is launched they are passed to the report. Rather standard and basic stuff. However can people sug

  • Doubt on EDI/ALE

    hi folks,         i have one basic doubt XApps...what is the differenece betwwen ALE and EDI. when do we go for which scenario......cld ay one xplain me in detal...thnx in advance...              santosh...

  • ROracle 1.1-4 install failure for R  64 only: R version 2.15.0, Rtools215

    Hi, I'm able to build and install ROracle for R 32 but not for R 64. My problem seems to be related to the configuration script (configure.win) calling "x86_64-w64-mingw32-dlltool"in the case of the arch 64 build. Versions Used: ROracle 1.1-4, R vers

  • Help Needed: Problems since an update of 21/02/14

    Hi All, We're having issues with the Youview box and the On demand section of the BT Player since a software update of 22/02/14 Issue When trying to play any on demand piece of content on the BT Player it shows up the four dots in the centre of the s