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

Similar Messages

  • 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

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

  • 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 and Database Restart

    Hi,
    I have a CRM 2007 system with MaxDB 7.7.
    The system had an unplanned restart during the night.
    Now I have reboot and I am trying to get the database back online.
    Any dbbcli command I run such as db_state or db_online such as
    dbmcli -n lsadc1 -d DC1 -u SUPERDBA,xxxxxxx db_online
    just returns with the message:
    "Error! Connection failed to node lsadc1 for database DC1:
    Connection broken"
    Some dbmcli commands do work such as:
    E:\sapdb\DC1\db\pgm>dbmcli version
    OK
    version,os,dbroot,logon,code,swap
    "7.7.02","WIN32","E:\sapdb\DC1\db",True,ASCII,2
    Can anyone give an information on this?
    Thanks.
    Edited by: Peter O'Hara on Oct 30, 2008 2:02 PM
    Edited by: Peter O'Hara on Oct 30, 2008 2:03 PM
    A bit more information on this.
    I have found that if I run Xserver in the foreground and use the dbmcli command with an IP address rather than the server name, Xserver displays the following message:
    "18456 ERROR: Could not read from 'teo110_PipeBase::eo110_ReadPipe' pipe, rc = 109"
    Thanks again.
    Peter

    Hi Peter,
    as you're a SAP customer, please do open a support message for this.
    regards,
    Lars

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

  • [SOLVED]MPD Crashes during Database update,

    Just like to say everything was working fine ever since I installed Arch until tonight. I suspect a hard reset may have corrupted something but I don't know what. Can anyone help me solve this issue?
    I uninstalled everything and tried installing as per wiki instructions.
    Trying to get it to autostart with systemd I get the following errors with each step:
    Start user-session service (e.g. sudo systemctl enable user-session@USERNAME)...
    [gorf@GORFARCH ~]$ sudo systemctl enable user-session@gorf [sudo] password for gorf:
    Failed to issue method call: No such file or directory
    Start local systemd systemd --user &...
    [gorf@GORFARCH ~]$ systemd --user &
    [1] 5037
    [gorf@GORFARCH ~]$ mpd.service: main process exited, code=exited, status=1/FAILURE
    mpd.service: control process exited, code=exited status=1
    Unit mpd.service entered failed state
    systemctl --user enable mpd...
    appears to do something but no output
    systemctl --user start mpd...
    same as above
    ncmpcpp...
    Warning: length of visualizer_look should be 2, but it's 0, discarding.
    Couldn't connect to MPD (host = localhost, port = 6600): Connection refused
    There is absolutely nothing wrong with my personal configs for ncmpcpp and mpd as I've been using them for almost a year. Everything went south tonight.
    When I start mpd manually it loads. When I start ncmpcpp manually it works. I can play songs but when I hit "u" to update the database. The whoel thing freezes. Sometimes I have to hard reset. other times it says "connection refused".
    Does anyone have any clues how to fix this? MPD does not load on boot like it used to and keeps crashing.
    Thanks
    p.s. This may be related but Thunar crashes a lot as well mainly when I chown...
    Last edited by tedbell (2013-04-15 00:04:20)

    I think this error has something to do with it;
    [557.486990] systemd-journald[102]: File passed too large. Ignoring.
    Last edited by tedbell (2013-04-14 23:54:25)

  • Aperture 2.1.4 crashing during database rebuild

    Hi,
    I've been having some troubles with some of imported projects. Today, Aperture advised that I needed to rebuild my database and when I have attempted to do, it crashes about 75% of the way through. I've tried three times, once after a reboot, quitting all other apps and successfully completing a consistency check.
    Does anyone know of an alternate way to rebuild the databases (other than command-option at run time)? Has anyone else had similar issues?
    Best regards,
    Dan

    My experience is almost the same as yours with the exception that your configuration 'd' worked just fine (and still does) on my machine. For what it's worth, there are definitely issues for those using 2.1.4 and 10.6.2 together. The screen corruption I see described by many is the same problem I have described as well. Apple will never recognize it as a fault in there work, even though they produce all the software and hardware involved. Rather, in the most unprofessional of manners, they continue in silence and refuse to acknowledge if they will work to improve/troubleshoot functionality or performance for certain configurations experiencing these problems.

Maybe you are looking for

  • How to create a list of value using date?

    We need to create a list on a report. The list consists of date. I have tried several times, but no luck.

  • Network Drives mounting for all users on one machine

    I have a diskless netboot image that I've made specifically to capture the local drive and run system image Utility. I'm trying to "perfect" this image, and I would like to have 2 network shares be mounted automatically when any network user signs in

  • Making Fields editable in ALV

    I am displaying the custom table entries in an ALV. i am trying to make the fields in the ALV as editable. All the fields got enabled but only first field is in disabled mode. its type is NUMC. Can i know the reason behind this ? Here is the code tha

  • How to connect documents and icloud ?

    How do i connect documents and icloud?

  • MBEW error

    Hi, I am facing problem in MBEW table while releasing the billing document to accounting this is in 3rd party scenario. Even when i am doing cedit memo at that time also it shows same error. Rudra