System crash during infoCube compression

Hello Community,
Our system crashed due to failed memory DIMM while two fact table compression jobs were active. 
Because it was a hard crash without an orderly shutdown, any transactions in SAP not yet committed were lost. 
However, the oracle database did a successful recovery when the system was restarted, so no committed transaction were lost.
Is it possible that data was lost, corrupted, or duplicated in those cubes as a result of the interrupted compression jobs ?

Hi Fredrik,
you can either:
a) remove all necessary parameters from the paramfile using the relevant dbmcli commands (param_directdel)
b) perform a parameterfile recovery using dbmcli (param_restore)
You're okay as long as nothing was written on the new volume.
When using a) you need to make sure you delete all necessary parameter entries belonging to the datavolume (size, type etc.).
When you're restoring to an old parameterfile, you need to make sure the parameterfile's only difference is the datavolume extension as the last change, otherwise you'd possibly reset more than you'd like. To check the parameterhistory, you can for example take a look at the <DBSID>.pah file in the /sapdb/data/config directory.
If you're unsure what to do, i.e. if it's a productive system and you're an SAP customer: open an OSS message.
Regards,
Roland

Similar Messages

  • System crash during database extension

    Hello!
    Unfortunatly we experienced a system crash during database extension.  The new datafile (DISKD0013) was only partly (1,4GB of 9GB) created, when the server went down.
    These are the error messages we get when trying to start the database:
    2008-01-22 13:59:26  7246 ERR 11000 page0io_ Illegal file format
    2008-01-22 13:59:26  7246 ERR 11000 page0io_ blocksize wanted: 8192, blocksize found: 0
    2008-01-22 13:59:26  7214 ERR 11000 vattach  dev0_vattach returned FALSE
    2008-01-22 13:59:26  7214 ERR 20027 IOMan    Attach error on data volume 13: Could not open volume
    2008-01-22 13:59:26  7214 ERR     3 Admin    Database state: OFFLINE
    2008-01-22 13:59:26  7214 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2008-01-22 13:59:26  7214 ERR 20017 Admin     +   RestartFilesystem failed with 'I/O error'
    2008-01-22 13:59:28     0 ERR 12009 DBCRASH  Kernel exited due to signal 0(Killed after timeout with state SERVER_KILL)
    2008-01-22 13:59:28                          ___ Stopping GMT 2008-01-22 12:59:28           7.6.01   Build 012-123-145-275
    Is there a manual way to correct this problem by removing the "corrupted" DISKD0013?
    Regards,
    Fredrik

    Hi Fredrik,
    you can either:
    a) remove all necessary parameters from the paramfile using the relevant dbmcli commands (param_directdel)
    b) perform a parameterfile recovery using dbmcli (param_restore)
    You're okay as long as nothing was written on the new volume.
    When using a) you need to make sure you delete all necessary parameter entries belonging to the datavolume (size, type etc.).
    When you're restoring to an old parameterfile, you need to make sure the parameterfile's only difference is the datavolume extension as the last change, otherwise you'd possibly reset more than you'd like. To check the parameterhistory, you can for example take a look at the <DBSID>.pah file in the /sapdb/data/config directory.
    If you're unsure what to do, i.e. if it's a productive system and you're an SAP customer: open an OSS message.
    Regards,
    Roland

  • Unexpected system crash  during ipod sync

    My system crashes often during an itunes sync with my ipod touch. It will just turn off my computer without any warning.
    Has anyone else reported this? I am running windows vista home pro on a gateway 3.2gh dual core processor.  Itunes is the only program that causes me trouble, any help would be appreciated

    After many uninstalls and reinstalls itunes still wouldnt work.
    i finally did a system restore back to when i updated itunes, then updated itunes again to the new version and it seemed to fix my problem.

  • System crash during upgrade

    First off my system seems to now work fine . I'm curious to where I messed up tho so I'll try to briefly tell you about my update this morning.
    It's been 2 month since I last updated I followed the news.
    pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -
    Resulted in grub-common from what I could google that should not matter.
    [2013-07-12 07:04] [PACMAN] Running 'pacman -Syu --ignore filesystem,bash'
    [2013-07-12 07:04] [PACMAN] synchronizing package lists
    [2013-07-12 07:04] [PACMAN] starting full system upgrade
    During the update X (I assume) crashed I still had sound but the system was frozen while flickering between a black and white screen. I had to cool boot.
    On startup I got sent to busy box. I did a chroot into the system.
    chroot /mnt/arch /usr/bin/bash
    Cannot chroot '/bin/bash': No such file or directory
    Not sure if it's related.
    https://mailman.archlinux.org/pipermail … 33049.html
    [2013-07-12 10:18] [PACMAN] Running 'pacman -Syu'
    [2013-07-12 10:18] [PACMAN] synchronizing package lists
    [2013-07-12 10:18] [PACMAN] starting full system upgrade
    [2013-07-12 10:19] [PACMAN] Running 'pacman -S bash'
    [2013-07-12 10:20] [PACMAN] upgraded bash (4.2.045-1 -> 4.2.045-4)
    [2013-07-12 10:20] [PACMAN] Running 'pacman -Su'
    [2013-07-12 10:20] [PACMAN] starting full system upgrade
    [2013-07-12 10:20] [PACMAN] upgraded filesystem (2013.03-2 -> 2013.05-2)
    [2013-07-12 10:20] [PACMAN] Running 'pacman -Syu'
    [2013-07-12 10:20] [PACMAN] synchronizing package lists
    [2013-07-12 10:20] [PACMAN] starting full system upgrade
    I rebuild the kernel then for some reason I decided to reinstalled grub too.
    Now the system boots. As I started out I am wondering why this happened?
    edit; was never able to find a useful clue and it has not repeated itself thanks for trying to help btw.
    Last edited by cell (2013-10-21 17:51:59)

    Are you wondering why X crashed or why X's crashing followed by reboot resulted in being dumped into the busybox shell?
    I have no idea about the first.
    Regarding the second, as I understand it, you rebooted before updating bash or filesystem, correct? So basically, anything looking for commands under /bin, /sbin or /usr/sbin would have drawn a blank because the upgrades you'd completed would have correctly moved everything to /usr/bin leaving those directories empty (except for bash etc.). The final upgrade of filesystem removes those empty directories and replaces them with symbolic links to /usr/bin which ensures that anything looking for stuff in /bin etc. will continue to find it. If you look in /etc/shells, for example, you will see that most shells are still specified as /bin/<shell> just for instance.
    I'm not sure why X crashing prevented you from completing the upgrade. Did you try switching to another tty and just continuing at the command line? (Or restartintg X?)
    Last edited by cfr (2013-07-13 01:23:52)

  • Satellite M15 S405 System Crash during defraging - cannot reboot

    I have a Toshiba Satellite M15 S-405 laptop running Windows XP. In the midst of defraging my hard drive, my system crashed. I tried various means of rebooting, but I keep getting the following message
    '"Windows cannot start because the file is missing or corrupted
    Windows\system32\config\system
    You can attempt to repair this file by starting Windows Setup using the original Setup CD-ROM, Select 'r' at the first screen to start repair""
    The Recovery and Applications CD that came with my laptop will only allow me the option of re-installing Windows while wiping my hard drive of all my files. Needless to say, I do not want to do this. I have tried booting into Safe Mode, but I am unable to get the system to boot at all. It starts to boot and shows me the "Windows XP" logo, but it does not go any further. Can you suggest a workaround for me to boot my system so that I can try to see where the problem is?
    Thank you.

    Colleen, I am suggesting that you first attempt to resurrect your Windows as it is now. The steps are in my previous posts. 
    If you wish to try..
    1. Create a set of floppies which should enable you to access the Recovery Console. It doesn't say that in the articles, but you can access the Recovery Console from the Setup floppies just like from a Windows XP installation CD.
       How to obtain Windows XP Setup disks for a floppy boot installation
       Description of the Windows XP Recovery Console for advanced users
    2. Once in the Recovery Console, follow Microsoft's instructions here.
       How to recover from a corrupted registry that prevents Windows XP from starting
    If the first floppy won't boot, then we can download a bootable CD that can access the Windows files and follow Microsoft's instructions for replacing the registry hives.
    That may sound too technically challenging to you. In that case, we can give up on this installation of Windows altogether and talk about how to rescue your important files.
    -Jerry

  • System Crash During Bios Update

    I have a HP TouchSmart 600-1055 All-in-One. While I was performing a bios update, the system crashed. Now, I can't boot the PC up. It doesn't even show that blue HP boot up screen and keep beeping. It's out of warranty already. What can I do?

    Hi
    I think you were trying to update bios via windows mode.. !
    try removing battery from your motherboard and also reset bios via jumper settings..
    or 
    Disconnect all external devices first.
    1-remove power cord and battery
    2-press power button for 20 seconds
    3-reinstall only power cord for first startup.
    4-power on
    or 
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02693833&cc=us&dlc=en&lc=en&jumpid=reg_r1002_us...
    see if it can help you out..
    **Clicking on the Kudos! white star is a nice way to say thank you on any post that helped you or resolved the problem.**
    **Selecting "Accept as Solution" for a reply that solves your issue helps others who are searching the web for an answer**

  • System Crash During iPhone Sync -- Now Cannot Sync

    My Mac OS X 10.4.11 system crashed while syncing Address Book and iCal with my iPhone. Now, when attempting to sync in iTunes, it says that syncing is disabled and asks if I want to enable it. When I say "yes," it says "Syncing cannot be enabled on this computer."
    I saw a post that said to run iSync to reset the syncing parameters, but iSync doesn't run properly. It takes a long time to launch and once it does, no menu items appear when clicking on its menus.

    If you call Apple tech support, I suspect the first thing they are going to tell you to do is to reinstall iTunes. I would recommend trying that and, if it doesn't fix the problem, calling 1-800-MY-iPHONE

  • System crash during data archiving

    Gurus:
    We have a serious concern that is if our R3 server crash during our data archiving runs:
    1) if crash happens at write phase, can we simply remove  the generated archive , restart the write  job?
         We are NOT sure if  the second run will archive those records that were archived in the failed first run.
    2) if crash happens at delete phase, a simple restart of the same delete job will be enough? (We use "store before delete").
    Because this archiving is too important to us, please help. 
    Thanks a lot!

    Christoph:
    Thank you for your reply.
    This crash has not happened yet.
    We are making a plan about how to cope with this possibility.
    But we do not have experience with any crash during archiving process.
    Therefore we ask  for people's experience about following scenarios:
    1) if crash happens at write phase, can we simply remove the generated archive , restart the write job?
    We are NOT sure if the second run will archive those records that were archived in the failed first run.
    2) if crash happens at delete phase, a simple restart of the same delete job will be enough? (We use "store before delete").
    Would you please help?
    Thank you again.

  • System Crash during ERP 2005 (ECC 6.0) SR2 ABAP+JAVA installation

    Hi all,
    I am fairly new to this fascinating world of SAP BASIS and recently got hit by an issue which I faced during an ERP 2005 SR2 (ECC 6.0) ABAP+JAVA installation.
    My Installation Particulars:
    1. OS: Windows Server 2003 R2 (32-bit)
    2. DB: Oracle 10.2.0.2
    3. RAM: 2 GB
    4. Installation type: LOCAL and CENTRAL SYSTEM INSTALLATION.
    I have tried the installation thrice and each time the IMPORT ABAP step (phase 18) comes, 3 parallel IMPORT JOBS runs and after few of them completes the system restarts or crashes abruptly. So as a matter of fact, the R3LOAD which were running had to stop without getting completed, so whenever I start from old installation, the INSTALLATION MASTER throws error and I had to start a new installation. then again, during this phase the system/server/computer crashes.
    The minimum RAM requirement for this ERP installation is 3 GB, so probably 2 GB is not being able to cope up the pressure of the R3LOAD jobs...well, i am not sure of that!
    During the parameter specification, at the DATABASE EXPORT screen I have specified 3 parallel jobs. Well, the question which I have are as follows:
    1. Will I reduce the number of PARALLEL JOBS to 1 or 2, without going with the default value of 3, in order to avoid these crashes?
    2. Can I still install the SAP with 2 GB RAM?
    Please do help...

    Thanks everyone for your valuable replies.
    Well, as far as the OS is concerned, this version (ERP 2005 SR2), is compatible on 32-bit OS also. I am confirmed because I have done this installation on different machines also, prior to this installation, where my OS was 32 bit, but RAM was 4 GB. That is why, I am presuming this to be a hardware issue.
    By CRASH, I mean during that step the computer shuts down abruptly by itself.
    Well, I am starting the installation again, by specifying only 1 parallel job. Let's see if it works or not! If it doesn't then I will have to increase the RAM surely.
    Anyways, if you have anymore informations to share regarding this issue please feel free. I will soon post the UPDATE on this thread.
    Thanks and Happy New Year to all of you.

  • System crash during screensharing since Maverics. Maybe it's the RAM?

    I have a MBR feb 2013 (with 8GB of RAM). I'm also using an external 24" LG monitor connected through HDMI.
    Ever since upgrading to Maverics (3months ago) every time I do longer (10mins+) screensharing calls on skype (voice + share screen) or a skype voice call + a join.me screenshare my system either:
    suddenly closes all apps and logs me out and I have to sign back in
    completely freezes (I can still hear the other person on the line for 3-4mins and then nothing). During this freeze the system doesn't respond to anything - can't even move cursor, keys don't respond. The only solution is to hold down the power button and rebook.
    I tried a debug session with skype support (allthough this problem happens with join.me and Google Hangouts as well) and after cleaing files, repairing permissions, doing a complete uninstall and checking that all software is up to date, the only conclusion is not enough memory available.
    I've seen in other threads that Mavericks uses RAM memory differently (supposedly more efficiently too). During screensharing when I check the activity monitor the RAM memory is used almost to the maximum. Do you think this could be a reason for the crashes?
    Thanks,
    Bogdan

    Hi
    Here are the steps I followed to 'clean files': https://support.skype.com/en/faq/FA10916/why-does-skype-for-mac-os-x-crash-my-co mputer (bullet points 6 and 7)
    Here's the report from EtreCheck:
    Hardware Information:
              MacBook Pro (Retina, 15-inch, Early 2013)
              MacBook Pro - model: MacBookPro10,1
              1 2.4 GHz Intel Core i7 CPU: 4 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
              NVIDIA GeForce GT 650M - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 4:31:25
    Disk Information:
              APPLE SSD SD256E disk0 : (251 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 250.14 GB (170.97 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
              [System] com.caphyon.almserver.plist 3rd-Party support link
              [System] com.caphyon.awrserver.plist 3rd-Party support link
              [System] com.cisco.anyconnect.vpnagentd.plist 3rd-Party support link
              [System] com.google.keystone.daemon.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [System] com.oracle.java.JavaUpdateHelper.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.cisco.anyconnect.gui.plist 3rd-Party support link
              [System] com.google.keystone.agent.plist 3rd-Party support link
              [System] com.oracle.java.Java-Updater.plist 3rd-Party support link
    User Launch Agents:
    User Login Items:
              iTunesHelper
              Dropbox
              Google Chrome
              RescueTime
              CrossOver CD Helper
              Google Drive
    Internet Plug-ins:
              FlashPlayer-10.6: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Flash Player: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              o1dbrowserplugin: Version: 5.1.4.17398 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.3.6 - SDK 10.6 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              googletalkbrowserplugin: Version: 5.1.4.17398 3rd-Party support link
              Silverlight: Version: 4.1.10329.0 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
              WebEx64: Version: 1.0 - SDK 10.6 3rd-Party support link
              Google Earth Web Plug-in: Version: 7.1 3rd-Party support link
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Java  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.6 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
    Time Machine:
              Mobile backups: OFF
              Auto backup: NO - Auto backup turned off
              Volumes being backed up:
                        Macintosh HD: Disk size: 232.96 GB Disk used: 73.73 GB
              Destinations:
                        Time Machine Backups [Local] (Last used)
                        Total size: 931.19 GB
                        Total number of backups: (null)
                        Size of backup disk: Excellent
                                  Backup size 931.19 GB > (Disk size 232.96 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  11%          WindowServer
                   5%          coreaudiod
                   4%          Google Chrome
                   3%          EtreCheck
                   2%          hidd
    Top Processes by Memory:
              328 MB          mds_stores
              287 MB          Google Chrome
              238 MB          WindowServer
              164 MB          com.apple.IconServicesAgent
              147 MB          xulrunner
    Virtual Memory Information:
              1.46 GB          Free RAM
              4.23 GB          Active RAM
              1.31 GB          Inactive RAM
              1013 MB          Wired RAM
              13.98 GB          Page-ins
              0 B          Page-outs

  • Trouble downloading Snow Leopard sw updates- system crashes during update installs. I'm only trying to get to the AppStore to download

    I've upgraded from Leopard to Snow Leopard... fine.
    Installing the system updates (the AppStore isn't in the Snow Leopard install, just available via a system update)
    The updates appear to have downloaded ok, then the system restarts to install, and .... CRASH. All's I'm trying to do is legally get to Lion.
    I have a 15" Macbook Pro, 2gb ram, dual core Intel, 120gb drive.
    Should I re-install Snow Leopard, or anyone have any good ideas?  I suppose it could even be a hardware problem of some sort, but the system seeems stable unless I try to do the sw updates.
    Please help!
    Thanks all!

    dual core Intel   /    All's I'm trying to do is legally get to Lion.
    Lion requirements:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    From here > Apple - OS X Lion - Technical specifications
    Click your Apple icon top left corner of your screen then from the drop down menu click: About This Mac
    If it doesn't say:  Intel Core 2 Duo  
    Then you can't upgrade the Mac to Lion.

  • Light goes off or System crash During Upload data through BDC Call Transaction ..

    Hi Experts ,
                    How do I know how many records had been updated in database while uploading the  flat file through BDC call transaction  ,the system suddenly  crash or light  goes off ..............
    Thanks and Regards .
    Om prakash 

    Hi Prakash,
    i have already told toy to use bapi to get all the error and success messages, through which you don't need to do all the above stuffs, the first method you have shown is based on algorithm , which might not be correct each time, and the second method is handy.
    You can add these code lines in your BDC which will give you all error and success messages
    DATA : BEGIN OF options.
             INCLUDE STRUCTURE ctu_params.
    DATA : END OF options.
    DATA: i_messtab LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE,
           l_message LIKE bapiret2-message.
    DATA: p_mode TYPE c.
    DATA  BEGIN OF it_error OCCURS 1.
    DATA : text(100)  TYPE c.
    DATA  END   OF it_error.
    DATA  BEGIN OF it_success OCCURS 1.
    DATA:  text(100) TYPE c.
    DATA  END   OF it_success.
    START-OF-SELECTION.
      PERFORM upload_data.
    *   Report for success
       PERFORM  success_text.
    *   Report for Error
       PERFORM  error_text.
    END-OF-SELECTION.
    CALL TRANSACTION 'your transaction code' USING bdcdata
                                 OPTIONS FROM options
                                 MESSAGES INTO i_messtab.
         IF SY-SUBRC NE 0.
           CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL'
             EXPORTING
               id         = sy-msgid
               number     = sy-msgno
               language   = sy-langu
               textformat = 'ASC'
               message_v1 = sy-msgv1
               message_v2 = sy-msgv2
               message_v3 = sy-msgv3
               message_v4 = sy-msgv4
             IMPORTING
               message    = l_message.
           CONCATENATE l_message '-' wa_input-newko wa_input-wrbtr wa_input-budat INTO it_error-text
           SEPARATED BY ' '.
           APPEND it_error.
         ELSE.
           CONCATENATE 'DATA UPLOADED SUCCESSFULLY :' wa_input-newko  wa_input-wrbtr wa_input-budat
           INTO it_success-text SEPARATED BY ' '.
           APPEND it_success.
         ENDIF.
         REFRESH bdcdata.
         CLEAR: wa_input,l_message.
    ENDLOOP.
    ***ENDLOOP.
    endform.
                        " UPLOAD_DATA
    FORM success_text .
       LOOP AT it_success.
         AT FIRST.
           WRITE :/10  'Following records successfully uploaded'.
           ULINE.
         ENDAT.
         WRITE :/10  it_success-text.
       ENDLOOP.
    ENDFORM.
    FORM error_text .
       LOOP AT it_error.
         AT FIRST.
           WRITE :/10  'Following records  are not uploaded'.
           ULINE.
         ENDAT.
         WRITE :/10  it_error-text.
       ENDLOOP.
    ENDFORM.

  • Help needed: system crash during instalation of security update 2008-003

    after beginning instalation of security update 2008-003, at the "optimizing system stage", the computer started heating up (to extreme levels) and became stuck completely - except entering and leaving sleep mode when i shut the lid, there is no response i can get.
    what can be the reason of this and what can i do about this?

    Welcome to the Forums.
    Did you repair disk and permissions, before doing the Security Update?... If not.
    Boot from Install Disc,and select your language. From the Menu Bar Select Utilities>Disk Utility
    After selecting your Mac OS X Repair Disk and reboot.
    Then, from Applications>Utilities>Disk Utility, Repair Disk Permissions.

  • System Crash during Application Termination

    I am having a hard time thinking where I should appropriately put this topic because I believe it is not really centered in the "game development" per se... but since I have experienced this problem with all the games I am currently developing and with all the previous games I have developed, I decided to put these topic in this category...
    anyway, my problem is whenever I terminate my program, which uses a lot of .GIF or .JPG images (imported via the getToolkit().getImage method) my computer hangs!
    this problem happens only in my new desktop computer. when I run my applications in my laptop everything goes smoothly even after i terminate the applications.
    my suspicion is that my computer is configured differently. and honestly i dont know the exact configurations of my desktop since I was not present at the time when the installations were made..
    here is the rough config/settings/hardware components of my machine:
    -running on windows xp professional
    -j2sdk1.4.2
    -ati radeon 7200 on graphics
    -pentium 4 2.3 GHz
    -my harddisk is partitioned into two and it seems that the windows system files reside in the secondary partition
    does anyone know about this issue with regards to the J2SDK?
    is there an issue regarding J2SDK not being compatible with my above settings (in at least one case)?
    thanks everyone and have a nice day...

    are you also using fullscreen or bufferstrategy? and
    are you terminating your app with System.exit().
    System.exit() often doesn't properly clean up either
    of the above 2 features. (it seems to be dependant on
    your gfx drivers)yeah, i forgot to mention that i terminate my applications using System.exit(), and i use a fullscreen, borderless window...
    thanks for the info. =) i had a suspicion of the system not having proper cleanup but i didn't have any solid proof.. i always thought System.exit() deals with such operations properly...
    is there a better solution to this?
    again, thanks a lot!

  • System crashing during Twitter?

    Belated Merry Christmas
    Can anyone help please?
    When I am in the latest version of Twitter in either Safari or Firefox, when I am in the direct message pane, the whole Pane follows the cursor & then my whole screen becomes covered in line of a green pink hue then either completely freezes or shut right down.
    I have tried emptying the cache & and running repair disk permissions.
    It only seems to be on Twitter that this happens.
    I am currently operating on Tiger/Mac OS X 10.4.11
    (I am hoping to purchase a new iMac early next year but I do need to survive with this one a little longer)
    Cheers
    Peter

    It now sounds like Twitter isn't really the issue if you cannot even start the computer.  From your description it is sounding more like a video card issue.  How far into the boot process can you get?  Try starting with the shift key held down (Sfe Mode - disables some video components) and see if it gets any farther.
    http://discussions.apple.com/message.jspa?messageID=10325337 - G5 iMac video issues
    iMac G5 - Small lines/dots over parts of screen - http://discussions.apple.com/thread.jspa?threadID=1874655

Maybe you are looking for

  • Data transfer from SQLDB to SAP R/3 without JDBC adapter

    Hi Experts, Please suggest the possible methods of transferring data from SQLDB to SAP R/3 without using a JDBC adapter at sender side. Regards, Kalyan

  • Daisy Chain USB To FireWire?

    Hi all. I'm not really sure where to post this, so any suggestions about a better place would be great. Anyway, here's my question. I do a lot of work with photos, and they take up a lot of hard drive space, so what I'm planning to do is this: I'll b

  • ITunes Running Slowly after 10.6 update

    i just fixed my external hard drive, where i keep all of my music and was so happy to finally use iTunes again. However i notice now that itunes has a laggy feeling overall and is generally unresponsive. For instance, adding new tracks takes about ha

  • System error when send file with Sender File Adapter

    Hi all, I have configured a "File To ABAP Proxy" scenario. After configuring, i executed a "Test Configuration" in Integration Directory and it's all OK. But this file unable to reach into ABAP Proxy Target. In the Runtime WorkBench\Message Monitorin

  • Lumia 720 amber update

    I recentlyupdated my lumia 720 to amber and it doesn't show the yellow lumia amber logo in extras+info and doesn't have glance and total memory showing tab. Please advice