Rookie install, please help (xhost / display issues)

First time on Unix, first install of Oracle - sorry if these are ignorant questions.
I have a SunV440, Solaris 10 installed. There is no graphics adapter - currently running the console output to a random windows box through hyperterminal via the RJ45 to serial connector. Then I have my PC, where I've downloaded cygwin. I have no idea how to get Xhost/display settings configured so I can get visual output on my PC as I do the install. I am currently going through the documented prerequisite from the Oracle documentation. When I attempt to run xhost on the server console, I get "unable to open display". I am following the instructions here (http://download.oracle.com/docs/cd/B19306_01/install.102/b28053/toc.htm#BAGFEJFI ) and I'm on step 8, substep 2 - Configuring the oracle User's environment.
When I run xhost at the local console I get "unable to open display" - is it b/c there is no graphics adapter in the system? Do I have to add a graphics adapter to install remotely?
And then it's unclear to me what commands to run on the console, and what commands to run on my PC (in cygwin). Help!

Did you get started with the xhost
I had the same porblem but I got the solution like this.
I connect to server using cygwin
when you login as default user, In your home directory
follow the steps
echo $DISPLAY
you will get the display o/p of ur localhost
localhost:10.0(in my case)
ls -la
then you will find .Xauthority file
chmod 777 .Xauthority
now loging as oracle
sudo su - oracle
passwd
now copy .Xuthority from ur default home to your oracle home
cp /home/sling/.Xauthority . (in my case)
now you must export display to what ever output when you got when you
did echo $DISPLAY in your default home
export DISPLAY= localhost:10.0 (in my case)
xclock
now you should able to run the installer

Similar Messages

  • Nearly there but not quite - Please help with display issue

    Hi,
    I had an issue with my mac starting which I resolved by replacing the graphics card. The mac now starts without issue BUT!
    In display preferences there is only one display resolution, no detect display button and if I try to calibrate the sliders have no effect
    I have tried resetting PRAM and SMC with no effect and also tried a different monitor
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          3 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per processor):          12 MB
      Memory:          8 GB
      Bus Speed:          1.6 GHz
      Boot ROM Version:          MP31.006C.B05
      SMC Version (system):          1.25f4
      Serial Number (system):          CK******XYL
      Hardware UUID: *****
    ATI Radeon HD 5770: (Previously ATI Radeon HD 2600 XT)
      Chipset Model:          ATI Radeon HD 5770
      Type:          Display
      Bus:          PCIe
      Slot:          Slot-1
      PCIe Lane Width:          x16
      VRAM (Total):          1024 MB
      Vendor:          ATI (0x1002)
      Device ID:          0x68b8
      Revision ID:          0x0000
      ROM Revision:          113-C0160C-155
      EFI Driver Version:          01.00.436
      Displays:
    Display:
      Resolution:          1920 x 1200
      Depth:          32-Bit Color
      Core Image:          Software
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Not Supported
    Display Connector:
    Display Connector:
    <Edited By Host>

    Not everyone updates their hardware porfile but it should have been spotted that yours lists 10.5.8 which was a big clue and reason to ask and check what you are runnning.
    Apple sells 10.6.3. Unlike the prior two which did come out with 10.X.6 which would work and allow boot from DVD you may need the 10.6.8 on flash memory that comes with Lion except that is $69.
    We usually do but get tired now that we've been saying "ATI 5x70 needs 10.6.5 or later" when people upgraded their graphic card like you did.
    I wish that wasn't so. I don't know how ATI does it for Windows but they do have to retool their drivers when a new OS comes out but end up with a package that supports more than one OS version.

  • I did not find facetime in iphone5. How to install please help me to install facetime

    I did not find facetime in iphone5. How to install please help me to install facetime

    What country did you buy the phone in?
    What iOS version does it have?
    As has been said, Facetime is banned in some coutnries and so is not available on iPhones and cannot be insatlled.
    Also, before iOS7, the iPhone had no Facetime icon, it was built into the Contacts App.

  • I had my ipod this week, so I do not know which applications to install. please help me

    I had my ipod this week, so I do not know which applications to install please help me    thank you in advance

    You can buy any apps that you want.

  • My macbook pro 15inch running on maverick when i try to click on wi-fi says no hardware installed please help i need wifi and and under network staus wi-fi is fail and under network airport is not connected can anybody help the wifi icon has a x and does

    my macbook pro 15inch running on maverick when i try to click on wi-fi says no hardware installed please help i need wifi and and under network staus wi-fi is fail and under network airport is not connected can anybody help the wifi icon has a x and does not even let me turn it on

    Have you attempted to reset the SMC? That would be the first step. Hold the left control, option, shift key and the power button for about 5 seconds and release. Then try to reboot. Might as well reset the PRAM as well. Hold command, option, P, R on start up until the machine restarts. If that doesnt' have any affect we'll have to dig deeper into a potential hardware failure.
    If this method doesn't work, check the webcam that will tell the problem is on the iSight & WiFi cable. If your webcam is ok, then it'll be the WiFi card problem. Hope it can help ;-)
    - xia_us9

  • Please help with this issue "To Run a SSIS Package outside of Server Data Tools You must install Drived Column of Integration sercvies of higher" From C# app

     i have searched all over the google and here on MSDN(I have read all the threads related to my problem ) , i am new to SISS and doing my clg project ,
    I have this package which loads data from  dim tables to a fact table , my Package runs without any problem in BIDS (2012)
    I have installed SQl Server integration services on SQL and service is also running in services.msc,
    the problem comes when i execute my package using my C# application i am using MSDN Method to execute a SSIS package programmatically given here.
    "http://msdn.microsoft.com/en-us/library/ms136090.aspx"
    For loading my FactTable i have used a Derived columns  and some lookups , 
    Now if i don't use derived columns and looks ups and just use source and destination component then my package runs fine from my C# application but if i use derived columns or looks ups etc it gives the following error
    "Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline: To Run a SSIS package outside of SQL Server Data Tools you must Install Derived Column of Integration services of higher"
    I am searching and trying to resolve this issue from previous 2 days but without any luck please help or guide me what is solution to this problem ,,i will be very thankful
    I have also found that integration services that are running on my system have version  10.0
    but the BIDS have version Version 11.0.3402.0
    IS this causing problem ?  if yes then what i have to do  ?

    Hi BlaxButt,
    The package is developed in SSDT installed by SQL Server 2012, so it is a SSIS 2012 package. However, the Integration Services you have installed is SQL Server 2008 R2 version. To run the package outside SSDT, you need SSIS 2012 installed. The reason why
    the package runs fine with only Source and Destination components is that such a simple package can be executed by the DTExec utility installed by SQL Server 2012 Data base Engine or Client Tools (SQL Server Import and Export Wizard). To run a package that
    uses other tasks/components outside SSDT/BIDS, the SSIS runtime is also required except the DTExec utility. To obtain the SSIS 2012 runtime, we have to install SSIS 2012 on the server where the package runs.
    Reference:
    http://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server
    Regards,
    Mike Yin
    TechNet Community Support

  • Serious issues with iMac, black screen during erase and install-PLEASE HELP

    My sister's Intel iMac G5 seriously has been a lemon, it has had SO many issues. It's now 2 years old, and has been rather slow for the maybe the last year, but over the last month or so it has gone way downhill, and it literally takes an hour to boot up, and 4-5 minutes to do anything (open an application, look at a photo in iPhoto, etc.). So, we've been trying to "erase and install" with her install discs to hopefully give the computer a clean boot and see if it helps at all. She has already backed everything up.
    She started the erase and install last night, and it was going ridiculously slow. This morning when she woke up, the blue progress bar had gone about half way across. Then she went to get her kids ready, and when she came back in it looked like the computer was rebooting itself (gray screen with apple), but then the screen turned black and she can't do anything on it. Has anyone seen anything similar to this before?
    We have had so much trouble getting this to work (we tried an archive and install a few days ago, but it gave her an error at the end). For about a day we couldn't even get the computer to boot up at all, but then miraculously yesterday morning it booted! Please help, I've converted her to Macs but if I can't get hers fixed she may never get one again!!

    I'm afraid that it's a contradiction in terms to talk about an intel iMac G5. What your sister has is an intel machine, and she will find good advice by posting to the [intel iMac Forum|http://discussions.apple.com/forum.jspa?forumID=1110].

  • Please help with Contribute issue- Adobe or anyone!

    My issues are many- I don't know where to start. First, as a long-time Adobe customer, I can not believe how support has declined- I really miss my "support package" from the early 90's when I spoke with a person who really knew how to address my problems and/or questions. I am so tired of being outsourced to someone who has no idea how to address my problem- only to send me to "Document #8932023912 03" off of the Adobe website. I want to talk to someone who KNOWS and APPRECIATES this product, and who understands its internal behavior (like what I get when I call MAC SUPPORT). I will pay for it! I have invested thousands of dollars on Adobe software and am now at an unacceptable standstill.
    My small business relies on the Adobe Creative Suite 4 and the Contribute program. Up until now, I have never had a complaint, especially after moving to Mac a few years ago. Troubles started after two things (still not sure what the culprit was) - installing Snow Leopard and installing a Wacom Bamboo tablet (on the same day- my bad). Well, Illustrator, Photoshop work just fine as well as my other non-Adobe programs. But I can't even open InDesign (will post this on the proper post) or Contribute. So Apple had me deduce that I needed to create a new User and try things there. I eventually migrated to this new user but still, I cannot use Contribute.
    I have set permissions with the program and contents of the folder- in addition to my Contribute keys to no avail. I can't even open it. Nor can I open it in my Root user which at least lets me run In Design. I am at a total loss and I need to update a website for my client. PLEASE someone, I would so greatly appreciate any advice or instruction as to how to run Contribute on my new user. Or in my Root user. I just need to get it to open! Reinstall did nothing PLEASE HELP.
    A special note to anyone from Adobe: I want to talk to someone via a support package-- NOT outsourced. Does this fee-based option exist? It doesn't seem to from the main support number. If someone can help direct me, I would appreciate the proper instruction to do so. I need to get my InDesign running again and I have already invested multiple hours, days with Adobe support with NO solution at all. This is unacceptable in my mind, especially for the moneys invested.
    Thank you in advance... Aimee M.

    I totally share your views on Adobe period. I loved Macromedia., they also answered all my questions, then Adobe had to buy them out! I called them today (sales Dept., that's where they answer rather quickly., of course), they explained the following: You can pay for a live person, but the prices differ  in that they come in packages. In other words, you can pay a flat rate per hour for one-on-one OR pay for one-on-one tech support 5 times per month, and the amount of times per month vary from that point on., and so does the price!  I'm baffled! They are HORRIBLE!! . Like yourself, am on a standstill ever since I've been stuck with not being able to publish my site with current edits and it gives me a message whereas my own company name is "currently editing the page," so it keeps kicking out. I've tried everything, including but not limited to the following: going to the library and checking out books to troubleshoot; going on Adobe pages for support as well the Help features on the software program., etc...I'm exhausted!  ADOBE you guys need to reassess your Customer Care Support and your outsourcing business as well!!! YOU WILL LOOSE YOUR CUSTOMERS RATHER QUICKLY!!

  • Please help website display problems

    Hi, Just purchased my mrs a curve 8520 with/thro Virgin. 
    Email, facebook/wifi all working but when browsing certain sites I have issues with display.
    For instance I use the browser and select sites from bookmarks (sites I have added) and these load fine, when I click link on sites it works but  the display will sometimes go black or displays incorrectly (can only see left side and unable to scroll to right etc). I refresh and it will get onto page but again it will go black and not display (sometimes I get security message to say not trusted certificate and I click on continue). To me (not too experienced with blackberry's though) it seems like a display issue with the blackberry.
    Is the display issue due to the sites?
    Can the blackberry only display certain sites due to site resolution?
    Is the black screen due to a memory issue (i.e.. Need more memory to display correctly)?
    Should I not use the blackberry browser and use the firefox or IE browser (have tried these too though and not worked but maybe I need to alter settings)?
    Or do I need to do something to the blackberry settings?
    I have tried a number of approaches to ensure ALL sites work correctly (mrs needs to use for work and needs to be able to access certain sites which Is why I got this phone). I would really appreciate some advice from an experienced Blackberry user,
    If you need additional info pls let me know, thanking you in advance for any help :-)

    olutomilola wrote:
    Pls how can  download adobe reader fO̶̷̩̥̊͡Я my phone
    If Adobe has released Reader for BB, you would find it at Adobe. But, honestly, I do not think that they have...they have for the PlayBook, but not for BB SmartPhones.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Please help - CD import issue in itunes

    I would really appreciate some help.
    I have a Sony Vaio laptop and a HP I Pod.
    Have used Itunes with no problems for 9 months and have imported/ripped hundreds of CDs into my library with no issues.
    Recently, however, iTunes stopped allowing me to import/rip CDs into my library. When I try, it imports the first 4-5 seconds of the first song and then locks my entire computer up. I have to power down the laptop.
    I attempted to run the CD diagnostic through iTunes, that also locked up the laptop.
    I have uninstalled and re-installed iTunes several times.
    I had my IT guy look at the laptop and do some preliminary research. He indicated that this is not uncommon and that others have reported having this problem since upgrading to iTunes 6.0.
    Based on that, I un-installed 6.0 and went back to the version that came with the iPod. I think it is 4.9. Problem still exists.
    Please help. I still have a lot of music I would like to load into iTunes.
    Thanks!

    This is what my CD Diagnostics results are:
    Microsoft Windows XP Home Edition Service Pack 1 (Build 2600)
    HP Pavilion 061 PE529A-ABA A523X
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: Pfc (2.5.0.204), PxHelp20 (2.0.0.0), AFS2K (3.1.19.0), MxlW2k (1.1.0.116),
    UpperFilters: GEARAspiWDM (2.0.4.3),
    Video Driver: VIA/S3G UniChrome Graphics\VIA/S3G UniChrome Graphics Adapter
    IDE\DiskSAMSUNGSP1203N________________________TL100-24, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskGenericUSB_CF_Reader__1.01, Bus Type USB
    USBSTOR\DiskGenericUSB_MS_Reader__1.03, Bus Type USB
    USBSTOR\DiskGenericUSB_SD_Reader__1.00, Bus Type USB
    USBSTOR\DiskGenericUSB_SM_Reader__1.02, Bus Type USB
    IDE\CdRomNEC_DVD+RW_ND-2100AD___________________1.26___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    E: _NEC DVD+RW ND-2100AD, Rev 1.26
    Audio CD in drive.
    Found 12 songs on CD, playing time 54:58 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 06:08:02
    Track 3, start time 10:47:27
    Track 4, start time 15:01:15
    Track 5, start time 19:07:55
    Track 6, start time 22:46:30
    Track 7, start time 27:29:05
    Track 8, start time 31:34:72
    Track 9, start time 35:35:07
    Track 10, start time 39:56:50
    Track 11, start time 43:22:07
    Track 12, start time 49:42:17
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16 20 24 32.
    The drive CDRW speeds are: 4 8 16 20.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.

  • Intel iMac G5, black screen during erase and install -- PLEASE HELP!

    My sister's Intel iMac G5 seriously has been a lemon, it has had SO many issues. It's now 2 years old, and has been rather slow for the maybe the last year, but over the last month or so it has gone way downhill, and it literally takes an hour to boot up, and 4-5 minutes to do anything (open an application, look at a photo in iPhoto, etc.). So, we've been trying to "erase and install" with her install discs to hopefully give the computer a clean boot and see if it helps at all. She has already backed everything up.
    She started the erase and install last night, and it was going ridiculously slow. This morning when she woke up, the blue progress bar had gone about half way across. Then she went to get her kids ready, and when she came back in it looked like the computer was rebooting itself (gray screen with apple), but then the screen turned black and she can't do anything on it. Has anyone seen anything similar to this before?
    We have had so much trouble getting this to work (we tried an archive and install a few days ago, but it gave her an error at the end). For about a day we couldn't even get the computer to boot up at all, but then miraculously yesterday morning it booted! Please help, I've converted her to Macs but if I can't get hers fixed she may never get one again!!

    Does she have the Apple Hardware Test CD/DVD?

  • Bootcamp update 3.1 and 3.2 will not install please help

    I am running windows 7 32 bit on a silver mac book pro. it wants me to update my boot camp version from 3.0 to 3.1 but when i go to download it, it comes up with a progress box but then after a while it gives me an error basically stating that if this problem persists try just downloading it and installing it manually well i have done both ways even downloaded it form the apple website to which no avail. when i go to run the standalone updater it give me the error " the application was unable to start correctly (0xc0000005) click OK to close the application" i have tried running it as an administrator, and using the compatibility mode tried it with xpsp2,3 and vista sp2,3.. please help me as i am not the only one having this problem in my department

    I donno if this is much help, but here goes.
    This was my problem: When I upgrade boot camp from 3.1 to 3.2 using the apple update software (online, and on my windows 7 64bit) It didn't upgrade. I did the restart and everything went smoothly, but it just didn't upgrade.
    Then I went on to apple boot camp software site to download the software to upgrade manually, then It says I need to locate bootcamp64.msi or something close to that.. I couldn't locate it on my hard-drive... so failure there
    Turns out that file is on the MacBook Pro Mac OS X install DVD, under boot camp - apple
    direct the location there and click on the bootcamp64 thing, and it should work  (If you have the same problem as me)

  • [SAPNW7.0ABAPTrialSP12] error when installing - please help

    Hello all,
    I'm a complete noob in SAP.
    I tried to install SAPNW7.0ABAPTrialSP12 in a separated partition. but I failed.. I have 3 partition, C (windows), E (data), G (SAP). And put all installer in it.. this drive also my sap install folder.
    there is an error when the install progress reach 76% after removing max db. after that.. I only got 2  folder Temp and sapdb with some folders with couple hundreds KB .exe in it.
    I've succesfully intalls the SAPGUI anda loopback adapter thou.
    my computer spec is:
    Windows XP Profesional N Version 2002 SP2
    jre-6-windows-i586
    I don't understand why the installer uninstall all of the program after installation...
    please help me to solve this..
    thanks in advance.
    Regards
    please find the log eror and the maxdb uninstall log which is created after the installation finish (wasn't there when before the installation)
    log.txt
    (Jun 17, 2008 8:39:53 PM), Install, com.installshield.product.actions.DeleteDirectory, err, An error occurred and product installation failed.  Look at the log file G:\sapdb\NSP\log.txt for details.
    (Jun 17, 2008 8:39:53 PM), Install, com.installshield.product.actions.DeleteDirectory, err, ProductException: (error code = 601; message="err"; additional data = [Unable to delete G:\sapdb\NSP\_tempLocation : ServiceException: (error code = -30020; message = "The directory is not empty.
    (145)"; severity = 0)])
    STACK_TRACE: 24
    ProductException: (error code = 601; message="err"; additional data = [Unable to delete G:\sapdb\NSP\_tempLocation : ServiceException: (error code = -30020; message = "The directory is not empty.
    (145)"; severity = 0)])
         at com.installshield.product.actions.DeleteDirectory.deleteDirectory(Unknown Source)
         at com.installshield.product.actions.DeleteDirectory.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Jun 17, 2008 8:39:53 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed.  Look at the log file G:\sapdb\NSP\log.txt for details.
    (Jun 17, 2008 8:39:53 PM), Install, com.installshield.product.actions.CreateDirectory, err, ProductException: (error code = 601; message="err"; additional data = [Can not delete : G:\sapdb\NSP\_tempLocation : ServiceException: (error code = -30020; message = "Access is denied.
    (5)"; severity = 0)])
    STACK_TRACE: 23
    ProductException: (error code = 601; message="err"; additional data = [Can not delete : G:\sapdb\NSP\_tempLocation : ServiceException: (error code = -30020; message = "Access is denied.
    (5)"; severity = 0)])
         at com.installshield.product.actions.CreateDirectory.uninstall(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    MaxDBUninstall_install-16.06.2008-23.12.log
    INSTALLER_INFO: Version = 7.6.02 Build 014-123-152-175
    INSTALLER_INFO: Changelist = 152175
    INSTALLER_INFO: MakeId = 240446
    INSTALLER_INFO: Type = kit
    SYS_INFO: Host name = NEOXAVIER
    SYS_INFO: System = Windows
    SYS_INFO: Architecture = I386
    SYS_INFO: Version = NT 5.1
    SYS_INFO: Subversion = Service Pack 2
    CALL: sdbuninst -all
    MSG: InstallRegistry: space check ok: 25312068 kb on G: (30668052 kb total) available
    MSG: install registry successfully locked
    MSG: read 10 PACKAGES
    MSG: net registry size = 127934 bytes
    MSG: InstallRegistry: reserved 1024 kb disk space
    MSG: no installation data to migrate
    STDOUT:
    uninstall following package(s):
    STDOUT: Database Kernel   g:/sapdb/nsp/db        7.6.02.14   32 bit
    STDOUT: Server Utilities  g:/sapdb/programs      7.6.02.14   32 bit
    STDOUT: SAP Utilities     g:/sapdb/programs      7.6.02.14   32 bit
    STDOUT: JDBC              g:/sapdb/programs      7.6.03.02        
    STDOUT: Messages          g:/sapdb/programs      MSG 0.5028       
    STDOUT: Webtools          g:/sapdb/programs/web  7.6.00.32   32 bit
    STDOUT: ODBC              g:/sapdb/programs      7.6.02.14   32 bit
    STDOUT: SQLDBC 76         g:/sapdb/programs      7.6.02.14   32 bit
    STDOUT: SQLDBC            g:/sapdb/programs      7.6.02.14   32 bit
    STDOUT: Base              g:/sapdb/programs      7.6.02.14   32 bit
    STDOUT:
    MSG: set function reference "register" in package Database Kernel
    MSG: set function reference "unregister" in package Database Kernel
    MSG: set function reference "preuninstall" in package Database Kernel
    MSG: set function reference "postuninstall" in package Database Kernel
    MSG: set function reference "verify" in package Database Kernel
    WRN: InstallRegistry::removeInstanceData(): no data for instance ""
    MSG: set function reference "register" in package Server Utilities
    MSG: set function reference "unregister" in package Server Utilities
    MSG: set function reference "preuninstall" in package Server Utilities
    MSG: set function reference "postuninstall" in package Server Utilities
    MSG: no function "verify" in package Server Utilities
    MSG: set function reference "register" in package SAP Utilities
    MSG: set function reference "unregister" in package SAP Utilities
    MSG: set function reference "preuninstall" in package SAP Utilities
    MSG: set function reference "postuninstall" in package SAP Utilities
    MSG: no function "verify" in package SAP Utilities
    MSG: no function "register" in package JDBC
    MSG: no function "unregister" in package JDBC
    MSG: no function "preuninstall" in package JDBC
    MSG: no function "postuninstall" in package JDBC
    MSG: no function "verify" in package JDBC
    MSG: set function reference "register" in package Messages
    MSG: set function reference "unregister" in package Messages
    MSG: set function reference "preuninstall" in package Messages
    MSG: set function reference "postuninstall" in package Messages
    MSG: no function "verify" in package Messages
    MSG: set function reference "register" in package Webtools
    MSG: set function reference "unregister" in package Webtools
    MSG: set function reference "preuninstall" in package Webtools
    MSG: set function reference "postuninstall" in package Webtools
    MSG: no function "verify" in package Webtools
    MSG: set function reference "register" in package ODBC
    MSG: set function reference "unregister" in package ODBC
    MSG: set function reference "preuninstall" in package ODBC
    MSG: set function reference "postuninstall" in package ODBC
    MSG: no function "verify" in package ODBC
    MSG: set function reference "register" in package SQLDBC 76
    MSG: set function reference "unregister" in package SQLDBC 76
    MSG: set function reference "preuninstall" in package SQLDBC 76
    MSG: set function reference "postuninstall" in package SQLDBC 76
    MSG: no function "verify" in package SQLDBC 76
    MSG: set function reference "register" in package SQLDBC
    MSG: set function reference "unregister" in package SQLDBC
    MSG: set function reference "preuninstall" in package SQLDBC
    MSG: set function reference "postuninstall" in package SQLDBC
    MSG: no function "verify" in package SQLDBC
    MSG: set function reference "register" in package Base
    MSG: set function reference "unregister" in package Base
    MSG: set function reference "preuninstall" in package Base
    MSG: set function reference "postuninstall" in package Base
    MSG: set function reference "verify" in package Base
    MSG: packagedata of package Database Kernel changed
    MSG: writing 10 packages
    MSG: net install registry size = 127934 bytes
    MSG: wrote install registry (148298 bytes)
    STDOUT: unregister Database Kernel 7.6.02.14
    SYS: "G:\sapdb\programs\pgm\dbmcli.exe" -R "G:\sapdb\NSP\db" inst_unreg: OK
    file "g:/sapdb/nsp/db/doc/FirstSteps/ODBC/HowToODBC.html" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/_socket.pyd" deleted
    file "g:/sapdb/nsp/db/pgm/dbmsrv.exe" deleted
    file "g:/sapdb/nsp/db/env/INFO.py" deleted
    file "g:/sapdb/nsp/db/pgm/diagnose.exe" deleted
    file "g:/sapdb/nsp/db/bin/xsqlro.exe" deleted
    file "g:/sapdb/nsp/db/misc/create_demo_db.cmd" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/sdb/__init__.py" deleted
    file "g:/sapdb/nsp/db/bin/xci.exe" deleted
    file "g:/sapdb/nsp/db/bin/xtracesort.exe" deleted
    file "g:/sapdb/nsp/db/bin/x_diagnose.exe" deleted
    file "g:/sapdb/nsp/db/pgm/Tools_WinEvtLog.dll" deleted
    file "g:/sapdb/nsp/db/sap/grantxdb.dbm" deleted
    file "g:/sapdb/nsp/db/pgm/cons.exe" deleted
    file "g:/sapdb/nsp/db/demo/tutoriallib.py" deleted
    file "g:/sapdb/nsp/db/sap/sphsapdb.dll" deleted
    file "g:/sapdb/nsp/db/demo/HOTEL.py" deleted
    file "g:/sapdb/nsp/db/env/cserv.pcf" deleted
    file "g:/sapdb/nsp/db/pgm/service.exe" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/_sre.pyd" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Python/HowToPython.html" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/ODBC/HelloMaxDB.c" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Java/DemodbData.java" deleted
    file "g:/sapdb/nsp/db/pgm/dbghelp.dll" deleted
    file "g:/sapdb/nsp/db/sap/saprfc.ini" deleted
    file "g:/sapdb/nsp/db/cluster/strt_clu.exe" deleted
    file "g:/sapdb/nsp/db/pgm/tracesort.exe" deleted
    file "g:/sapdb/nsp/db/cluster/SAPDBMSCSMan.exe" deleted
    file "g:/sapdb/nsp/db/bin/sqlwhat.exe" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/pyexpat.pyd" deleted
    file "g:/sapdb/nsp/db/pgm/libSQLDBC_C.dll" deleted
    file "g:/sapdb/nsp/db/pgm/python23.dll" deleted
    file "g:/sapdb/nsp/db/env/SQLDBC.py" deleted
    file "g:/sapdb/nsp/db/cluster/SAPDBMSCSRes.dll" deleted
    file "g:/sapdb/nsp/db/cluster/stop_clu.exe" deleted
    file "g:/sapdb/nsp/db/pgm/sqlinst.dll" deleted
    file "g:/sapdb/nsp/db/pgm/StudioUtil.dll" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Python/HelloMaxDB.py" deleted
    file "g:/sapdb/nsp/db/sap/sphsapdb.lst" deleted
    file "g:/sapdb/nsp/db/pgm/cr_param.exe" deleted
    file "g:/sapdb/nsp/db/bin/sqlrun.dll" deleted
    file "g:/sapdb/nsp/db/bin/backint.exe" deleted
    file "g:/sapdb/nsp/db/pgm/libSQLDBC.dll" deleted
    file "g:/sapdb/nsp/db/bin/dbmsrvctl.exe" deleted
    file "g:/sapdb/nsp/db/env/UDE.py" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Java/DemodbData.class" deleted
    file "g:/sapdb/nsp/db/sap/lcinit.bat" deleted
    file "g:/sapdb/nsp/db/env/lsystab.py" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Perl/StateMaxDB.pl" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/zlib.pyd" deleted
    file "g:/sapdb/nsp/db/pgm/python23.zip" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Java/HelloMaxDB.class" deleted
    file "g:/sapdb/nsp/db/env/installib.py" deleted
    file "g:/sapdb/nsp/db/pgm/renparam.exe" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Python/StateMaxDB.py" deleted
    file "g:/sapdb/nsp/db/env/TRIGGER.py" deleted
    file "g:/sapdb/nsp/db/pgm/libhsscopy.dll" deleted
    file "g:/sapdb/nsp/db/pgm/systemrc.exe" deleted
    file "g:/sapdb/nsp/db/pgm/dbmunreg.exe" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/ODBC/Makefile" deleted
    file "g:/sapdb/nsp/db/pgm/stop.exe" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/sdb/sql.pyd" deleted
    file "g:/sapdb/nsp/db/env/APPS.py" deleted
    file "g:/sapdb/nsp/db/env/kernprot.use" deleted
    file "g:/sapdb/nsp/db/pgm/liboms.dll" deleted
    file "g:/sapdb/nsp/db/cluster/service_clu.exe" deleted
    file "g:/sapdb/nsp/db/env/ORADDSYN.py" deleted
    file "g:/sapdb/nsp/db/bin/xsql.exe" deleted
    file "g:/sapdb/nsp/db/env/SYSINFOCOM.py" deleted
    file "g:/sapdb/nsp/db/cluster/SAPDBMSCSEx.dll" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/SQLDBC/HelloMaxDB.cpp" deleted
    file "g:/sapdb/nsp/db/env/CNR3DATA.py" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/index.html" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Java/HowToJava.html" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Perl/demodbData.pm" deleted
    file "g:/sapdb/nsp/db/bin/pipe2file.exe" deleted
    file "g:/sapdb/nsp/db/bin/dbmevthndl_winlog.exe" deleted
    file "g:/sapdb/nsp/db/demo/ltutorial.py" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Python/HelloMaxDB-API.py" deleted
    file "g:/sapdb/nsp/db/bin/xservice.exe" deleted
    file "g:/sapdb/nsp/db/env/REPOSITORY.py" deleted
    file "g:/sapdb/nsp/db/cluster/serv_clu.exe" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/optlib.py" deleted
    file "g:/sapdb/nsp/db/env/ORADDCOM.py" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/SQLDBC/Makefile" deleted
    file "g:/sapdb/nsp/db/pgm/dbmsrvscd.exe" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Perl/HowToPerl.html" deleted
    file "g:/sapdb/nsp/db/pgm/TableDefC.dll" deleted
    file "g:/sapdb/nsp/db/cluster/dbmsrv_clu.exe" deleted
    file "g:/sapdb/nsp/db/pgm/sysrc.exe" deleted
    file "g:/sapdb/nsp/db/bin/xoldci.exe" deleted
    file "g:/sapdb/nsp/db/pgm/kernel.exe" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Java/StateMaxDB.class" deleted
    file "g:/sapdb/nsp/db/pgm/slowci.exe" deleted
    file "g:/sapdb/nsp/db/env/SAPDBLOADER.py" deleted
    file "g:/sapdb/nsp/db/bin/sqlver.exe" deleted
    file "g:/sapdb/nsp/db/env/general.use" deleted
    file "g:/sapdb/nsp/db/sap/dbpinstall.lst" deleted
    file "g:/sapdb/nsp/db/pgm/dbpinstall.dll" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Java/StateMaxDB.java" deleted
    file "g:/sapdb/nsp/db/env/en/DBM.en" deleted
    file "g:/sapdb/nsp/db/sap/lvcbench.dll" deleted
    file "g:/sapdb/nsp/db/env/lapps.py" deleted
    file "g:/sapdb/nsp/db/env/getpackages.py" deleted
    file "g:/sapdb/nsp/db/pgm/lserver.exe" deleted
    file "g:/sapdb/nsp/db/env/WA.py" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/sdb/dbm.pyd" deleted
    file "g:/sapdb/nsp/db/misc/drop_demo_db.cmd" deleted
    file "g:/sapdb/nsp/db/bin/ireport.py" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/sdb/dbapi.py" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Java/HelloMaxDB.java" deleted
    file "g:/sapdb/nsp/db/env/ORADDV.py" deleted
    cannot delete file "g:/sapdb/nsp/db/pgm/pysapdb.exe": Permission denied
    file "g:/sapdb/nsp/db/doc/FirstSteps/maxdbenv.cmd" deleted
    file "g:/sapdb/nsp/db/env/GARBAGE.py" deleted
    file "g:/sapdb/nsp/db/pgm/libsqlcls.dll" deleted
    file "g:/sapdb/nsp/db/bin/xkernprot.exe" deleted
    file "g:/sapdb/nsp/db/env/SYSINFO.py" deleted
    file "g:/sapdb/nsp/db/env/XDDCOM.py" deleted
    file "g:/sapdb/nsp/db/bin/sdbfill.exe" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/SQLDBC/HowToSQLDBC.html" deleted
    file "g:/sapdb/nsp/db/env/XDD.py" deleted
    file "g:/sapdb/nsp/db/lib/python2.3/sdb/loader.pyd" deleted
    file "g:/sapdb/nsp/db/env/ODBC.py" deleted
    file "g:/sapdb/nsp/db/pgm/backup.exe" deleted
    file "g:/sapdb/nsp/db/env/SYSDBA.py" deleted
    file "g:/sapdb/nsp/db/pgm/dbmshm.exe" deleted
    file "g:/sapdb/nsp/db/env/PRECOM.py" deleted
    file "g:/sapdb/nsp/db/env/ORADD.py" deleted
    file "g:/sapdb/nsp/db/env/CNR3TAB.py" deleted
    file "g:/sapdb/nsp/db/cluster/sapdbmscsman.dll" deleted
    file "g:/sapdb/nsp/db/pgm/strt.exe" deleted
    file "g:/sapdb/nsp/db/env/SHOWCMD.py" deleted
    file "g:/sapdb/nsp/db/env/DBANA.py" deleted
    file "g:/sapdb/nsp/db/env/SYSDBACOM.py" deleted
    file "g:/sapdb/nsp/db/pgm/dbmstop.exe" deleted
    file "g:/sapdb/nsp/db/doc/FirstSteps/Python/demodbData.py" deleted
    file "g:/sapdb/nsp/db/bin/dbmevthndl_display.exe" deleted
    file "g:/sapdb/nsp/db/env/DBMVIEWS.py" deleted
    file "g:/sapdb/nsp/db/pgm/dbmstart.exe" deleted
    file "g:/sapdb/nsp/db/env/JDBC.py" deleted
    file "g:/sapdb/nsp/db/pgm/dbmreg.exe" deleted
    file "g:/sapdb/nsp/db/pgm/sqlmsg.dll" deleted
    cannot remove directory "g:/sapdb/nsp/db/bin": directory is not empty
    directory "g:/sapdb/nsp/db/cluster" removed
    directory "g:/sapdb/nsp/db/demo" removed
    directory "g:/sapdb/nsp/db/doc/FirstSteps/Java" removed
    directory "g:/sapdb/nsp/db/doc/FirstSteps/ODBC" removed
    directory "g:/sapdb/nsp/db/doc/FirstSteps/Perl" removed
    directory "g:/sapdb/nsp/db/doc/FirstSteps/Python" removed
    directory "g:/sapdb/nsp/db/doc/FirstSteps/SQLDBC" removed
    directory "g:/sapdb/nsp/db/doc/FirstSteps" removed
    directory "g:/sapdb/nsp/db/doc" removed
    directory "g:/sapdb/nsp/db/env/en" removed
    directory "g:/sapdb/nsp/db/env" removed
    directory "g:/sapdb/nsp/db/lib/python2.3/sdb" removed
    directory "g:/sapdb/nsp/db/lib/python2.3" removed
    directory "g:/sapdb/nsp/db/lib" removed
    directory "g:/sapdb/nsp/db/misc" removed
    directory "g:/sapdb/nsp/db/pgm" removed
    directory "g:/sapdb/nsp/db/sap" removed
    cannot remove directory "g:/sapdb/nsp/db": directory is not empty
    MSG: packagedata of package Server Utilities changed
    MSG: writing 9 packages
    MSG: net install registry size = 83346 bytes
    MSG: wrote install registry (98214 bytes)
    SYS: "g:\sapdb\programs\bin\x_server.exe" stop
    SYS: "g:\sapdb\programs\bin\x_server.exe" remove: 19710 INFO: Service 'XServer' removed successfully
    file "g:/sapdb/programs/bin/x_wiz.exe" deleted
    file "g:/sapdb/programs/bin/x_show.exe" deleted
    file "g:/sapdb/programs/env/serv.use" deleted
    file "g:/sapdb/programs/env/xstop.use" deleted
    file "g:/sapdb/programs/bin/x_wizard.exe" deleted
    file "g:/sapdb/programs/bin/x_wizstop.exe" deleted
    file "g:/sapdb/programs/bin/x_cons.exe" deleted
    file "g:/sapdb/programs/bin/sqlrun.dll" deleted
    file "g:/sapdb/programs/etc/VERSIONS" deleted
    file "g:/sapdb/programs/bin/xbackup.exe" deleted
    file "g:/sapdb/programs/bin/x_stop.exe" deleted
    file "g:/sapdb/programs/bin/sysmon.exe" deleted
    file "g:/sapdb/programs/bin/x_start.exe" deleted
    file "g:/sapdb/programs/bin/xinstinfo.exe" deleted
    file "g:/sapdb/programs/bin/x_wiztrc.exe" deleted
    file "g:/sapdb/programs/bin/x_analys.exe" deleted
    file "g:/sapdb/programs/bin/xpu.exe" deleted
    file "g:/sapdb/programs/env/xstart.use" deleted
    file "g:/sapdb/programs/pgm/show.exe" deleted
    file "g:/sapdb/programs/bin/sdbinfo.exe" deleted
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    directory "g:/sapdb/programs/env" removed
    directory "g:/sapdb/programs/etc" removed
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/msg": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/jar": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/Support/Mapfiles": directory is not empty
    cannot remove directory "g:/sapdb/programs/Support": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb/data/config/install": directory is not empty
    cannot remove directory "g:/sapdb/data/config": directory is not empty
    directory "g:/sapdb/data/wrk/.M760214/dbahist" removed
    directory "g:/sapdb/data/wrk/.M760214" removed
    cannot remove directory "g:/sapdb/data/wrk": directory is not empty
    cannot remove directory "g:/sapdb/data": directory is not empty
    directory "g:/sapdb/NSP/data" removed
    cannot remove directory "g:/sapdb/NSP/db/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db": directory is not empty
    directory "g:/sapdb/NSP/log" removed
    cannot remove directory "g:/sapdb/NSP/_jvm/bin/client": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin": directory is not empty
    directory "g:/sapdb/NSP/_jvm/lib/applet" removed
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/cmm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/ext": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/fonts": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/i386": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/im": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images/cursors": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/javaws": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/management": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/security": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Africa": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Indiana": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Kentucky": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/North_Dakota": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Antarctica": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Asia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Atlantic": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Australia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Etc": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Europe": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Indian": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Pacific": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_tempLocation": directory is not empty
    cannot remove directory "g:/sapdb/NSP": directory is not empty
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/msg": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/jar": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/Support/Mapfiles": directory is not empty
    cannot remove directory "g:/sapdb/programs/Support": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb": directory is not empty
    MSG: packagedata of package SAP Utilities changed
    MSG: writing 8 packages
    MSG: net install registry size = 76188 bytes
    MSG: wrote install registry (89805 bytes)
    file "g:/sapdb/programs/lib/librfc32u.dll" deleted
    file "g:/sapdb/programs/lib/libsapucum.dll" deleted
    file "g:/sapdb/programs/lib/libsapu16vc71.dll" deleted
    file "g:/sapdb/programs/Support/Mapfiles/dbmgetf.map" deleted
    file "g:/sapdb/programs/symbols/sapni.pdb" deleted
    file "g:/sapdb/programs/lib/icuin30.dll" deleted
    file "g:/sapdb/programs/pgm/dbmgetf.exe" deleted
    file "g:/sapdb/programs/pgm/sapni.dll" deleted
    file "g:/sapdb/programs/Support/Mapfiles/dbmrfc.map" deleted
    file "g:/sapdb/programs/Support/Mapfiles/sapni.map" deleted
    file "g:/sapdb/programs/lib/icuuc30.dll" deleted
    file "g:/sapdb/programs/bin/dbmrfc.exe" deleted
    file "g:/sapdb/programs/lib/icudt30.dll" deleted
    cannot remove directory "g:/sapdb/data/config/install": directory is not empty
    cannot remove directory "g:/sapdb/data/config": directory is not empty
    cannot remove directory "g:/sapdb/data/wrk": directory is not empty
    cannot remove directory "g:/sapdb/data": directory is not empty
    cannot remove directory "g:/sapdb/data/config/install": directory is not empty
    cannot remove directory "g:/sapdb/data/config": directory is not empty
    cannot remove directory "g:/sapdb/data/wrk": directory is not empty
    cannot remove directory "g:/sapdb/data": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin/client": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/cmm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/ext": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/fonts": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/i386": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/im": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images/cursors": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/javaws": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/management": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/security": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Africa": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Indiana": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Kentucky": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/North_Dakota": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Antarctica": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Asia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Atlantic": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Australia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Etc": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Europe": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Indian": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Pacific": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_tempLocation": directory is not empty
    cannot remove directory "g:/sapdb/NSP": directory is not empty
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/msg": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/jar": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    directory "g:/sapdb/programs/Support/Mapfiles" removed
    directory "g:/sapdb/programs/Support" removed
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb": directory is not empty
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/msg": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/jar": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb/data/config/install": directory is not empty
    cannot remove directory "g:/sapdb/data/config": directory is not empty
    cannot remove directory "g:/sapdb/data/wrk": directory is not empty
    cannot remove directory "g:/sapdb/data": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin/client": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/cmm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/ext": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/fonts": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/i386": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/im": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images/cursors": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/javaws": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/management": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/security": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Africa": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Indiana": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Kentucky": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/North_Dakota": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Antarctica": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Asia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Atlantic": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Australia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Etc": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Europe": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Indian": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Pacific": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_tempLocation": directory is not empty
    cannot remove directory "g:/sapdb/NSP": directory is not empty
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/msg": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/7602": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime/jar": directory is not empty
    cannot remove directory "g:/sapdb/programs/runtime": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb": directory is not empty
    MSG: packagedata of package JDBC changed
    MSG: writing 7 packages
    MSG: net install registry size = 72603 bytes
    MSG: wrote install registry (85337 bytes)
    file "g:/sapdb/programs/runtime/7602/pgm/sapdbcbin.dll" deleted
    file "g:/sapdb/programs/runtime/jar/sapdbc.jar" deleted
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/msg": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    directory "g:/sapdb/programs/runtime/7602/pgm" removed
    directory "g:/sapdb/programs/runtime/7602" removed
    directory "g:/sapdb/programs/runtime/jar" removed
    directory "g:/sapdb/programs/runtime" removed
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb/data/config/install": directory is not empty
    cannot remove directory "g:/sapdb/data/config": directory is not empty
    cannot remove directory "g:/sapdb/data/wrk": directory is not empty
    cannot remove directory "g:/sapdb/data": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin/client": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/cmm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/ext": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/fonts": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/i386": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/im": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images/cursors": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/javaws": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/management": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/security": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Africa": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Indiana": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Kentucky": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/North_Dakota": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Antarctica": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Asia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Atlantic": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Australia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Etc": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Europe": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Indian": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Pacific": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_tempLocation": directory is not empty
    cannot remove directory "g:/sapdb/NSP": directory is not empty
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/msg": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb": directory is not empty
    MSG: packagedata of package Messages changed
    MSG: writing 6 packages
    MSG: net install registry size = 70005 bytes
    MSG: wrote install registry (82192 bytes)
    file "g:/sapdb/programs/msg/SDBMsg_Recovery.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_FileDir.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Rst.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_BTree.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Converter.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_OMS.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMSrvOI.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_APO.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Loader.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTEThread.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_ZZZTest.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBProc.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBProvider.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_ToolsCommonDC.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_ToolsCommonXML.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Table.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_SAPDBMem.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTETask.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMSrvBackTemplate.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTESys.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RunTime.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_KernelCommon.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTEIO.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Transaction.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTEMem.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMCLI.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMSrv.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMScd.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_OPMSG.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTESec.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_SrvTasks.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Data.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_QueryRewrite.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Log.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_AccessPathOptimize.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DIAGNOSE.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Index.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTEConf.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Admin.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMLog.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_IOMan.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Messages.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Catalog.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DataCache.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Optimizer.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Query.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTEComm.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMSrvTest.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_KSQL.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_JoinPathOptimizer.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_LOCKS.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_SAPDBAlgo.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Backup.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTEDiag.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Savepoint.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_ToolsCommon.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_LiveCache.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_DBMEd.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_MultiVersionRead.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_ObjectContainer.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_SharedSQL.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_RTEDBState.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_SQLMan.xml" deleted
    file "g:/sapdb/programs/msg/SDBMsg_Join.xml" deleted
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    directory "g:/sapdb/programs/msg" removed
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb/data/config/install": directory is not empty
    cannot remove directory "g:/sapdb/data/config": directory is not empty
    cannot remove directory "g:/sapdb/data/wrk": directory is not empty
    cannot remove directory "g:/sapdb/data": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/db": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin/client": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/bin": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/cmm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/ext": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/fonts": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/i386": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/im": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images/cursors": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/images": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/javaws": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/management": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/security": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Africa": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Indiana": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/Kentucky": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America/North_Dakota": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/America": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Antarctica": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Asia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Atlantic": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Australia": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Etc": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Europe": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Indian": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi/Pacific": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib/zi": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm/lib": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_jvm": directory is not empty
    cannot remove directory "g:/sapdb/NSP/_tempLocation": directory is not empty
    cannot remove directory "g:/sapdb/NSP": directory is not empty
    cannot remove directory "g:/sapdb/programs/bin": directory is not empty
    cannot remove directory "g:/sapdb/programs/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/install": directory is not empty
    cannot remove directory "g:/sapdb/programs/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/fastload": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/incl": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc/lib": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk/sqldbc": directory is not empty
    cannot remove directory "g:/sapdb/programs/sdk": directory is not empty
    cannot remove directory "g:/sapdb/programs/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/config": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/HTML": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Images": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/JavaScripts": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot/Styles": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents/WARoot": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/Documents": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/pgm": directory is not empty
    cannot remove directory "g:/sapdb/programs/web/symbols": directory is not empty
    cannot remove directory "g:/sapdb/programs/web": directory is not empty
    cannot remove directory "g:/sapdb/programs": directory is not empty
    cannot remove directory "g:/sapdb": directory is not empty
    MSG: packagedata of package Webtools changed
    MSG: writing 5 packages
    MSG: net install registry size = 64488 bytes
    MSG: wrote install registry (75243 bytes)
    SYS: wahttp -u: SAP DB WWW removed.
    file "g:/sapdb/programs/web/Documents/WARoot/Images/xml_taboff.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/WANav12.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMLogMode.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/wait.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/ledg.gif" deleted
    file "g:/sapdb/programs/web/pgm/wahttp.conf" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/ledy.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/JavaScripts/Navigation.js" deleted
    file "g:/sapdb/programs/web/symbols/wahttp.pdb" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMVersion.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/XMLIDMLib_Html_EmptyServ.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/XMLIDMLib_Html_Xie_Show.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMKernelTrace.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/tab_last_on_next_on.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/WAShowServiceParametersToDelete.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/tab_first_ang_off_prev_off.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMMenu.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/cornergb.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/xml_WANav7.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/xml_btnl3.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/tabfron.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/ok.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/b_arri.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/taboffon.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Styles/WDVHandler_Stylesheet.css" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/wqlogonmain.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMParams.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMDatabases.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/ballgrey.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/dboltp3.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMMsgBox.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMDevspace.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/brand_left.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/label.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/xml_home.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/XMLIDMLib_Html_ClientXieAdmin.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Styles/dbm_ns.css" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/btnl1.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/JavaScripts/DBMToolbox.js" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/LMDualDemo.gif" deleted
    file "g:/sapdb/programs/web/pgm/wapi.dll" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/DBMFiles.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/arrowc.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/WDVHandler_Html_Header.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/HTML/WADefineNewService.htm" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/xml_tabonoff.gif" deleted
    file "g:/sapdb/programs/web/Documents/WARoot/Images/WANav4.gif" deleted
    file "g:/sapdb/programs/web/

    no help?
    I've tried to search but so far, I have no luck.. hope that the jedi gurus here can help me
    thanks in advance

  • URGENT!!! Java Gurus Please Help with adf issue!

    PLEASE SEE MY LATEST POST BELOW TIMO'S RESPONSE. THE REQUIREMENT HAS CHANGED. THAT IS THE ISSUE I AM LOOKING A SOLUTION FOR.
    Hello All,
    We have a requirement where our adf/jsf app needs to pick an EXCEL file from the server where the application is deployed. The sequence is :
    User comes to the page
    Clicks on "Open EXCEL" button
    EXCEL file located in the c:/ of the server opens up.
    How can this be done? I do not see any coding needed because the EXCEL file is being opened as is (and after user views it he closes the file) and the data is not being transferred to the jspx page.
    *We are totally flexible in how this is implemented - ie, using button, link , html etc etc. What ever works!!!!*
    Thanks,
    Edited by: user12054715 on Aug 17, 2010 8:54 PM
    Edited by: user12054715 on Aug 18, 2010 4:11 PM
    Edited by: user12054715 on Aug 18, 2010 4:13 PM

    Hello Timo,
    I am using 10.1.3g so your response is not going to help me.
    However, I have another question that I have already posted on the Forum. Please help me...
    Requirement:
    *1. Java application should be able to write "Hello World" in the excel file, when the user opens it.*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    HSSFWorkbook wb = new HSSFWorkbook();
    HSSFSheet sheet = wb.createSheet("newSheet");
    HSSFRow row = sheet.createRow(1);
    row.createCell(1).setCellValue("HelloWorld!!!!!!!!!");
    *2. A "Write To Excel" button on jsf page opens a dialog asking user to Save or Open the excel file. (user can save the file anywhere on his machine)*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    In jsf:
    <af:commandButton text="Download" action="#{myBackingBean.writeToExcel}" useWindow="true"/>
    In backing bean:
    public static void writeToExcel() throws IOException
    String filename = "workbook.xls";
    // //Setup the output
    String contentType = "application/vnd.ms-excel";
    FacesContext fc = FacesContext.getCurrentInstance();
    HttpServletResponse response = (HttpServletResponse)fc.getExternalContext().getResponse();
    response.setHeader("Content-disposition", "attachment; filename=" + filename);
    response.setContentType(contentType);
    PrintWriter out = response.getWriter();
    BOTTLENECK: When the user opens the excel how do I show "HelloWorld!!!!!!!!!" ?

  • Admin account switched to standard with Lepard instal, please help!!

    I'll try to make this quick and easy. I have a mac mini that came with 10.4.5. I continuously performed updates and had no problems until July. In July my computer completely crashed so I reinstalled 10.4.5. After the install I could not get the updates to work, I even went back and tried the the first update for 10.4.5. (Important note) at this time my admin account was still active and working. So with the computer not updating I decided to install Leopard. The Leopard update was successful except for the fact that my admin account was changed to a standard account. This is where the problems really starts. Please keep in mind that I have weeks of research into my problem and every solution I've tried so far has not worked. Here are just a few examples of what I have tried. I have tried to enable the root user through directory utility, accounts, 10.4.5 install disk utility reset password and a couple of other methods that I cant think of off the top of my head. Now hear are the problems I'm having. Some of the enable root options require an admin account and password. Other enable root options require that I go to certain files or folders to enable the root but with this option I don't have that file or folder and/or it does not work due to the fact that my computer is 10.4.5 and not 10.5 and newer. Now the last couple of options require that I run the install disc to reset password or that I trash everything and start from new. The problem with this is I can't get the install disk to run. I have tried to insert the disk, click on the install icon but it requires an admin name and password to preform a restart. I have kept the install disk in the drive and have performed restart and shut down/power up from the apple menu. I have powered down and back up with the power button. Now keep in mind that I have tried every option without holding down the "C" key and with holding down the "C" key with no results. So to sum this last bit up, no matter how I try to restart the computer the install disk will not run and my computer will boot up like normal and bring me to the desk top. One more note, I have tried all the restart options with the 10.4.5 disk and the leopard disc. At this point I want to start from scratch and perform an install of 10.4.5. At this point it does not mater if I loose everything since it is all backed up on an external HD. Please help I am open to all ideas and options.
    Thanks, Dan

    Dan, does it stat in Single User Mode? If so, we can get a new admin User.
    applesetupdone...
    This was Posted by: JoseAranda at September 9, 2006 3:48 AM
    "OK, restart your computer, hold down Command-s and type in the following:
    /sbin/fsck -fy Enter
    /sbin/mount -uaw Enter
    rm /var/db/.applesetupdone Enter
    # The rm command is the remove command which deletes the file.
    # Robert: I'd rename the file via: mv /var/db/.applesetupdone /var/db/.applesetupdone.old
    reboot Enter
    Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences!!
    end of posted by: JoseAranda"
    Reset OS X Password Without an OS X CD...
    http://theappleblog.com/2008/06/22/reset-os-x-password-without-an-os-x-cd/

Maybe you are looking for