SAP paging overflow when storing data in the ABAP/4 memory.

I am trying to create a data source in  BI7.0 in the Datawarehousing Workbench. But along the process when i need to select a view i get an error detailed in the following error file extract: Please go through and assist.
untime Errors         MEMORY_NO_MORE_PAGING
Date and Time          06.06.2009 14:21:35
Short text
SAP paging overflow when storing data in the ABAP/4 memory.
What happened?
The current program requested storage space from the SAP paging area,
but this request could not be fulfilled.
of this area in the SAP system profile.
What can you do?
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.
Error analysis
The ABAP/4 runtime system and the ABAP/4 compiler use a common
interface to store different types of data in different parts of
the SAP paging area. This data includes the
ABAP/4 memory (EXPORT TO MEMORY), the SUBMIT REPORT parameters,
CALL DIALOG and CALL TRANSACTION USING, as well as internally defined
macros (specified with DEFINE).
To store further data in the SAP paging area, you attempted to
allocate a new SAP paging block, but no more blocks were
available.
When the SAP paging overflow occurred, the ABAP/4 memory contained
entries for 20 of different IDs.
Please note:
To facilitate error handling, the ABAP/4 memory was
deleted.
How to correct the error
The amount of storage space (in bytes) filled at termination time was:
Roll area...................... 8176
Extended memory (EM)........... 13587912
Assigned memory (HEAP)......... 0
Short area..................... " "
Paging area.................... 40960
Maximum address space.......... " "
By calling Transaction SM04 and choosing 'Goto' -> 'Block list',
you can display an overview of the current roll and paging memory
levels resulting from active users and their transactions. Try to
decide from this whether another program requires a lot of memory
space (perhaps too much).
The system log contains more detailed information about the
termination. Check for any unwanted recursion.
Determine whether the error also occurs with small volumes of
data. Check the profile (parameter "rdisp/PG_MAXFS", see
Installation Guidelines).
Is the disk or the file system that contains the paging file
full to the extent that it cannot be increased, although it has
not yet reached the size defined in the profile? Is the
operating system configured to accommodate files of such a
size?
The ABAP processor stores different types of data in the SAP
paging area. These include:
(1) Data clusters (EXPORT ... TO MEMORY ...)
(2) Parameters for calling programs (SUBMIT REPORT ...),
Dialog modules (CALL DIALOG ...) and transactions
(CALL TRANSACTION USING ...)
(3) Internally defined program macros (DEFINE ...)
Accordingly, you should check the relevant statements in a program
that results in an overflow of the SAP paging area.
It is critical when many internal tables, possibly with
different IDs, are written to memory (EXPORT).
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"MEMORY_NO_MORE_PAGING" " "
"SAPLWDTM" or "LWDTMU20"
"TABC_ACTIVATE_AND_UPDATE"
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".
3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
In the editor, choose "Utilities->More
Utilities->Upload/Download->Download".
4. Details about the conditions under which the error occurred or which
actions and input led to the error.

Hi Huggins,
Maintenance of the Paging File is owned by your basis team.
They should increase this in order for your transaction to process successfully.
Just for your reference, in case the OS used is windows server 2003, paging file value can be checked through;
Right click in the My Computer>properties.
Then go to Advance tab;
Then there should be a performance section, click the settings
Then Advance tab again. The paging file can be seen from there.
(and can be adjusted from there also)
The value of the paging file in general will be dependent with the available RAM from the hardware.
Hope this helps. Thanks a lot.
- Jeff

Similar Messages

  • Example storing data in the default schema with a Web Dynpro application

    Hi,
    is there any example or tutorial for storing data in the default schema with a Web Dynpro application via SQLJ or Hibernate by using the default DataSource?
    Thanks for Help,
    Dirk

    Hi,
    When you create the TAB-Strip object you should be able to set the default displayed TAB against the properties of the TAB-Strip.
    Gareth.

  • If i associate my apple id with another email will i lose my icloud data or i will still be able to access all my stored data with the new linked to my apple id email address?

    hi there
    if i associate my apple id with another email will i lose my icloud data or i will still be able to access all my stored data with the new linked to my apple id email address?
    i mean i am not signing up for a new account, just changing my old id primary email which is my apple id login into account.
    in other words, www.icloud.com will recognize that it is still me if i login on the site? will i be able to see there all my stored information?
    and if i change my password, does it automatically changes the @icloud.com password which should be the same as my apple id pass?
    thanks

    After opening the email it shoud of had you enter the Apple ID and password. Using certian web browser's can cause errors. You can adjust securty settings (big pain) or you use another browser. Using Firefox or Safari should do the trick.
    Let me know if using Firefox or Safari resolved it.

  • IW52 + Get link data  when stored via 'Store the business document'

    Hi,
    For  Notification change - IW52:
    FM BDS_GOS_CONNECTIONS_GET is used to get the information when attachment are stored via 'Create attachment' .
    CALL FUNCTION 'BDS_GOS_CONNECTIONS_GET'
        EXPORTING
          classname             =  'BUS2080'
          objkey                   =  The notification number
        TABLES
          gos_connections          = w_connections
    EXCEPTIONS
       NO_OBJECTS_FOUND         = 1
       INTERNAL_ERROR           = 2
       INTERNAL_GOS_ERROR       = 3
      OTHERS                   = 4.
    Can any one please let me know FM or Method that should be used to retrieve the link data when attachment are stored via 'Store the business document'.?
    Regards,
    Himanshu

    Hi,
    Try with FM ARCHIVOBJECT_GET_URI or ARCHIV_GET_CONNECTIONS. With this FM you get the business documents attached to an object. You have to fill the object type and the object id.
    Regards,
    Edited by: Jose Vaquero Polonio on Jan 5, 2011 10:42 AM

  • Storing Data in the PCD

    Friends,
    I followed the SAP documentation example to store data on a subcontext.
    My code is something like this:
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(Context.SECURITY_PRINCIPAL, request.getUser());
    env.put(Constants.REQUESTED_ASPECT, IPcdAttribute.PERSISTENCY_ASPECT);
    InitialContext   iCtx = null;
    try {
        iCtx = new InitialContext(env);
        // Get the top-level context
        IPcdContext myPcdContext = (IPcdContext) iCtx.lookup("");
        // Create an attribute and set its value to {"Value1","Value2"}
        Attribute myAttr = new BasicAttribute("myAttribute","Value1");
        myAttr.add("Value2");
        Attributes myAttrs = new BasicAttributes();
        myAttrs.put(myAttr);
        // Create a subcontext with the predefined attributes
        myPcdContext.createSubcontext("myContext",myAttrs);
    } catch (NamingException e) {}
    My doubt is now how can I access the data I stored ?
    Is it possible ? Can anyone help me ?
    regards,
    Ramatís Oliveira dos Santos
    Edited by: Ramatís on Jun 3, 2011 10:00 PM

    Good for you!  And your solution was?  Did the code above solve your issue, or was it something else?
    SDN doesn't work unless you share what you've learned with others....

  • Storing data in the fields during the transition back and forth

    How to make the transition within the tab back and forth, the page is not updated, and the data saved in the fields? Caching enabled, but its not work, or after Opera I think that the cache should work differently. There's all the data stored in the transition. Its not auto fill when typing in the field, or by using the wand passwords. Data in the field is only stored until update the page. In fact, you can only go back on any number of levels of your history, and then return to the past and the data fields will be the same. So in the 12x version of Opera
    I hope clearly explained

    ''yozuul [[#question-1051752|said]]''
    <blockquote>
    I hope clearly explained
    </blockquote>
    Not really. Are you trying to say you are typing on a web page, but what
    you typed does not show up on the page?
    What is the site and public web address?
    Security Issue: Update your Flash Player '''Version 17.0.0.134<br>https://www.adobe.com/products/flashplayer/distribution3.html'''
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies<br> '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Problem in storing date in the access table

    But I am not able to insert this date in the table of
    Msacess database using the sql statement insert into.
    When sysdate is inserted I get the error message
    "Data type mismatch".
    Statement st1 = con.createStatement();
    st1.executeUpdate("insert into order1 values ('"+sysdate+"')");
    I declared the field of ms access table as Date/Time.
    What I should do to store sysdate in the table.
    Please help me.
    My thanks in advance.

    Use This Query it will work bu using #
    Statement st1 = con.createStatement();
    st1.executeUpdate("insert into order1 values (#'"+sysdate+"#')");

  • How to persist data in the object n memory after fetching it once from database and use it with linq

    Hi,
    I have some data from the database around 8 to 10 records .
    These records are interrelated and I need to show cascade drop down.
    I want to get the records from the database using c#.
    And then based on certain events on the page want to use linq over the same data without having to get the data from the data base again.
    i.e 
    ProductName
    Product Plan
    Product type
    Monthly
    Annually
    pordA
    Gold
    Individual
    1
    5
    pordA
    Gold
    Spouse
    2
    6
    pordA
    Silver
    Individual
    3
    7
    pordA
    Silver
    Spouse
    4
    8
    Prod B
    Platinum
    Individual
    5
    9
    Prod B
    Platinum
    Spouse
    6
    10
    Prod B
    Gold
    Individual
    1
    5
    Prod B
    Gold
    Spouse
    2
    6
    pordA
    Silver
    Individual
    3
    7
    pordA
    Silver
    Spouse
    4
    8
    pordA
    Platinum
    Individual
    5
    9
    Now on page load I want product name in drop down.
    Based on the productName selected i want to show Product Plan in another drop down and based on prduct plan want to show prduct type in drop down and then the annual and monthly in drop down.
    I want to get all the records of  prod A and then using  linq to object  load the drop downs instead of running query to database.
    How can I keep the records available across the function calls.
    Regards
    Vinod

    This is mostly a ASP.NET question. You get better answers if you post it in ASP.NET forum.
    This is my answer:
    Session is not a suitable choice, since each user will have a duplicate of the data. Cache is a better option.
    You can put something in Cache option and retrieve it from Cache similar to using Session. This is the manual method of caching and management of the cache content is on yourself.
    public List<Product> GetAll()
    List<Product> products = null;
    if (Cache["Products"] == null)
    DataSet data = RetrieveProducts();
    products = ConvertProductsDataSetToObject(data);
    Cache.Insert("Products", products, null, DateTime.Now.AddMinutes(30), TimeSpan.Zero);
    else
    products = (List<Product>)Cache["Products"];
    return products;
    When putting something in the cache, you should set its expire time. But one thing that is more important over this is to clear the cache when your data is changed in the data store (e.g. database).
    public void UpdateProduct()
    // update product in the database
    // clear the cahce, so that the next request for Products, receives a fresh copy of the data
    Cache["TestItem"] = null;
    Other than using cache manually, there are also some helper funcationalities that manage cache automatically for you, based on the technology you use (ASP.NET Web Forms or ASP.NET MVC). For example in ASP.NET Web Forms you can ask ASP.NET Web Forms engine
    to cache the output of a User Control automatocally by adding OutputCache directive to the user control. In ASP.NET MVC you can you [OutputCache] attribute and apply it to actions.
    [OutputCache(Duration = 86400, Location = OutputCacheLocation.All)]
    public ActionResult Index()
    var model = ProductBL.GetAll();
    return View(model);
    Also, there is a concept named cache dependency, by which you can specify a dependency for the item being cached. When the condition is met, the cache automatically invalidates and clears.
    There are three kinds of cache dependency:
    Item dependency: make cached data dependent on another cached data
    File dependency: make cached data dependent on a file
    Sql dependency: make cached data dependent on the result of a SQL query

  • Test data for the ABAP Function

    Hello Experts,
    Can you please provide me the valid test data for the function modules?
        /SCA/BIF_WORKINPROCESS_BO
                           and
        /SCA/BIF_WORKORDINF_MS
    Thanks and Regards,
    Kuldeep Verma

    Hi ,
    If u want to use the same data to test your function module then we can use this button. To use this button simply press F8 --> give the test data --> And then save this test in the test directory using the SAVE button.
    --> Next time when retest it then their is no need to give all the other information just press Test Data directory..
    Hope you understand.
    Kuldeep

  • Number Overflow when it is within the range (Long)

    Hi,
    I am using Oracle JDBC Drivers to write a CMP (Container Managed Persistance) beans which has a CMP Field of long value in
    the table it is Number(14) which is well under the limits of long datatype, the value is also currentmillis which is millis
    from 1-1-1970, the value is also 1046836194640L which is withing long datatypes limits but gives the overflow exception,
    please help me with the same. try to use the oracle.sql.NUMBER.toLong which expects a byte[] on the value it gives an error.
    simple way to test this is get the above value from dual table get the rs.getBytes and take the byte[] and pass it to the
    oracle.sql.NUMBER.toLong it will give the error. and one more strange observation i found is when this number is stored in the table and you try to just perform a select in SQL Query Manager or SQLPlus in windows 2000 you will receive an windows Excepton telling that program tried to refer to memeory outside and you have to quit the client app.
    Database is oracle 8i on windows 2000 advanced Server
    Expired Commands Not Found javax.ejb.FinderException: Exception in 'findExpiredCommandsOfThisMaster' while using result set:
    'weblogic.jdbc.rmi.SerialResultSet@7d78ce'
    java.sql.SQLException: Overflow Exception
    java.sql.SQLException: Overflow Exception
    at oracle.sql.NUMBER.toLong(NUMBER.java:371)
    at oracle.jdbc.dbaccess.DBConversion.NumberBytesToLong(DBConversion.java:2915)
    at oracle.jdbc.driver.OracleStatement.getLongValue(OracleStatement.java:4373)
    at oracle.jdbc.driver.OracleResultSetImpl.getLong(OracleResultSetImpl.java:529)
    at weblogic.jdbc.pool.ResultSet.getLong(ResultSet.java:107)
    at weblogic.jdbc.rmi.internal.ResultSetImpl.getLong(ResultSetImpl.java:216)
    at weblogic.jdbc.rmi.internal.ResultSetStraightReader.getLong(ResultSetStraightReader.java:62)
    at weblogic.jdbc.rmi.SerialResultSet.getLong(SerialResultSet.java:204)
    at
    net.devicesWorld.deviceServer.server.device.command.InstructionalUnit_7krj5v__WebLogic_CMP_RDBMS.ejbFindExpiredCommandsOfThis
    Master(Instruc
    tionalUnit_7krj5v__WebLogic_CMP_RDBMS.java:1877)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.collectionFinder(RDBMSPersistenceManager.java:278)
    at weblogic.ejb20.manager.BaseEntityManager.collectionFinder(BaseEntityManager.java:670)
    at weblogic.ejb20.manager.BaseEntityManager.collectionFinder(BaseEntityManager.java:643)
    at weblogic.ejb20.internal.EntityEJBHome.finder(EntityEJBHome.java:448)
    at
    net.devicesWorld.deviceServer.server.device.command.InstructionalUnit_7krj5v_HomeImpl.findExpiredCommandsOfThisMaster(Instruc
    tionalUnit_7kr
    j5v_HomeImpl.java:267)
    at
    net.devicesWorld.deviceServer.server.device.command.CommandsToSendBean.getCommandToSend(CommandsToSendBean.java:97)
    at
    net.devicesWorld.deviceServer.server.device.command.CommandsToSendBean_uqhqrf_EOImpl.getCommandToSend(CommandsToSendBean_uqhq
    rf_EOImpl.java
    :413)
    at net.devicesWorld.deviceServer.server.device.command.PollOnline.process(PollOnline.java:110)
    at net.devicesWorld.deviceServer.server.device.command.CmdMessageBean.onMessage(CmdMessageBean.java:267)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:268)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Regards
    LJS Narayana

    Hi Abrami,
    Thank you for your reply. It is like this i am storing System.currentMillies() which gives Millis in long data type into a table having a number column with (14). Now i wrote a CMP bean which uses this table, for almost a year and half it is in production with no problem but from few days back when we try to use a finder method to query data SQL returns Exception telling that Number Overflow, a sample number for getting this overflow is 1046836194640L which represents 'Wed Mar 05 11:49:54 SGT 2003' this date. I found that the CMP which got generated is using oracle.sql.NUMBER.toLong(byte[] inputNumber) and thus giving the error. I try to use your suggested way, if we can directly work on the long it would be more convenient.
    Regards
    LJS Narayana

  • Tableview getting refreshed when changing data in the rows

    Hi Gurus,
    Iu2019m doing a BSP with MVC. The requirement is as below.
    In the main page there is a button u2018Create Orderu2019, to create a sales order, once I click this button, another screen (pop up) comes up and within that I have a Tableview display with the below fields with the data of 20 records.
    Material no
    Quantity
    Delivery Date
    Here user is allowed to choose the quantity and delivery date by selecting each row.(with MULTISELECT option in BSP)
    The issue is after I select first row and change the quantity and date, and if I click on second row, the Tableview gets refreshed to enable the second row to be editable and the changes what I did on the first row are also refreshed.
    So i want the Tableview not to be refreshed when selecting the multiple rows. So that I can keep the changes I make to the quantity and date fields Can you please suggest any method.
    Cheers,
    Srini.

    Hi Srinivas,
    You need to capture the value entered by user in Quantity and date field and update the internal table with these values for the current selected row.
    For ex.
    The tableView code is like:
                          <htmlb:tableView id                  = "material"
                                     headerText          = "<%= otr(Z_SUS/HEADER_TEXT_MATERIALS) %>"
                                     headerVisible       = "true"
                                     design              = "alternating"
                                     onRowSelection      = "MyEventRowSelection"
                                     selectionMode       = "MULTILINEEDIT"
                                     width               = "880"
                                     filter              = "SERVER"
                                     emptyTableText      = "<%= otr(Z_SUS/EMPTYTABLE_MATERIALS) %>"
                                     iterator            = "<%= iterator %>"
                                     table               = "<%= gt_materials %>" />
    In eventhandler OnInputProcessing :
    DATA: lt_fields type tihttpnvp ,
               ls_fields like line of lt_fields.
    call method request->get_form_fields
                changing
                  fields = lt_fields
    Now the internal table lt_fields contains all the editable cell values , just update the internal table of your tableview with these values.
    You can try these threads
    [Thread-I.|Re: Retrieve changes made in tableView]
    [Thread-II|https://forums.sdn.sap.com/click.jspa?searchID=24460585&messageID=5516977]
    Search the forum for more information on this.
    Regards,
    Anubhav

  • Can I sync my calenders and contacts on multiple computers without storing data in the cloud?

    I have multiple Macbooks and IOS devices. Can I sync Contacts and calenders over all machines without using the Cloud. Perhaps over my own wiFi network? Anyone have any answers?

    You need to first back up your iPhone with iCloud and/or iTunes. When you Set Up as New iPhone, it will be erased of all the data, and be like a New iPhone. Then you can Restore your previously saved data from iCloud or from iTunes on your computer. But back up first.

  • Storing data in the cloud

    Is there a good reliable website for storing a large number of photographs in the cloud but with a database search facility?

    Since you are running Lion, I've requested a moderator move your thread to the Lion forum.    That way people with compatible browsers can tell you which ones they feel work best depending on your needs.
    iPhoto has its own search facility that can be tagged by flags, names, or dates, or album name, or date imported. You can store its data online with Facebook, MobileMe, or Flickr, though Facebook usually limits the size of what may be uploaded, and you are best managing your originals on iPhoto itself.    I'm not sure about MobileMe or Flickr, how well they can sort data, or handle larger originals.   For that, you can probably ask in the MobileMe or iCloud forums, or a Flickr support website as needed.

  • Interactive scripting: storing data in the system

    Hello Gurus,
    Do you know how script data (results) are stored in CRM? I mean all data which is extracted to BW and used for evaluation?
    Thanks for your help!
    BR
    Piotr

    dear friend,
    as far as i know this data stored in tables.
    regards,

  • Storing data in the table containing autonumber field

    I am using following query:
    PreparedStatement statement2 = con.prepareStatement("Insert into register values ( ? , ? , ?,10 , ?)");
         statement2.setString(1, username);
         statement2.setString(2, userid);
         statement2.setString(3, Date);
         statement2.setString(4,email);
         statement2.executeUpdate();
    Its working fine but next time I have to use some other value instead of 10 b/c this field is a primary key & its a autonumber. I want that table should take care of it on its own otherwise i wont be able to take benefit from this autonumber field. If I dont write anything then i get incompatibility error.
    Can somebody plz. help me in this regard?
    Zulfi.

    sorry
    just ignore the autonumber field
    PreparedStatement statement2 = con.prepareStatement("Insert into register (\"username\",\"userid\",\"Date\",\"email\") values ( ? , ? , ? , ?)");
    PreparedStatement statement2 = con.prepareStatement("Insert into register values ( ? , ? , ?,10 , ?)");
    statement2.setString(1, username);
    statement2.setString(2, userid);
    statement2.setString(3, Date);
    statement2.setString(4,email);
    statement2.executeUpdate();

Maybe you are looking for

  • CO Profitability report day wise

    Hi Gurus, My client wants to see the Profitability report at company code level day wise, Sale order and Product, is it possible. If its possible, then how the data will flow day wise and what are the pre-requisits to get this done. Does SAP has any

  • LR hangs when after editing .tif image try to edit .NEF file

    LR CC Trial hang ups after: Open LR CC Edit .tif file created by PS CC trial Go back to the grid of thumbnails Edit (try) a .NEF I am working with a catalog ex LR 5.4 This is the four time in a row that happens this. Both photos are "normal" files (n

  • Can I use the thunderbolt output to a component video input to my home theater

    I am trying to get video from the thunderbolt connection to my home theater using component inputs--can it be done

  • Import dump fail

    hi, we are using oracle 11.2.0.3.0 on solaris 10 sparc 64 bit, facing below error while importing user using imp command. My database version and characterset same on both database, using AL32UTF8. Export file created by EXPORT:V11.02.00 via conventi

  • Converting VOC files to Mp3 or WMV format?

    I need an app for converting VOC audio files to a format my media player (VLC) will play, e.g., WVM or Mp3.