Maximum number of allowed pages in Pivot Table exceeded Configured Limit:

When trying to create Calculated Item on Pivot table Page section Item like Division dim the calculated item is 'All' -> sum * and Customer again the calculated item is 'All -> sum * . it performs the first calculation (for division) but in the next one it gives the error
"Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000)."

Try limiting the resultset or upgrade the [MaxVisiblePages]
see: http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
regards
John
http://obiee101.blogspot.com

Similar Messages

  • Maximum number of allowed pages in Pivot Table exceeded

    Hi,
    I am working on Oracle Business Intelligence 10.1.3.2.1 . We have a requirement to show one report in the Pivot layout.
    But it throws one error: "Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000) "
    So I have modified the Instanceconfig.xml with the following piece of code:
    <PivotView>
         <MaxVisibleColumns>9000</MaxVisibleColumns>     
         <MaxVisiblePages>90000</MaxVisiblePages>
         <MaxVisibleRows>9000000</MaxVisibleRows>
         <MaxVisibleSections>9000000</MaxVisibleSections>
         <ResultRowLimit>9000000</ResultRowLimit>
    </PivotView>
    <CubeMaxRecords>9000000</CubeMaxRecords>
    <CubeMaxPopulatedCells>9000000</CubeMaxPopulatedCells>
    The number of records is 30 398. In another report the amount is much higher than this number of records and bring it with no problem.
    Can anyone please look into this Issue.

    Hi
    Try checking the link
    http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    Hope this helps
    Regards
    Debo

  • Maximum number of allowed pages in Pivot Table

    Hi All,
    We are in OBIEE 10g and I am facing following error in a dashboard -
    Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000).
    Error Details Error Codes: UN2FNAHV 
    My instanceconfig.xml has following details -
    WebConfig>
    <ServerInstance>
       <DSN>AnalyticsWeb</DSN>
       <CatalogPath>E:/OBIEE/OracleBIData/web/catalog/PlngAnalytics</CatalogPath>
       <PivotView>
        <MaxCells>20000</MaxCells>
        <maxvisiblecolumns>20000</maxvisiblecolumns>
        <maxvisiblepages>10000</maxvisiblepages>
        <maxvisiblerows>50000</maxvisiblerows>
        <maxvisiblesections>10000</maxvisiblesections>
       </PivotView>
        <CubeMaxRecords> 10000000 </CubeMaxRecords>
        <CubeMaxPopulatedCells> 10000000 </CubeMaxPopulatedCells>
       <Alerts>
          <ScheduleServer>APPC-tst</ScheduleServer>
       </Alerts>
    Where is this limit set? Appreciate help on this please.

    Try limiting the result set or upgrade the [MaxVisiblePages]
    Check John's blog:-
    http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    Restart the services once it is done.
    Mark if helps,
    Thanks,

  • Pages in Pivot Table

    I was trying to set three pages (time, location, and product) in one of my Pivot Table design. However, I received the following error message:
    Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000). Error Details
    Error Codes: UN2FNAHV
    Any suggestions how to slicing and dicing the records with three or more filters in Pivot Table?

    Try limiting the resultset or upgrade the [MaxVisiblePages]
    see: http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    regards
    John
    http://obiee101.blogspot.com

  • 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

  • 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

  • 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.

  • 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.

  • 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

  • Maximum number of users for server SEQ module exceeded

    Hi ,
    I am getting the below error for optimizer SEQ in SCM 7.0 EHP3 system.
    "Maximum number of user for server SEQ module exceeded"
    But the RFC connection works fine and all are green in /sapapo/opt03.
    Should I increase the user in /sapapo/opt03? for SEQ..and on which column...Maximum slot?
    Thanks in advance

    Can you check this thread:
    maximum number of users for server module SNP exceeded
    Divyanshu

  • How use "All Values" in the pages of pivot tables

    Hi everyone,
    I’m using Oracle Bi Answers and I have the following problem:
    I’m doing reports based in a datamart with 2 fact table each with about 28 Million records per month and with a medium of 14 dimensions.
    The users want to have the choice to select 5 parameters for example (region, district, type of product, month of analysis, subtype of product) where they can select an individual option as well as select an “all values” option. They want this for all the parameters.
    We are having problems doing this without having the report to timeout.
    Approaches used
    We are trying to do this by using pivot tables and combo boxes in the reports (one for each parameter). The combos are in the pages area.
    We are trying to do a calculated item with Sum(*) to have a “ALL Values” in the combo box but this makes the report extremely slow.
    We also tried to do Sum in the pages section of the pivot table but it only displays the “All pages value” of the first combo box.
    So actually I don’t know what to try. Can you help me with the best way to do this?
    Thanks
    Edited by: user8727081 on Sep 28, 2009 2:45 AM

    Hi,
    I had the same problem, and I solved it using the dashboard prompts.
    But sometimes users are not happy. I explaine why.
    Suppose a dimension Nation:
    Italy, Germany, UK, France, USA
    1) I create a report with sales quantity.
    2) Report has a filter --> "nation" = is prompted
    3) I create a dashboard prompt "Nations" based on dimension Nation with All Values
    4) I publish the report in a dashboard with the dashboard prompt "Nations"
    When user choose the nation from the prompt, all nations are displayed, also if I have NO sales for some of these.
    My goal: only nations with sales must be shown
    Thanks
    Enrico

  • Maximum number of still images in a sequence exceeded

    Model Name: iMac
    Processor: Intel Core 2 Duo
    Processors: 2.8 Ghz
    Memory: 4GB
    Bus Speed: 800MHz
    FCP 7.0.3
    So what's the maximum number of still images that are allowed in a single sequence in FCP 7?
    Does it vary from FCP 6, 5, Express etc.?

    http://www.flickr.com/photos/48395063@N07/5328011119/
    http://www.flickr.com/photos/48395063@N07/5328011119/sizes/l/in/photostream/
    You have to zoom in to read the yellow message box that appears when the mouse is loitering over the orange unlimited-time bar above the sequence.
    For your pleasure I have typed it out:
    "Video: Unlimited
    Audio: Media File
    _*The maximum number of real-time still images has been exceeded in this sequence.*_
    A motion of composting effect can not be played in real time.
    Real time playback is not supported for the clip on track 1.
    The nested sequence on track 2 does not match this sequence settings.
    The nested sequence on track 11 does not match this sequence settings."
    Basically we're doing the "Artists Showcase" and artists send in photos and not all of them will be able to match the sequence settings since we take what we can get.
    Besides that the estimated number of still images is 480.

  • 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

  • Maximum number of users for server module SNP exceeded

    Dear,
    Anyone knows the details about this error? This error occurs while starting the Optimizer run interactively.
    Cheers.

       1. Open Transaction Sm59
            Open TCP/IP connections
            and search for RFC connection for SNP optimizer.
            Copy value of RFC connection name ( Eg.OPTSERVER_SNP01).
        2.  Open Transaction SPRO
             Advanced Planning And Optimization ->Basic Settings ->Optimization ->
             Basic Functions ->Maintain Master Data for Optimization Server
             Put Communication Connection value RFC connection name
             ( Eg.OPTSERVER_SNP01).

Maybe you are looking for

  • How do I change the default media kind on iTunes 11?

    When I add movies to my iTunes, they are automatically labeled under the media kind "Home Videos". Is there a way to change the default media kind to "Movies"? It's very tedious to have to go to Options, then choose Movies under Media Kind for every

  • Adding a forwarding link to send a pdf file to another e-mail address

    I would like to add a forwarding link to a pdf document that is available for download from my iWeb site. I would like someone to be able to forward the pdf file to another e-mail address. Can I do this in iWeb? If so, how?

  • GPU enhancements disabled

    I have a Dell Vostro laptop running Windows XP Pro,3gb memory,200gb spare disc space,NVidia Geoforce 8400M GS.Video I have been using CS4 for about a year and ever since I first loaded it when it starts I get a message saying "GPU (Graphic processing

  • Create folder from role maintenance

    Hi, How can I create a folder with the name of my choice from role maintenance? I see the Role Menu from the Menu tab, but I don't see the paper icon to create a folder. Thanks

  • IMac Firmware update - ERROR

    Hello all, I'm trying to update the firmware on my Core Duo 2Ghz iMac but it dosen't work. I follow the instructions, holding the power button until the power light starts flashing, I hear the long beep, and immediately after that the startup chime.