Problem with IDE

My apologies if this question is in the wrong forum.  Couldn't find a form category for IDE issues.
When I edit the code of one particular project, I do not get the wriggly lines when I type an error.  I must have switched off something.  When I load any other project, it works fine.
How do I "switch on" the "wriggly" lines again?
Peter Goossens

This sounds like you have corruption in that particular project.
I suggest you create a new project of the same type, then copy the components from the original project to the new one.
After you do the above, do you see the error indicators?

Similar Messages

  • MOVED: Problems with IDE drives being recognized in Vista

    This topic has been moved to Vista problems.
    https://forum-en.msi.com/index.php?topic=105881.0

    This is a known problem with Internet Exploder 11, which Microsoft has been aware of since October 18 when they released their latest "untested" browser. The pages can't recognize the browser, so they don't recognize any of the plugins, like Flash Player. So far, Microsoft has made NO indication that they have any plan to fix it soon.
    Microsoft's recommendation is to use Compatibility View for affected pages, and "pretend" you're using an different browser. Trouble with that is it has seen limited success at best, and you have to individually enable it for EVERY page that has problems.
    I'm not big on "pretending" so I recommend actually using another browser.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • Boot problems with IDE HD and SATA HD on K7N2-Delta L

    I'll get right to the point.
    I have an PCI SATA Controller Card in my system (using a K7N2 Delta-L motherboard, BIOS v5.7 with an Athlon XP 2800+ and Corsair ValueSelect 512MB DDR400 RAM on a single stick).  My system works fine in it's original configuration of drives (CD-RW drive only drive on IDE bus, and SATA drive only hard drive).  However, upon installing my IDE hard drive from my old computer, the system will no longer boot right.  I am connecting the other IDE HD as Slave on the CD-RW's bus, as I'm reserving the second bus for bigger and better things such as a DVD burner, and speed isn't too important for this hard drive as it's just my MP3/data I don't need in a hurry drive.
    In the current configuration, all three drives are detected properly (CD-RW and HD detected on the IDE detection screen, and the SATA drive detected on the SATA card's detection screen).  However, after the SATA detection screen, the system just stops.  The cursor is still blinking, but nothing comes up.
    Both hard drives are Western Digitals (IDE is a ATA100 Western Digital 60GB at 5400 RPM, and the SATA is a Western Digital 36.7GB at 10,000 RPM), and the CD-RW is a HP CD-Writer 9100.  I have Windows XP installed on both hard drives (first partition of the IDE, which is divided into two), but considering the system doesn't even attempt to boot I don't think that's an issue.  I've gone through and tried enabling and disabling "Boot Other Device", but still no love.  My boot order is set to Floppy, CD-ROM, and SCSI, which works fine when the SATA drive is in there.
    Any idea what's up?  I can provide more information upon request, as I'm sure there's something I forgot to mention that's important.
    Thanks.

    Take a look at this link, https://forum-en.msi.com/index.php?threadid=71384, I think you both have the same problem. It seems that a sata drive doesn't like having an ide drive in the system that has an active partition.
    Do like Wonkanoby suggest, reformat the ide hard drive and make sure that it's not set to be the active partition in the system. Boot with a 98 boot floppy if you have to so you can format the ide drive to fat32, once you can boot up using the sata drive you can use xp disk manager to convert the ide drive to ntfs.

  • [SOLVED] mkinitcpio (problem with ide and encrypt hooks)

    I've installed kernel26-beyond 2.6.19beyond2 and after that mkinitcpio couldn't generate img file. I tried with 2 configs:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="reiser4 ext2 reiserfs"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an LVM volume group on a usb device.
    # HOOKS="base udev usb filesystems lvm"
    HOOKS="base udev autodetect ide scsi sata encrypt filesystems"
    and
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="reiser4 ext2 reiserfs"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an LVM volume group on a usb device.
    # HOOKS="base udev usb filesystems lvm"
    HOOKS="base udev autodetect scsi sata encrypt filesystems"
    With the first config mkinitcpio froze when was generating ide hook and with the second froze when generating encrypt hook.
    Any idea what might have gone wrong? What should I do?
    Best regards,
    jasiekd.
    Last edited by jasiekd (2007-02-20 14:00:49)

    I don't have any experience with the beyond-kernel, but on two of my machines which already use encrypted root with LUKS I have added the following modules into /etc/mkinitcpio.conf
    (I use AES for swap & Serpent for the rest, sha256 as essiv-hash)
    MODULES="dm-crypt aes-i586 serpent sha256"
    Did you switch the Kernel on an already installed/running System or did you make a fresh installation with the beyond-kernel? In case your System is already installed, you could try the mkinitcpio procedure with a life-cd (may be worth a try).
    There's also an excellent article in the wiki:
    http://wiki.archlinux.org/index.php/Mkinitcpio
    In the troubleshooting-section of the article there's also a solution to a problem concerning the beyond-kernel and ide/sata/scsi, which could be just what you are looking for. 
    Hope it'll be helpfull!

  • Problem with IDE DVD drive

    Hey guys.  I just built a desktop and I've been having some problems recognizing my hardware.  I've got a SATA hard drive and it works fine, but my IDE dvd burner isn't recognized.  It doesn't show up under /dev/ and lspci -v returns
    03:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6121 (rev b1) (prog-if 8f [Master SecP SecO PriP PriO])
    Subsystem: Marvell Technology Group Ltd. Unknown device 6121
    Flags: bus master, fast devsel, latency 0, IRQ 10
    I/O ports at cc00 [size=8]
    I/O ports at c880 [size=4]
    I/O ports at c800 [size=8]
    I/O ports at c480 [size=4]
    I/O ports at c400 [size=16]
    Memory at fe9ffc00 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [48] Power Management version 2
    Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
    Capabilities: [e0] Express Legacy Endpoint IRQ 0
    I'm running an Intel Core 2 Duo e6850 on an MSI p35 platinum motherboard with 64 bit Arch installed.  The drive gave me some problems when I installed arch; I could boot the CD, but once I tried to install any packages it told me that no CD drive was found, so I had to install from FTP.  I'd really like to have 64bit Arch on this computer, so I'd really appreciate any help.  Thanks.
    -Kenny

    I have the LiteOn DVD burner, and encounter the same problem as you. Tried everything suggested by others, nothing worked. Finally got it to install when I changed the memory settings from 667 to 400.

  • Two Problems with IDE 3.6

    hi
    First, I cannot access images I do not include the absolute path, and I want to create an application that will be used on many machine that have different paths, isn't there any solution?
    Second, I installed the Morena library, compiling it with Net Beans indicates javatwain error.
    the previous two problems can be solved if I compile using the standard javac command.

    all the files are mounted inside a main folder, I'll
    try to mount the images folder alone, and the Morena
    SK folder alone and my application alone. I hope this
    will solve my problemIt should. To place files in the classpath, the containing directory must be mounted. (However, you mount a jar to place it in the classpath.)

  • Connection problems with idea pad and public network

    My Lenovo Idea Pad connects fine at home on our ATT internet connectoin, but will not connect to a local public network at a local departent store.  Anyone having suggestions email me at xxxxxxxxxxxxxx  Thank you!\
    Richard
    Moderator note; e-mail address removed to stop the spambots getting it

    I just saw your post and I resolved this on mine for my wired connection. I'm willing to bet that the issue is the same for wireless. Here's what I found.
    Issue:
    During the installation, iTunes installs some network components related to mobile device support over ethernet(Apple Mobile Device Ethernet Service - netaapl.inf). At the same time, according the logs, the install process removed OEM18.inf. This almost exactly coincided with the time that I saw the network connection die (preceded it by a few seconds).
    Basically, iTunes appears to be removing a required network component.
    Resolution:
    After installing iTunes and the network connection breaking, remove the network device from Device Manager and allow Windows to reinstall it automatically.
    The following instructions are for Windows 7, but they are close enough to follow for other versions of Windows.
    1. Click the Start button (Jewel in Vista and Win7).
    2. Right-click Computer and click Manage in the menu that appears (type your password or click Yes if prompted).
    3. On the left side of hte Computer Management window, click Device Manager.
    4. Click the arrow (or plus sign) next to Network Adapters to expand that section.
    5. Right-click your network adapter and click Uninstall in the menu that appears.
    6. Click OK.
    7. Reboot.
    Windows should automatically detect and reinstall your network device on boot.

  • Platinum P45d3 problem with IDE port

    Hello everyone, I have a dvd burner as master and a cd burner as slave on the ide port, but the slave I can not enable ultra dma is active only pio function.
    I tried to update the drivers with the latest on the site but nothing.
    The manual says that the port is managed by the ide controller, but the JMicron IDE port drivers are the windows and I can not update them.
    How can I fix this?
    Thank you.

    I think the ide cable is plugged in correctly.
    The recorder is connected to the slave connector in the center, the master recorder is connected to the end.
    I can not understand why only the CD master can activate dma.

  • Problems with Idea Tab S2901A-F

    Hi,
    I lost the charger of my tablet and I can not recharge it using the connection to the PC, the tablet does not even start. It is not any longer under garanty and I would like to know where in Buenos Aires I can take it for repair. I call 0800 but they could not tell me where in Buenos Aires I can repair it, they could only give me that information if the tablet were under garanty, they don have official places for repair of not under garanty tablets ... could you believe it?
    Please help!
    cheers, Daniel

    I think you should buy a new charger and try to charge your tablet.
    And by the way, Never ever expect support from Lenovo. It's truth.
    You can say thank you by pressing the star left to my post IF I HELPED YOU

  • Any ideas on problem with ipod and alpine cde-9881 car stereo

    I have an ipod 60gb v 1.2.1 and a new Alpine car stereo with Ipod connecting cable. When connected, the stereo message reads IPod searching. It never assumes control of ipod,or quits searching. I have reset and restored my ipod, had the apple geek at genius bar check it out. My ipod does not play on the alpine ipod ready stereo in my husband's car, nor the stereos in Car Toys. My husband's 30 gb ipod plays on the stereo in his car AND my car. Help! Anyone have any ideas on how to fix this problem? Alpine is telling me it could be a software problem with my ipod, and to revert to an earlier version of itunes. But my husband's ipod works in my car. So I did a restore using his computer and itunes....no luck. am interested in any ideas on a possible solution!!
    Thanks in advance
    md

    Have you had a chance to look at this troubleshooting page? If not, have a look at the bottom section that covers what to try if the message keeps reappearing: iTunes has detected an iPod in recovery mode - Use iTunes to restore
    Towards the end it says "If after restoring your iPod, the message described above reappears, the iPod drive letter may need to be reassigned. See the "Change the Drive Letter" section of this document for steps to assign a different drive letter" which contains a link to this article: Windows confuses iPod with network drive and iTunes may exhibit strange behavior in relation to the iPod.

  • Problems with syncing  Adobe Ideas with Adobe Creative Cloud

    Dear Sir/Madam,
    Since yesterday (22.04.2014) I have problems with syncing Adobe Ideas (in my iPad) with Adobe Creative Cloud.
    Could you please help me with this issue?
    Thanks in advance

    Hello,
    I do not understand why there is no professional communication about the problem. I get the impression that Adobe doesn't know that many people use their App as advertised: As a quick professional sketching tool that syncs with Creative Cloud. Not to fix the problem means more people not trusting the cloud idea. I am actually a big fan of the CC, mostly because of regular updates. But the mobile apps seem to fall out of the normal update scheme. Are they not as important as the 'main software'?
    When will the bug be fixed? Just to make clear: As there - up to now - is no other way to get the original idea files on the computer the adobe idea app is useless unless you fix the problem and/ or include the possibility to sync files via USB.
    Meanwhile my Workaround:
    You need Phoneview or another software that shows the files on your mobile device.
    Open it - choose "Apps" - click on "Show all Apps" - click on "Adobe Ideas"
    Than go to:
    Library/Private Documents/documents/data/files/
    there you find folders with cryptic names
    Download one of the folders
    Open the Folder
    select all files in the folder and zip them
    Change the extension from .zip to .idea
    and voila
    you can open it with Adobe Illustrator!
    A long way, but for now the only solution to get the editable vector file on your computer.
    Best regards
    Jo Jacobs

  • IDES installation problem with DDIC password

    Hello everybody,
    After hours of searching and trying..
    I have here a problem during a local installation of IDES ECC 6.0 on Windows Server 2008 with MAXDB. The installation stops in phase 27 of 29 u201Ccheck DDIC passwordu201D - test logon to SAP system failed, with the error message FRF-00007 "Unable to open RFC connection" in sapinst.
    The MMC shows in the process list that the following processes stands oon "green": igswd, mag_Server and disp+work are running. The message of servers connection is OK, acts dialogue queue time is 0.00 sec.
    I have already searched the forum, but I am not able to logon as user SAP* with u201C060. u2026u201D or as user DDIC with the password u201C199. u2026u201D to change the DDIC password to my password set during the installation (transaction -S000 / SU01). The login fails over the MMC as well as over the SAP GUI 7.10. I have tried this on the client 000, 001 and 800. The error message is u201CSAP Logon Failed - connection closed without message (CM_NO_DATA_RECEIVEDu201D). The SAP GUI gets down with "Work process restartet, session terminated".
    What can help to solve the problem? Can it be a problem with the ms loop adaptor? Which static address IP must assign to the loop adaptor? Did i have to update the kernel of the data bank or is this not necessary? Can the information from dev_w help?
    Can this link help me: BI 7.0 Installed but errored out during DDIC password check !!!!!!!
    Thanks in advance
    Lenvy
    Edited by: Lenvy Gee on Sep 6, 2009 2:30 AM
    Edited by: Lenvy Gee on Sep 6, 2009 2:34 AM

    Good Morning everybody,
    I started a next try, the mmc is running on green, the login starts up and......failed.
    So the network setting seems to be correct.
    The log files included following:
    ..........................................(just the last lines).............................

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server BASIS_A23_00 on host BASED (wp 0)
    M  *  ERROR       ThSigHandler: signal
    M  *
    M  *  TIME        Mon Nov 26 08:06:26 2009
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          11
    M  *  MODULE      thxxhead.c
    M  *  LINE        10688
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  ThrSaveSPAFields: save spa fields
    M  Entering ThSetStatError
    M  ThIErrHandle: incomplete previous roll out, do a full roll out
    M  ThRollOut: roll out T17/U25/M0/I0 (level=7, short_roll_out=0)
    M  ThRollOut: call rrol_out (1)
    M  ThRollOut: act roll state = DP_ROLLED_OUT
    M  ThRollOut: roll level <> 0, don't call ab_rollout
    M  ThRollOut: full roll out of U25 M0 I0 (Level 7) ok
    M  ThIErrHandle: prv_action of W0: 0x8
    M  ThCallDbBreak: use db_sqlbreak
    C  CANCEL rejected, because there is no SQL statement active
    M  ThIErrHandle: don't try rollback again
    M  ThIErrHandle: call ThrCoreInfo
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_STOR_VALUES entered.
    A  ** RABAX: level LEV_RX_STOR_VALUES completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.
    M  ThContextId: context_id = >0001700020019C010D31F2D5BD12D1714B103838<
    M  ThContextId: context_id_uuid = {29019C01-7F24-F235-BD12-D1714B103838}
    M  ThGetTransId2: got trans id (spa) >29019C017F24F239BD12D1714B103838< (32)
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    M  RmCleanUpResources3: hdr/tbl/ext_tbl/free/keep = 000000000F67D3C8/0000000000000000/0/0/1
    M  RmCleanUpResources3: no resources registered
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end RX_RETURN
    M  ThIErrHandle: ThrCoreInfo o.k.
    M  ThIErrHandle: Entering ThReplyToMsg
    M  ThIErrHandle: Entering ThErrHdlUser
    M  ThErrHdlUser: set th_errno (11)
    M  ThErrHdlUser: save context
    M  ThEmContextDetach2: detach T17/M0 from em memory (em_hdl=0, force=0)
    M  ThEmContextDetach2: reset local em info
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       YES YES NO  000 255 255 20401126 080533 BASIS          
    C  Disconnecting from connection 0 ...
    C  Now I'm disconnected from SAP DB
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=4, com_tx=0)
    B  statistics db_con_rollback (roll_total=1, roll_tx=0)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 816) [dpnttool.c   327]
    M  return from clean-up function ...
    and:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        A23
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    144
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2928
    Mon Nov 26 08:03:01 2009
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2928) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 144 successfully loaded
         shared lib "dw_xtc.dll" version 144 successfully loaded
         shared lib "dw_stl.dll" version 144 successfully loaded
         shared lib "dw_gui.dll" version 144 successfully loaded
         shared lib "dw_mdm.dll" version 144 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Nov 26 08:03:10 2040
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 9 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >BASIS_I23_00                            <
    DpShMCreate: sizeof(wp_adm)          25168     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000D800050, size: 6348592)
    DpShMCreate: allocated sys_adm at 000000000D800050
    DpShMCreate: allocated wp_adm at 000000000D802150
    DpShMCreate: allocated tm_adm_list at 000000000D8083A0
    DpShMCreate: allocated tm_adm at 000000000D808400
    DpShMCreate: allocated wp_ca_adm at 000000000DD6C2A0
    DpShMCreate: allocated appc_ca_adm at 000000000DD72060
    DpShMCreate: allocated comm_adm at 000000000DD73FA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000DDFAC30
    DpShMCreate: allocated gw_adm at 000000000DDFACB0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000DDFACE0
    DpShMCreate: allocated wall_adm at 000000000DDFACF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    <ES> Info: em/initial_size_MB( 4093MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 4096MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1633]
    ***LOG Q0K=> DpMsAttach, mscon ( BASIS) [dpxxdisp.c   11822]
    DpStartStopMsg: send start message (myname is >BASIS_I23_00                            <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Mon Nov 26 08:03:11 2040
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 144
    Release check o.K.
    Mon Nov 26 08:03:17 2040
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Mon Nov 26 08:04:26 2040
    SoftCancel request for T17 U18 M0 received from IC_MAN
    SoftCancel request for T19 U20 M0 received from IC_MAN
    ERROR => DpWpKill(3092, SIGUSR2) failed [dpxxtool.c   2496]
    Mon Nov 26 08:04:30 2040
    ERROR => DpHdlDeadWp: W0 (pid 3200) died [dpxxdisp.c   14532]
    Mon Nov 26 08:04:31 2040
    ERROR => DpHdlDeadWp: W1 (pid 3220) died [dpxxdisp.c   14532]
    DpHdlDeadWp: restart wp (pid=3092) automatically
    ERROR => DpHdlDeadWp: W3 (pid 3296) died [dpxxdisp.c   14532]
    DpHdlDeadWp: restart wp (pid=3268) automatically
    ERROR => DpHdlDeadWp: W10 (pid 2032) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W15 (pid 3312) died [dpxxdisp.c   14532]
    Mon Nov 26 08:04:45 2040
    ERROR => DpRqCheck: mode 0 in status CANCEL [dpxxdisp.c   6971]
    Mon Nov 26 08:05:10 2040
    ERROR => DpHdlDeadWp: W4 (pid 3260) died [dpxxdisp.c   14532]
    Mon Nov 26 08:05:30 2040
    ERROR => DpHdlDeadWp: W0 (pid 3788) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W1 (pid 2108) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W6 (pid 3108) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W15 (pid 464) died [dpxxdisp.c   14532]
    Mon Nov 26 08:05:33 2040
    ERROR => DpRqCheck: mode 0 in status CANCEL [dpxxdisp.c   6971]
    The kernel is not patched. I just (try) to install the kernel files from the sap market place
    IDES download destination. The install kernel file was: 51033508_7 - NW7 SR3 Kernel 7.00 for Windows / LNX X86_X64. I got an update / upgrade file, which is called: 51033508_8 - NW7 SR3 Kernel .... Upg ABAP.
    Can anybody give me an adwise by reading those logfiles? Is the file ok for updating the kernel?
    How do I upgrade the kernel by having no .exe - file?  May the installation go on after patching the kernel?
    Thanks you really much
    Lenvy

  • Having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this

    having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this.
    I'm using Lion on an MBP and Numbers is the latest version

    May you give more details about what is wrong with your dates ?
    M…oSoft products aren't allowed on my machines but I use LibreOffice which is a clone of Office.
    When I export from Numbers to Excel and open the result with LibreOffice, the dates are correctly treated.
    To be precise, dates after 01/01/1904 are correctly treated. dates before 01/01/1904 are exported as strings but, as it's flagged during the export process, it's not surprising.
    Yvan KOENIG (VALLAURIS, France) mardi 3 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • I have just changed my iCloud account and am now having serious problems with Calendar on my Macbook Pro. Any ideas?

    I decided to start using iCloud etc but discovered that my Apple ID doesn't actually exist (I was literally told this over the phone my an Apple Support worker) which is weird, as my email address for this Apple ID still exists. This is the first time I'd had any problems of this sort as I'd never had to use my Apple ID before. So anyway, I signed out of iCloud (i.e. signed out of my non-existant account) and signed in with my other, working, iCloud account which I've had absolutely no problems with whatsoever. All well and good.
    Before signing out of/deleting my old iCloud account I moved all my events in Calendar from "iCloud" to "On My Mac" so that I wouldn't lose the information when switching to my new account. No problems with this. However now that I am signed in on my new account, every time I open Calendar I receive the following two error messages:
    "Couldn't move your calendars to iCloud because an error occurred.
    Make sure you're connected to the Internet, and then try again."
    "The server responded with an error.
    Access to account "iCloud" is not permitted.
    The server responded:
    "403"
    to operation
    CalDAVMigrateToServerQueueableOperation."
    Note that with regards to the first one I am definitely connected to the internet. I have tried restarting my Macbook, have tried enabling/disabling Calendar in iCloud, nothing has worked. I always get these error messages. I have two options, "Try Again Now" or "Try Again Later", for the first message and "Try Again" or "OK" for the second. Pressing anything just results in the error messages just coming up again in a cyclic manner, after briefly trying to "Move calendars to server account". Sometimes a pop up also appears where it says "Upgrading calendars" with a progress bar but this freezes/never goes anywhere, and regardless of the outcome, I cannot access my information in Calendar. Note that behind these error messages etc I can see my events in Calendar but I cannot access the detailed information contained within them nor can I add any new information or essentially do anything in Calender. Sometimes Calendar crashes and I get a crash report.
    Sorry for this dense block of information but I have no idea what's going on so I'm just trying to give a clear account of the problems I'm facing. I really hope someone will be able to help me with this and I thank you in advance.
    Sam

    Don't worry I've sorted it! I just had to turn off Reminders as well in iCloud. Calendar then worked fine, even when I turned Calendar and Reminders back on.

  • I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    Can you open the Preview program without loading a file, like by itself?
    If it doesn't load then I suspect a corrupt Preview preference file.
    Deleting the System Preference or other .plist file
    Can you open other files with Preview, like jpg's and images?
    How about other PDFs? or is it just that one you have downloaded?
    Run through this list of fixes
    Step by Step to fix your Mac

Maybe you are looking for

  • Any Prerequisites to run panels in CS4?

    I have developed a set of actions and then used the Configurator to develop two panels that front-end the actions.  The panels simply call the actions and nothing more. I have begun distributing these in a set that is installed with two install routi

  • SQL Query Problem using APEX!!

    I want to make a report based on 4 text fields and 2 select lists. I can make the report based on P1_SENDER and P1_RECEIVER but i can´t combine the results all together (P1_SENDER, P1_RECEIVER, P1_DATE, P1_SUBJECT, P1_HOUR1, P1_HOUR2) Here´s the quer

  • One role - One transaction - SoD errors

    I have a single role with just one transaction in it (F-44).  When I run this singel role through Risk Analysis, I get the following SoD risks. Risk Description:  P0030LI01 : Create fictitious vendor invoice and initiate payment for it Conflicting Ac

  • Help in test fields

    I am trying to insert a string in to a textfield with black as the foreground color. Then i am trying to highlight a single character in the string with a different color, ex:blue. below is the code i am using but unable to get the character highligh

  • 12.1.1 Installation fails with RW-50010 and RW-50004 at APPL_TOP

    Hi DBA's, I am installing 12.1.1. A single node installation on redhat5 update 3.The installation starts fine,Step1 and Ste2 complete with no problem.As soon as the installation jumps to Step3 I see an error on the GUI. RW-50004: Error code received