Maximum number of rows exceeded

Hi,
I am using Smart View (Hyperion 11.1.2.1) where large data needs to be retrieved. But during retrieval, I am getting error "Essbase Error (1020011) : Maximum number of rows [5000] exceeded". I modified the essbase.properties file as below.
# Properties File used by ANALYTIC PROVIDER SERVICES
# Release version 11.1.2.1.00 - Talleyrand SP1
# Use / for separator.
# Data directory used in JAPI embedded mode
# Specifies location of folder containing domain.db file
# If jvm option -DESS_ES_HOME points to an install directory of HPS, and domain.db
# is located under ESS_ES_HOME/data, this entry need not be present,
# else, specify the location of doamin.db here.
# system.dataDir=
# Specifies values for Essbase Server network connection
# APS will try netConnectRetry times to connect to an Essbase Server.
olap.server.netRetryCount=1200
olap.server.netConnectRetry=3
olap.server.netDelay=1200
olap.server.netSocketTimeOut=1200
# Specifies maximum rows/columns for dataquery grid. 0 value indicates no limit.
service.olap.dataQuery.grid.maxRows=10000
service.olap.dataQuery.grid.maxColumns=255
# Logging Configuration - moved to logging.xml
# Maximum idle time for HPS sessions (in minutes)
system.session.timeout=60
# system.faultTolerance
# retryTime - Maximum number of times to retry
system.faultTolerance.retryTime=10
# monitorInterval - Interval to schedule thread to monitor cluster components.
# duration in seconds
system.cluster.monitorInterval=30
# BEGIN: Smartview specific properties
smartview.system.checkforspecialchars=true
smartview.webservice.autoadd.EssbaseLocalhost.server=true
smartview.webservice.autodeploy.force=false
smartview.webservice.autodeploy.warn=false
smartview.webservice.gzip.compression.disable=false
# END: Smartview specific properties
After doing this, I restarted the service - "Hyperion Provider Services - Web Application". Still I am getting the same error in Smart View.
Please advise if I missed something.
Thanks.
Edited by: user13325223 on 6 Jan, 2012 12:39 PM

I'm having the same error, only I checked my essbase.properties file in the correct location, and it's already set to 99999 rows.
#APS Properties File
#Thu Mar 01 09:31:53 EST 2012
olap.server.netConnectRetry=3
domain.store.file.name=/opt/Apps/Oracle/Middleware/user_projects/epmsystem1/aps/data/domain.db
smartview.webservice.gzip.compression.disable=false
smartview.webservice.autodeploy.force=false
system.session.timeout=60
system.dataDir=/opt/Apps/Oracle/Middleware/user_projects/epmsystem1/aps/data
smartview.webservice.autodeploy.warn=false
smartview.webservice.autoadd.EssbaseLocalhost.server=true
service.olap.dataQuery.grid.maxRows=99999
system.cluster.monitorInterval=30
service.olap.dataQuery.grid.maxColumns=255
smartview.system.checkforspecialchars=true
nativeSecurity.enabledProviders=
system.faultTolerance.retryTime=10
I'm using Excel 2007, and Hyperion 11.1.2.1
Edited by: Sabrina on Mar 1, 2012 10:53 AM

Similar Messages

  • Maximum number of rows reached in a query result........

    Hi,
    I have created one query , When I am executing it , it is displaying the message "Maximum number of rows exceeded" .
    Is there any option in query design through which I can display all the data?
    Thanks,
    Jeetu

    Hi Jeetu ,
    such a big report which even exceeds the excel limit will be of relatively no use to the user .
    you should restirct the outpur using some criteria so that it is a managable report.
    Thanks.

  • BEX analyzer -Maximum number of rows (65535) exceeded. Result is incomplete

    Hello Experts,
    I am trying to Run a report on BEx Analyzer.There are around 200,000 records to be displayed in the result.
    I am getting the below error.
    Maximum number of rows (65535) exceeded. Result is incomplete.
    Message no. BRAIN675
    We are on SAP GUI 7.X and Excel 2007
    Is there any setting that I have to change inorder for BEX analyzer to display all the 200,000 records.
    Also any memory setting for the result set to be changed ?
    Please let me know your thoughts
    Thanks
    Doodle

    Hi Doodle,
    The rows limit for Excel 2007 is 1 million so this is not the problem with row limitation. It seems like you have opened the pre-excel 2007 workbook in excel 2007, check your title bar if it says "Compatible Mode". This will limit you to old standard of 65K.
    May be what you can do is , save your file using save as option and try running the workbook.
    Your new file extension will be .xlsx
    Regards,
    Durgesh.
    Edited by: Durgesh Gandewar on Jul 14, 2011 10:03 AM

  • Setting the maximum number of rows in a ResultSet

    Hi everybody,
    Anyone knows if it is possible to set the maximum number of rows to obtain in a ResultSet using JDBC 2.0, and if so, how to do it?
    Thanks in advance.

    Statement st = con.createStatement();
    st.setFetchSize(no_of_rows_here);
    ResultSet rs = st.executeQuery(query);Sudha

  • BEx Variable Input Help (F4) Maximum Number of Rows

    Hi Experts,
    We using Bex 3.x version. Now, the user is asking to change the maximum number of rows (by default 500, for my case) to 1000. (While executing the workbook, on the variable pop-up screen where we can search for input help (F4) values). For surely, there is some global setting needs to be corrected but not sure. I have checked in T-code: SPRO and some of the threads but not get the apt solution.
    Could you please share us your inputs/experiences as how can we increase maximum number of rows in the input help.
    Many thanks in advance!!!
    Best Regards
    Venkat...

    Hello Venkat,
    Is there is a way to setup that, you will find into this KBA Article (SAP Note):
    > 1565809 - Settings for BW query F4 help   
    This is a really good documentation about how F4 works and how to setup the configurations and where you have to do that.
    Kind Regards,
    Edward John

  • Maximum number of rows before doing a commit

    When updating a database table, is there a maximum number of rows you should update before doing a commit work?

    It's hard to give a specific answer. There are generally more than one rollback area in an installation and the size for the one used by batch processes may change after a certain time of day when more batch updates are being run. It will also depend on the size of the record being updated. It may also depend on whether you are in the development systemm QA or production.
    But I guess, I would start with a number like 5,000 or 10,000 and see what happens.
    You might also see if you can do the entire update in the QA system and commit afer it's done. If you can do it there, you'll likely be OK in production. Or if it works there, you can commit a couple of extra times in production - just to be sure.
    Bear in mind though, that if you commit and the job fails later, you have to either be able to back out the updates, or start updating at the point where the previous one failed.
    Rob

  • Does ADF pivot table in JDeveloper 11.1.1.2.0 have a maximum number of rows

    Does ADF pivot table in JDeveloper 11.1.1.2.0 have a maximum number of rows that can be fetched from the database?

    mmurmeli,
    Seems then that you've identified how to allow more rows (increase the heap space) ;)
    Hard physical limits aside, there is a practical limit to how much information a single human mind can absorb.
    John

  • What is the maximum number of row for a table control in LabWindows/CVI ?

    I use LabWindows CVI 8.5.1 (MMI first developped in version 6.0).
    In one of our many MMI, a table control contains a list of aircraft parameters.
    We can add as many parameters (row) as we want but over 40 000 we observe a crash of the LabWindows CVI runtime.
    Our client want to inscrease the number of parameters (row) up to 200 000 !!!
    So my questions are:
    What is the real maximum number of row for the table control ?
    Is this maximum number of row different on LabWindows 2010 version ?
    Or is there an other solution ?
    Thanks

    Greetings,
    Can you clarify what you mean by "crash"? Is there an error message thrown? Is it possible that you've consumed all of the available memory?
    Please let me know.
    Thanks, James Duvall
    Product Support Engineer
    National Instruments

  • Install HRCS9.0 and PT8.53 with Linux Issue: the files intiPT853.ora and initHRCS90.ora: maximum number of DB_FILES exceeded

    Folks,
    Hello. I have installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The entire PeopleTools  runs correctly in browser at the beginning.
    After I set up HCM and Campus Solution 9.0 Database Instance named HRCS90 in Linux successfully, PeopleTools 8.53 Database Instance PT853 cannot be mounted. Its error message is below:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    ORA-00059: maximum number of DB_FILES exceeded
    In the file /home/user/OracleDB_Home/dbs/initPT853.ora, its parameter db_files has 3 values: small 400, medium 1021 and large 1500. The initial value is 1021 and it works correctly at the beginning.  But after set up another instance HRCS90, the above error message comes up and instance PT853 cannot mounted. I change the value of db_files from 1021 to 1500 in the file initPT853.ora and restart OS Linux. But get the same error as below:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    ORA-00059: maximum number of DB_FILES exceeded
    In the file /home/user/OracleDB_Home/dbs/initHRCS90.ora, its parameter db_files has 3 values: small 80, medium 400 and large 1500. I use db_files=400 and it works correctly. I start up instance HRCS90 right after the above error message as below:
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [user@userlinux bin]$ export ORACLE_SID=HRCS90
    [user@userlinux bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Sat Nov 23 12:40:02 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    Database mounted.
    Database opened.
    SQL> select * from psdbowner;
    DBNAME   OWNERID
    HRCS90     MYNAME
    SQL>
    As we see above, the instance HRCS90 works corretly and PT853 cannot start up. The parameter DB_FILES of the file initPT853.ora has an issue.
    My question is:
    Because 1021 and 1500 are not enough to startup instance PT853, what value should be used for DB_FILES of the file initPT853.ora  ?
    Thanks.

    user8860348 wrote:
    Folks,
    Hello. I have installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The entire PeopleTools  runs correctly in browser at the beginning.
    After I set up HCM and Campus Solution 9.0 Database Instance named HRCS90 in Linux successfully, PeopleTools 8.53 Database Instance PT853 cannot be mounted.... 
    I'm sorry, but I don't understand what does "Instance" mean here.
    >In the file /home/user/OracleDB_Home/dbs/initPT853.ora, its parameter db_files has 3 values: small 400, medium 1021 and large 1500.
    Are you not using a spfile ? Does the file contain really the 3 values ? What is the last ? Have you checked the value in the database side "show parameter db_files" ?
    >But after set up another instance HRCS90, the above error message comes up and instance PT853 cannot mounted
    Again, I have no idea what it means.
    >In the file /home/user/OracleDB_Home/dbs/initHRCS90.ora, its parameter db_files has 3 values: small 80, medium 400 and large 1500. I use db_files=400 and it works correctly.
    Again, 3 values ? What is the last ? Have you checked the value in the database side "show parameter db_files" ?
    >As we see above, the instance HRCS90 works corretly and PT853 cannot start up. The parameter DB_FILES of the file initPT853.ora has an issue.
    Again, I don't understand what are HRCS90 and PT853 exactly. Cannot help.
    >Because 1021 and 1500 are not enough to startup instance PT853, what value should be used for DB_FILES of the file initPT853.ora  ?
    I'm sure, you don't have an issue with this parameter, 1500 files in the database is quite huge number. I built a demo recently, the default value 1021 was ok for me. You should have done something wrong somewhere.
    Nicolas.

  • Cloning problem:  ORA-00059: maximum number of DB_FILES exceeded

    Hi everyone!
    I'm trying to clone our data warehouse over an existing test instance, DMART01. Here's what I did:
    1. on the data warehouse - alter database backup controlfile to trace;
    2. edited the trace file to change the db name and path of the datafiles
    3. logon to sqlplus in DMART01 and run my altered trace file.
    4. Below is the error I'm getting:
    SQL> @clone09142009.sql
    ORACLE instance started.
    Total System Global Area 1358954496 bytes
    Fixed Size 2128280 bytes
    Variable Size 1203668584 bytes
    Database Buffers 150994944 bytes
    Redo Buffers 2162688 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "DMART01" RESETLOGS NOARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-00059: maximum number of DB_FILES exceeded
    ORA-01110: data file 211:
    '/data/oracle/dmart01/d05/oracle/dmart01data/DW_PROD_MEDIUM11.dbf'
    In my trace file it has
    CREATE CONTROLFILE REUSE SET DATABASE "DMART01" RESETLOGS NOARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 2
    MAXDATAFILES 500
    MAXINSTANCES 1
    MAXLOGHISTORY 1816
    Additional information - the data warehouse has an entire tablespace with many datafiles that I don't want in DMART01. I edited those datafile lines out of my trace file. Could some remnants of that be causing my problems? The DB_FILES parameter in the warehouse is set to 500. In DMART01 it's only 200. In the clone, I only want to bring over 61 datafiles. Besides, I thought that in the create controlfile statement would set the parameter, in this case to 500.
    I'm stumped. Any suggestions?
    Thanks!
    Sharon

    I answered my own question. If anyone is curious, here's what I did:
    in DMART01
    1. startup nomount;
    2. create pfile from spfile;
    3. shutdown immediate;
    4. edited pfile to have dw_files=500
    5. startup nomount pfile=initDMART01.ora;
    6. create spfile from pfile;
    7. shutdown immediate;
    8. @clone09142009.sql

  • PAB maximum number of entries exceeded

    Hi, we are an ISP and some user say he's having the message "maximum number of entries exceeded" when tries to create a new contact in his address book in webmail.
    I did my research and find my user has 500 contacts and also find that using "configutil" to modify the parameter local.service.pab.maxnumberofentries can solve the problem
    So i did it:
    /jes/bin/SUNWmsgsr/sbin/configutil -o local.service.pab.maxnumberofentries -v 1000
    Now if i tipe
    /jes/bin/SUNWmsgsr/sbin/configutil -o local.service.pab.maxnumberofentries
    I get
    1000
    The i restarted LDAP:
    /jes/bin/SUNWldap/slapd-users/restart-slapd
    Then refreshed the instances by tipping:
    /jes/bin/SUNWmsgsr/sbin/refresh
    Refreshing store server 787 ... done
    Refreshing imap server 788 ... done
    Refreshing pop server 789 ... done
    Refreshing http server 790 ... done
    Refreshing sched server 791 ... done
    Then i restarted webmail and nothing seems to happens because the user stills getting the same error when trying to create another contact: "maximum number of entries exceeded"
    What am i missing? what am i doing wrong?
    Thanks for the help

    rpocamilo wrote:
    So it hanged out and says timeout and i had to do kill -9 Please note that if a store process hangs (imapd/ims-master/imexpire/stored/popd and mshttpd in MS6.2 and below) and you need to manually kill it (e.g. as you have above) then you must restart the entire store otherwise orphan database locks will be left behind and you will find that users will have trouble accessing accounts and store utilities can hang etc.
    So you need to run:
    ./stop-msg; ./start-msgRegards,
    Shane.

  • ORA-Error: Maximum number of Processes exceeds

    Hi,
    Today we got one Oracle error: Maximum number of Processes exceeds while connects to our Oracle Database.
    We have application running on our DB, which have 50 threads running and making connection to Oracle Schema.
    In our init.ora file the Processes Parameter is set to 50.
    But we also have another init<Schema Name>.ora file which has Processes Parameter as 50.
    When I search on this error, I got that it is due to no. of user processes on Oracle instance.
    What are these user processes exactly?
    If we set the Processes Parameter as 150, and we have RAC environment with 3 Cluster, does it means we have 150*3 processes can run at a time.
    The other doubt I have is that: Is this parameter is instance based, SID based or cluster based?
    Please provide some input on this.
    Thanks in Advance.
    Manoj Macwan

    If you don't issue
    alter system set processes=150 scope=both sid='<your instance 1>'
    all instances will be allowed to fork 150 processes.
    The other poster is incorrect.
    Sybrand Bakker
    Senior Oracle DBA

  • Changing Maximum Number of Rows Per Page to Include

    I am trying to change the "Maximum Number of Rows Per Page to Include" using Enterprise Manager > Coreapplication > Capacity Management > Performance.
    It was default to 75. I need to change it to around 5,000. I have a report which generates 5,000 records and I use Agent to send it to our user at a scheduled time.
    I change 75 to 5000, activate the changes and restart the BI. After restarting it automatically reverts back to 75.
    Has anyone experienced this?
    My instanceconfig has contains this:
    <Views>
    <Pivot>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <DefaultRowsDisplayedInDownload>5000000</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <DisableAutoPreview>false</DisableAutoPreview>
    <MaxCells>1920000</MaxCells>
    <MaxVisiblePages>2500</MaxVisiblePages>
    <MaxVisibleRows>1000000</MaxVisibleRows>
    <MaxVisibleSections>5000</MaxVisibleSections>
    </Pivot>
    <Table>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <DefaultRowsDisplayedInDownload>5000000</DefaultRowsDisplayedInDownload>
    <MaxCells>1920000</MaxCells>
    <MaxVisiblePages>2500</MaxVisiblePages>
    <MaxVisibleRows>1000000</MaxVisibleRows>
    <MaxVisibleSections>2000000</MaxVisibleSections>
    </Table>
    </Views>
    Any help would be greatly appreciated.
    Thanks!

    Hi,
    Editing in EM should change the settings. Stop all the services and restart
    In the individual reports for tables and pivot tables >> Edit the table properties and add the number of 'Rows Per Page'
    Hope this helped/ answered
    Regards
    MuRam

  • Maximum number of rows for an ALV

    Dear all,
    What is the maximum number of columns an ALV grid can handle .
    Best Regards,
    Manmohan.

    Hello Manmohan,
    As far as I know the total column size for a list screen is 1023 characters. ALV is actually making use of list screen instead of a dynpro. So as long as your total size of column if less than  1023, you can have as many columns as you want.
    For number of rows, I don't think there is limitation.

  • Is there a maximum number of rows in a sheet?

    Can anyone tell me if there is any limit to the number of rows per sheet in Numbers. (Excel now has a one million row limit.) May be there is some way to string sheets together so they act as one large sheet.

    JROA wrote:
    65536??? WHY???
    Because it's 16^4, which is an integer which may be coded with four bytes.
    The step beyond would be 16^6 or 16^8.
    But, given the slowness of Numbers, I am unable to work with tables of 10000 rows.
    From my point of view, it would be foolish to build tables with 65536 rows with the current app.
    Yvan KOENIG (VALLAURIS, France) jeudi 24 décembre 2009 23:55:34

Maybe you are looking for