Hi how can i increase my parameter values in my system

Dear Experts ,
here my functional consultants gets below shotdump and how can i solve that an error
Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
Short text
    No roll storage space of length 1802248 available for internal storage.
hat can you do?
   Try to find out (e.g. by targetted data selection) whether the
   transaction will run with less main memory.
   If there is a temporary bottleneck, execute the transaction again.
   If the error persists, ask your system administrator to check the
   following profile parameters:
   o  ztta/roll_area            (1.000.000 - 15.000.000)
          Classic roll area per user and internal mode
          usual amount of roll area per user and internal mode
   o  ztta/roll_extension       (10.000.000 - 500.000.000)
          Amount of memory per user in extended memory (EM)
   o  abap/heap_area_total      (100.000.000 - 1.500.000.000)
          Amount of memory (malloc) for all users of an application
          server. If several background processes are running on
          one server, temporary bottlenecks may occur.
          Of course, the amount of memory (in bytes) must also be
          available on the machine (main memory or file system swap).
          Caution:
          The operating system must be set up so that there is also
          enough memory for each process. Usually, the maximum address
          space is too small.
          Ask your hardware manufacturer or your competence center
          about this.
          In this case, consult your hardware vendor
   abap/heap_area_dia:        (10.000.000 - 1.000.000.000)
          Restriction of memory allocated to the heap with malloc
          for each dialog process.
   Parameters for background processes:
   abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)
          Restriction of memory allocated to the heap with malloc
          for each background process.
   Other memory-relevant parameters are:
   em/initial_size_MB:         (35-1200)
          Extended memory area from which all users of an
          application server can satisfy their memory requirement.
   Note which actions and input led to the error.
   For further help in handling the problem, contact your SAP administrator
   You can use the ABAP dump analysis transaction ST22 to view and manage
   termination messages, in particular for long term reference.
how much can i increase please suggest me
Regards

hih mark,
for what base i can increase my parameter values
presently in my parameter values are recomended valus
Parameter          present value          Recommended values
ztta/roll_area-           6500000                      (1.000.000-15.000.000)
ztta/roll_extension-      2000683008          (10.000.000-500.000.000)
abap/heap_area_total u2013 2000683008            (100.000.000-1.500.000.000)
abap/heap_area_dia u2013 2000683008          (10.000.000-1.000.000.000)
abap/heap_area_nondia u2013 2000683008           (10.000.000-1.000.000.000)
em/initial_size_MB u2013           4092                (35-1200)
how much can i increase
Regards

Similar Messages

  • How can I increase the parameter db_files

    Hi,
    When I am trying to add a new data file to Tablespace it is giving error.
    1. How can I increase the parameter db_files?
    Sap Version is: 4.7E and Database is: 0racle 9.2.0
    Thanks&Regards,
    Nani

    hello nani
    1. connect to database
    SQL> show parameter db_files
    NAME                                 TYPE        VALUE
    db_files                             integer     200
    SQL> alter system set db_files=350 scope=spfile;
    System altered.
    SQL> show parameter db_files
    NAME                                 TYPE        VALUE
    db_files                             integer     200
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  264241152 bytes
    Fixed Size                  1248476 bytes
    Variable Size             176161572 bytes
    Database Buffers           79691776 bytes
    Redo Buffers                7139328 bytes
    Database mounted.
    Database opened.
    SQL> create pfile from spfile;
    File created.
    SQL> show parameter db_files
    NAME                                 TYPE        VALUE
    db_files                             integer     350
    SQL>
    Edited by: Shishir  Bajpai on Mar 3, 2009 12:38 PM

  • How can I manipulate a parameter value after user input

    Post Author: fsu304
    CA Forum: Crystal Reports
    I have a parameter that is used in my sql command and I want to be able to change the value of it if it reach a certian criteria.  For example the user enters the string "FDT" i want to change the parameter to equal "7" before it gets sent to the database to gather the records.  How can I accomplish this??
    Any help would be awesome.
    Heath

    Post Author: yangster
    CA Forum: Crystal Reports
    the easiest way to achieve this would be to create a lookup table that represents the value you have entered to mean something else in your primary selectionso your table would be a simple value, descriptionthe parameter the user enters 'FDT' = 7 in the table, it is then joined back to your initial queary and will only return you results for 7you can't create if statements with a commandand you cannot use a case statement with a parameterthe other alternative would be to write a procedure that takes in your value and converts it then runs your sql

  • How can I pass URL parameter value to text field?

    Dear Masters,
    I have a text field. I want it to have a value based on the URL parameter, for example:
    http://myapplication.net:7777/pls/apex/f?p=102:1:::::P1_RTNUM:9448,P1_EMAILADD:email.add.here
    I want the value of the text field = P1_EMAILADD after the form was loaded. Also, please have it read-only.
    Thanks a lot.
    Edited by: user6368519 on Sep 16, 2009 11:39 PM

    Thanks Saad,
    Can I email you(I would need your email) for any concerns or just create a new thread for you to look?
    This is ok now. I'm sorry but I just marked this one as an "answered" one last time.
    Thanks for all the help again I appreciate it. ;)
    Thanks,
    Aaron
    [email protected]

  • How can i increase sga size in oracle 10g

    Hello friends
    how can i increase my sga size in oracle 10g
    Regards
    Vicky
    Edited by: Vignesh Chinnasamy on 31-Jul-2012 02:28

    HI
    **SQL> Show parameter sga ;**
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 2G
    sga_target                           big integer 2G
    **SQL> show parameter memory;**
    NAME                                 TYPE        VALUE
    hi_shared_memory_address             integer     0
    shared_memory_address                integer     0
    **[root@mte ~]# ulimit -a**
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1024
    max locked memory       (kbytes, -l) 32
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    stack size              (kbytes, -s) 10240
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 278528
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    *[root@mte ~]#*

  • How can i increase a size of java plugin window in developer10g form?

    Dear Friends,
    I made a master detail form in developer10g form. In the form i m unable to see all the fields in java plugin window bcoz its small.
    how can i increase the size of java plugin window?
    Thanks in advance.
    Regards,
    Kamran

    Hi Kamran
    Just modify width and height values to 100% in the forms\server\formsweb.cfg file:
    # Forms applet parameter
    width=100%
    # Forms applet parameter
    height=100%
    After this restart OC4J instance.
    Hope this helps
    Regards
    Carlos

  • How can I get the edited value from the editor in JTable

    I have a JTextField added as an editor to a cell in JTable.
    I value gets changed when I press enter.
    but in actionPerformed of the JTextField when I say
    String txtEditorValue = txtEditor.getText();
    I am getting the old value. How can I get the edited value? Thanks.

    Hi,
    I guess, your understanding of how JTable works together with its models is not good enough - for example the method getTableCellEditorComponent(...) of the TableCellEditor interface is used to get the component, that should be used as editing component - its second parameter is a value that should be used to setup the editing component - it is normally not the editing component itself.
    JTable uses an underlying TableModel to store the cell values - if you have edited a cell, JTable gets the value of the editing component by itself and stores it in the TableModel using its setValueAt(...) method. To retrieve this data you only need to query the TableModel using row and column of this cell as parameters
    say jt is your JTable, and row and column are the row and column of the cell - so to get the value, simply use
    Object obj = jt.getModel().getValueAt(row,column);
    if you know, that there is a String in this cell use
    String str = (String) jt.getModel().getValueAt(row,column);
    The editor component is used for the view of the JTable - you only want the data, which is stored in the model - you don't have to deal with the GUI components in this case.
    greetings Marsian

  • How can I get the default value of a particular preference programatically. I know I can see the default value for some of the preferences in about:config but, I need a programatic way to get the default value.

    <blockquote>Locked by Moderator as a duplicate/re-post.
    Please continue the discussion in this thread: [tiki-view_forum_thread.php?comments_parentId=702631&forumId=1]
    Thanks - c</blockquote>
    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    How can I get the default value of a particular preference in FireFox?.
    I know I can see the default value for some of the preferences in about:config but, I need a programatic way to get the default value.
    I see some that there are values for preferences in firefox.cs but I am not certain that these are being used as the default values for preferences. prefs.js in user's profile only has the updated values and not the default values.
    Any help towards acheiving this programtically is greatly appreciated.
    If the default values are stored in a file, kindly let me know the format in which it is stored for me to parse it programatically.
    == User Agent
    ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    Dear Friend,
    Here when you have the callableSattement as ?=proc(?), the first ? is an output parameter. So you should register it as out parameter using registeroutparameter.
    Then you can get the value from the outparameter using callablestatement.getXXX().
    Try that way.
    For free tral versions of JDBC Drivers go to www.Atinav.com

  • How can i transfer a field value in the main report to its sub-report?

    <p><font face="Arial" size="2">How can i transfer a field value in the main report to its sub-report?</font></p><p><font face="Arial" size="2">Please eloberate with example if possible!</font></p><p><font face="Arial" size="2">Thanks...</font></p><p> </p>

    <p>You can do a couple of things - one would be to pass the information using the data linking expert.  Right click on the subreport, choose &#39;Change Subreport Links&#39; and select the field(s) you are wanting to pass to the subreport.  CRW will build parameters and a record selection formula for you in the subreport, and if that&#39;s what you want, then great.  But you can also remove the selection formula from the subreport and work with the parameter fields in the subreport however you would like.</p><p>Alternatively, you can look to passing Shared variables back and forth from the main and subreport.  this link talks about the method to do this: http://diamond.businessobjects.com/node/251</p><p> </p>

  • How can i increase the number of available segments(30) under Personal Anlysis Flexfield, EBIZ 11.5.10.2

    Hi friends,
    how can i increase the number of available segments from 30 to more in Personal Analysis Flexfield in HRMS. Because i have to add few more columns to existing key flexfield. but we have only 30 segments under each flex field.how can i achive this ?
    Thanks in advance.

    Hi Avinash,
    thanks for your reply.
    As per ur suggestion i think i can achive my requirement.
    but i have small requirement in addition to that.
    when ever i open this special information, and if i click on this dff , it should disply the some value by calculating based on the data on special info form. can i achive this?
    thanks in advance.

  • How can i get this variable value into second page IN BSP

    Hi friends
    I have variable wk_matnr value 'ABC' in first page of BSP.
    How can i get this variable value into second page.
    Moosa

    Hi,
    you can define variable (page attribiue) on the second page with the same name. You can realise the Navigation with Button ther started onInputProcesing routine. In onInputProcesing you have to call navigation->set_parameter with attribut name as parameter and then starting the navigation. If you have checked the auto property on the variable on second page and varable have same name, the value of variable should be transported.
    [See this tutorial|http://help.sap.com/saphelp_erp2005/helpdata/DE/1a/c5133a62983c0ae10000000a114084/frameset.htm]
    Best regards
    Bogdan

  • How to display current session parameter value

    Hi,
    How can a db user know value of a session parameter, if he doen't have privilege to access v$parameter?
    SQL> conn hr/hr
    Connected.
    SQL> show parameter QUERY_REWRITE_ENABLED
    ORA-00942: table or view does not exist
    SQL> alter session set QUERY_REWRITE_ENABLED=true ;
    Session altered.
    -- how can the user HR know the value of QUERY_REWRITE_ENABLED

    You can code a PL/SQL function and grant only execute privilege to the user:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    SQL> drop user admin cascade;
    User dropped.
    SQL> create user admin identified by admin;
    User created.
    SQL> grant create session, create procedure to admin;
    Grant succeeded.
    SQL> grant select on sys.v_$parameter to admin;
    Grant succeeded.
    SQL> connect admin/admin
    Connected.
    SQL> show user;
    USER is "ADMIN"
    SQL> create or replace function get_parm (p_pn in varchar2) return varchar2
      2  as
      3  l_val v$parameter.value%type;
      4  begin
      5   if ( UPPER(p_pn) = 'QUERY_REWRITE_ENABLED' )
      6   then
      7        execute immediate 'select value from v$parameter where name = :1 '
      8        into l_val using p_pn;
      9        return l_val;
    10   else
    11      raise_application_error(-20000,'Invalid parameter');
    12      return null;
    13   end if;
    14  end;
    15  /
    Function created.
    SQL> grant execute on get_parm to test;
    Grant succeeded.
    SQL> connect test/test
    Connected.
    SQL> show parameter query
    ORA-00942: table or view does not exist
    SQL> select admin.get_parm('query_rewrite_enabled') from dual;
    ADMIN.GET_PARM('QUERY_REWRITE_ENABLED')
    TRUE
    SQL> select admin.get_parm('compatible') from dual;
    select admin.get_parm('compatible') from dual
    ERROR at line 1:
    ORA-20000: Invalid parameter
    ORA-06512: at "ADMIN.GET_PARM", line 11

  • What are user parameters? and how can i add user parameter

    Hi Experts,
    what are user parameters? and how can i add user parameter and how can i add a user parameter
    HR_DISP_INFTY_NUM with value X?

    user parameters are used give reference grps and counntry grouping use SU3 tcode as amite said

  • How can i pass the  parameter for strored procedure from java

    dear all,
    I am very new for stored procedure
    1. I want to write the strored procedure for insert.
    2. How can i pass the parameter for that procedure from java.
    if any material available in internet create procedure and call procedure from java , and passing parameter to procedure from java

    Hi Ram,
    To call the callable statement use the below sample.
    stmt = conn.prepareCall("{call <procedure name>(?,?)}");
    stmt.setString(1,value);//Input parameter
    stmt.registerOutParameter(2,Types.BIGINT);//Output parameter
    stmt.execute();
    seq = (int)stmt.getLong(2);//Getting the result from the procedure.

  • How to over ride a parameter value in the URL

    Hi
    I am calling a 10g report through a form as ...
    web.show_document('/reports/rwservlet?MYKEYINCGICMDFILE'&report=stock_status','_blank');
    MYKEYINCGICMDFILE is a key in cgicmd file where I have passed values like userid,destype, desname etc.
    Now I want to change the destype for a specific report and I want to pass the parameter through URL, how can I override the destype value provided in the key and pass through URL?
    I tried as ...
    web.show_document('/reports/rwservlet?MYKEYINCGICMDFILE'||'&desformat=spreadsheet&destype=file&desname=c:\stock_check.xls&report=stock_status','_blank');
    but still getting the value from the key.
    Thanks

    Leave out MYKEYINCGICMDFILE on the URL and specify all the parameters. That of course exposes un/pw.
    Or create a second key.
    Better still: use run_report_object in Forms instead of calling a report via web.show_document. This takes un/pw from the currently logged in user.

Maybe you are looking for