Vider la RAM

Bonjour,
J explique mon probleme, je fais l acquisition de 32 signaux analogiques que je dois afficher et enregistrer
Pour cela j utilise une structure producteur consommateur.
Dans le producteur je lis mes signaux et je les affiche avec des 5 graphes deroulants.
Dans ma boucle consommateur, j enregistre les signaux a la frequence d echantillonage d entree et je les reechantillone pour les enregistrer a une frequence d echantillonage plus basse.
Mon probleme est que j ai beau mettre n importe quelle valeur de sample to read avec n importe quelle frequence d echantillonage, j obtiendrais toujours le message comme quoi mes donnees ont ete ecrasees au bout d un moment. Bien sur ce moment change en fonction de ces deux parametres. De plus lorsque j observe la consommation de la memoire avec le windows task manager, elle augmente tout doucement jusqu a obtention de l erreur.
Je ne pense pas que cela vienne de la taille de mon buffer vu que la taille de ma RAM augmente au fur et a mesure.
Je me demandais si cela ne venait pas de boucle consommatrice qui consomme trop le processeur et empecher donc de lire le buffer correctement. et donc si il ne fallait pas utiliser un cadencement. Si telle est la reponse, j aimerais savoir ou est ce que je dois mettre ce cadencement, dans la boucle consommatrice ou productrice?
Et si ca ne vient pas de ca de quoi cela peut il venir?
Merci de votre reponse, en esperant que j ai bien detaille mon programme;
Je vous mets en piece jointe mon VI (je ne sais pas si il fonctionne correctement car j ai fais des modifications chez moi et je n ai pas pu les teste encore en entreprise)
Pièces jointes :
acquisition.vi ‏100 KB
Log_Channels_(SubVI).vi ‏15 KB

Alors... Il y a pas mal de chose à dire, je vais commencer par un petit conseil général : il faut éviter de faire de diagrammes trop grand, ça complique la lecture et le débogage, pour cela il faut faire des sous-vis, bcp de sous-vis! En outre, cela permet d'éviter de dupliquer du code.
Je ne comprends pas très bien l'utilité d'enregistrer 2 fichiers, un avec toutes les données et un autre avec les données sous échantillonnées, pourquoi faire ça?
Pour ce qui est du cadencement, je ne pense pas que le problème se pose de cette manière. La boucle d'acquisition est cadencée implicitement par la fonction d'acquisition (si Facq = 10kHz et nb de point = 1k, la boucle va tourner à environ 100ms, un poil plus lentement lorsque "start acquisition" est vrai, car il faut mettre les données des 32 voies dans la queue, en passant 32*8*1000/1024 = 250, un bloc acquis représente 250kByte). Je ne pense pas que le problème vienne de cette boucle.
Dans la boucle "consumer", il y a quelque petites maladresses :
- la multiplication par le ration est faite 2 fois et sur chaque voies (une fois avant l'affichage et une fois avant l'enregistrement)
- l'indexation et la concaténation des tableaux de voies n'est pas nécessaire
- l'enregistrement n'a pas besoins d'être dans une boucle, la fonction "write tdms" accepte les tableaux de waveform en entrée
Pouvez vous en dire un peu plus sûr l'erreur qui se produit? Dans quelle boucle, après combien de temps, etc... et surtout quelle est la cadence à laquelle la boucle "consumer" tourne effectivement, si elle met plus de 100ms pour s'exécuter il y aura toujours un moment où le système va manquer de mémoire la queue se rempli plus vite qu'elle n'est vidée...
Hope this helps
When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

Similar Messages

  • Speedgrade Scope controls not continually displaying

    Hi,
    I am trying to grade footgae editied in premiere, it is mpeg footage from a Canon 5d.
    I have used the direct link from PPro to take my sequence to Sg for editing, when I bring up the scopes, they are flat, and display no information, only when I click on the control wheels, or sliders do they show values, whichmakethe grading inpossible. Is this a bug? or am I missing something. Or is it related to the file type? Im working on a mac retina laptop.
    Thanks

    The scopes controls are somewhat twitchy ... and definitely affected by which vid-card/ram on which CPU and whether the full moon comes before the 15th this month. I need to keep down to 1/2 on that dynamic quality setting ... and yea, really really want a mobo/vid-card that Sg likes so it works more smoothlier ... 
    Neil

  • Motherboard BIOS won't recognize 512MB memory for AGP?

    Howdy, I just rebuilt my computer while upgrading a few parts and I have a question.  I have a MSI 865PE Neo2 Platinum motherboard and just removed my ATI Radeon 9800XT w/ 256MB of memory and installed a ATI Radeon X1650PRO with 512MB of memory.  When I set it up in the BIOS, it will only allow me to go as high as 256MB for the AGP.  Will this cause an issue?  Will it allow the full 512MB to be used, or will it limit the task to 256MB for the video card?
    Is there possibly an update (flash the BIOS) that could fix this?
    Thanks,

    Quote
    Will this cause an issue?
    AGP aperture size is the amount of physical RAM allocated for use if your Vid Card RAM is filling up. You aren't setting the amount of RAM on your Vid card. So, no this will not cause an issue having the AGP aperture RAM at 256MB. I would recommend setting it for 64 or 128 MB.
    Quote
    Will it allow the full 512MB to be used, or will it limit the task to 256MB for the video card?
    You will have the full 512MB of your video RAM available.  Read above.
    Quote
    Is there possibly an update (flash the BIOS) that could fix this?
    There's no need. There is nothing wrong.

  • Suppression sous-vi de la mémoire

    Bonjour a tous
    J'ai fait un VI principal composé d'une dizaine de sous-vi (la majorité des sous-vi permet de calculer des données dans des tableaux et un sous-vi permet d'afficher les résultats ). Le problème c'est que la mémoire utilisée par le processus ne fait que augmenter lors des calculs (elle commence à 120Mo environ et va jusque 600Mo). Et ensuite lorsque je ferme les sous-vi et donc que je reiviens à mon VI principale, la mémoire utilisée par le processus reste toujours à la même valeur (600Mo)
    Je voulais savoir si il y a un moyen de "vider" la RAM (retirer tout ces sous-vi de la mémoire) ; c'est à dire revenir aux 160Mo utilisés par le processus au démarrage.
    J'ai essayé la fonction "demander une désallocation" mais rien ne change. Je suis allé voir dans l'aide de Labview mais ils n'expliquent pas comment vider la mémoire.
    Merci d'avance
    A+
    Je ne peux pas vous mettre en pièce jointe les VIs car le travail est confidentiel
    Résolu !
    Accéder à la solution.

    Bonjour
    merci de m'avoir repondu aussi vite
    Je vous ai posté en pièce jointe un vi principal avec deux sous vi (crée sous labview 2010). J'ai posté aussi le programme en version 8.6.
    Je tiens a preciser que je n'utilise que des tableaux et non des matrices.
    Dans l'exemple que j'ai mis, on ne voit pas l'évolution de la RAM car le tableau d'entrée est de petite taille mais on remarque que la taille de la mémoire, après avoir cliqué sur retour dans le vi affichage, ne redescend pas.
    En réalité je lis plusieurs tableaux de grande taille (12000lignes x 4colonnes) et c'est ca qui me fait augmenter la mémoire. Ce que je souhaite apres, c'est de "supprimer" de la mémoire les tableaux lus auparavant.
    Merci de votre aide
    A+
    Pièces jointes :
    exemple ni.zip ‏28 KB
    exemple ni 8.6.zip ‏20 KB

  • MOVED: Monitor Issue witht he MSI Navidia NX8800GT

    This topic has been moved to AMD64 nVidia Based board.
    https://forum-en.msi.com/index.php?topic=118287.0

     As far CPU goes there is no physical difference between OEM and one boxed. OEMs are simply sold for system builders in lots of 10 (I think) to a box, retailers get them and package them up in a plain box for shipping when they sell them.
     Start testing with the new CPU, PSU and original vid. card & RAM. Not mentioned yet but you do have proper thermal grease for CPU/HSF don't you?
     If it doesn't work with the Corsair PSU it never will. 
     Test all of the new stuff outside the case like BK says several posts up. Also have another video card and other known to be good memory stick handy for this testing in case it's needed. If it fails after all that then good chance MB is no good along with the original 6000+ CPU.
     Yes those Ultra PSUs have a bad reputation for being dead out of the box, dropping dead within 1-2 months and general low quality, poor voltage regulation, etc., etc.

  • Monitor Issue witht he MSI Navidia NX8800GT

    I'm building my own computer and everything works just fine...except..the monitor, all the fans work including the Graphic Cards fan, but the monitor just keeps giving me the "no signal" screen.
    now my Power supply is a 500 Watt PS
    the specs are: +5V/32A;+3.3V/20A;+12V/28A;-5V/0.6A;-12V/0.6A;+5VSB/2A
    ow according to a post I read before, that has enough power to run the card, so I have no idea why the monitor still isn't showing up

     As far CPU goes there is no physical difference between OEM and one boxed. OEMs are simply sold for system builders in lots of 10 (I think) to a box, retailers get them and package them up in a plain box for shipping when they sell them.
     Start testing with the new CPU, PSU and original vid. card & RAM. Not mentioned yet but you do have proper thermal grease for CPU/HSF don't you?
     If it doesn't work with the Corsair PSU it never will. 
     Test all of the new stuff outside the case like BK says several posts up. Also have another video card and other known to be good memory stick handy for this testing in case it's needed. If it fails after all that then good chance MB is no good along with the original 6000+ CPU.
     Yes those Ultra PSUs have a bad reputation for being dead out of the box, dropping dead within 1-2 months and general low quality, poor voltage regulation, etc., etc.

  • KT3-Ultra-2 Boot prolbems

    Like many other people (i.e. ABC 123 and Sidim) I have the same problem.  When I try booting my pc sometimes I get this from my D-Leds
     X(  X(
    My system specs are
    AMD 2200+
    MSI KT3-Ultra2-R
    512MB Micron PC2100
    GF3 64MB
    SB Audigy
    Quantum AS 30 gig
    16X Plextor CDR/RW
    Cooler: Swiftec MCX462 + Delta 68
    Yes my heatsink is installed properly.  I've tried repeatedly clearing the CMOS, changing IDE channels, stripped my PC to just my HDD, a floppy, my vid card, ram and processor, and still get the same problem.  
    Before you ask my PSU is an Enermax EG365SP-VE
    Max Power 350W
    +3.3 V 32A
    +5 V 32A
    +3.3V & +5V = 185W
    Sometimes the system will boot, other times it just sits there with all the fans running.  I'm at a loss to figure out how to fix it.
    MikeC

    Built system with KT3 Ultra2, 1900+, GForce4 MX420 etc and experienced exactly the problems above, after succesfully installing and running the system for a couple of days. Finally resolved by replacing the AMD supplied cooler with a GlacialTech Igloo 1200 cooler. Booted first time. I find it difficult to understand why the cooler supplied with the CPU in the retail CPU pack caused the problem - but hey ho, there you go  )

  • K8T NEO startup failure

    Hello...
    I just started up my second AMD64 system and something is terrible wrong...
    It just won`t boot.... I can`t boot from cd-rom or floppy OR disk.
    The D-bracket sometimes shows the 2 right leds red (vga card something) and sometimes the upper left led red. The last one is the one that concerns me..
    "-This will set low stack and boot via INT 19h" ?????
    I don`t have a clue what this means, but the screen goes black and there is no action on disk or cd.
    Hardware is:
    AMD 64 3000+
    MSI K8T NEO-FSR Hovedkort Socket 754
    Sapphire Radeon 9800SE, 128MB, 256bit
    Seagate Barracuda 7200.7 200GB
    Corsair TWINX512-3200 DDR-DIMM 512MB
    This runs on a "old" chieftec power type 360w.
    Have seen a lot of problems with AMD 64 and powers, but i have another pc......
    Hardware is:
    MSI K8T NEO-FSR Hovedkort Socket 754
    AMD Athlon 64 3000+ 2.0 GHz
    Corsair Value S PC3200 DDR-DIMM 1024MB
    Western Digital Raptor 36.7GB S-ATA (2)
    Thermaltake Venus Silent Boost K8
    Q-Tec Midi tower ATX L-MD, Silver Black L-Series, w/350W AMD/P4
    Just a 350w power there, (and it is a q-tec ) but that one works just fine...
    Really need some help here guys....

    90% that PSU is no good.  what are the amps?
    Int h often caused by boot files. MBR. but may be redtified by a decent PSU
    PSU is most important component on your system, why destroy the comp with a cheapo, disaster waiting to happen one. Buy the best you can findm then worry about rest of system.
    Until a good PSU, with clean power is fitted, it is difficult to know where to begin. HDD bad format, Bios setup. Vid card, Ram, etc
    Cheers
    jocko

  • Comment vider un buffer? ou stopper un programme de ramer

    Bonjour à tous,
    je viens vers vous car depuis peu je rencontre un gros problèmes... J'ai crée un programme qui permet d'asservir une installation vibratoire. Dans un premier temps je trace la consigne que je souhaite réaliser en placant les points de cassures de ma consigne. Mon programme se charge de générer les valeurs liants ces points de cassures en envoyant dans un tableau les valeurs en abscisses et en ordonnée de la consigne souhaitée.
    Le problème c'est que j'ai remarqué que au cours de l'éxecution de mon programme, celui-ci va commencer à ramer de manière progressive trèèès progressive.... A quoi cela est dut? Je ne sais pas du tout comment vider un buffer en cours de fonctionnement.
    J'utilise uniquement une entrée analogique qui récupere mon accélération en permanence et une sortie analogique qui genere une tension afin d'asservir mon système...
    Help 
    Résolu !
    Accéder à la solution.

    Je ne voix pas en quoi cela peut résoudre mon problème en effet, si je prends pas exemple le fait que de mettre en route mon système 10 fois commence à le faire ramer. Si je rafraichis moins, je vais perdre en précision et au bout de 30 cycles j'aurais toujours ce même. Cette solutio ndécalle uniquement mon problème, cependant je veux le supprimer en vidant les datas ou faire qqch ...

  • Retail version of 10.5 won't run on AGP with an OWC mercury  G4 1.4 Ghz processor, 1 Gb ram, 32 mb vid card; was running 10.4 no problem

    i have no idea what's happening, the machine ran fine with 10.4, after i installed 10.5 over the 10.4 on a 60 gb hdd it wouldn't run, I start the machine up, get the chime then the Apple logo and then the machine abruptly shut off after 35 seconds.  installed a new hdd, an 80 gb, formatted it using the 10.4 install disk and partioned it into 2 40gb sections and then installed OS 10.5 onto the 1st partion, get the same result.  the OS seemed to install OK, but as before the machince was shut off when I returned, and behaves exactly the same way, 35 seconds and shuts off.  the Leopard 10.5 is a retail version, have NO idea what is happening.  i read what the requirements for this OS and think I have met them. shutting down so soon into the startup makes me think its a hardware problem.  do have a Logitech marble mouse and a non-Apple usb key board, but as noted had no problems with OS 10.4

    i did a clean install of the 10.5 OS on a virgin hdd, that i partioned using the 10.4 install #1 cd.
    Try it with the 10.5 Install Disc... what is the 2z691-****-A number on the 10.5 Disc?
      1. Insert the Mac OS X 10.5 Install disc, then restart the computer while holding the C key.
       2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
          *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
       3. Click the Erase tab.
       4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
       5. Select your Mac OS X volume.
       6. Highlight the drive, select Partition Tab, then Format type... MacOS Extended Journalled, select the Security Options button, choose Zero Out Data, Erase, one pass... after completion hopefully you'll be able to get a good install.
    Oh, does it run forever whilst booted from the Install Disc?

  • MS-6312 -- Questions on Upgrading RAM

    I have motherboard version MS-6312,
    It came as part of a Gateway package.  They included 128MB of PC133 SDRAM.
    I would like to increase the RAM in my system, without changing the motherboard.  I need to know the following:
    1)  The maximum capacity is 512MB on this board, right?  I would like to peak it at 512MB or whatever the max is.
    2)  There are two slots, will it recognize a single 512MB chip, or must I buy two 256MB chips?  I'm under the impression that it will not recognize a single unit, and I'll need to buy two of them.
    3)  Will 64x4 run on this motherboard, or do I need to buy a 32x8 chip?  
    4)  I'm under the impression that this motherboard only supports up to PC100, despite the inclusion of a PC133 chipset on the base product.  What is the maximum that is actively supported by this motherboard?
    Sorry for the trouble, I wasn't able to find this information on any of the websites. Gateway is full of complete morons as well.  They couldn't even tell me if I had pc100 or pc133 installed, let alone come ANYWHERE close to answering these questions.  The answers to a few of those questions, could well be the difference between a 50 dollar purchase, and a 250 dollar purchase.
    Note:  I do not have a manual.  I may have lost it, but I'm pretty sure it was just never shipped with the product.
    Thanks in advance,
    Joseph

    I can't find this type of RAM for sale anywhere.
    Personally, I hate gateway products.  But it's what my g/f has installed, so I'm left without choice.
    Gateway = Worst HD's and MB's possible.  They might promise a nice processor, some RAM, and maybe even a Vid card, but they slink and slime on everything else.
    I've been working with her computer about 2 weeks now and notice the HD is , and the Motherboard is .  I can't upgrade anything, because everything is so horrible, and can't help but wonder if this was part of Gateways massive plan to make long term money.  The MB they installed was outdated when they installed it (A 512MB capacity MB, that uses 32Xxxx RAM installed in 2002?  Pathetic!!)
    The bastards designed their system to make more money off tech calls that go, "Well, you want more RAM?  First, you need our newest great Motherboard!!!?  It's only 30843243 dollars!!"
    The gateway techs couldn't even tell me what the speed of RAM installed was.  I say, "Listen, it must be there somewhere, I just want to know...I assume that it's PC100 or PC133 RAM, which is it?"
    Gateway tech replies, "Uh, you have 128MB!!" and acts proud.  Freakin rejects.  I'm certified in A+ and CNNA, can't find a damn job anywhere, but these rejects get paid to know nothing.
    They read off a database, with no tech knowledge.  The lady I talked to sounded like she would have difficulty giving me a callback number, let alone the type of RAM I had installed.
    Gateway is such a rip.   bastards.  Reminds me once again why I have never bought a pre-made computer.

  • IMovie 11 projects no longer working, preview window is glitched or black, event library not playing imported vids

    I am having a lot of trouble with iMovie 11.  I bought a new MacBook Pro 15" for the sole purpose of editing surgical videos for work.  iMovie 11 was working great initially for me (taking full length surgical video - up to 2 hours) and editing these down to anywhere from 5 to 30 min videos highlighting crucial steps for the surgeries along with transitions, ken burns, etc  (with the plan of overlaying narrative voice-over later).  I had about 15 of these videos edited sitting in my Project Library and multiple imported videos (dvd to m4v via handbrake then imported via iMovie 11) in my Project Library.  Now none of my projects play in the preview window, it's either black or a weird glitchy picture (like messed up pic of my doc or desktop... really weird) and only about 2 of my imported videos play in the project library, otherwise they are just black when I roll over them.  My projects are still intact as far as edited clip lengths and transitions, but nothing plays, even in full screen mode.  I tried making a new project and the imported video shows in the event library but when I add it to a project it's black (but does play in full screen mode, but impossible to edit this way).  I think the audio is actually intact although i'm not positive because these videos don't have any audio (there's some baseline level that fluctuates on the audio bars). 
    I tried finalizing and exporting a project as an m4v (one that was a combination of two edited imported videos - one of the source imported vids working in the event library and the other not working) and the first half is all glitched up with no surgery video, but the second half is there with the transitions and everything (the half that is working in the event library).  This part does not show up when I am trying to edit the project. 
    fyi - I had deleted some of the videos from my event library to unclutter a little some time ago, the projects were still working after that.
    I can find all of my imported videos (in .mov format) that should be working in the event library when I look in the folder:
    users/me/movies/iMovie events
    If someone could please help me resolve this issue, I would really appreciate it.  I put a lot of work and time into these videos and it would be near impossible to start from scratch (which would probably be on some other movie editor like windows movie maker since my iMovie is not working properly even for new projects).  I'm hoping this is just some sort of glitch that can be fixed and my projects are still salvagable.  I can't remember if this started after I did a system software update or not.  This will be a huge dissapointment for me in the Apple platform if I have to scrap my projects because I had just switched over from the PC platform. 
    I even got Norton antivirus and internet security to make sure I don't have some sort of weird virus.
    I have a Feb 2011 15 in MacBook Pro 2.2 Ghz, 4 g RAM, 750 g HD, 1 g vid card.  iMovie ver 9.0.4.  Lion 10.7.2

    Did you by any chance upgrade your Mac OS from version 10.6 (Snow Leopard) to 10.7 (Lion) during the time you were working in iMovie on all these projects?
    If not, start by deleting the iMovie Preferences file.
    Go to the Desktop
    Hold down the Option key and choose the Go Menu > Library
    Go to Preferences > com.apple.iMovieApp.plist
    Move the .plist file to the trash and restart iMovie
    See if the Project files react any differently. Failing that try doing a Repair Disk Permissions:
    Restart the Mac, hold down the Option key continuously until 2 hard drive icons appear
    Choose the Recovery Volume as your startup disk and let it run until you see the Desktop
    Choose Disk Utility from the Recovery Menu
    Run Repair Disk Permissions in Disk Utility
    Reboot the Mac and when you see the Desktop appear launch iMovie
    See if the Project files are the same or different. Next step after this is to one at a time take the Project folders out of users/me/movies/imovie projects. Move one to the desktop and start iMovie. Try skimming the projects that acted up recently. Moving one project at a time might help isolate which project may be causing problems. You can also place project folders back in their original location after doing this testing and iMovie will recognize them on the next relaunch. It won't hurt anything.

  • Deploy vid SDM/J2EE hanged while Installing NW04 EP6 SR1

    Hi,
    I am installing NW04 EP6 SR1 installation on Windows 2003
    After starting SAPInst the installation hangs at Deploy vid SDM/J2EE
    at the log shows: PHASE 2006-11-15 17:07:39
    Deploying SDAs (using SDM and SAP Java EE Engine).
    But not going further from this stage, I tried restarting the Installation and even the J2EE and whole system too and no luck.
    Please help me out to over come this issue, I have checked the SAPinst.log and is as followsL
    NFO 2006-11-15 17:07:35
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-11-15 17:07:35
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2006-11-15 17:07:37
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.2.html.
    INFO 2006-11-15 17:07:37
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.2.html.
    INFO 2006-11-15 17:07:37
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\summary.2.html.
    PHASE 2006-11-15 17:07:37
    Prepare the installation program.
    INFO 2006-11-15 17:07:38
    Installation start: Wednesday, 15 November 2006, 17:07:32; installation directory: C:\Program Files\sapinst_instdir\NW04\EP\EP; product to be installed: SAP NetWeaver '04 SR1> NetWeaver Components Running on Java> Portal Platform> Portal Installation
    INFO 2006-11-15 17:07:39
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.3.html.
    INFO 2006-11-15 17:07:39
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.3.html.
    INFO 2006-11-15 17:07:39
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\summary.3.html.
    PHASE 2006-11-15 17:07:39
    Deploying SDAs (using SDM and SAP Java EE Engine).
    SAPinst_dev.log********* has the following error and I just found it
    Current access token
    ====================
    Could not get thread token. Last error: 1008. I assume that no thread token exists.
    Got process token.
    Privileges:
      Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled.
      Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled.
      Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled.
      Privilege SeDebugPrivilege, display name: Debug programs, not enabled.
      Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled.
      Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled.
      Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled.
      Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled.
      Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled.
      Privilege SeTcbPrivilege, display name: Act as part of the operating system, not enabled.
      Privilege SeUndockPrivilege, display name: Remove computer from docking station, not enabled.
      Privilege SeSecurityPrivilege, display name: Manage auditing and security log, not enabled.
      Privilege SeTakeOwnershipPrivilege, display name: Take ownership of files or other objects, not enabled.
      Privilege SeLoadDriverPrivilege, display name: Load and unload device drivers, not enabled.
      Privilege SeManageVolumePrivilege, display name: Perform volume maintenance tasks, not enabled.
      Privilege SeSystemProfilePrivilege, display name: Profile system performance, not enabled.
      Privilege SeImpersonatePrivilege, display name: Impersonate a client after authentication, enabled.
      Privilege SeSystemtimePrivilege, display name: Change the system time, not enabled.
      Privilege SeCreateGlobalPrivilege, display name: Create global objects, enabled.
      Privilege SeProfileSingleProcessPrivilege, display name: Profile single process, not enabled.
      Privilege SeIncreaseBasePriorityPrivilege, display name: Increase scheduling priority, not enabled.
      Privilege SeCreatePagefilePrivilege, display name: Create a pagefile, not enabled.
    Groups:
    Group count: 11
      \LOCAL S-1-2-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Administrators S-1-5-32-544 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_OWNER
      \Everyone S-1-1-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Users S-1-5-32-545 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      WATEST\Domain Users S-1-5-21-1442379584-1386351650-2746699151-513 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\INTERACTIVE S-1-5-4 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      VMTST050\ORA_DBA S-1-5-21-632969146-1124751804-835223308-1011 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\Authenticated Users S-1-5-11 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\REMOTE INTERACTIVE LOGON S-1-5-14 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      \ S-1-5-5-0-2480400 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_LOGON_ID
      NT AUTHORITY\This Organization S-1-5-15 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
    TRACE      [syxxsyshlp.cpp:185]
               syslib::logSystemState()
    System information
    ==================
    OS version, host name: Microsoft Windows NT [Version 5.2.3790 Service Pack 1] VMTST050
    RAM size (MB): 3583.45
    Swap size (MB): 10687.5
    Please help me out to over come this if any one had idea on this.
    Regards
    Narsimha

    Hi Daniel,
    I am very much thankful for your kind reply. I have to check this with the network team. I just posted whole contents of SAPinst_dev.log file can you please have a quick look so that you may have your valuable suggestions for me to over come the issue:
    Regards
    Narsimha
    TRACE      [sapinst.cpp:285]
               CSapInst::initMessaging()
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:344]
               CControlFile::getMessageFilePath()
    Running with messages from C:/Program Files/sapinst_instdir/NW04/EP/EP
    TRACE      [sapinst.cpp:306]
               CSapInst::initMessaging()
    This is SAPinst, version 642, build 851600
    compiled on Aug 24 2006, 03:01:15
    TRACE      [sapinst.cpp:311]
               CSapInst::initMessaging()
    Gui connected by user svc_netwvr_inst from host vmtst050
    TRACE      [syxxsyshlp.cpp:175]
               syslib::logSystemState()
    Process environment
    ===================
    Environment Variables
    =====================
       = C:=C:\Program Files\sapinst_instdir\NW04\EP\EP
       = E:=E:\software\MASTERCD\IM_WINDOWS_I386\SAPINST\NT\I386
      ALLUSERSPROFILE = C:\Documents and Settings\All Users
      APPDATA = C:\Documents and Settings\svc_netwvr_inst\Application Data
      CLIENTNAME = WS10345
      ClusterLog = C:\WINNT\Cluster\cluster.log
      CommonProgramFiles = C:\Program Files\Common Files
      COMPUTERNAME = VMTST050
      ComSpec = C:\WINNT\system32\cmd.exe
      FP_NO_HOST_CHECK = NO
      HOMEDRIVE = C:
      HOMEPATH = \Documents and Settings\svc_netwvr_inst
      JAVA_HOME = C:\j2sdk1.4.2_13
      LOGONSERVER =
    VMTST001
      NUMBER_OF_PROCESSORS = 1
      OS = Windows_NT
      Path = E:\oracle\ora92\jre\1.4.2\bin\client;E:\oracle\ora92\jre\1.4.2\bin;E:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\j2sdk1.4.2_13\bin
      PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
      PROCESSOR_ARCHITECTURE = x86
      PROCESSOR_IDENTIFIER = x86 Family 15 Model 4 Stepping 8, GenuineIntel
      PROCESSOR_LEVEL = 15
      PROCESSOR_REVISION = 0408
      ProgramFiles = C:\Program Files
      SAINST_JRE_HOME = C:\j2sdk1.4.2_13\jre\bin
      SAPINST_EXEDIR_CD = E:/software/MASTERCD/IM_WINDOWS_I386/SAPINST/NT/I386
      SESSIONNAME = RDP-Tcp#3
      SystemDrive = C:
      SystemRoot = C:\WINNT
      TEMP = C:\Temp\1
      TMP = C:\Temp\1
      USERDNSDOMAIN = WATEST.WCORP.COM.AU
      USERDOMAIN = WATEST
      USERNAME = svc_netwvr_inst
      USERPROFILE = C:\Documents and Settings\svc_netwvr_inst
      windir = C:\WINNT
    User: WATEST\svc_netwvr_inst, Id: S-1-5-21-1442379584-1386351650-2746699151-39577
    Working directory: C:\Program Files\sapinst_instdir\NW04\EP\EP
    Current access token
    ====================
    Could not get thread token. Last error: 1008. I assume that no thread token exists.
    Got process token.
    Privileges:
      Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled.
      Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled.
      Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled.
      Privilege SeDebugPrivilege, display name: Debug programs, not enabled.
      Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled.
      Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled.
      Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled.
      Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled.
      Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled.
      Privilege SeTcbPrivilege, display name: Act as part of the operating system, not enabled.
      Privilege SeUndockPrivilege, display name: Remove computer from docking station, not enabled.
      Privilege SeSecurityPrivilege, display name: Manage auditing and security log, not enabled.
      Privilege SeTakeOwnershipPrivilege, display name: Take ownership of files or other objects, not enabled.
      Privilege SeLoadDriverPrivilege, display name: Load and unload device drivers, not enabled.
      Privilege SeManageVolumePrivilege, display name: Perform volume maintenance tasks, not enabled.
      Privilege SeSystemProfilePrivilege, display name: Profile system performance, not enabled.
      Privilege SeImpersonatePrivilege, display name: Impersonate a client after authentication, enabled.
      Privilege SeSystemtimePrivilege, display name: Change the system time, not enabled.
      Privilege SeCreateGlobalPrivilege, display name: Create global objects, enabled.
      Privilege SeProfileSingleProcessPrivilege, display name: Profile single process, not enabled.
      Privilege SeIncreaseBasePriorityPrivilege, display name: Increase scheduling priority, not enabled.
      Privilege SeCreatePagefilePrivilege, display name: Create a pagefile, not enabled.
    Groups:
    Group count: 11
      \LOCAL S-1-2-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Administrators S-1-5-32-544 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_OWNER
      \Everyone S-1-1-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      BUILTIN\Users S-1-5-32-545 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      WATEST\Domain Users S-1-5-21-1442379584-1386351650-2746699151-513 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\INTERACTIVE S-1-5-4 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      VMTST050\ORA_DBA S-1-5-21-632969146-1124751804-835223308-1011 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\Authenticated Users S-1-5-11 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      NT AUTHORITY\REMOTE INTERACTIVE LOGON S-1-5-14 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
      \ S-1-5-5-0-2480400 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_LOGON_ID
      NT AUTHORITY\This Organization S-1-5-15 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED
    TRACE      [syxxsyshlp.cpp:185]
               syslib::logSystemState()
    System information
    ==================
    OS version, host name: Microsoft Windows NT [Version 5.2.3790 Service Pack 1] VMTST050
    RAM size (MB): 3583.45
    Swap size (MB): 10687.5
    TRACE      [iaxxclientacceptor.cpp:124]
               CClientAcceptor::acceptImpl()
    Running with control file E:/software/MASTERCD/IM_WINDOWS_I386/SAPINST/NT/I386/PATCOL640/WEBAS630/IND/control.xml version 642 and changelist 15172
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:142]
               CControlFile::getKeydbControlFileName()
    Running with keydb file keydb.xml
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:235]
               CControlFile::getDialogControlFileName()
    Running with dialog control file dialog.xml
    TRACE      [iaxxccontrolfile.cpp:184]
               CControlFile::getResourecFileName()
    Running with resource file C:/Program Files/sapinst_instdir/NW04/EP/EP/helppool.xml
    INFO       2006-11-15 17:07:35 [syxxcfile.cpp:402]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-11-15 17:07:35 [syxxcfile.cpp:523]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    TRACE      [iaxxclib.cpp:165]
               load()
    Opened iaccdlib.dll
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE      [iaxxclib.cpp:165]
               load()
    Opened iamodos.dll
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2006-11-15 17:07:37 [syxxcfile.cpp:402]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.2.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.2.html.
    INFO       2006-11-15 17:07:37 [syxxcfile.cpp:523]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.2.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.2.html.
    INFO       2006-11-15 17:07:37 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\summary.2.html.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    PHASE      2006-11-15 17:07:37 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Prepare the installation program.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2006-11-15 17:07:38 [iaxxcwalker.cpp:59]
               CDomWalker::walk()
    Installation start: Wednesday, 15 November 2006, 17:07:32; installation directory: C:\Program Files\sapinst_instdir\NW04\EP\EP; product to be installed: SAP NetWeaver '04 SR1> NetWeaver Components Running on Java> Portal Platform> Portal Installation
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component EP_DQE_DB_CONTENT|ind|ind|ind|EP60|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component EP_DQE_SERVICE|ind|ind|ind|EP60|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component EP_DQE_EAR_INSTALLATION|ind|ind|ind|EP60|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component startStopGenericWithoutDialogs|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component startStopGenericWithoutDialogs2|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component EP_INSTALL_CM|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component startStopGenericWithoutDialogs|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component DEPLOY_CM_PAR_FILES|ind|ind|ind|ind|ind; available: 1; required: 0
    TRACE      [iaxxcdgprc.cpp:610]
               CDialogProcessor::printTraceOnChangedInstanceNum()
    Deactivated some dialog sequences for component EP_INSTALL_***|ind|ind|ind|EP60|ind; available: 1; required: 0
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2006-11-15 17:07:39 [syxxcfile.cpp:402]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.3.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.3.html.
    INFO       2006-11-15 17:07:39 [syxxcfile.cpp:523]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.3.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.html to: C:/Program Files/sapinst_instdir/NW04/EP/EP/summary.3.html.
    INFO       2006-11-15 17:07:39 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\summary.3.html.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    PHASE      2006-11-15 17:07:39 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Deploying SDAs (using SDM and SAP Java EE Engine).
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2006-11-15 17:07:39 [syxxcfile.cpp:402]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.2.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.2.xml.
    INFO       2006-11-15 17:07:39 [syxxcfile.cpp:523]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.2.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.2.xml.
    INFO       2006-11-15 17:07:39 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\keydb.2.xml.
    TRACE      [iaxxcwalker.cpp:296]
               CDomWalker::processStep()
    Executing installation step EP_PORTAL_MAIN|ind|ind|ind|EP60|ind|0|EP60|ind|ind|ind|EP60|ind|0|EP_MAIN_SP3|ind|ind|ind|EP60|ind|0|EP_ADAPT_PRT|ind|ind|ind|EP60|ind|0|EP_SET_UME_PROPERTIES|ind|ind|ind|ind|ind|0|updateJ2eeEngineSysProps
    TRACE      [iaxxejsexp.cpp:208]
               EJS_Installer::writeTraceToLogBook()
    EP_SET_UME_PROPERTIES:
          - getCD EP60 = E:/software/netweaver/EP-KMC/PORTAL
          - SDM_HOME = E:\usr\sap/J2E/JC00/SDM
          - j2ee = E:\usr\sap/J2E/JC00/SDM/../j2ee
          - configtoolPath = E:\usr\sap/J2E/JC00/SDM/../j2ee/configtool
          - xml_target = E:\usr\sap/J2E/JC00/SDM/../j2ee/configtool/ume_config.xml
          - xml_source = E:/software/netweaver/EP-KMC\TOOLS/TEMPLATES/ume_config.xml
          - configPropertiesFile = E:\usr\sap/J2E/JC00/SDM/../j2ee/configtool/config.properties

  • My computer is old and I'm poor. Not enough ram for new ff! What can I do?

    Hello. I have windows xp, a very old e-machines hand-me-down computer, and only 368 mb of RAM and a 3.33 GHz intel processor. Even on this very old version of firefox, I am experiencing lots of crashes and error messages. I had a newer version but had to go back to this one as there were too many bugs!
    Now I get messages that my version (3.6.8)will soon be unsupported and have no security. I am very poor; I have no money to buy a new computer with all the latest bells and whistles just so that firefox will work: 1 gig of ram is Not gonna happen on THIS computer. SO... what do you suggest we poor folks do?
    I have loved firefox for years but it seems to be going the direction Microsoft went: cumbersome, heavy programs, tons of software needed along with tons more memory, things we don't WANT but must have anyway. I guess if you don't have terrabites now, you're not cool. This saddens me and excludes a lot of us who are poor.
    This is my feedback and plea for help. I hope you will address my questions and tell me which version of Firefox I can upgrade to that will be supported for longer than what I have presently. Firefox keeps getting slower and slower, the higher the number invented. I use it mainly for search, email, and youtube videos and watching other vids, which I can barely do at it is anymore. I don't want to switch, but will if I have no choice. I also wish for a stripped down application that is very light on my limited resources. I don't need a lot; just a search bar; don't even need toolbars from other apps such as google. Is this possible. even if I did have enough of everything for firefox 8 (which I don't)?
    Thank you for any help you can give.

    hello; i just erased the post i started with, because my status has changed. i searched in the firefox folder and found the uninstall folder, and this time, uninstall worked perfectly, and it gave me an option to save my personal info! YAY! i installed ff 3.6.24 without a hitch; FF is Baaaaaack!
    However, I did get a window saying my computer doesn't have enough resources for the latest version of 8, but that I should install the latest compatible version of firefox; which version would that be, I wonder? It takes me to the same page with the ff 3.6.24 downloads. I already have that now.
    I am going to mark this as solved; thank you cor-el for helping me with this problem and sticking with me as i whined and moaned, and tried to get the courage to "just do it!"

  • Arch64, RAM: 5gb of 6gb usable

    Hello there,
    i recently upgraded my hardware, adding 2x2GB Ram Sticks.
    Its a workstation (no laptop),
    The bios says that 6GB are Usable of 6GB Installed. (Before flashing it, it said only 5GB Usable).
    In Archlinux, i have only 5GB available
    free -m
    total used free shared buffers cached
    Mem: 4953 848 4105 0 0 259
    -/+ buffers/cache: 588 4365
    Swap: 0 0 0
    in dmesg, the following line says that linux at least knows how much mem there is:
    Memory: 5070532k/6291456k available (2464k kernel code, 170136k reserved, 926k data, 276k init)
    here the full dmesg log:
    Linux version 2.6.25-ARCH (root@workstation64) (gcc version 4.3.1 20080626 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 14 14:56:27 UTC 2008
    Command line: root=/dev/sdc1 ro vga=795 mem=6144M
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bfee0000 (usable)
    BIOS-e820: 00000000bfee0000 - 00000000bfee3000 (ACPI NVS)
    BIOS-e820: 00000000bfee3000 - 00000000bfef0000 (ACPI data)
    BIOS-e820: 00000000bfef0000 - 00000000bff00000 (reserved)
    BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 00000001c0000000 (usable)
    Entering add_active_range(0, 0, 159) 0 entries of 256 used
    Entering add_active_range(0, 256, 786144) 1 entries of 256 used
    Entering add_active_range(0, 1048576, 1572864) 2 entries of 256 used
    end_pfn_map = 1572864
    DMI 2.4 present.
    ACPI: RSDP 000F7D20, 0024 (r2 Nvidia)
    ACPI: XSDT BFEE3100, 0044 (r1 Nvidia ASUSACPI 42302E31 AWRD 0)
    ACPI: FACP BFEEADC0, 00F4 (r3 Nvidia ASUSACPI 42302E31 AWRD 0)
    ACPI: DSDT BFEE3280, 7ACE (r1 NVIDIA AWRDACPI 1000 MSFT 3000000)
    ACPI: FACS BFEE0000, 0040
    ACPI: HPET BFEEB000, 0038 (r1 Nvidia ASUSACPI 42302E31 AWRD 98)
    ACPI: MCFG BFEEB080, 003C (r1 Nvidia ASUSACPI 42302E31 AWRD 0)
    ACPI: APIC BFEEAF00, 0098 (r1 Nvidia ASUSACPI 42302E31 AWRD 0)
    Entering add_active_range(0, 0, 159) 0 entries of 256 used
    Entering add_active_range(0, 256, 786144) 1 entries of 256 used
    Entering add_active_range(0, 1048576, 1572864) 2 entries of 256 used
    early res: 0 [0-fff] BIOS data page
    early res: 1 [6000-7fff] SMP_TRAMPOLINE
    early res: 2 [200000-68d7cb] TEXT DATA BSS
    early res: 3 [37ee7000-37fef0fb] RAMDISK
    early res: 4 [9f800-a07ff] EBDA
    early res: 5 [8000-efff] PGTABLE
    [ffffe20000000000-ffffe200001fffff] PMD ->ffff810001200000 on node 0
    [ffffe20000200000-ffffe200003fffff] PMD ->ffff810001600000 on node 0
    [ffffe20000400000-ffffe200005fffff] PMD ->ffff810001a00000 on node 0
    [ffffe20000600000-ffffe200007fffff] PMD ->ffff810001e00000 on node 0
    [ffffe20000800000-ffffe200009fffff] PMD ->ffff810002200000 on node 0
    [ffffe20000a00000-ffffe20000bfffff] PMD ->ffff810002600000 on node 0
    [ffffe20000c00000-ffffe20000dfffff] PMD ->ffff810002a00000 on node 0
    [ffffe20000e00000-ffffe20000ffffff] PMD ->ffff810002e00000 on node 0
    [ffffe20001000000-ffffe200011fffff] PMD ->ffff810003200000 on node 0
    [ffffe20001200000-ffffe200013fffff] PMD ->ffff810003600000 on node 0
    [ffffe20001400000-ffffe200015fffff] PMD ->ffff810003a00000 on node 0
    [ffffe20001600000-ffffe200017fffff] PMD ->ffff810003e00000 on node 0
    [ffffe20001800000-ffffe200019fffff] PMD ->ffff810004200000 on node 0
    [ffffe20001a00000-ffffe20001bfffff] PMD ->ffff810004600000 on node 0
    [ffffe20001c00000-ffffe20001dfffff] PMD ->ffff810004a00000 on node 0
    [ffffe20001e00000-ffffe20001ffffff] PMD ->ffff810004e00000 on node 0
    [ffffe20002000000-ffffe200021fffff] PMD ->ffff810005200000 on node 0
    [ffffe20002200000-ffffe200023fffff] PMD ->ffff810005600000 on node 0
    [ffffe20002400000-ffffe200025fffff] PMD ->ffff810005a00000 on node 0
    [ffffe20002600000-ffffe200027fffff] PMD ->ffff810005e00000 on node 0
    [ffffe20002800000-ffffe200029fffff] PMD ->ffff810006200000 on node 0
    [ffffe20002a00000-ffffe20002bfffff] PMD ->ffff810006600000 on node 0
    [ffffe20002c00000-ffffe20002dfffff] PMD ->ffff810006a00000 on node 0
    [ffffe20002e00000-ffffe20002ffffff] PMD ->ffff810006e00000 on node 0
    [ffffe20003000000-ffffe200031fffff] PMD ->ffff810007200000 on node 0
    [ffffe20003200000-ffffe200033fffff] PMD ->ffff810007600000 on node 0
    [ffffe20003400000-ffffe200035fffff] PMD ->ffff810007a00000 on node 0
    [ffffe20003600000-ffffe200037fffff] PMD ->ffff810007e00000 on node 0
    [ffffe20003800000-ffffe200039fffff] PMD ->ffff810008200000 on node 0
    [ffffe20003a00000-ffffe20003bfffff] PMD ->ffff810008600000 on node 0
    [ffffe20003c00000-ffffe20003dfffff] PMD ->ffff810008a00000 on node 0
    [ffffe20003e00000-ffffe20003ffffff] PMD ->ffff810008e00000 on node 0
    [ffffe20004000000-ffffe200041fffff] PMD ->ffff810009200000 on node 0
    [ffffe20004200000-ffffe200043fffff] PMD ->ffff810009600000 on node 0
    [ffffe20004400000-ffffe200045fffff] PMD ->ffff810009a00000 on node 0
    [ffffe20004600000-ffffe200047fffff] PMD ->ffff810009e00000 on node 0
    [ffffe20004800000-ffffe200049fffff] PMD ->ffff81000a200000 on node 0
    [ffffe20004a00000-ffffe20004bfffff] PMD ->ffff81000a600000 on node 0
    [ffffe20004c00000-ffffe20004dfffff] PMD ->ffff81000aa00000 on node 0
    [ffffe20004e00000-ffffe20004ffffff] PMD ->ffff81000ae00000 on node 0
    [ffffe20005000000-ffffe200051fffff] PMD ->ffff81000b200000 on node 0
    [ffffe20005200000-ffffe200053fffff] PMD ->ffff81000b600000 on node 0
    Zone PFN ranges:
    DMA 0 -> 4096
    DMA32 4096 -> 1048576
    Normal 1048576 -> 1572864
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0 -> 159
    0: 256 -> 786144
    0: 1048576 -> 1572864
    On node 0 totalpages: 1310335
    DMA zone: 56 pages used for memmap
    DMA zone: 1178 pages reserved
    DMA zone: 2765 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 767768 pages, LIFO batch:31
    Normal zone: 7168 pages used for memmap
    Normal zone: 517120 pages, LIFO batch:31
    Movable zone: 0 pages used for memmap
    Detected use of extended apic ids on hypertransport bus
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Processor #0 (Bootup-CPU)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 4, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    ACPI: IRQ14 used by override.
    ACPI: IRQ15 used by override.
    Setting APIC routing to flat
    ACPI: HPET id: 0x10de8201 base: 0xfefff000
    Using ACPI (MADT) for SMP configuration information
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee3000
    PM: Registered nosave memory: 00000000bfee3000 - 00000000bfef0000
    PM: Registered nosave memory: 00000000bfef0000 - 00000000bff00000
    PM: Registered nosave memory: 00000000bff00000 - 00000000f0000000
    PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
    PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
    PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    Allocating PCI resources starting at c0000000 (gap: bff00000:30100000)
    SMP: Allowing 4 CPUs, 3 hotplug CPUs
    PERCPU: Allocating 34152 bytes of per cpu data
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1287653
    Kernel command line: root=/dev/sdc1 ro vga=795 mem=6144M
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 32768 bytes)
    Extended CMOS year: 2000
    TSC calibrated against PM_TIMER
    time.c: Detected 2411.102 MHz processor.
    spurious 8259A interrupt: IRQ7.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Checking aperture...
    Node 0: aperture @ ffb4000000 size 32 MB
    Aperture beyond 4GB. Ignoring.
    No AGP bridge found
    Your BIOS doesn't leave a aperture memory hole
    Please enable the IOMMU option in the BIOS setup
    This costs you 64 MB of RAM
    Mapping aperture over 65536 KB of RAM @ 10000000
    PM: Registered nosave memory: 0000000010000000 - 0000000014000000
    Memory: 5070532k/6291456k available (2464k kernel code, 170136k reserved, 926k data, 276k init)
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=64, Order=0-1, MinObjects=4, CPUs=4, Nodes=1
    hpet clockevent registered
    Calibrating delay using timer specific routine.. 4827.28 BogoMIPS (lpj=8042058)
    Security Framework initialized
    Capability LSM initialized
    Mount-cache hash table entries: 256
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    ACPI: Core revision 20070126
    ACPI: Checking initramfs for custom DSDT
    Using local APIC timer interrupts.
    APIC timer calibration result 12557861
    Detected 12.557 MHz APIC timer.
    Brought up 1 CPUs
    net_namespace: 1016 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: Using MMCONFIG at f0000000 - f3ffffff
    PCI: Using configuration type 1
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: Transparent bridge - 0000:00:06.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 *11 14 15)
    ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 *10 11 14 15)
    ACPI: PCI Interrupt Link [LMC1] (IRQs 5 7 9 *10 11 14 15)
    ACPI: PCI Interrupt Link [LAZA] (IRQs *5 7 9 10 11 14 15)
    ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
    ACPI: PCI Interrupt Link [LUB2] (IRQs *5 7 9 10 11 14 15)
    ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 *10 11 14 15)
    ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 10 *11 14 15)
    ACPI: PCI Interrupt Link [LSA2] (IRQs *5 7 9 10 11 14 15)
    ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
    ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
    ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
    ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
    ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
    ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0
    ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0
    ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
    ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [AMC1] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
    ACPI: PCI Interrupt Link [ASA2] (IRQs 20 21 22 23) *0
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    PCI-DMA: Disabling AGP.
    PCI-DMA: aperture base @ 10000000 size 65536 KB
    PCI-DMA: using GART IOMMU.
    PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    ACPI: RTC can wake from S4
    system 00:01: ioport range 0x1000-0x107f has been reserved
    system 00:01: ioport range 0x1080-0x10ff has been reserved
    system 00:01: ioport range 0x1400-0x147f has been reserved
    system 00:01: ioport range 0x1480-0x14ff has been reserved
    system 00:01: ioport range 0x1800-0x187f has been reserved
    system 00:01: ioport range 0x1880-0x18ff has been reserved
    system 00:02: ioport range 0x4d0-0x4d1 has been reserved
    system 00:02: ioport range 0x800-0x87f has been reserved
    system 00:02: ioport range 0x290-0x297 has been reserved
    system 00:0b: iomem range 0xf0000000-0xf3ffffff could not be reserved
    system 00:0c: iomem range 0xd2800-0xd3fff has been reserved
    system 00:0c: iomem range 0xf0000-0xf7fff could not be reserved
    system 00:0c: iomem range 0xf8000-0xfbfff could not be reserved
    system 00:0c: iomem range 0xfc000-0xfffff could not be reserved
    system 00:0c: iomem range 0xfefff000-0xfefff0ff has been reserved
    system 00:0c: iomem range 0xbfee0000-0xbfefffff could not be reserved
    system 00:0c: iomem range 0xffff0000-0xffffffff has been reserved
    system 00:0c: iomem range 0x0-0x9ffff could not be reserved
    system 00:0c: iomem range 0x100000-0xbfedffff could not be reserved
    system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:0c: iomem range 0xfee00000-0xfeefffff could not be reserved
    system 00:0c: iomem range 0xfefff000-0xfeffffff could not be reserved
    system 00:0c: iomem range 0xfff80000-0xfff80fff has been reserved
    system 00:0c: iomem range 0xfff90000-0xfffbffff has been reserved
    system 00:0c: iomem range 0xfffed000-0xfffeffff has been reserved
    PCI: Bridge: 0000:00:06.0
    IO window: disabled.
    MEM window: 0xfde00000-0xfdefffff
    PREFETCH window: disabled.
    PCI: Bridge: 0000:00:0e.0
    IO window: 8000-9fff
    MEM window: 0xfdd00000-0xfddfffff
    PREFETCH window: disabled.
    PCI: Bridge: 0000:00:0f.0
    IO window: 7000-7fff
    MEM window: 0xf8000000-0xfbffffff
    PREFETCH window: 0x00000000e0000000-0x00000000efffffff
    PCI: Setting latency timer of device 0000:00:06.0 to 64
    PCI: Setting latency timer of device 0000:00:0e.0 to 64
    PCI: Setting latency timer of device 0000:00:0f.0 to 64
    NET: Registered protocol family 2
    IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    Unpacking initramfs... done
    Freeing initrd memory: 1056k freed
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:03:00.0: Boot video device
    PCI: Setting latency timer of device 0000:00:0e.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:0e.0:pcie00]
    Allocate Port Service[0000:00:0e.0:pcie03]
    PCI: Setting latency timer of device 0000:00:0f.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:0f.0:pcie00]
    Allocate Port Service[0000:00:0f.0:pcie03]
    vesafb: framebuffer at 0xf9000000, mapped to 0xffffc20004100000, using 10240k, total 14336k
    vesafb: mode is 1280x1024x32, linelength=5120, pages=1
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Console: switching to colour frame buffer device 160x64
    fb0: VESA VGA frame buffer device
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /class/input/input0
    aoe: AoE v47 initialised.
    PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    input: AT Translated Set 2 keyboard as /class/input/input1
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    registered taskstats version 1
    Freeing unused kernel memory: 276k freed
    No dock devices found.
    SCSI subsystem initialized
    libata version 3.00 loaded.
    PCI: Setting latency timer of device 0000:00:04.0 to 64
    ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
    ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [APSI] -> GSI 23 (level, low) -> IRQ 23
    PCI: Setting latency timer of device 0000:00:05.0 to 64
    ACPI: PCI interrupt for device 0000:00:05.0 disabled
    ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
    ACPI: PCI Interrupt 0000:00:05.1[b] -> Link [APSJ] -> GSI 22 (level, low) -> IRQ 22
    PCI: Setting latency timer of device 0000:00:05.1 to 64
    ACPI: PCI interrupt for device 0000:00:05.1 disabled
    ACPI: PCI Interrupt Link [ASA2] enabled at IRQ 21
    ACPI: PCI Interrupt 0000:00:05.2[C] -> Link [ASA2] -> GSI 21 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:05.2 to 64
    ACPI: PCI interrupt for device 0000:00:05.2 disabled
    PCI: Enabling device 0000:02:00.1 (0000 -> 0001)
    ACPI: PCI Interrupt Link [APC8] enabled at IRQ 16
    ACPI: PCI Interrupt 0000:02:00.1[b] -> Link [APC8] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:02:00.1 to 64
    ACPI: PCI interrupt for device 0000:02:00.1 disabled
    pata_amd 0000:00:04.0: version 0.3.10
    PCI: Setting latency timer of device 0000:00:04.0 to 64
    scsi0 : pata_amd
    scsi1 : pata_amd
    ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
    ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
    Switched to high resolution mode on CPU 0
    ata1.01: ATAPI: HL-DT-ST DVDRAM GSA-4163B, A102, max UDMA/33
    ata1: nv_mode_filter: 0x739f&0x701f->0x701f, BIOS=0x7000 (0xc00000) ACPI=0x701f (600:60:0x1c)
    ata1.01: configured for UDMA/33
    ata2: port disabled. ignoring.
    scsi 0:0:1:0: CD-ROM HL-DT-ST DVDRAM GSA-4163B A102 PQ: 0 ANSI: 5
    ACPI: PCI Interrupt 0000:02:00.1[b] -> Link [APC8] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:02:00.1 to 64
    scsi2 : pata_jmicron
    scsi3 : pata_jmicron
    ata3: PATA max UDMA/100 cmd 0x9c00 ctl 0x9800 bmdma 0x8c00 irq 16
    ata4: PATA max UDMA/100 cmd 0x9400 ctl 0x9000 bmdma 0x8c08 irq 16
    ahci 0000:02:00.0: version 3.0
    ACPI: PCI Interrupt Link [APC7] enabled at IRQ 16
    ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [APC7] -> GSI 16 (level, low) -> IRQ 16
    ahci 0000:02:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    ahci 0000:02:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    PCI: Setting latency timer of device 0000:02:00.0 to 64
    scsi4 : ahci
    scsi5 : ahci
    ata5: SATA max UDMA/133 abar m8192@0xfddfe000 port 0xfddfe100 irq 16
    ata6: SATA max UDMA/133 abar m8192@0xfddfe000 port 0xfddfe180 irq 16
    ata5: SATA link down (SStatus 0 SControl 300)
    ata6: SATA link down (SStatus 0 SControl 300)
    sata_nv 0000:00:05.0: version 3.5
    ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [APSI] -> GSI 23 (level, low) -> IRQ 23
    PCI: Setting latency timer of device 0000:00:05.0 to 64
    scsi6 : sata_nv
    scsi7 : sata_nv
    ata7: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xdc00 irq 23
    ata8: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xdc08 irq 23
    ata7: SATA link down (SStatus 0 SControl 300)
    ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata8.00: ATA-7: SAMSUNG SP2504C, VT100-41, max UDMA7
    ata8.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 0/32)
    ata8.00: configured for UDMA/133
    scsi 7:0:0:0: Direct-Access ATA SAMSUNG SP2504C VT10 PQ: 0 ANSI: 5
    ACPI: PCI Interrupt 0000:00:05.1[b] -> Link [APSJ] -> GSI 22 (level, low) -> IRQ 22
    PCI: Setting latency timer of device 0000:00:05.1 to 64
    scsi8 : sata_nv
    scsi9 : sata_nv
    ata9: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 22
    ata10: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 22
    ata9: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata9.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133
    ata9.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 0/32)
    ata9.00: configured for UDMA/133
    ata10: SATA link down (SStatus 0 SControl 300)
    scsi 8:0:0:0: Direct-Access ATA ST3500630AS 3.AA PQ: 0 ANSI: 5
    ACPI: PCI Interrupt 0000:00:05.2[C] -> Link [ASA2] -> GSI 21 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:05.2 to 64
    scsi10 : sata_nv
    scsi11 : sata_nv
    ata11: SATA max UDMA/133 cmd 0xc400 ctl 0xc000 bmdma 0xb400 irq 21
    ata12: SATA max UDMA/133 cmd 0xbc00 ctl 0xb800 bmdma 0xb408 irq 21
    ata11: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata11.00: ATA-7: SAMSUNG HD753LJ, 1AA01108, max UDMA7
    ata11.00: 1465149168 sectors, multi 1: LBA48 NCQ (depth 0/32)
    ata11.00: configured for UDMA/133
    ata12: SATA link down (SStatus 0 SControl 300)
    scsi 10:0:0:0: Direct-Access ATA SAMSUNG HD753LJ 1AA0 PQ: 0 ANSI: 5
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
    ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 20 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:02.0 to 64
    ohci_hcd 0000:00:02.0: OHCI Host Controller
    ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
    ohci_hcd 0000:00:02.0: irq 20, io mem 0xfe02f000
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 10 ports detected
    Driver 'sr' needs updating - please use bus_type methods
    Driver 'sd' needs updating - please use bus_type methods
    sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:1:0: Attached scsi CD-ROM sr0
    sd 7:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 7:0:0:0: [sda] Write Protect is off
    sd 7:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 7:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 7:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 7:0:0:0: [sda] Write Protect is off
    sd 7:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 7:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:ACPI: PCI Interrupt Link [APCL] enabled at IRQ 23
    ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [APCL] -> GSI 23 (level, low) -> IRQ 23
    PCI: Setting latency timer of device 0000:00:02.1 to 64
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:02.1: debug port 1
    PCI: cache line size of 64 is not supported by device 0000:00:02.1
    ehci_hcd 0000:00:02.1: irq 23, io mem 0xfe02e000
    sda1 sda2 sda3 sda4 <<6>ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    sda5<6>hub 2-0:1.0: 10 ports detected
    sda6 sda7 >
    sd 7:0:0:0: [sda] Attached SCSI disk
    sd 8:0:0:0: [sdb] 976773168 512-byte hardware sectors (500108 MB)
    sd 8:0:0:0: [sdb] Write Protect is off
    sd 8:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    sd 8:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 8:0:0:0: [sdb] 976773168 512-byte hardware sectors (500108 MB)
    sd 8:0:0:0: [sdb] Write Protect is off
    sd 8:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    sd 8:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sdb: unknown partition table
    sd 8:0:0:0: [sdb] Attached SCSI disk
    sd 10:0:0:0: [sdc] 1465149168 512-byte hardware sectors (750156 MB)
    sd 10:0:0:0: [sdc] Write Protect is off
    sd 10:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    sd 10:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 10:0:0:0: [sdc] 1465149168 512-byte hardware sectors (750156 MB)
    sd 10:0:0:0: [sdc] Write Protect is off
    sd 10:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    sd 10:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
    sd 10:0:0:0: [sdc] Attached SCSI disk
    hub 2-0:1.0: unable to enumerate USB device on port 2
    SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    SGI XFS Quota Management subsystem
    XFS mounting filesystem sdc1
    Ending clean XFS mount for filesystem: sdc1
    hub 2-0:1.0: unable to enumerate USB device on port 3
    usb 1-2: new low speed USB device using ohci_hcd and address 2
    usb 1-2: configuration #1 chosen from 1 choice
    rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k
    usb 1-3: new low speed USB device using ohci_hcd and address 3
    usb 1-3: configuration #1 chosen from 1 choice
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
    ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
    ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APCH] -> GSI 22 (level, low) -> IRQ 22
    PCI: Setting latency timer of device 0000:00:08.0 to 64
    forcedeth 0000:00:08.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 04:4b:80:80:80:03
    forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
    ACPI: PCI Interrupt Link [AMC1] enabled at IRQ 21
    ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [AMC1] -> GSI 21 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:09.0 to 64
    forcedeth 0000:00:09.0: ifname eth1, PHY OUI 0x5043 @ 1, addr 04:4b:80:80:80:03
    forcedeth 0000:00:09.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
    fuse init (API version 7.9)
    loop: module loaded
    tun: Universal TUN/TAP device driver, 1.6
    tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
    input: Power Button (FF) as /class/input/input2
    ACPI: Power Button (FF) [PWRF]
    input: Power Button (CM) as /class/input/input3
    ACPI: Power Button (CM) [PWRB]
    ACPI: PNP0C0B:00 is registered as cooling_device0
    ACPI: Fan [FAN] (on)
    ACPI: ACPI0007:00 is registered as cooling_device1
    ACPI: Invalid reference in package _PSL
    ACPI: LNXTHERM:01 is registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (40 C)
    i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
    i2c-adapter i2c-1: nForce2 SMBus adapter at 0x1c40
    usbcore: registered new interface driver hiddev
    input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /class/input/input4
    sr 0:0:1:0: Attached scsi generic sg0 type 5
    sd 7:0:0:0: Attached scsi generic sg1 type 0
    sd 8:0:0:0: Attached scsi generic sg2 type 0
    sd 10:0:0:0: Attached scsi generic sg3 type 0
    input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:02.0-2
    input: Microsoft Microsoft IntelliMouse® Explorer as /class/input/input5
    input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft IntelliMouse® Explorer] on usb-0000:00:02.0-3
    usbcore: registered new interface driver usbhid
    drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
    ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
    ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [APC4] -> GSI 19 (level, low) -> IRQ 19
    ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[fdeff000-fdeff7ff] Max Packet=[2048] IR/IT contexts=[4/8]
    nvidia: module license 'NVIDIA' taints kernel.
    PPP generic driver version 2.4.2
    input: PC Speaker as /class/input/input6
    lp: driver loaded but no devices found
    ppdev: user-space parallel port driver
    ACPI: PCI Interrupt Link [APC6] enabled at IRQ 16
    ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [APC6] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:03:00.0 to 64
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 173.14.12 Thu Jul 17 18:10:24 PDT 2008
    XFS mounting filesystem sdc5
    Ending clean XFS mount for filesystem: sdc5
    ieee1394: Host added: ID:BUS[0-00:1023] GUID[0011d80000b0f253]
    XFS mounting filesystem sda5
    Ending clean XFS mount for filesystem: sda5
    ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 20
    ACPI: PCI Interrupt 0000:00:06.1[b] -> Link [AAZA] -> GSI 20 (level, low) -> IRQ 20
    usbcore: registered new interface driver oss_usb
    eth0: no link during initialization.
    device-mapper: uevent: version 1.0.3
    device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: [email protected]
    XFS: unknown mount option [uid].
    Filesystem "dm-0": Disabling barriers, not supported by the underlying device
    XFS mounting filesystem dm-0
    Ending clean XFS mount for filesystem: dm-0
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    eth1: no IPv6 routers present
    and my cpu:
    cat /proc/cpuinfo /usr/src/linux-2.6.25-ARCH root
    processor : 0
    vendor_id : AuthenticAMD
    cpu family : 15
    model : 79
    model name : AMD Athlon(tm) 64 Processor 3800+
    stepping : 2
    cpu MHz : 2411.102
    cache size : 512 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 1
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm svm extapic cr8_legacy
    bogomips : 4827.28
    TLB size : 1024 4K pages
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management: ts fid vid ttp tm stc
    how do i get my 1gb of memory back?
    --Ano

    My board has 4 slots, the slots are populated so that 2 identical ram sticks build a dual channel. The board supports max 8GB with 2GB per slot.
    I've run memtest86+  and it failed at test 8, 6 times at adresses >5500MB. I've rerun test 8 at those adress ranges but couldn't reproduce the errors.
    If i probe the bios for the mem sizes (within memtest) i also get a lot of errors, but i am not sure if these errors happen because of ram failure or wrong use of memtest
    i guess some chips of the 2GB stick are broken
    --Ano

Maybe you are looking for

  • Many questions...advice?  iPad 2 == iPad Air in France

    I have a 16 GB iPad 2 WiFi and am planning to buy a 32 GB iPad Air WiFi + cellular I'm in France, but will probably be moving to the US next year. Many questions, any answers appreciated! -I don't have a computer...my laptop committed suicide, and I

  • Converting Oracle XML Query Result in Java String by using XSU

    Hi, I have a problem by converting Oracle XML Query Result in Java String by using XSU. I use XSU for Java. For example: String datum=new OracleXMLQuery(conn,"Select max(ps.datum) from preise ps where match='"+args[0]+"'"); String datum1=datum; I bec

  • Create contact person for a Vendor

    Hi experts Someone could explaim the processes of contact person creation. I replicated the vendor from R/3 and now I need to send a BId to this vendor but the sistem ask for a contact person, so I tried go to transaction Manage business  Partner - E

  • Vendor Intermediary Bank account

    How can we setup intermediary bank account in SAP?

  • RADIUS authentication for IDS admin

    Hi, We've decided to centralize our accounts and are using ACS to authenticate admin access to switches, firewalls and to the CS-MARS by RADIUS. I'd like to extend that authentication also to the IDSMs running on our switches and to our CSS1100 boxes