Error message in the report: Exceeded configured maximum number of allowed

Hi,
When i'm running one report, it's throwing the following error.
Error
View Display Error
Exceeded configured maximum number of allowed input records.
Error Details
Error Codes: EKMT3FK5:OI2DL65P
SQL Issued: 3302~v9p2gfbm0sfk91lrj16oe7srm2
This is most common error. my report is retreiving 469,501 rows in the database.
These are the settings in the instanceconfig.xml :
<Views>
- <Pivot>
<MaxPagesToRollOutInDelivery>1000</MaxPagesToRollOutInDelivery>
<MaxVisibleColumns>500</MaxVisibleColumns>
<MaxVisiblePages>2500</MaxVisiblePages>
<MaxVisibleRows>1000000</MaxVisibleRows>
<MaxVisibleSections>10000</MaxVisibleSections>
<DefaultRowsDisplayed>1000000</DefaultRowsDisplayed>
- <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
-->
<DefaultRowsDisplayedInDelivery>1000</DefaultRowsDisplayedInDelivery>
- <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
-->
<DefaultRowsDisplayedInDownload>100000</DefaultRowsDisplayedInDownload>
- <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
-->
<DisableAutoPreview>false</DisableAutoPreview>
</Pivot>
Max visible rows are higher than my report rows, but still it is throwing error.
Please any suggestions !!!!
Thanks in Advance

Just in case try to set other views and see how it works
http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/answersconfigset.htm#CIHHBHEB
In WebLogic FMW Control or EM:
http://server.domain:7001/em
Click on Fam_bifoundation_domain -> Business Intelligence -> coreapplications -> Capacity Management -> Performance
Maximum Number of Rows Processed when Rendering a Table View
Number Of Rows:
Maximum Number of Rows to Download
Number Of Rows

Similar Messages

  • IRVLJWTA: Exceeded configured maximum number of allowed ...

    Hi all,
    when creating a pivot table and setting a colom into the section, i'm getting the IRVLJWTA: Exceeded configured maximum number of allowed output prompts, sections, rows, or columns.
    Can anyone give me an hint where to configure this setting?
    Thanks
    Sandra

    Hi,
    This may help u
    http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    Regards,
    Suresh

  • OBIEE 11g: Error - Exceeded configured maximum number of allowed output

    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advance

    Sudipta Gupta wrote:
    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advanceWhat version of OBIEE are you using? Assuming you are on 11g, below is the link that tells you what tag's needs to be changed in the configuration file in order to increase/decrease the limit on number of rows retrieved in a report across the board:
    http://r12bifmw.com/2012/03/23/obiee-errors-with-exceeded-configured-maximum-number-of-allowed-output-prompts-sections-rows-or-column/
    Hope this helps.

  • Exceeded configured maximum number of allowed output prompts, sections,

    Hello Gurus,
    when i am adding two graphs prompts(Year, State) on my report here is the error is am getting, Exceeded configured maximum number of allowed output prompts, sections, rows, or columns. Please advise
    Thanks,
    RC

    Hi,
    Try to update below
    <Prompts><MaxDropDownValues>6000</MaxDropDownValues></Prompts> in instanceconfig.xml.
    <MaxCells>1920000</MaxCells>
    <MaxVisibleSections>1000</MaxVisibleSections>
    <MaxVisiblePages>10000</MaxVisiblePages>
    For more refer
    http://r12bifmw.com/2012/03/23/obiee-errors-with-exceeded-configured-maximum-number-of-allowed-output-prompts-sections-rows-or-column/
    Thanks
    Deva

  • Exceeded configured maximum number of allowed output

    I keep getting 'Exceeded configured maximum number of allowed output prompts, sections, rows, or columns.'
    Error Codes: IRVLJWTA
    Location: saw.views.dashboard, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Edited by: 990266 on Apr 8, 2013 8:04 AM

    Congratulations for managing to ask probably the most frequently asked question on this forum, and without even forming it into a question either.
    http://lmgtfy.com/?q=Exceeded+configured+maximum+number+of+allowed+output+prompts%2C+sections%2C+rows%2C+or+columns.

  • Exceeded configured maximum number of allowed output prompts, sections, rows, or columns.

    So, I am getting the above error message when trying to access one of the dashboard reports.  I know there are some limitations on certain views.
    However, my boss is asking if I can find out how many rows I m trying to run before increasing number rows. I don’t know how to find out the number rows the report is trying to run.. Does anyone know how do that? Please please help.
    thx

    yes the formula should give you same information (no.of rows that report has)
    have you tried it ?
    Thanks,
    Saichand

  • Customize Error Message: Exceeded configured maximum number of...

    I realize the "Exceeded Configured Maximum..." error message results from a certain threshold being passed. But would anyone know where I would start to customize that message to add some more user-friendly information, such as "Use more specific criteria to filter the results".
    I assume it is housed in java file but didn't know if any one has tried to customzie this message?
    Thanks.

    Just in case try to set other views and see how it works
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/answersconfigset.htm#CIHHBHEB
    In WebLogic FMW Control or EM:
    http://server.domain:7001/em
    Click on Fam_bifoundation_domain -> Business Intelligence -> coreapplications -> Capacity Management -> Performance
    Maximum Number of Rows Processed when Rendering a Table View
    Number Of Rows:
    Maximum Number of Rows to Download
    Number Of Rows

  • Error message in the report

    Hi
    When i execute my report am getting the error message as
    ""gw_data-NAFAP" must be a character-type data object (data type C, N,D, T or STRING). field string)."          
    What is the reason for it and how to correct it.
    I have declared in the internal table the value of nafap.

    Hi,
    Are you performing any string operation on "gw_data-NAFAP" , if yes the convert the field to character type (C,N,D,T) since in Unicode version string operations can be performed only on character data types.
    Thanks & Regards,
    Navneeth K.

  • Display Error Message in BW Report based on Customer Exit Variable

    Hi
    I need to display an error message in the BW report based on the value of a customer exit variable - i was able to do this successfully in BW3.5 using the below code.
      WHEN 'ZUPN'. "Here ZUPN is the customer exit variable
        IF i_step = 1.
          <check for condition -- if successful, variable flag = 1, else variable flag = 0>
          IF flag = 0.
            MESSAGE e157(00). "Error Message
          ENDIF.
        ENDIF.
    I have upgraded my system to BI 7.0 now. Whenever the variable check is not successful, it displays a blank screen instead of the error message in the report. Please advice if we need to change the code and how ??

    Bhanu,
      Thanks for u r reply.This warning message appears every time i execute the report through portal.
    Any idea ?
    Regards
    Mano

  • Error when generating the report (see long text), Message no. AQ_AD_HOC221

    Hi All,
    I am facing a peculiar problem while executing an infoset query.I have created 2 customized fields Compa-ratio and PIR in infotype 0008 in an infoset.I have coded in these additional fields.
    When I execute a query using 1 of these customized fields the report is generated correctly.But when I put both the fields in the output the report shows an error "Error when generating the report (see long text)". The message# associated with this errAQ_AD_HOC221.
    I have also checked the data types and the references. Nothing seems to be wrong here.
    Does anybody has any clue about this ?
    Kajal

    Hi Bernd,
    I had a look at those notes. But the information provided did'nt prove to be helpful. I found out the problem. I was using the same local variable for both the fields in their code. This generated the error. This error is a very generic one and does'nt help in finding out what exactly is the problem.
    I changed the other local variable and it started working. When I was using the same variable that time I did'nt forget to clear the values but the query still generated the error.
    Anyways thanks a lot for the reply.
    Kajal

  • No error message while the budget is exceeded in PO

    Hello,
    I'm working in ECC 6.
    I created a PO with budget data (Fund, funds center and commitment item) with reference to an existing contract (without  account assignment in the contract).
    the budget was exceeded and the budget data was incorrect, but the system lets me save the PO.
    It seems the system checks the target value in the contract and doesn't check the budget in the PO line item ...
    When I tried to reproduce the same in the system R/3 release 470.
    I have the error message BP629 " payment budget exceeded" and this is what I was expecting to have in ECC.6 but it was not the case.
    is there an exit missing or customizing missing in ECC.6 to ask the system to check to budget availability for the PO linked to a contract??
    Thanks for your help,
    Regards,
    Chiachen

    Hi, then check
    1. CI info(as I wrote below)
    2. Budget profile in OF12(total or annual amount), which assigned to FM area(in OF 34)
    3 OF20 if AVC switch on for Value type 51 with action 3(and for apropriate budget- Commitment or payable)
    4 OF23 check if AVC switch on for your account assignments from PO
    5 try to reconstruct AVC in  FMBV
    6. Check if in PO amount not statistical

  • When trying to download iTunes, I get an error message saying "the instaler encountered errors before iTunes could be configured. Errors occured during installation."  But it gives me no more information as to what I can do.  Help please?

    When trying to download iTunes, I get an error message saying "the instaler encountered errors before iTunes could be configured. Errors occured during installation."  But it gives me no more information as to what I can do.  Help please?

    Also I now can`t access any of my itunes library and am concerned that if I remove it from my computer I will lose everything as I have no option of accessing and therefore backing anything up. Any ideas?

  • Stream analytics - Exceeded the maximum number of allowed receivers per partition in a consumer group which is 5

    Hi,
      I have configure stream analytics to read messages from eventhub and I am getting this error message:Correlation ID:
    e185534f-9e82-4efc-8050-5294796fb275
    Error:
    Exceeded the maximum number of allowed receivers per partition in a consumer group which is 5 TrackingId:4569eca8-cb70-4c50-96cd-5868bfbc3e37_B45,TimeStamp:1/7/2015 11:40:37 PM TrackingId:f408292e-0dab-40cc-8ae9-2730313c3241_B45, Reference:8fca3c6a-b0d1-41cf-a835-f7c74a2ea8c3,
    Timestamp:1/7/2015 11:40:37 PM
    Message:
    Exceeded the maximum number of allowed receivers per partition in a consumer group which is 5
    Message Time:
    2015-01-07 23:40:38Z
    Microsoft.Resources/EventNameV2:
    sharedNode92F920DE-290E-4B4C-861A-F85A4EC01D82.naveenevents_0_c76f7247_25b7_4ca6_a3b6_c7bf192ba44a#0.output
    Microsoft.Resources/Operation:
    Receive Events
    Microsoft.Resources/ResourceUri:
    /subscriptions/f122f431-ddc7-4e21-ae3a-f6a9e1273bcb/resourceGroups/StreamAnalytics-Default-Central-US/providers/Microsoft.StreamAnalytics/streamingjobs/Naveenstreamanalytics
    Type:
    EventHubInputAdapterEventHubFailure
    Any help on the same is appreciated.
    Thanks
    Naveen

    Hi Naveen,
    Thanks for reporting this issue. We are taking a look at this issue.
    Questions:
    Do you have multiple readers reading from this EventHub, or have you setup multiple Stream Analystics jobs reading from this event hub. You are hitting a limitation of how many readers are allowed per EH consumer group.
    What is the serialization format of your input (JSON/CSV)? Could you please verify the serialization format setup in the streaming job and if it matches your data?
    Thanks
    Zafar Abbas

  • Error while generating the report on Test env (for divide condition)

    Hi All,
    I am facing the below error while generating the report in test environment while the same report is working fine on Prod environment.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S1000 code: 1791 message: [Oracle][ODBC][Ora]ORA-01791: not a SELECTed expression. [nQSError: 16001] ODBC error state: S1000 code: 1791 message: [Oracle][ODBC][Ora]ORA-01791: not a SELECTed expression. [nQSError: 16015] SQL statement execution failed. (HY000)
    Actually the error is coming for the below logics:
    COUNT(DISTINCT RMA.RMA)/COUNT(DISTINCT User."User Name")
    "RMA Fact"."Module Backlog"/COUNT(DISTINCT User."User Name")
    Can anyone please tell if I need to make any configuration changes as the same logic works perfectly fine on production but not on test.
    Thanks in advance

    Is anyone having any idea about it...

  • Error while executing the report to display on the web in BI 7.0?

    Hi All,
    In BI 7.0, Getting Error while executing the report to display on the web?
    The error message displayed is:
    " Network Access Message : The website cannot be found ".
    Source: DNS error.
    Why this error is coming.
    Wht needs to be done.
    Thanks in Advance.

    Hi Kishore,
    All the configurations are in proper shape.
    We need to change any IP adresses or proxy settings in the Internet explorer (Tools -> Internet options -> Connections -> LAN settings -> etc.,)
    Do We need to configure any server address for getting the output to display on web pages in BI 7.0.
    EP is not configured over here. Is that causing the problem.
    Thansk in Advance.

Maybe you are looking for

  • The column name "MATNR" is unclear .

    HI when i execute the program , system show the error 'The column name "MATNR" is unclear .' how to clear this .pls revert me the program is *& Report  YTEST7 REPORT  YTEST10. TABLES : MARC. PARAMETER:  P_PLANT LIKE MARC-WERKS,             P_STORE LI

  • Question about Business packages of self service

    Dear all,     I have installed correctly EP and ERP 6.0 EHP 4, now I would like to deploy the business packages of ESS/MSS in order to test it, for what I understood, I need to download the following: BP ERP05 ESS 1.41 BP ERP05 MSS 1.41 SAP ESS 603 S

  • Regarding changes in MO

    hi all, How can stop changes of all type in MO after it is released..... regrds pushpa

  • Healing brush vs. spot healing brush?

    they seem to do the same thing just slightly differently . are there some differences that make one more useful in some situations over the other? WHen hen trying to cover wrinkles, blemishes, etc, should the content aware option always be selected?

  • Safari 1.3.2 ALWAYS running the rainbow wheel

    First of all is there an update for this Safari? If not is there anything I can do to have the rainbow wheel from popping up every other minute? It is quite annoying.