Getting error as Memory full

hi
I am frequentky getting error as Memory full delete some datas ecen i have "sufficient memory", so i not Receive sms, once i swith off and then on i am able to receive. give me a suggesition what to i do.Please help me ASAP

First use an [OPEN CURSOR|http://help.sap.com/abapdocu/en/ABAPOPEN_CURSOR.htm] like
      OPEN CURSOR WITH HOLD s_cursor FOR
      SELECT aufnr ingpr addat
        FROM afih
        WHERE addat in s-addat.
Then in a DO/ENDDO loop [FETCH|http://help.sap.com/abapdocu/en/ABAPFETCH.htm] the data
    FETCH NEXT CURSOR s_cursor
               INTO TABLE t_afih
               PACKAGE SIZE s_s_if-maxsize.
    IF sy-subrc NE 0.
      CLOSE CURSOR s_cursor.
      EXIT.
    ENDIF.
Don't hesitate to click on the links provided.
Regards,
Raymond

Similar Messages

  • Error 2- memory full & error 10846 - buffer overwrite

    I am running a multi threaded application on Labview 6.1 on Win2000 that involves continuous buffered data acquisition on a PCI-6130E and serial communication. I am sampling 15 channels at 600Hz. I currently have a buffer size of 1000 and am reading 60 points at a time. The serial communication involves sending commands to a pump from a queue. The queue is maintained at about 500 commands and does not increase over time.
    I am plagued with two errors: the first is buffer overwrite error 10846. This occurs only when running the serial communication thread and DAQ thread simultaneously. I have tried reducing sampling rate, increasing buffer size, and increasing the number of points read at a time. The only effec
    t seems to be to postpone the crash for about an hour.
    The other error is error 2 - memory full. Labview seems to use gradually more and more memory over time and crashes after a few hours at about 110,000K.
    I am not sure if these two problems are related in some way, as I have only gotten error 2 after receiving and ignoring error 10846. Sometimes the program runs for about an hour and then Labview exits by itself. I'm wondering if this memory error could be a result of my chart histories being too large or from some kind of accumulation due to using a queue.
    If anyone has any suggestions on how to fix any of these errors, or on how to diagnose their cause, I would appreciate your help.

    I suggest you concentrate on the memory leak.
    There are many things that could cause this, some obivous others are very subtle.
    Do the following and let us know what you find.
    1) Reboot
    2) Brinf up the task manager and check the performance before you start. Note memory usage and compare with the actual physical memory.
    3) Run your app. Watch the memory usage.
    Let us know what you find, and feel free to post your code.
    I will not go into all of the things that can cause memory leaks because there have been many posting on this site on how to handle leaks, and I would only be scratching the surface.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • When saving Quicktime.mov from final cut it says error or memory full. I have 16tb of memory between 4 drives any insight?

    when saving Quicktime.mov from final cut it says error or memory full. I have 16tb of memory between 4 drives any insight?

    I've shutdown, restarted and opened project and saved again. but it still reads the same...

  • Hp laserjet 3015 error message memory full

    Would really appreciate a little help with my HP Laser-jet 3015. Have owned the all in one since it was new and have really never had a problem with it until now.
    After inputing the phone number to send a fax, when I hit the fax/send key I am given an error "memory is low" indication. 
    My question is, do I have a problem with the units memory that requires service or replacement or is there a simple process of deleting what may be stored in memory?
    I have never had this error message before.
    Thanks,
    ducatidave

    Hi,
    Hopefully this post has the answer to your issue.
    http://h30499.www3.hp.com/t5/Printers-LaserJet-HP-Experts/LaserJet-3015-does-not-Fax-memory-full/td-...
    Thanks,
    Shawn
    I am an HP employee

  • Getting Error while importing FULL SLD in PRD Server

    Hi Experts,
    I am trying to import FULL SLD into Production server from QA server. I have exported full SLD from QA server and then try to import the same in the Production. But, while importing it gives me a warning <b>"The selected ALL 1.0 full import belongs to the export line ALL which is not compatible with the export line(s) SAP_CR of previous imports. The data of the selected import may possibly interfere with the previously imported data."</b>
    And it shows two options: CANCEL IMPORT,  IMPORT ANYWAY
    **All the servers are on Xi 7.0 sp08
    Kindly Help...

    Hi Ajay,
    These errors as mentioned are because of different CR versions and as mentioned in the blog:
    <i>1) the source system is not defined in the SLD 2) the target system is not defined in the SLD 3) the association already exist 4) the source system and the target system are in the system business system group</i>
    Regards
    Vijaya

  • "Phone memory full" when running PC suite's SMS up...

    Windows XP SP2
    Nokia PC Suite 6.81.13.0
    Nokia 6230i connected to PC via Bluetooth
    When I click on the Nokia PC Suite's "Messages" icon, it correctly opens Nokia Phone Browser, and if I click to create a new SMS it launches the update of the messages between phone and PC. Soon I get "Error, phone memory full, try to free some space on the telephone and try again".
    Then the SMS editor opens and works, but the phone is anyway not synchronised with the PC (I erase some SMS on the phone and keep seeing them on the PC).
    Phone memory is almost 90% free.
    This has begun right after updating to this last PC Suite version.
    thanks!
    k

    So .. with other words .. you are telling me not only PC Suite is **bleep**py software but the phone is a piece of junk also and doesn't delete SMS messages properly ?
    Sorry, but this is NO solution for the cause of the problem and doesn't guarantee that it won't happen again. I need a fix so it never happens again. There's no time for "try and error", that's something Nokia should do in their labs instead to deliver low quality software and devices.
    Oh well, if there won't be a working solution fixing the cause for this issue soon, I'll decide for my company to give back all phones (50+) and switch the vendor for good. We're still under guarantee so it's easy to make Nokia liable for this failing device.

  • 5310 Xpressmusic [memory full error]

    I am facing strange problem with my nokia 5310. I have an 1GB micro SD card inserted into it. Everything is working fine right from the battery life to smsing and internet surfing. I have free memory on my card upto 400MB and have multimedia data like images,themes,songs. I can view images,can change the theme,etc. However whenever i try to access the music player it gives an strange ERROR as "Memory Full" and it shuts down.. The only problem am facing is with the music player application..I tried changing the memory card but same problem arises. However my memory card works perfect on other phones..!!
    Nokia X6 8GB - Nokia NGage QD - Nokia 6681

    cache has been cleared but still no solution. Gives ERROR for any other memory card also. Will Hard Formatting [*#7370#] work?? Or is there any need for Flashing the phone..??
    Nokia X6 8GB - Nokia NGage QD - Nokia 6681

  • LabVIEW Memory full while fetching data from database

    Hi,
    In my program I need to sync some data from client PC as per the selected time frame.
    But while fecthing the data from the clinet database, my application is hanging and when I run it with code I get the 'LabVIEW memory full' error message.
    Kindly suggest to overcome this problem.

    Fetching the entire database is probably not a good idea.  You should narrow down how much you read at a time.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • N78 Sim Card Memory Full (but it isn't).

    Hi, my first post here as I've been trying to find answers to an issue I'm having at the moment, so hope you can be of help.
    I need to reformat my N78, so need to backup my contacts into the SIM card. When I try to mark all and copy to SIM memory but got the error message "Memory full: SIM memory" even though the card was already empty. I then went into SIM Numbers and tried to manually add each contact into the SIM memory, but could only get as far to 20 contacts out of over 120+ and be told the memory's full!
    Can anyone please help solve this frustrating problem?
    Nick 

    1. *#7780# - Restore factory settings - resets all the settings to the default ( you will not lose any data)
    Make sure you back up your data as you will lose all of it when you perform option 2 or 3 on this list.
    2. *#7370# - Reformat your phone
    3. This you perform as a last resort. Nothing else is working.If the phone is dead proceed with reflash if not, turn off your phone, hold the following buttons while pressing the power button. (the default code is 12345)
    re-flash - hold the following buttons *, 3 (number button) and talk/green key. turn on the phone and do not release those buttons until you see the Nokia boot up screen. once you feel the phone power up you can let go off the power button while still holding all three buttons
    If these codes are not working the only thing for you to do is contact your Nokia Care Center/Service.
    try the second code, if you want to go that route. download nokia pc suite so you can do a back up of your stuff and you can restore it once you do a reformat. how old is your sim card? sometimes its just a matter of getting an newer card that solves many issues. yes it might be something to do with your sim card being corrupt. perhaps you already have those contacts on the sim card and if you try to add even more it tells you that the memory is full. did you try saving your contacts to memory card?
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • N81 8gb Cellphone memory full

    Hi
    I bought N81 8GB cellphone and today the message "Cellphone memory full...".
    Well, I deleted all my messages because occupied 3 mb. After that I saw the cellphone memory and the same 3mb appear...
    I really don't understand. Anyone could help me?
    Message Edited by porreiraxo on 11-Jul-2008 03:51 PM

    dadon_786 wrote:
    Hi everyone,
    I have had my Nokia N81 8GB for over three months know and for the last three weeks I haven't been able to send text messages.
    I get the follwoing error when I check the details on the error : - "Unable to send message: number of person sending to". If I click on detail I get the following error "General: Memory Full. Close some applications and try again."
    What's really stupid is that I have 6 and a half gb free memory and also there is only one application running which is the music player (it cant be turned off of closed from the application list).
    I sent it back to nokia and they flashed the phone to it's original settings. I restored the phone to it's original state and I still get the error message.
    I have checked the message centre number with 02 and also I have got the latest software from Nokia rthrough the software updater.
    ANY ONE HAVE ANY IDEA WHY THIS IS HAPPENING? I NEED HELP AS I HAVE UNLIMITED TEXT AND I CAN'T USE THEM!!
    I have an o2 N81 8GB and am equally concerned about memory. I'm just trying to see how full it gets before I get to this situation.
    memory in use: 16mb
    9334 free memory
    with messages at 533kb - I've got about 660 messages at the moment.
    I've installed fring and opera to the memory card.
    Was this one of the N81s that came with FIFA 2008? Scrubbing using *#7370# and then not installing the sis file will clear about 4gb by my reckoning.
    If you've downloaded Nokia Maps 2, the sis file sits on the phone memory - i've not found how to remove it yet.
    Don't forget to clear the cache after web browsing
    3210 - 8310 - 3230 - 6230 - 6280 - e65 - n95 - n81 8gb - e71 - X6

  • Acer Iconia One 7 internal memory full and cannot move apps to external sd card

    Hi, I have the Iconia One 7 (model B1-730) running kitkat (4.4.2) which has very few apps installed (it is only a month old) and I am already getting an internal memory full error.  I have a 64 GB external SD Card but I can't figure out how to move any of the apps to the external card.  On my wifes phone (Galaxy S3) you just go into the app in the settings and there is a button you can push to move it to the external memory but I am not seeing any such button here. Please help, Thanks,

    you can move only non system application (default installed applications), you will find the same button to move to SD but notice that on kitkat google changed policy on SD data management and this limited a lot the "move to SD" option. samsung by-passed that going against Google rules, Acer didn't.

  • What does the application memory full box mean

    I keep getting the Application Memory Full message. How do I resolve the problem permanently other than temporarily by closing applications?

    Hey there FJRodgers!
    I have a couple of articles that should be able to help you address this issue. First, take a look at this article which describes the issue:
    Mac OS: Troubleshooting Out of Memory Errors
    http://support.apple.com/kb/TA25701
    You can also use the following article to learn more about the activity monitor, which will help you track your application memory usage:
    Using Activity Monitor to read System Memory and determine how much RAM is being used (OS X Mountain Lion and earlier)
    http://support.apple.com/kb/ht1342
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • LG Ally text message memory full

    I have had this phone for a little over a month now and I get the message "text memory full" all the time. I have 2 conversations open all the time and I clear them once a week. Other than that I don't have tons of messages. I looked online and it said to clear my cache. Well when I tried to do that it helped some but I deleted all my  live backgrounds that came on the phone and that I use, and now I can't figure out how to get them back. I really like the phone but I'm tired of having to clear all of this stuff every so often. I have never had that with any phone and I don't get a warning to clear stuff before it happens. Does anyone have any suggestions????

    I have given some steps below that may be helpful when getting the “text memory full” message.
    Check your messaging options:
    -Click the icon button (the one with the 32 little boxes’)
    -Click on the messages icon
    -Click your menu button (the hard key with the 4 vertical lines)
    -Select settings
    -Delete old messages (I would recommend checking this option, as it ensure the limit is not reached)
    -Test message limit (change to desired number, the bigger the number, the better)
    I would also recommend occasionally (as needed) deleting some of the threads as well.
    -Click the icon button (the one with the 32 little boxes’)
    -Click the messages icon
    -Click menu button (the hard key with the 4 vertical lines)
    -Select Delete Threads
    I would also recommend checking the devices memory (I have listed those instructions below
    -Click the icon button (the one with the 32 little boxes’)
    -Click on the settings icon
    -Click SD card & Phone Storage
    -Available space should give you a number in MB’s (megabytes)
    Lastly, I would recommend stopping any applications that don’t need to be running. For instructions click HERE.
    Hope this helps!

  • Nokia E72: Memory full. Delete or move some data f...

    HI All,
    I've recently purchased a Nokia E72 phone for business use and after about three days of trouble-free operation it has suddenly run out of space on the phone system drive C:. This is very surprising as I am not aware of installing any apps or generating any content on C: since the last time I verified the available space exceeding 120 MB.
    I keep on getting a message "Memory full. Delete or move some data from C: Phone memory.", am unable to enter the menu and the phone keeps on rebooting.
    I've read a couple of posts from others experiencing this problem on various places on the Internet but no signs of a solution. Does anybody else have the same problem and/or knows the solution?
    I would really appreciate any advice you could give me!
    Thanks,
    Jan

    This is just my experience of "older" phones and memory issues; 
    If Opera (mini) is installed, uninstall it.
    Restart the phone...reinstall this "critical" application on C.
    Nokia 808 again (delight Belle), Nokia E7 and X7 ( again, all on Delight Belle...after some time on Nokia Lumia 925 (retired), 1020 (not that great)and Lumia 820 (Replaced my router at home, great for internet sharing).., N9 The best device ever (use it as much as Lumia 1020), Nokia 700 (Sport Phone/My Love :-) ) Nokia 701, Nokia E6 (Should have a follow-up from Nokia among with larger screen, NFC, Autofocus), Lumia 800 (Retired After 6 weeks), -Sports Tracker-Nokia Internet Radio-Handy Safe-Skype-Bambuser-Screenshot app pro-fMobi-ComingNext-Manual TaskSwitcher-jagiTimer-Easy StopWatch-Boldbeast-Equalizer-Financial Calculator-WiMP Music-YTasks-Davi-Thumbnail Folders-BizCalendar-Tiny7-Situations-nn reeder-Sport Timer-CameraLover-CameraPro-GrabRadio-LiveScore-Poddi-Gravity-SkyFilesPro

  • Calendar memory full

    Hi there,
    I've got an N96 and every time I try and open the calendar it says "Memory full. Close some applications and try again". I'm not sure how many calendar entries I've got but it's obviously quite a lot.
    Some of these entries are pretty important so I'm getting quite worried about not being able to retrieve them. Any suggestions? Would synching it with Outlook work?
    Thanks a ot.

    Thanks a lot. I ordered a USB cable yesterday so I'm hoping that will work. I don't think it's a case of having too many applications open because even just after I've turned the phone on and tried to access that calendar, I still get the same message. The rest of the time I just get message saying 'Memory full. Delete orf move some date from C: Phone Memory'. Does anyone know if deleting other things (messages, notes etc.) would solve the problem?
    Has anyone else had similar problems?
    Any help would be much appreciated!

Maybe you are looking for

  • Windows 7 install my ipod?

    Windows 7 won't install mtp device driver when I plug ipod into usb port

  • 2 Iphone with same itune account

    I have 2 iphone with a same apple account id.And the phone is for me and for my wife. Now we have problem of confusing of app because some app that I downloaded were different with my wife. Sometime she wanted to download those app that I already hav

  • Handling of pending reboot, exclusive updates for patch management with SCCM 2012

    Hello, Planning to use SCCM 2012, I would like to understand how smart is SCCM 2012 when dealing with specific patch management situation. Assuming I have the following: - A given server to be patched is missing a lot of updates, several being mutual

  • Scanning with PSE 9

    Using a Windows XP with PSE 9, I select File > Import, but PSE does not display my scanner (Epson V600). This is what I have done: 1. Uninstalled the old Canon scanner, than reenstalled the Epson Scanner and turned it on. 2. Made sure the scanner dri

  • How to Add Missing Fonts

    Hello! I read through a bunch of other posts but haven't been able to fix my problem. I use Pages to design a project that I turn in each Friday. Today I opened last week's Pages file to update my project for this week and it says: "The following err