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.

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

  • I want to capture system message during data upload.

    Hello,
    I want to capture system message during data upload.
    How should I do this?
    suppose during call transaction system shows message:-
    " Info record for vendor 102925 and material DYND80000 does not exist"
    then How can I get that message?

    Hi Megha,
    CALL TRANSACTION tcode USING i_bdcdata
                              MODE lws_mode
                            UPDATE lws_update
                          MESSAGES INTO <b>i_messages.</b>
      CLEAR wa_error.
      IF sy-subrc NE 0.
        cnt_failed = cnt_failed + 1.
        wa_error-status = c_fail.
        LOOP AT i_messages . "WHERE msgtyp EQ 'E' OR msgtyp = 'A'.
          flg_fail = c_x.
    *---Calling FM to get for Error Message Text
          <b>CALL FUNCTION 'MESSAGE_PREPARE'  </b>                     "#EC *
            EXPORTING
              language               = 'E'
              msg_id                 = i_messages-msgid
              msg_no                 = i_messages-msgnr
            IMPORTING
              msg_text               = lws_text
            EXCEPTIONS
            function_not_completed = 1      " Invalid Date Error Description
              message_not_found      = 2
              OTHERS                 = 3.
    <b>Reward points if this helps.
    Manish</b>

  • 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 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

  • 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

  • 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.

  • 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

  • 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.

  • 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.

  • System Crash - Lost Data

    Hey, just about half an hour ago, my iBook completely froze up while I was both A) copying a folder from my Mac HD to an external drive, and B) burning a DVD.
    I let it sit there, frozen, for about 10 minutes but the status didn't change, so I shut down the computer by holding down the power button, then restarted.
    Now there's over 30 GB of data missing from my hard drive, a bunch of items which I deleted have been restored, and the DVD disc I was burning is not recognised.
    Thankfully, the external drive is still there and I had copied my documents to that before the crash.
    The only problem I have with this crash is that I had four DVD image files saved in my Movies folder. They are no longer there. I need to restore those files, since they are the backups of several DVDs which were ruined. I hadn't burned them to disc yet (was in the process). It would **** the living **** out of me if those movies are just...gone.
    How do I restore my computer to what it was like before it froze up and I manually restarted? The information it has now is what the drive was like a few days ago. There've been many changes since then.
    Any help would be appreciated.

    You may be able to restore the information to an external hard drive with Prosoft Data Rescue:
    http://www.prosofteng.com/
    And make sure when burning to DVD you have enough space on the hard drive to burn to DVD in the first place. While with 10.4 it no longer creates a mirror image of what you are about to burn in its burn folder, it still needs enough space for all the aliases of the files being put on the hard drive before the burn takes place.
    Hey, just about half an hour ago, my iBook completely froze up while I was both A) copying a folder from my Mac HD to an external drive, and B) burning a DVD.
    Also don't try to multitask while burning DVD or backing up your data, burning DVD takes a lot of computer processor time, and attempting to multitask while doing so may yield many situations where the machine looks like it has hung, when in reality it is just processing data in the background and needs time to catch up. And multitasking while backing up means your computer will be attempting to backup a file that may be changing while it backs up, and might get confused which version of the file you want to be backed up. Now the machine may finally figure it out, but only after you have stopped multitasking.

  • InDesign Crashing During Data Merge?

    Is anyone having any issues with InDesign CS3 crashing while doing a data merge with Excel?  Microsoft had some updates with the Office products and I'm wondering if one of the updates has caused a communication problem between the two?

    I do it pretty often using CS3 and csv files. As I recall, a broken network path to the source caused me a problem once.
    At what point is the crash? You could have a corrupt file, create a new one and test. Elsewise, there could be a character within the data source. Are you using .csv source files (I do but many, especially Mac users, go with .txt source files).

Maybe you are looking for

  • DeliveryException: unable to create a socket

    Hi,    We are using the Proxy-> XI -> SOAP scenario(Synchronus). I am able to see that the request message mapping has transformed the message in to the required format. But, when it is calling the SOAP adapter it is giving com.sap.aii.af.ra.ms.api.D

  • I stuffed around with itunes and now I cant see my device when I connect...Please help??

    Please help I am a total spaz with itunes! lol I can't see my device in itunes..

  • MapViewer in the UK

    Hi I have been tasked with writing a document on Oracle MapViewer and am trying to find examples on the Internet of the application's use in the United Kingdom that I can include in my report. Does anyone know where I can find any? Thanks. Vinesh

  • Displaying a PDF

    In a Flash-only site, the only way to display a user-selected PDF is in new window or in an iFrame floated over the swf. I've got the latter method working and it is much neater but, as far as I can find, iFrames don't support a status bar so the use

  • ITunes Store - free music

    I bought a CD/album today from iTunes (10 songs + 3 bonus tracks), but I had 10 free songs credited to my account which didn't come up as credited. This should have been used when I bought the songs today. Does this mean I'm not going to be able to g