Database error: Error in MDDataSetBW.GetCellData. Error executing physical plan: AttributeEngine: no 6952. (IES 10901)

Hi All,
I'm getting below error when running a webi report in 4.1.
Could you please let me know why and what to do for this error?
Also let me know if any more info required.
Error Message:
Database error: Error in MDDataSetBW.GetCellData. Error executing physical plan: AttributeEngine: no 6952. (IES 10901)
Thanks & Regards,
Karthick.

Are you seeing this error for every report? or just for this report? Looks like it is DB error. Contact your DBAs

Similar Messages

  • MDDataSetBW.GetCellData Error

    Hello Experts,
    I have Universe on Bex Query and when I try to create webI report, I am just selecting 2 dimensions and 1key figure, it's throwing error MDDataSetBW.GetCellData Error.
    We are on Business Objects 3.1 Service Pack1. Please advise what can be wrong.

    Hi,
    The error is certainly with the BEx query. Check the key figure & the characteristics in the query.
    Execute the Bex query 1st in RSRT & ensure it's running fine. Also chk whether u have used any variable (customer exits, etc...) & chk for their correctness.
    Regards
    Arnab

  • WebI Report using YTD expression causes MDDataSetBW.GetCellData error

    Hello everyone
    We are using BusinessObjects XI 3.1 FP 1.8 on OS AIX 5.3 and we are obtaining information from SAP BI 7.0 Patch Level 19. We are using the Integration Kit for SAP Solutions.
    We are developing a report in which we are trying to create a Year to Date cumulative ratio in a universe connected to a BI multiprovider, we are using the next expression:
    <EXPRESSION>SUM(YTD(@Select(RatiosNúmero de Equipos Instalados)))</EXPRESSION>
    When we check the integrity and grammar in the universe is  OK.
    But if we export the universe and try to use the variable in the WebIntelligence report, we got the next error:
    u201CAn error in the database was produced. The database error text is: Error of MDDataSetBW.GetCellData. (WIS 10901)u201D
    Thanks in advance for your help!
    Edited by: Azucena de los Angeles Coronel Castañeda on Oct 8, 2009 11:00 AM

    Hi,
    whats the exepcted data volume ?
    how may elements did you include into the Web Intelligence Query Panel ?
    Ingo

  • Error executing physical plan: aggregation: not enough memory

    Hi Everyone,
    I am getting error dumps while executing a report based on an Infocube using BIA.
    This is the first time we are facing this error, could any body please suggest the possible solutions to resolve this error.
    Thanks and regards,
    Sonal Patel.

    Hi Sonal,
    The error is due to the cell limit restriction on the BWA (40 million cells by default). Not necessary the cells you are trying to output in your BEx query but the cells created in the internal table when you are trying to read from the BWA memory.
    The below note should solve your issue. If you are familiar with theTREXAdmin Python tool, you can do it yourself but if not kindly forward the below note to your BASIS team.
    1740610 - BWA 7.00 and 7.20: Using dynamic max_cells_one_index
    Thanks and hope it solves your issue
    Sundeep

  • Error 314: numeric overflow: search table error: 6499 error executing physical plan: exception 6499

    Hello all, I'm having several troubles with PA recently and one of then, is the error below.
    It happens after I execute the APRIORI algorithm, and try to visualize the results. So then appears this window:
    Does anyone knows what might be happening?
    Regards!

    I don't know if there exists such a document that will tell you difference between different kind of aggregations but I can explain with an example , but the blog below should help you
    Building an Analytic & Calculation View from the Wikipedia HANA tables for use with SAP Lumira
    If you have a dataset like below:
    Product
    Customer
    Transaction Id
    Value
    P1
    C1
    1001
    300
    P1
    C1
    1002
    400
    P1
    C1
    1003
    500
    P1
    C2
    1004
    600
    P1
    C2
    1005
    100
    P2
    C1
    1006
    750
    P2
    C2
    1007
    800
    If you create a view with only Product and Customer, the data for different aggregations appears as below:
    SUM
    P1
    C1
    1200
    P1
    C2
    700
    P2
    C1
    750
    P2
    C2
    800
    MIN
    P1
    C1
    300
    P1
    C2
    100
    P2
    C1
    750
    P2
    C2
    800
    MAX
    P1
    C1
    500
    P1
    C2
    600
    P2
    C1
    750
    P2
    C2
    800
    COUNT
    P1
    C1
    3
    P1
    C2
    2
    P2
    C1
    1
    P2
    C2
    1
    Hope you get it.
    Regarding change in data type, do it at the table and view both to avoid any issue (if space is not a constraint for you)

  • Troubleshooting error 6952 while executing a planning funciton

    Hi,
    when I execute a planning funciton (COPY) on a BIA enabled realtime cube - I get the error
    Error reading data for the infoprovider <Cube$>
    On going through the trace files and the performance trace, I found:
    TREXIndexserver.trc:
    6952; Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: <>
    IndexID: <>, QueryMediator failed executing query, reason: Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: <>
    TREXRFCserver trace file:
    TREX_RFC_AGGREGATE_SP5 rc: 6952 (Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: <>)
    Another Inderserver trace file:
    AggregateMerger returning out of memory with hash table size 668180, columns 63
    I get the same errors even after restarting all the BIA services (when memory consumed on each blade is the minimum possible).
    My questions:
    1. How do I know how much memory is this process looking for? We have 16GB blades.
    2. Is it because this function is trying to send too much data back to OLAP (Notes 1002839 & 1018798). If yes, is there something equivalent of RSRT for planning functions. In particular, I am looking for event 9010 (or its equivalent)
    3. Can I turn BIA off for just this planning function as we do for a query?
    Help appreciated.
    Thanks,
    Saurabh

    Hi Saurabh,
    first, try to use the most recent BWA revision to ensure that all known memory issues are eliminated.
    If the error still occurs, check that your BWA is not overloaded with data. There needs to be enough memory available to process queries (a planning function isn't any different). Recommendation is 50% free memory.
    Furthermore, you can check that the system passes the correct selection criteria to BWA. Put a break-point into function RSDRC_INFOPROV_READ and compare the SELDR to what you expect for your function. Note: The planning function might require a second read for reference data which could be very large depending on the configuration of the planning function/filter.
    BI stats capture the KPIs you are looking for (events 9010, 9011, 150xx). However, in case of errors/dumps stats are not saved.
    Currently we do not have the option to turn BWA off for specific planning functions. We will take this into consideration in a future support pack/release.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Error in MDDataSetBW.GetCellData for WebI report on SAP BW

    Hello All,
    I am getting below error when running a WebI report (BOBJ XI SP3) on top of a universe built on a SAP BW BEx Query (SAP BW 7.01 Level 0007).
    "A database error occured. The database error text is: Error in MDDataSetBW.GetCellData.  Please enter a valid value for characteristic ZPRODCODE.. (WIS 10901)"
    I observed that
    1. Error is coming only with more number of restrictions in selection criteria.Without those selections ( as they are optional prompts ) data is coming properly with all 950 records.  So as mentioned in old threads huge data is not an issue here
    2. Error is coming only when data is not available in cube for the given selection criteria after taking long time.
    Any idea why error is coming instead of report throwing No Data to retreive.
    Vamsi Ch

    Hi,
    There are couple of threads around this issue. Go through the below links and hope you might get the proper info.
    error MDDataSetBW.GetCellData
    Error in MDDataSetBW.GetCellData (WIS 10901)
    Webi throwing error MDDataSetBW.GetCellData
    Re: Error in MDDataSetBW.GetCellData
    -Noor.

  • MDDataSetBW.GetcellData. Unknown error (WIS 10901)

    Hi,
    We have a webi report and this report's universe is based a bex query. During the run of webi report the error occured as :
    MDDataSetBW.GetcellData. Unknown error (WIS 10901)
    When we examined the similar errors in SDN, we generally see that remove the unused measures, dimensions and check your filters. When we have removed the unused measures(number of unused measures are not too much, maybe max 5) we don't get this error. But we are sure our data will grow and if this problem is a memory problem based on BO, or BW(we dont know) we will get this error again and there will not be any chance to remove unused objects.
    We have run the report on BW via RSRT t-code and we don't get error. Meanwhile, the result of says that max 65535 rows displayed. Also, when we run the bex report via bex analyzer, we see that the dialog user's process is finalizing without any problem but excel gives an internal error during the show results.
    Our BW server's release is 701 and level of package is 7. And our BO server is 3.1 and sp1.
    We need your help.
    Thanks.

    Hi,
    We have a webi report and this report's universe is based a bex query. During the run of webi report the error occured as :
    MDDataSetBW.GetcellData. Unknown error (WIS 10901)
    >>which normally indicates that you are asking for too much information
    When we examined the similar errors in SDN, we generally see that remove the unused measures, dimensions and check your filters. When we have removed the unused measures(number of unused measures are not too much, maybe max 5) we don't get this error. But we are sure our data will grow and if this problem is a memory problem based on BO, or BW(we dont know) we will get this error again and there will not be any chance to remove unused objects.
    We have run the report on BW via RSRT t-code and we don't get error. Meanwhile, the result of says that max 65535 rows displayed. Also, when we run the bex report via bex analyzer, we see that the dialog user's process is finalizing without any problem but excel gives an internal error during the show results.
    >> you most likely comparing "oranges" with "apples" here. Take a look at the Web Intelligence query panel and make sure that all objects that you have in the web Intelligence query panel are in the rows for your BW query BEFORE running the query in transaction RSRT >> then you comparing the right things.
    In addition you might want to look at the feature "Query stripping" which is part of SP3 with Web Inteligence.
    ingo

  • MDDataSetBW.GetCellData

    Hi;
    I have an interesting problem. We are making some reports from SAP BW Query. From web intelligence when I filter my query with year/month (e.g. MAY 2010) there is no problem. But If I try to filter my query from 01.05.2010 to 15.05.2010 then I keep getting following two error messages.
    MDDataSetBW.GetCellData. No more storage space available for extending an internal table
    MDDataSetBW.GetCellData. No roll storage space of lenght 2880 available for OCCURS
    Any idea what would be the reason?
    Thanks a lot.

    Hi Dogus,
    check the MDX statement that is passed to the BW engine. You can either do it by getting a sofa log on the BO side, or by creating an RSTT trace (see note 1272044) on the BW system and extracting the statement with the report RSR_MDX_RSTT_TRACE_EXTRACT (see note 1406664). 
    Once you have the MDX statement check how many dates are really requested from BW. I suspect that when you filter on specific dates (01.05.2010 to 15.05.2010) the MDX statement still includes much more than just 15 days. So much more data is requested and the result is a memory dump. If this is the case, there might be two reasons for that:
    - your BO user and your BW user have different date format settings (as a result the filters are passed incorrectly)
    - you are facing a BW bug from the note 1454894.
    Let me know if this helps.
    Regards,
    Maxim

  • Getting WEBi Error ": MDdatasetBW.Getcelldata"

    Hi Gurus,
    When I am running a WEBi report which is built on top of SAP BW query, I am getting error "
    Database erro : the error is MDdatasetBW.Getcelldata. Unknown error (WIS 10901).
    This is an ADHOC query in SAP BW that drills down to the very detail level.
    Any advise is really appreciated.
    Thanks,
    Aruna..

    Hi Ingo, here is the info..
    BO XI 3.1
    Windows server Enterprise 2003 SP2
    SAP BI SAP Netweaver BI 7.0, Release 700 Level 18 SAPKW70018
    Yes. I agree that there is not concept of free chars in BO.
    In real scenario how I do run a query in BO  with all these chars. In BW becuase of the free chrs concept , we can drag the free chars dynamically at run time. How do I get this kind of report run in BO. If I add all chars , It is timing out.
    Please advise.
    Aruna..

  • Error in MDDataSetBW.GetCellData. Unknow error (WIS 10901)

    Hello to Everybody,
    We are working with Business Objects EDGE series XI 3.0 and SAP BW 3.5. We work over Financial Infocubes.  Our problem appears when we try to refresh a Profit & (Loss) (CO-PA Query) with more than two periods of time.  If we work with one or two periods everything works perfect.
    The error:
    Error in MDDataSetBW.GetCellData. Unknow error (WIS 10901)
    Could someone help us?
    Thanks on advance,
    Martí

    Hi Marti,
    could you provide the details on the elements that you included into the query panel for the Web Intelligence report and which items are being used in the report ?
    Can you execute a BI query that looks the same meaning that all elements from the web Intelligence query panel need to be in the rows or columns.
    thanks
    ingo

  • Error in MDDataSetBW.GetCellData.Please enter a valid value for character

    Hi All,
    We have a mandotory prompt on 0FISCPER for Web I Report . The promt is present in the universe.
    The query works fine in Dev , but in Quality it shows the following error
    A database error occured. The database error text is: Error in MDDataSetBW.GetCellData.  Please enter a valid value for characteristic 0FISCPER.. (WIS 10901)
    The universe is on BW Query and the BW Query works fine.
    Can someone please help on this

    Thanks Sathish for your input.
    We have created report level prompts and facing this issue because  we were selecting multiple values for prompts.
    Its working fine for single selection. Is there any way to  enable multi selection for the particular object at the BW end ?
    Or else we have to create the prompts (Single selection) at the universe level.
    Regards,
    Pranay

  • Error in MDDataSetBW.GetCellData when Scheduling

    Dear Experts,
    We have a Web Intelligence report that refreshes in the Rich Client without a problem. If we try to schedule this report, we receive the following error message.
    A database error occurred. The database error text is: Error in MDDataSetBW.GetCellData. FUNCTION_NOT_FOUND. (WIS 10901)
    I've read the related SAP Note that says this is due to large data volumes, but it refreshes in the Rich Client fine. We've also restricted the WebI queries as much as we can and the underlying BEx query is also heavily restricted.
    We're running BOE 3.1 SP2.
    Any help to solve this problem will be massively appreciated,
    Andrew

    Hi Andrew,
    Think is not million of records if cells if you have 10 dimensions and 100.000 records you will have this problem, because is million of cells.
    How many dimension do you have in the query panel?
    Other issue that I had with similar error number was related to LOV, and I solved this procedure:
    1. check your Web Intelligence Processing Servers are enabled and running?
    2. Does the user have the appropriate rights to the universe and connection underlying the report?
    3. Do an integrity check on the Universe and resolve all cardinality issues from the migration.
    Once all the integrity issues were resolved and the LOV's recreated u2013try to re-export the Universe, which will resolve the WIS errors.
    4. check you have the Universes existing in the correct universe folders.
    5. And also check the disk space.
    Best regards,
    praveen

  • Error in MDDataSetBW.GetCellData (WIS 10901)

    Does anyone have any idea about the following error in Webi? This happens using SAP BI based universes.
    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)
    Thanks,
    Kahif

    Hi,
    can you trace the workflow according to these notes:
    Tracing:
    Unix : Note 1235111
    Windows : Note 1260004
    and then post a link to download the logfiles here
    ingo

  • Error in MDDataSetBW.GetCellData

    Hi Expert -  I got this error message while running any webi report.
    "A database error occurred.  The database error text is:  Error in MDDataSetBW.GetCellData.  See RFC trace file or SAP system log for more details. (WIS 10901)"
    How can i see - RFC trace file
    or from where in sap system i will get more details -  SAP system log for more details
    Any clue to solve this issue ?
    - the number of record are not much , just 10 - 20 recotrds , still i am getting this error.
    Please help.

    Hi Ingo i have tried to implement the note - 1260004 as you suggested , but in my registry files i am not able to see -
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\MDA\Log\Modules\APIMODULE\
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\MDA\Log\Modules\APIMODULE\Components\INFO
    I am on BO 3.1 at Sp-2 and BW  - SAPKW70105
    Why the bo server does have these paths.
    Also We are another Bo server of 3.1 sp-2 , When i see the registry there is no  entry like - HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects
    How come this possible.
    Thanks
    Edited by: rohan1103 on Feb 10, 2010 9:04 PM

Maybe you are looking for