Total Mishandling of Instalation

I first want top start off that we have been a FIOS customer since 2009. Recently we have moved and were able to have FIOS moved to our new address. We had sopme issues with closing on our home and had to delay installation of our serrvice. We were to have servie installed on July 9th, but we could not do it. I was told we were able to hold the order and when we were able to set up a new date we can call and have that handled. When we were able to install service, I called with my order number {edited for privacy}. I was told the order was cancelled by Verizon because the hold on the order was over 30 days. I was never informed that we needed to contact Verizon within 30 days.
We have had to place a new order for service. At that time I told customer service that we had the equipment of the Wireless Rotuer and the DVR settop box. I also requested another box for another room at time of order. Also i was told we would be able to keep our old phone number.
When the day of isntallation came the technicain was over 2 and 1/2 hours late and he did not have all the equipment needed, they did nto have the battery for the backup system.
Everything seemed to be working fine until i tried to put an On Demand show for my daughter and was told that I did not have sufficent credit for a FREE on demand program.
After calling customer service they told me that I had a different phone number now, which was not given to me at time of order or at installation. Also they could not find record of me having the DVR settop box. I was given the run around to three different departments to check why i could nto watch a simple On demand show.
The whol process is a total nightmare and was poorly handled because of poor communication. I want this rectified ASAP.

Hi johnkelly177,
Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. Please keep all correspondence regarding your issue in the private support portal.

Similar Messages

  • Total size of installed packages - script

    Hi,
    I spend few hours today to make bash script, that allow me get total size of installed packages on my disk. It may be useful for many users.
    Here it is:
    #!/bin/bash
    total=0
    progress="-"
    count=`pacman -Q | wc -l`
    echo "Reading info of "$count" packages reported by 'pacman -Q'.
    This may take few minutes..."
    for pkg in `pacman -Q | sed 's/\ .*//'`
    do
    s=`pacman -Qi $pkg | sed -e '/Installed\ Size/!d; s/Installed\ Size\ :[\ ]*//; s/\ K//; s/,/./'`
    if [ "$s" != "" ]; then
    total=`echo $total" + "$s | bc`
    printf "\033[1D"$progress
    if [ "$progress" == "|" ]; then progress="-"; fi;
    if [ "$progress" == "\\" ]; then progress="|"; fi;
    if [ "$progress" == "_" ]; then progress="\\"; fi;
    if [ "$progress" == "/" ]; then progress="_"; fi;
    if [ "$progress" == "-" ]; then progress="/"; fi;
    fi
    done
    echo
    echo "Total size of installed packages is "$total" K"
    ! Script requere bc command (pacman -S bc) !
    Thank you for corrections and comments.

    I added a crude human-readability block near the end.
    #!/bin/bash
    total=0
    progress="-"
    count=`pacman -Q | wc -l`
    echo "Reading info of "$count" packages reported by 'pacman -Q'.
    This may take few minutes..."
    for pkg in `pacman -Q | sed 's/\ .*//'`
    do
    s=`pacman -Qi $pkg | sed -e '/Installed\ Size/!d; s/Installed\ Size\ :\ *//; s/\ K//; s/,/./'`
    if [ "$s" != "" ]; then
    total=`echo $total" + "$s | bc`
    printf "\033[1D"$progress
    if [ "$progress" == "|" ]; then progress="-"; fi;
    if [ "$progress" == "\\" ]; then progress="|"; fi;
    if [ "$progress" == "_" ]; then progress="\\"; fi;
    if [ "$progress" == "/" ]; then progress="_"; fi;
    if [ "$progress" == "-" ]; then progress="/"; fi;
    fi
    done
    suffix='K'
    if [ `echo "$total > 1024" | bc` = 1 ]; then
    total=`echo "scale=2; $total / 1024" | bc`
    suffix='M'
    if [ `echo "$total > 1024" | bc` = 1 ]; then
    total=`echo "scale=2; $total / 1024" | bc`
    suffix='G'
    fi
    fi
    echo
    echo "Total size of installed packages is $total $suffix"
    And here's a version with a simpler and more informative progress meter:
    #!/bin/bash
    total=0
    progress="1"
    count=`pacman -Q | wc -l`
    echo "Reading info of "$count" packages reported by 'pacman -Q'.
    This may take few minutes..."
    for pkg in `pacman -Q | sed 's/\ .*//'`
    do
    printf "\rprocessing file "$(( progress++ ))"..."
    s=`pacman -Qi $pkg | sed -e '/Installed\ Size/!d; s/Installed\ Size\ :\ *//; s/\ K//; s/,/./'`
    if [ "$s" != "" ]; then
    total=`echo $total" + "$s | bc`
    fi
    done
    suffix='K'
    if [ `echo "$total > 1024" | bc` = 1 ]; then
    total=`echo "scale=2; $total / 1024" | bc`
    suffix='M'
    if [ `echo "$total > 1024" | bc` = 1 ]; then
    total=`echo "scale=2; $total / 1024" | bc`
    suffix='G'
    fi
    fi
    echo
    echo "Total size of installed packages is $total $suffix"
    It works, good job. I didn't know about bc!
    Oh, and welcome to the Arch BBS!
    Last edited by peets (2007-12-30 18:49:22)

  • Some incoming mails are totally unreadable after installing 10.6

    Some, about 20%, of incoming mails are totally unreadable gibberish after I installed Snow Leopard on my Desktop MacPro. The same mail reads fine on my MacBook Pro (also now running 10.6). An example of such a weird mail is here:
    ha sa S 7 s i ssho sb s s as s osg s h s skowassi wo sMag ssi s Ma s
    Oiga sM ssag ... and so on and on.
    If I copy the unreadable message and paste it into TextEdit it converts to other unreadable characters and numbers. If copied into a MS Word doc it appears as perfectly readable text.
    Has anybody seen something similar?

    OK, I think I have found a workaround for the problem. It is indeed a font issue... (thank you, William Lloyd, to point me in that direction!)
    If you get an unreadable message switch to "Reply" or "Forward" and you will be able to read the message (make sure your own mailbox font or message font - set under Preferences>Fonts - is anything except Courier or Chicago) and you will be able to read your mail. Select the message text and go to Format>Go Fonts and switch to several other fonts. As far as I can see all fonts work OK except Courier and Chicago. Obviously Courier is a popular mail font, so all mails written with it arrive garbled. If I use Courier or Chicago as my Message List font in the preference settings, all mail windows become unreadable!
    When I write a text in "TextEdit" and switch to Courier or Chicago - it will become unreadable. Possibly this happens in other applications as well...
    However - this only occurs on my desktop PowerMac, not on my MacBook, which makes this glitch especially puzzling. I have not yet tried to re-insall OS 10.6.
    Thomas

  • 6 DIMMS in total : how to install ?

    Just to double check on this forum :
    I have 6 dimms ; 4 of 1 gig each and 2 of 2 gig each.
    What's the best solution to install them ?
    According to the manual , if i understood correctly, the 4 dimms of
    1 gig all in riser A (upper riser) and then the 2 dimms of 2 gig in riser B (lower Riser)
    Is this the best way ?
    Do i have to reset PRAM after install ?
    I hope someone can give me a definitive answer !
    Many thanx in advance !
    Rob.

    From: http://diglloyd.com/diglloyd/free/MacPro/memory.html#Installation
    1 - Remove the Mac Pro cover
    2 - Remove the riser cards A (top) and B bottom, filling slots 1 and 2 on each card first, then slots 3 and 4. Match the same brand and size memory in corresponding slots (eg slot 1 on riser card A with slot 1 on riser card B). Each slot number is clearly indicated.
    3 - Reinsert the riser cards (firm pressure is needed).
    4 - Start up the Mac Pro

  • Itunes won't totally uninstall, nor install on win 7

    I am running Windows 7, and have noticed for a few weeks now that iTunes won't update. I tried uninstalling it but couldn't do that either. I receive error msgs to teh effect about error 5, also that it cannot create a directory. I have admin privledges since I am the only user on this laptop. I have a Toshiba 64 bit. There is plenty of memory and diskspace. I have tried following the directions for uninstalling but it doesn't work. So...even though I hated doing it, I deleted all instances of iTunes and directories and I still can't install it. I can't install the 32-bit either.
    Any help is appreciated.

    It's me again. I finally got iTunes to re-install. First I was able to get iTunes to uninstall. Then I closed my browser. Then, I turned off my Microsoft Security Essentials. This time, it installed correctly. I also made sure there were no directories or reg entries mentioning Apple, before I started the installed which I started by using the run feature on windows.

  • Installing 10.4.10 and cannot install Mobile Device Support. I have followed the documentation at the support pages and have totally cleaned out Apple software so that I could do a total clean "new" install. Still no success. Any suggestions?

    In trying to install iTunes 10.4.1.10 I could not get Apple Mobile Device Support to work. Following Apple support (docs Ht1923 ?71926 + TS1538 et al) cleaned out all Apple software for a "new" install. Still can not get Mobile Device Support to install. What am I missing?

    See also Troubleshooting issues with iTunes for Windows updates if you haven't already done so.
    After uninstalling iTunes and the related components it is useful to physically delete any files that may remain in the specified locations before attempting to reinstall.
    If that still doesn't work you could try downloading 7-Zip (free), or a free trial of WinRAR, and unpack the iTunesSetup.exe or iTunesSetup64.exe file into its components then try installing them individually in alphabetical order (don't try to install SetupAdmin.exe or iCloud.msi). AMDS might not install right now, but you may get a more useful error message as to why not, and you might be able to run iTunes even if you can't update your devices at this stage.
    Make sure you download a fresh copy of the installer as it was updated some time after the initial release.
    tt2

  • After a total windows re install , i re installed i tunes now i can't connect my ipod to i tunes

    after i had to re-install my computer windows 7, i had to re-install i-tunes, but now i can't get my ipod to connect to i-tunes

    Does the iOS device connect to other networks? If yes that tend to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect OK before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings, yes a gain
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Total Erase and Install

    I'm getting ready to sell my Powermac G5 and get a Macbook pro. I need to erase everything (write zeros) and reinstall tiger before I sell it. Will this enable the new user to create a new admin. and users? Will I be able to get back into the mac to install updates for them before selling it?
    Baisclly, what are some tips to doing this the 'right' way?

    Hi.
    You can just go ahead pop in the Mac OS Disc that came with the machine, boot up from it and earse and install a fresh OS. If you want to ensure the disk is completely erase, you can choose the option to "Zero data", but that would take a while longer.
    If you need to do the software updates etc, then you will need to go through the set up and registration process, i.e. setting a New User account.
    But if you just want to install a new OS, you can shut down the mac once the installation is finished, and restart the Welcome page comes on...
    Then the next user of this mac when boot up, will see the Welcome Page when he turns on the mac, and goes through his own setting up
    Cheers

  • SCCM report to find total number of actual patches installed by update deployment on all the machines (present in target collection)

    Hi Guys,
    I am looking for a sccm report which should provide total number of actual patches installed by us on all the machines (present in target collection). For couple of updates after sync it shows installed already on some machines.
    Example:
    CName  |  Total Patches  |  Already Installed  | Installation triggered by Deployment   |  Collection ID
    AW001      (123)               (2)                         (17)                                                    CL00001
    AW002      (123)               (1)                        
    (21)                                                    CL00001
    AW003      (123)               (1)                        
    (26)                                                   CL00001
    I am specially looking for 'Installation triggered by Deployment ' number
    I would appriciate very much your the help.
    Thanks,
    Chandan

    Hi Chandan,
    You could try to create your custom report based on Software Updates Status views.
    Software Updates Views in Configuration Manager
    http://technet.microsoft.com/en-us/library/dn581945.aspx
    Best Regards,
    Joyce

  • MaxDB install failure on Win 2003 Server

    Win 2003 Server
    MaxDB v 7.6.05.09
    HP Proliant G5
    Good morning,
    We've got a problem with a MaxDB install on a fresh Win 2003 server.
    - The first install process and the demo database worked fine
    - We tried to create a new database instance and it hung. As nothing was working as expected we decided to uninstall maxdb and all its component and to re-start from a clean process. That's were things are becoming weird :
    - The first time the setup assistant hung when installing the kernel
    - The secund time the setup assistant hung when installing the demo database
    - Every following test hangs when installing the kernel
    We tried to do a clean uninstall MaxDB, to watch which registry keys we should restore... but nothings worked as expected.
    We found a link at this address describing the same problem but it doesn't provide us anything to solve our problem.
    Here is our log file :
    INSTALLER_INFO: Version = 7.6.05 Build 009-123-191-997
    INSTALLER_INFO: Changelist = 191997
    INSTALLER_INFO: MakeId = 323091
    INSTALLER_INFO: Type = kit
    SYS_INFO: Host name = SRVBATINOR
    SYS_INFO: System = Windows
    SYS_INFO: Architecture = I386
    SYS_INFO: Version = NT 5.2
    SYS_INFO: Subversion = Service Pack 2
    MSG: collector found 12 archives
    MSG: debug package SDBBAS.SDB is valid
    MSG: debug package SDBKRN.SDB is valid
    MSG: debug package SDBUTL.SDB is valid
    MSG: initializing package "Base"
    MSG: calling preinstall...
    MSG: service "sql6" in  "C:/WINDOWS/system32/drivers/etc/services" found
    MSG: service "sapdbni72" in  "C:/WINDOWS/system32/drivers/etc/services" found
    MSG: Template set indep data path to "c:/documents and settings/all users/application data/sdb/data"
    MSG: Template set indep programs path to "c:/program files/sdb/programs"
    ACTION: make directory "c:/documents and settings/all users/application data/sdb/data/config" mode "775"
    ACTION: make directory "c:/documents and settings/all users/application data/sdb/data/config/install" mode "775"
    MSG: InstallRegistry: space check ok: 41676028 kb on C: (51203980 kb total) available
    MSG: install registry successfully locked
    MSG: InstallRegistry::Log: space check ok: 41676028 kb on C: (51203980 kb total) available
    MSG: writing 0 packages
    MSG: net install registry size = 63 bytes
    MSG: wrote install registry (125 bytes)
    MSG: InstallRegistry: reserved 1024 kb disk space
    getRelease():C:/Program Files/SDB/MAXDB1/pgm/kernel.exe not found
    MSG: migrate server installation data for INSTROOT "c:/program files/sdb/maxdb1"
    MSG: initializing package "Server Utilities"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "Database Kernel"
    MSG: calling preinstall...
    MSG: Template or instance update set dependent path to c:/program files/sdb/maxdb1
    Msg: checking update of package "Database Kernel" in C:Program Filessdbmaxdb1
    MSG: installed package is flaged as invalid => skipping update check
    MSG: initializing package "Redist Python"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "Loader"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "ODBC"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "Messages"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "JDBC"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "Synchronization Manager"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "SQLDBC"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "MaxDB PHP Driver"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    MSG: initializing package "DB Analyzer"
    MSG: calling preinstall...
    MSG: path was set by preinstall script (c:/program files/sdb/programs)
    ACTION: make directory "C:/Program Files/sdb" mode "555"
    ACTION: make directory "C:/Program Files/sdb/programs" mode "555"
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBBAS.TGZ"
    MSG: running postprepare of package Base
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBUTL.TGZ"
    ACTION: make directory "C:/Program Files/sdb/MAXDB1" mode "555"
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBKRN.TGZ"
    MSG: running postprepare of package Database Kernel
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBRDPY.TGZ"
    MSG: running postprepare of package Redist Python
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBLD.TGZ"
    MSG: running postprepare of package Loader
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBODBC.TGZ"
    MSG: running postprepare of package ODBC
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBMSG.TGZ"
    MSG: running postprepare of package Messages
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBJDBC.TGZ"
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SYNCMAN.TGZ"
    MSG: running postprepare of package Synchronization Manager
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBC.TGZ"
    MSG: running postprepare of package Database Connectivity
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBPHP.TGZ"
    STDOUT: start extraction test run of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBANA.TGZ"
    MSG: running postprepare of package DB Analyzer
    MSG: space check ok: 41672820 kb on  (51203980 kb total) available
    MSG: packagedata of package Base changed
    MSG: writing 2 packages
    MSG: net install registry size = 4113 bytes
    MSG: wrote install registry (5162 bytes)
    STDOUT: start real extraction of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBBAS.TGZ"
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:58:53 bin/
    STDOUT: extracting: -rwxr-xr-x       802816 2008-08-15 21:53:13 bin/dbmevtdisp.exe
    STDOUT: extracting: -rwxr-xr-x       294912 2008-08-15 21:49:43 bin/protconv.exe
    STDOUT: extracting: -rwxr-xr-x       151552 2008-08-15 20:11:07 bin/sdbconfig.exe
    STDOUT: extracting: -rwxr-xr-x         7168 2008-08-16 00:57:39 bin/SDBINST.EXE
    STDOUT: extracting: -rwxr-xr-x         6144 2008-08-16 00:57:40 bin/sdbpack.exe
    STDOUT: extracting: -rwxr-xr-x         7680 2008-08-16 00:57:40 bin/sdbreg.exe
    STDOUT: extracting: -rwxr-xr-x         7680 2008-08-16 00:57:40 bin/sdbregview.exe
    STDOUT: extracting: -rwxr-xr-x        13824 2008-08-16 00:57:39 bin/SDBSETUP.EXE
    STDOUT: extracting: -rwxr-xr-x         7680 2008-08-16 00:57:39 bin/sdbuninst.exe
    STDOUT: extracting: -rwxr-xr-x         7168 2008-08-16 00:57:40 bin/sdbverify.exe
    STDOUT: extracting: -rwxr-xr-x      1257472 2008-08-16 00:35:29 bin/sqlcli.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/xsysrc.exe
    STDOUT: extracting: -rwxr-xr-x       323584 2008-08-15 20:24:45 bin/xtcpupd.exe
    STDOUT: extracting: -rwxr-xr-x       294912 2008-08-15 19:55:07 bin/xuser.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_ping.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:58:53 install/
    STDOUT: extracting: -rwxr-xr-x       192512 2008-08-16 00:54:07 install/Grid.dll
    STDOUT: extracting: -rwxr-xr-x       757760 2008-08-16 00:41:09 install/perl58.dll
    STDOUT: extracting: -rw-rr       117099 2008-08-16 00:57:38 install/RESOURCES.TGZ
    STDOUT: extracting: -rw-rr       465022 2008-08-16 00:57:38 install/SDBINST.TGZ
    STDOUT: extracting: -rwxr-xr-x       421888 2008-08-16 00:57:27 install/sdbrun.dll
    STDOUT: extracting: -rwxr-xr-x      1245184 2008-08-16 00:56:33 install/Wx.dll
    STDOUT: extracting: -rwxr-xr-x      2265088 2008-08-16 00:53:37 install/wxmsw24.dll
    STDOUT: extracting: -rw-rr        64327 2008-08-16 00:57:42 install/WXPERL.TGZ
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:58:54 pgm/
    STDOUT: extracting: -rwxr-xr-x      2101248 2008-08-15 21:49:55 pgm/dbmcli.exe
    STDOUT: extracting: -rwxr-xr-x      2101248 2008-08-15 21:49:55 pgm/dbmcli_HelpInst.exe
    STDOUT: extracting: -rwxr-xr-x       217088 2008-08-15 22:11:27 pgm/regupd.exe
    STDOUT: extracting: -rwxr-xr-x       307200 2008-08-15 20:25:09 pgm/sqlping.exe
    STDOUT: extracting: -rwxr-xr-x        49152 2008-08-15 19:46:03 pgm/sqltcp.dll
    STDOUT: extracting: -rwxr-xr-x        49152 2008-08-15 19:46:03 pgm/sqltcp1.dll
    STDOUT: extracting: -rwxr-xr-x        49152 2008-08-15 19:46:05 pgm/sqltcp2.dll
    STDOUT: extracting: -rwxr-xr-x        45056 2008-08-15 19:46:07 pgm/sqltcpn.dll
    STDOUT: extracting: -rwxr-xr-x       281952 2008-08-16 00:58:28 pgm/sqluser72.dll
    STDOUT: extracting: -rwxr-xr-x       372672 2008-08-16 00:58:32 pgm/sqluser73.dll
    STDOUT: extracting: -rwxr-xr-x       393216 2008-08-16 00:58:35 pgm/sqluser74.dll
    STDOUT: extracting: -rwxr-xr-x       438272 2008-08-16 00:58:38 pgm/sqluser74n.dll
    STDOUT: extracting: -rwxr-xr-x       524288 2008-08-16 00:15:41 pgm/sqluser76.dll
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:01 Support/
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:02 Support/Mapfiles/
    STDOUT: extracting: -rw-rr      3023564 2008-08-15 21:49:54 Support/Mapfiles/dbmcli.map
    STDOUT: extracting: -rw-rr      1265024 2008-08-15 21:53:13 Support/Mapfiles/dbmevtdisp.map
    STDOUT: extracting: -rw-rr       115063 2008-08-15 20:28:06 Support/Mapfiles/sqltcp.map
    STDOUT: extracting: -rw-rr       115066 2008-08-15 20:28:07 Support/Mapfiles/sqltcp1.map
    STDOUT: extracting: -rw-rr       115148 2008-08-15 20:28:09 Support/Mapfiles/sqltcp2.map
    STDOUT: extracting: -rw-rr       108889 2008-08-15 20:28:13 Support/Mapfiles/sqltcpn.map
    STDOUT: extracting: -rw-rr       125887 2008-08-16 00:58:30 Support/Mapfiles/sqluser72.map
    STDOUT: extracting: -rw-rr       147341 2008-08-16 00:58:33 Support/Mapfiles/sqluser73.map
    STDOUT: extracting: -rw-rr       258131 2008-08-16 00:58:36 Support/Mapfiles/sqluser74.map
    STDOUT: extracting: -rw-rr       739428 2008-08-16 00:58:39 Support/Mapfiles/sqluser74n.map
    STDOUT: extracting: -rw-rr       916710 2008-08-16 00:15:41 Support/Mapfiles/sqluser76.map
    STDOUT: extracting: -rw-rr       593052 2008-08-15 20:24:45 Support/Mapfiles/xtcpupd.map
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:04 symbols/
    STDOUT: extracting: -rw-rr      8252416 2008-08-15 21:49:54 symbols/dbmcli.pdb
    STDOUT: extracting: -rw-rr      3836928 2008-08-15 21:53:13 symbols/dbmevtdisp.pdb
    STDOUT: extracting: -rw-rr       289792 2008-08-15 20:28:06 symbols/sqltcp.pdb
    STDOUT: extracting: -rw-rr       289792 2008-08-15 20:28:07 symbols/sqltcp1.pdb
    STDOUT: extracting: -rw-rr       289792 2008-08-15 20:28:09 symbols/sqltcp2.pdb
    STDOUT: extracting: -rw-rr       281600 2008-08-15 20:28:13 symbols/sqltcpn.pdb
    STDOUT: extracting: -rw-rr      1887232 2008-08-16 00:58:37 symbols/sqluser74.pdb
    STDOUT: extracting: -rw-rr      2059264 2008-08-16 00:58:40 symbols/sqluser74n.pdb
    STDOUT: extracting: -rw-rr      4705280 2008-08-15 20:24:44 symbols/xtcpupd.pdb
    STDOUT: checking unpacked archive... MSG: check file "Support/Mapfiles/sqluser72.map": ok
    MSG: check file "symbols/sqltcpn.pdb": ok
    MSG: check file "pgm/dbmcli_HelpInst.exe": ok
    MSG: check file "bin/x_ping.exe": ok
    MSG: check file "Support/Mapfiles/sqluser74.map": ok
    MSG: check file "bin/SDBINST.EXE": ok
    MSG: check file "install/SDBINST.TGZ": ok
    MSG: check file "pgm/sqluser74.dll": ok
    MSG: check file "symbols/dbmcli.pdb": ok
    MSG: check file "symbols/sqltcp1.pdb": ok
    MSG: check file "bin/SDBSETUP.EXE": ok
    MSG: check file "pgm/sqluser74n.dll": ok
    MSG: check file "Support/Mapfiles/sqltcp.map": ok
    MSG: check file "bin/protconv.exe": ok
    MSG: check file "symbols/sqltcp.pdb": ok
    MSG: check file "Support/Mapfiles/sqltcpn.map": ok
    MSG: check file "install/WXPERL.TGZ": ok
    MSG: check file "install/wxmsw24.dll": ok
    MSG: check file "install/sdbrun.dll": ok
    MSG: check file "bin/xuser.exe": ok
    MSG: check file "pgm/sqluser73.dll": ok
    MSG: check file "pgm/sqluser76.dll": ok
    MSG: check file "symbols/xtcpupd.pdb": ok
    MSG: check file "pgm/sqltcp1.dll": ok
    MSG: check file "Support/Mapfiles/sqluser74n.map": ok
    MSG: check file "pgm/dbmcli.exe": ok
    MSG: check file "pgm/sqltcp.dll": ok
    MSG: check file "install/RESOURCES.TGZ": ok
    MSG: check file "Support/Mapfiles/dbmevtdisp.map": ok
    MSG: check file "Support/Mapfiles/sqluser73.map": ok
    MSG: check file "Support/Mapfiles/xtcpupd.map": ok
    MSG: check file "bin/sdbverify.exe": ok
    MSG: check file "bin/xsysrc.exe": ok
    MSG: check file "Support/Mapfiles/sqltcp1.map": ok
    MSG: check file "Support/Mapfiles/sqltcp2.map": ok
    MSG: check file "install/perl58.dll": ok
    MSG: check file "Support/Mapfiles/sqluser76.map": ok
    MSG: check file "bin/sdbuninst.exe": ok
    MSG: check file "pgm/regupd.exe": ok
    MSG: check file "symbols/dbmevtdisp.pdb": ok
    MSG: check file "pgm/sqlping.exe": ok
    MSG: check file "bin/sdbpack.exe": ok
    MSG: check file "symbols/sqltcp2.pdb": ok
    MSG: check file "pgm/sqltcpn.dll": ok
    MSG: check file "pgm/sqluser72.dll": ok
    MSG: check file "symbols/sqluser74.pdb": ok
    MSG: check file "Support/Mapfiles/dbmcli.map": ok
    MSG: check file "pgm/sqltcp2.dll": ok
    MSG: check file "bin/dbmevtdisp.exe": ok
    MSG: check file "bin/sdbregview.exe": ok
    MSG: check file "bin/xtcpupd.exe": ok
    MSG: check file "install/Grid.dll": ok
    MSG: check file "bin/sdbconfig.exe": ok
    MSG: check file "symbols/sqluser74n.pdb": ok
    MSG: check file "bin/sdbreg.exe": ok
    MSG: check file "install/Wx.dll": ok
    MSG: check file "bin/sqlcli.exe": ok
    STDOUT: ok
    STDOUT: checking system libraries...MSG: update test sytem file "C:/WINDOWS/system32/mfc70.dll"
    MSG: system file "mfc70.dll" inside archive has version 7.00.9466.0
    MSG: installed system file "mfc70.dll" is up to date (version 7.00.9466.0)
    MSG: update test sytem file "C:/WINDOWS/system32/mfc70u.dll"
    MSG: system file "mfc70u.dll" inside archive has version 7.00.9466.0
    MSG: installed system file "mfc70u.dll" is up to date (version 7.00.9466.0)
    MSG: update test sytem file "C:/WINDOWS/system32/mfc71.dll"
    MSG: system file "mfc71.dll" inside archive has version 7.10.3077.0
    MSG: installed system file "mfc71.dll" is up to date (version 7.10.3077.0)
    MSG: update test sytem file "C:/WINDOWS/system32/mfc71u.dll"
    MSG: system file "mfc71u.dll" inside archive has version 7.10.3077.0
    MSG: installed system file "mfc71u.dll" is up to date (version 7.10.3077.0)
    MSG: update test sytem file "C:/WINDOWS/system32/msvcr70.dll"
    MSG: system file "msvcr70.dll" inside archive has version 7.00.9466.0
    MSG: installed system file "msvcr70.dll" is up to date (version 7.00.9466.0)
    MSG: update test sytem file "C:/WINDOWS/system32/msvcr71.dll"
    MSG: system file "msvcr71.dll" inside archive has version 7.10.3052.4
    MSG: installed system file "msvcr71.dll" is up to date (version 7.10.3052.4)
    STDOUT:  ok
    SYS: "C:Program Filessdbprograms insdbconfig.exe" "IndepPrograms=C:Program Filessdbprograms"
    SYS: "C:Program Filessdbprograms insdbconfig.exe" "IndepData=C:Documents and SettingsAll UsersApplication Datasdbdata"
    STDOUT: system path updated successfully
    STDOUT: please reboot your system after installation to take effect changes
    MSG: registry subkey "SOFTWAREMicrosoft" exist
    MSG: registry subkey "SOFTWAREMicrosoftWindows" exist
    MSG: registry subkey "SOFTWAREMicrosoftWindowsCurrentVersion" exist
    MSG: registry subkey "SOFTWAREMicrosoftWindowsCurrentVersionUninstall" exist
    MSG: created registry subkey "SOFTWAREMicrosoftWindowsCurrentVersionUninstallSAP DB (ALL)" successfully
    ACTION: make directory "C:/Documents and Settings/All Users/Menu DÈmarrer/Programmes/MaxDB" mode "775"
    ACTION: make directory "C:/Documents and Settings/All Users/Menu DÈmarrer/Programmes/MaxDB/Command Line Tools" mode "775"
    MSG: start menu shortcuts created
    MSG: packagedata of package Base changed
    MSG: writing 2 packages
    MSG: net install registry size = 32157 bytes
    MSG: wrote install registry (36384 bytes)
    MSG: packagedata of package Server Utilities changed
    MSG: writing 3 packages
    MSG: net install registry size = 32773 bytes
    MSG: wrote install registry (37403 bytes)
    STDOUT: start real extraction of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBUTL.TGZ"
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:53 bin/
    STDOUT: extracting: -rwxr-xr-x        65536 2008-08-15 21:52:21 bin/sdbinfo.exe
    STDOUT: extracting: -rwxr-xr-x       356352 2008-08-16 00:05:31 bin/sqlrun.dll
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/sysmon.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/xbackup.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/xinstinfo.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/xpu.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_analys.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_cons.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_server.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_show.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_start.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_stop.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_wiz.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_wizard.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_wizstop.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_wiztrc.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:53 env/
    STDOUT: extracting: -rw-rr          122 2008-08-15 22:02:13 env/serv.use
    STDOUT: extracting: -rw-rr          245 2008-08-15 22:02:13 env/xstart.use
    STDOUT: extracting: -rw-rr          542 2008-08-15 22:02:13 env/xstop.use
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:53 etc/
    STDOUT: extracting: -rw-rr          207 2008-08-15 19:42:23 etc/VERSIONS
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:53 pgm/
    STDOUT: extracting: -rwxr-xr-x       483328 2008-08-15 20:11:45 pgm/serv.exe
    STDOUT: extracting: -rwxr-xr-x       307200 2008-08-15 20:11:09 pgm/show.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:54 Support/
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:54 Support/Mapfiles/
    STDOUT: extracting: -rw-rr       839796 2008-08-15 20:11:44 Support/Mapfiles/serv.map
    STDOUT: extracting: -rw-rr       540173 2008-08-15 20:11:08 Support/Mapfiles/show.map
    STDOUT: extracting: -rw-rr       615852 2008-08-16 00:05:31 Support/Mapfiles/sqlrun.map
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 00:59:55 symbols/
    STDOUT: extracting: -rw-rr      2575360 2008-08-15 20:11:44 symbols/serv.pdb
    STDOUT: extracting: -rw-rr      2051072 2008-08-15 20:11:08 symbols/show.pdb
    STDOUT: extracting: -rw-rr      2075648 2008-08-16 00:05:31 symbols/sqlrun.pdb
    STDOUT: checking unpacked archive... MSG: check file "bin/x_wizstop.exe": ok
    MSG: check file "bin/x_analys.exe": ok
    MSG: check file "bin/x_cons.exe": ok
    MSG: check file "bin/xpu.exe": ok
    MSG: check file "bin/sysmon.exe": ok
    MSG: check file "bin/x_start.exe": ok
    MSG: check file "pgm/serv.exe": ok
    MSG: check file "env/xstart.use": ok
    MSG: check file "bin/x_server.exe": ok
    MSG: check file "bin/sqlrun.dll": ok
    MSG: check file "etc/VERSIONS": ok
    MSG: check file "bin/x_wiz.exe": ok
    MSG: check file "bin/xbackup.exe": ok
    MSG: check file "Support/Mapfiles/sqlrun.map": ok
    MSG: check file "symbols/show.pdb": ok
    MSG: check file "bin/x_show.exe": ok
    MSG: check file "symbols/sqlrun.pdb": ok
    MSG: check file "env/serv.use": ok
    MSG: check file "env/xstop.use": ok
    MSG: check file "symbols/serv.pdb": ok
    MSG: check file "pgm/show.exe": ok
    MSG: check file "bin/x_wizard.exe": ok
    MSG: check file "bin/sdbinfo.exe": ok
    MSG: check file "bin/xinstinfo.exe": ok
    MSG: check file "bin/x_wiztrc.exe": ok
    MSG: check file "Support/Mapfiles/show.map": ok
    MSG: check file "Support/Mapfiles/serv.map": ok
    MSG: check file "bin/x_stop.exe": ok
    STDOUT: ok
    SYS: "c:program filessdbprograms inx_server.exe" install: 19712 INFO: Service 'XServer' is already installed
    SYS: "c:program filessdbprograms inx_server.exe" remove: 19710 INFO: Service 'XServer' removed successfully
    SYS: "c:program filessdbprograms inx_server.exe" install: 19709 INFO: Service 'XServer' installed successfully
    MSG: SYSTEM PATH is up to date
    MSG: packagedata of package Server Utilities changed
    MSG: writing 3 packages
    MSG: net install registry size = 39793 bytes
    MSG: wrote install registry (45406 bytes)
    MSG: packagedata of package Database Kernel changed
    MSG: writing 3 packages
    MSG: net install registry size = 39793 bytes
    MSG: wrote install registry (45405 bytes)
    MSG: no function "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: no function "verify" in package Database Kernel
    STDOUT: unregister Database Kernel 7.6.5.9
    WRN: cannot execute command: xregcomp -u "c:program filessdbmaxdb1pgmdbpinstall": cannot create process, Le fichier spÈcifiÈ est introuvable.
    WRN: cannot execute command: xregcomp -u "c:program filessdbprogramsliblivecachedbg": cannot create process, Le fichier spÈcifiÈ est introuvable.
    SYS: dbmcli -R "c:program filessdbmaxdb1" inst_unreg : Error! Connection failed to node (local) for database (no dbname):
    SYS: dbmcli -R "c:program filessdbmaxdb1" inst_unreg : dbmsrv executable not found
    STDOUT: start real extraction of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBKRN.TGZ"
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:15 bin/
    STDOUT: extracting: -rwxr-xr-x       274432 2008-08-15 21:51:01 bin/backint.exe
    STDOUT: extracting: -rwxr-xr-x       802816 2008-08-15 21:53:13 bin/dbmevtdisp.exe
    STDOUT: extracting: -rwxr-xr-x       552960 2008-08-15 21:53:27 bin/dbmevthndl_display.exe
    STDOUT: extracting: -rwxr-xr-x       569344 2008-08-15 21:53:37 bin/dbmevthndl_winlog.exe
    STDOUT: extracting: -rwxr-xr-x       290816 2008-08-15 21:48:43 bin/dbmsrvctl.exe
    STDOUT: extracting: -rwxr-xr-x        41705 2008-08-15 19:51:15 bin/ireport.py
    STDOUT: extracting: -rwxr-xr-x       245760 2008-08-15 21:52:11 bin/pipe2file.exe
    STDOUT: extracting: -rwxr-xr-x      1232896 2008-08-15 21:51:09 bin/sdbfill.exe
    STDOUT: extracting: -rwxr-xr-x       356352 2008-08-16 00:05:31 bin/sqlrun.dll
    STDOUT: extracting: -rwxr-xr-x        53248 2008-08-15 19:55:01 bin/sqlver.exe
    STDOUT: extracting: -rwxr-xr-x        53248 2008-08-15 19:55:01 bin/sqlwhat.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/xkernprot.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/xservice.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/xtracesort.exe
    STDOUT: extracting: -rwxr-xr-x        40960 2008-08-16 00:05:33 bin/x_diagnose.exe
    STDOUT: extracting: -rwxr-xr-x       331776 2008-08-15 21:53:55 bin/x_python.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:07 cluster/
    STDOUT: extracting: -rwxr-xr-x      2121728 2008-08-15 20:24:13 cluster/dbmsrv_clu.exe
    STDOUT: extracting: -rwxr-xr-x        81920 2008-08-15 20:12:33 cluster/SAPDBMSCSEx.dll
    STDOUT: extracting: -rwxr-xr-x       122880 2008-08-15 20:12:43 cluster/sapdbmscsman.dll
    STDOUT: extracting: -rwxr-xr-x        77824 2008-08-15 20:12:07 cluster/SAPDBMSCSMan.exe
    STDOUT: extracting: -rwxr-xr-x        57344 2008-08-15 20:12:01 cluster/SAPDBMSCSRes.dll
    STDOUT: extracting: -rwxr-xr-x       307200 2008-08-15 20:12:57 cluster/service_clu.exe
    STDOUT: extracting: -rwxr-xr-x       499712 2008-08-15 20:12:55 cluster/serv_clu.exe
    STDOUT: extracting: -rwxr-xr-x       339968 2008-08-15 20:12:53 cluster/stop_clu.exe
    STDOUT: extracting: -rwxr-xr-x       339968 2008-08-15 20:12:51 cluster/strt_clu.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:07 demo/
    STDOUT: extracting: -rw-rr      3110911 2008-08-15 19:51:15 demo/HOTEL.py
    STDOUT: extracting: -rwxr-xr-x          367 2008-08-15 19:51:15 demo/ltutorial.py
    STDOUT: extracting: -rw-rr        11333 2008-08-15 19:51:15 demo/tutoriallib.py
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:17 doc/
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:19 doc/FirstSteps/
    STDOUT: extracting: -rw-rr         3455 2008-08-15 19:51:15 doc/FirstSteps/index.html
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:18 doc/FirstSteps/Java/
    STDOUT: extracting: -rw-rr         1019 2008-08-15 19:51:15 doc/FirstSteps/Java/DemodbData.class
    STDOUT: extracting: -rw-rr         1536 2008-08-15 19:51:15 doc/FirstSteps/Java/DemodbData.java
    STDOUT: extracting: -rw-rr         1599 2008-08-15 19:51:15 doc/FirstSteps/Java/HelloMaxDB.class
    STDOUT: extracting: -rw-rr         1459 2008-08-15 19:51:15 doc/FirstSteps/Java/HelloMaxDB.java
    STDOUT: extracting: -rw-rr         1959 2008-08-15 19:51:15 doc/FirstSteps/Java/HowToJava.html
    STDOUT: extracting: -rw-rr         1305 2008-08-15 19:51:15 doc/FirstSteps/Java/StateMaxDB.class
    STDOUT: extracting: -rw-rr         1064 2008-08-15 19:51:15 doc/FirstSteps/Java/StateMaxDB.java
    STDOUT: extracting: -rw-rr          227 2008-08-15 19:51:15 doc/FirstSteps/maxdbenv.cmd
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:18 doc/FirstSteps/ODBC/
    STDOUT: extracting: -rw-rr         4510 2008-08-15 19:51:15 doc/FirstSteps/ODBC/HelloMaxDB.c
    STDOUT: extracting: -rw-rr         1293 2008-08-15 19:51:15 doc/FirstSteps/ODBC/HowToODBC.html
    STDOUT: extracting: -rw-rr          393 2008-08-15 19:51:15 doc/FirstSteps/ODBC/Makefile
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:18 doc/FirstSteps/Perl/
    STDOUT: extracting: -rw-rr          973 2008-08-15 19:51:15 doc/FirstSteps/Perl/demodbData.pm
    STDOUT: extracting: -rw-rr         1894 2008-08-15 19:51:15 doc/FirstSteps/Perl/HowToPerl.html
    STDOUT: extracting: -rwxr-xr-x          960 2008-08-15 19:51:15 doc/FirstSteps/Perl/StateMaxDB.pl
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:19 doc/FirstSteps/Python/
    STDOUT: extracting: -rw-rr          871 2008-08-15 19:51:15 doc/FirstSteps/Python/demodbData.py
    STDOUT: extracting: -rwxr-xr-x          859 2008-08-15 19:51:15 doc/FirstSteps/Python/HelloMaxDB-API.py
    STDOUT: extracting: -rwxr-xr-x          859 2008-08-15 19:51:15 doc/FirstSteps/Python/HelloMaxDB.py
    STDOUT: extracting: -rw-rr         3043 2008-08-15 19:51:15 doc/FirstSteps/Python/HowToPython.html
    STDOUT: extracting: -rwxr-xr-x          865 2008-08-15 19:51:15 doc/FirstSteps/Python/StateMaxDB.py
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:20 doc/FirstSteps/SQLDBC/
    STDOUT: extracting: -rw-rr         3522 2008-08-15 19:51:15 doc/FirstSteps/SQLDBC/HelloMaxDB.cpp
    STDOUT: extracting: -rw-rr         1329 2008-08-15 19:51:15 doc/FirstSteps/SQLDBC/HowToSQLDBC.html
    STDOUT: extracting: -rw-rr          563 2008-08-15 19:51:15 doc/FirstSteps/SQLDBC/Makefile
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:10 env/
    STDOUT: extracting: -rwxr-xr-x         6260 2008-08-15 21:53:37 env/APPS.py
    STDOUT: extracting: -rw-rr         3800 2008-08-15 21:53:37 env/CNR3DATA.py
    STDOUT: extracting: -rw-rr         8216 2008-08-15 21:53:37 env/CNR3TAB.py
    STDOUT: extracting: -rw-rr       201779 2008-08-15 22:02:13 env/cserv.pcf
    STDOUT: extracting: -rw-rr         1861 2008-08-15 21:53:37 env/DBANA.py
    STDOUT: extracting: -rw-rr        17874 2008-08-15 21:53:39 env/DBMVIEWS.py
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:08 env/en/
    STDOUT: extracting: -rw-rr         7609 2008-08-15 22:02:13 env/en/DBM.en
    STDOUT: extracting: -rw-rr        15713 2008-08-15 21:53:39 env/GARBAGE.py
    STDOUT: extracting: -rw-rr          249 2008-08-15 22:02:13 env/general.use
    STDOUT: extracting: -rwxr-xr-x         1304 2008-08-15 21:53:45 env/getpackages.py
    STDOUT: extracting: -rw-rr         1144 2008-08-15 21:53:39 env/INFO.py
    STDOUT: extracting: -rw-rr        14609 2008-08-15 21:53:45 env/installib.py
    STDOUT: extracting: -rw-rr        90473 2008-08-15 21:53:39 env/JDBC.py
    STDOUT: extracting: -rw-rr          396 2008-08-15 22:02:13 env/kernprot.use
    STDOUT: extracting: -rwxr-xr-x          949 2008-08-15 21:53:45 env/lapps.py
    STDOUT: extracting: -rw-rr         8269 2008-08-15 19:51:15 env/lsystab.py
    STDOUT: extracting: -rw-rr        19514 2008-08-15 21:53:39 env/ODBC.py
    STDOUT: extracting: -rw-rr         1241 2008-08-15 21:53:39 env/ORADD.py
    STDOUT: extracting: -rw-rr       266421 2008-08-15 21:53:41 env/ORADDCOM.py
    STDOUT: extracting: -rw-rr         9586 2008-08-15 21:53:41 env/ORADDSYN.py
    STDOUT: extracting: -rw-rr       158400 2008-08-15 21:53:41 env/ORADDV.py
    STDOUT: extracting: -rw-rr         1400 2008-08-15 21:53:41 env/PRECOM.py
    STDOUT: extracting: -rw-rr        50345 2008-08-15 21:53:45 env/REPOSITORY.py
    STDOUT: extracting: -rw-rr        61439 2008-08-15 21:53:39 env/SAPDBLOADER.py
    STDOUT: extracting: -rw-rr         4483 2008-08-15 21:53:41 env/SHOWCMD.py
    STDOUT: extracting: -rw-rr        49869 2008-08-15 21:53:41 env/SQLDBC.py
    STDOUT: extracting: -rw-rr        48352 2008-08-15 21:53:41 env/SYSDBA.py
    STDOUT: extracting: -rw-rr        59678 2008-08-15 21:53:43 env/SYSDBACOM.py
    STDOUT: extracting: -rw-rr        16770 2008-08-15 21:53:43 env/SYSINFO.py
    STDOUT: extracting: -rw-rr       114665 2008-08-15 21:53:43 env/SYSINFOCOM.py
    STDOUT: extracting: -rw-rr        17793 2008-08-15 21:53:43 env/TRIGGER.py
    STDOUT: extracting: -rw-rr         3203 2008-08-15 21:53:43 env/UDE.py
    STDOUT: extracting: -rw-rr         6596 2008-08-15 21:53:45 env/WA.py
    STDOUT: extracting: -rw-rr        54914 2008-08-15 21:53:43 env/XDD.py
    STDOUT: extracting: -rw-rr       106448 2008-08-15 21:53:43 env/XDDCOM.py
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:11 lib/
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:11 lib/python2.3/
    STDOUT: extracting: -rw-rr         6867 2008-08-15 19:51:15 lib/python2.3/optlib.py
    STDOUT: extracting: -rwxr-xr-x       135234 2008-08-15 19:51:15 lib/python2.3/pyexpat.pyd
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:11 lib/python2.3/sdb/
    STDOUT: extracting: -rw-rr        14852 2008-08-15 19:51:15 lib/python2.3/sdb/dbapi.py
    STDOUT: extracting: -rwxr-xr-x       507904 2008-08-15 21:54:03 lib/python2.3/sdb/dbm.pyd
    STDOUT: extracting: -rwxr-xr-x       487424 2008-08-15 21:54:07 lib/python2.3/sdb/loader.pyd
    STDOUT: extracting: -rwxr-xr-x       475136 2008-08-15 21:54:15 lib/python2.3/sdb/sql.pyd
    STDOUT: extracting: -rw-rr          208 2008-08-15 19:51:15 lib/python2.3/sdb/__init__.py
    STDOUT: extracting: -rwxr-xr-x        61503 2008-08-15 19:51:15 lib/python2.3/zlib.pyd
    STDOUT: extracting: -rwxr-xr-x        49218 2008-08-15 19:51:15 lib/python2.3/_socket.pyd
    STDOUT: extracting: -rwxr-xr-x        57407 2008-08-15 19:51:15 lib/python2.3/_sre.pyd
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:11 misc/
    STDOUT: extracting: -rw-rr         2437 2008-08-16 00:38:45 misc/create_demo_db.cmd
    STDOUT: extracting: -rw-rr          417 2008-08-16 00:38:45 misc/drop_demo_db.cmd
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:17 pgm/
    STDOUT: extracting: -rwxr-xr-x       200704 2008-08-15 21:52:15 pgm/backup.exe
    STDOUT: extracting: -rwxr-xr-x       380928 2008-08-15 20:10:53 pgm/cons.exe
    STDOUT: extracting: -rwxr-xr-x        45056 2008-08-15 20:10:33 pgm/cr_param.exe
    STDOUT: extracting: -rwxr-xr-x       940032 2008-08-15 19:51:15 pgm/dbghelp.dll
    STDOUT: extracting: -rwxr-xr-x       299008 2008-08-15 21:49:01 pgm/dbmreg.exe
    STDOUT: extracting: -rwxr-xr-x       454656 2008-08-15 21:49:37 pgm/dbmshm.exe
    STDOUT: extracting: -rwxr-xr-x      2105344 2008-08-15 21:48:31 pgm/dbmsrv.exe
    STDOUT: extracting: -rwxr-xr-x      1843200 2008-08-15 21:49:17 pgm/dbmsrvscd.exe
    STDOUT: extracting: -rwxr-xr-x       299008 2008-08-15 21:48:49 pgm/dbmstart.exe
    STDOUT: extracting: -rwxr-xr-x       299008 2008-08-15 21:48:53 pgm/dbmstop.exe
    STDOUT: extracting: -rwxr-xr-x       299008 2008-08-15 21:49:05 pgm/dbmunreg.exe
    STDOUT: extracting: -rwxr-xr-x        69632 2008-08-16 00:15:35 pgm/dbpinstall.dll
    STDOUT: extracting: -rwxr-xr-x      1073152 2008-08-15 20:33:23 pgm/diagnose.exe
    STDOUT: extracting: -rwxr-xr-x      7258112 2008-08-15 21:48:17 pgm/kernel.exe
    STDOUT: extracting: -rwxr-xr-x       118784 2008-08-15 20:25:15 pgm/libhsscopy.dll
    STDOUT: extracting: -rwxr-xr-x      1204224 2008-08-16 00:11:25 pgm/liboms.dll
    STDOUT: extracting: -rwxr-xr-x       159744 2008-08-16 00:16:23 pgm/libsqlcls.dll
    STDOUT: extracting: -rwxr-xr-x      1191936 2008-08-16 00:17:23 pgm/libSQLDBC.dll
    STDOUT: extracting: -rwxr-xr-x      1269760 2008-08-16 00:20:23 pgm/libSQLDBC_C.dll
    STDOUT: extracting: -rwxr-xr-x      3022848 2008-08-15 22:01:27 pgm/lserver.exe
    STDOUT: extracting: -rwxr-xr-x        20545 2008-08-15 19:51:15 pgm/pysapdb.exe
    STDOUT: extracting: -rwxr-xr-x       974915 2008-08-15 19:51:15 pgm/python23.dll
    STDOUT: extracting: -rw-rr      2071185 2008-08-15 19:51:15 pgm/python23.zip
    STDOUT: extracting: -rwxr-xr-x        45056 2008-08-15 20:10:31 pgm/renparam.exe
    STDOUT: extracting: -rwxr-xr-x       294912 2008-08-15 20:11:51 pgm/service.exe
    STDOUT: extracting: -rwxr-xr-x       417792 2008-08-15 20:11:55 pgm/sqlinst.dll
    STDOUT: extracting: -rwxr-xr-x      1359872 2008-08-15 20:11:59 pgm/sqlmsg.dll
    STDOUT: extracting: -rwxr-xr-x       319488 2008-08-15 20:11:01 pgm/stop.exe
    STDOUT: extracting: -rwxr-xr-x       319488 2008-08-15 20:10:57 pgm/strt.exe
    STDOUT: extracting: -rwxr-xr-x        98304 2008-08-15 22:11:33 pgm/StudioUtil.dll
    STDOUT: extracting: -rwxr-xr-x        49152 2008-08-15 20:25:11 pgm/sysrc.exe
    STDOUT: extracting: -rwxr-xr-x        73728 2008-08-15 20:11:57 pgm/systemrc.exe
    STDOUT: extracting: -rwxr-xr-x       229376 2008-08-15 22:11:43 pgm/TableDefC.dll
    STDOUT: extracting: -rwxr-xr-x        45056 2008-08-15 21:53:29 pgm/Tools_WinEvtLog.dll
    STDOUT: extracting: -rwxr-xr-x        73728 2008-08-15 22:01:47 pgm/tracesort.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:17 sap/
    STDOUT: extracting: -rw-rr          147 2008-08-15 19:51:15 sap/dbpinstall.lst
    STDOUT: extracting: -rw-rr          761 2008-08-15 21:50:29 sap/grantxdb.dbm
    STDOUT: extracting: -rwxr-xr-x        18192 2008-08-15 19:51:15 sap/lcinit.bat
    STDOUT: extracting: -rwxr-xr-x       126976 2008-08-16 00:15:27 sap/lvcbench.dll
    STDOUT: extracting: -rw-rr           89 2008-08-15 19:51:15 sap/saprfc.ini
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:44 pgm/
    STDOUT: extracting: -rwxr-xr-x     14577664 2008-08-15 23:36:03 pgm/slowknl.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:45 Support/
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:00:57 Support/Mapfiles/
    STDOUT: extracting: -rw-rr       505962 2008-08-15 21:51:00 Support/Mapfiles/backint.map
    STDOUT: extracting: -rw-rr       661472 2008-08-15 20:10:53 Support/Mapfiles/cons.map
    STDOUT: extracting: -rw-rr       121797 2008-08-15 20:10:32 Support/Mapfiles/cr_param.map
    STDOUT: extracting: -rw-rr      1265024 2008-08-15 21:53:13 Support/Mapfiles/dbmevtdisp.map
    STDOUT: extracting: -rw-rr       913124 2008-08-15 21:53:26 Support/Mapfiles/dbmevthndl_display.map
    STDOUT: extracting: -rw-rr       918119 2008-08-15 21:53:36 Support/Mapfiles/dbmevthndl_winlog.map
    STDOUT: extracting: -rw-rr       802618 2008-08-15 21:49:36 Support/Mapfiles/dbmshm.map
    STDOUT: extracting: -rw-rr      3115022 2008-08-15 20:24:12 Support/Mapfiles/dbmsrv-clu.map
    STDOUT: extracting: -rw-rr      3049582 2008-08-15 21:48:31 Support/Mapfiles/dbmsrv.map
    STDOUT: extracting: -rw-rr      2607026 2008-08-15 21:49:16 Support/Mapfiles/dbmsrvscd.map
    STDOUT: extracting: -rw-rr        78229 2008-08-16 00:15:35 Support/Mapfiles/dbpinstall.map
    STDOUT: extracting: -rw-rr      1937316 2008-08-15 20:33:22 Support/Mapfiles/diagnose.map
    STDOUT: extracting: -rw-rr       155915 2008-08-15 20:10:31 Support/Mapfiles/get_page.map
    STDOUT: extracting: -rw-rr     11970292 2008-08-15 21:48:16 Support/Mapfiles/kernel.map
    STDOUT: extracting: -rw-rr       191857 2008-08-15 20:25:15 Support/Mapfiles/libhsscopy.map
    STDOUT: extracting: -rw-rr      2152785 2008-08-16 00:11:24 Support/Mapfiles/liboms.map
    STDOUT: extracting: -rw-rr       259698 2008-08-16 00:16:22 Support/Mapfiles/libsqlcls.map
    STDOUT: extracting: -rw-rr      1983758 2008-08-16 00:17:23 Support/Mapfiles/libSQLDBC.map
    STDOUT: extracting: -rw-rr      2270630 2008-08-16 00:20:22 Support/Mapfiles/libSQLDBC_C.map
    STDOUT: extracting: -rw-rr      3030264 2008-08-15 22:01:26 Support/Mapfiles/lserver.map
    STDOUT: extracting: -rw-rr       241759 2008-08-16 00:15:26 Support/Mapfiles/lvcbench.map
    STDOUT: extracting: -rw-rr        22799 2008-08-15 19:51:40 Support/Mapfiles/odbcreg.map
    STDOUT: extracting: -rw-rr       437361 2008-08-15 21:52:10 Support/Mapfiles/pipe2file.map
    STDOUT: extracting: -rw-rr       170094 2008-08-15 20:12:32 Support/Mapfiles/sapdbmscsex.map
    STDOUT: extracting: -rw-rr       260595 2008-08-15 20:12:42 Support/Mapfiles/sapdbmscsman.map
    STDOUT: extracting: -rw-rr       130593 2008-08-15 20:12:01 Support/Mapfiles/sapdbmscsres.map
    STDOUT: extracting: -rw-rr       864387 2008-08-15 20:12:55 Support/Mapfiles/serv-clu.map
    STDOUT: extracting: -rw-rr       573796 2008-08-15 20:12:57 Support/Mapfiles/service-clu.map
    STDOUT: extracting: -rw-rr       545676 2008-08-15 20:11:50 Support/Mapfiles/service.map
    STDOUT: extracting: -rw-rr     15115432 2008-08-15 23:36:03 Support/Mapfiles/slowknl.map
    STDOUT: extracting: -rw-rr       674679 2008-08-15 20:11:54 Support/Mapfiles/sqlinst.map
    STDOUT: extracting: -rw-rr       138012 2008-08-15 19:55:01 Support/Mapfiles/sqlver.map
    STDOUT: extracting: -rw-rr       137724 2008-08-15 19:55:00 Support/Mapfiles/sqlwhat.map
    STDOUT: extracting: -rw-rr       100215 2008-08-16 00:05:33 Support/Mapfiles/sql_run.map
    STDOUT: extracting: -rw-rr       126593 2008-08-15 20:25:11 Support/Mapfiles/sysrc.map
    STDOUT: extracting: -rw-rr       205806 2008-08-15 20:11:57 Support/Mapfiles/systemrc.map
    STDOUT: extracting: -rw-rr       329621 2008-08-15 22:11:43 Support/Mapfiles/TableDefC.map
    STDOUT: extracting: -rw-rr       180003 2008-08-15 22:01:47 Support/Mapfiles/tracesort.map
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:01:45 symbols/
    STDOUT: extracting: -rw-rr      1199104 2008-08-15 21:51:00 symbols/backint.pdb
    STDOUT: extracting: -rw-rr      2092032 2008-08-15 20:10:53 symbols/cons.pdb
    STDOUT: extracting: -rw-rr       281600 2008-08-15 20:10:32 symbols/cr_param.pdb
    STDOUT: extracting: -rw-rr      3836928 2008-08-15 21:53:13 symbols/dbmevtdisp.pdb
    STDOUT: extracting: -rw-rr      3058688 2008-08-15 21:53:26 symbols/dbmevthndl_display.pdb
    STDOUT: extracting: -rw-rr      3083264 2008-08-15 21:53:36 symbols/dbmevthndl_winlog.pdb
    STDOUT: extracting: -rw-rr      2485248 2008-08-15 21:49:36 symbols/dbmshm.pdb
    STDOUT: extracting: -rw-rr      8563712 2008-08-15 20:24:12 symbols/dbmsrv-clu.pdb
    STDOUT: extracting: -rw-rr      8391680 2008-08-15 21:48:30 symbols/dbmsrv.pdb
    STDOUT: extracting: -rw-rr      7703552 2008-08-15 21:49:15 symbols/dbmsrvscd.pdb
    STDOUT: extracting: -rw-rr       420864 2008-08-16 00:15:35 symbols/dbpinstall.pdb
    STDOUT: extracting: -rw-rr      4803584 2008-08-15 20:33:21 symbols/diagnose.pdb
    STDOUT: extracting: -rw-rr       338944 2008-08-15 20:10:31 symbols/get_page.pdb
    STDOUT: extracting: -rw-rr     36047872 2008-08-15 21:48:12 symbols/kernel.pdb
    STDOUT: extracting: -rw-rr       470016 2008-08-15 20:25:15 symbols/libhsscopy.pdb
    STDOUT: extracting: -rw-rr      5868544 2008-08-16 00:11:24 symbols/liboms.pdb
    STDOUT: extracting: -rw-rr      1264640 2008-08-16 00:16:21 symbols/libsqlcls.pdb
    STDOUT: extracting: -rw-rr      4713472 2008-08-16 00:17:22 symbols/libSQLDBC.pdb
    STDOUT: extracting: -rw-rr      5180416 2008-08-16 00:20:21 symbols/libSQLDBC_C.pdb
    STDOUT: extracting: -rw-rr      7171072 2008-08-15 22:01:25 symbols/lserver.pdb
    STDOUT: extracting: -rw-rr       642048 2008-08-16 00:15:26 symbols/lvcbench.pdb
    STDOUT: extracting: -rw-rr      1207296 2008-08-15 21:52:10 symbols/pipe2file.pdb
    STDOUT: extracting: -rw-rr      3058688 2008-08-15 20:12:32 symbols/sapdbmscsex.pdb
    STDOUT: extracting: -rw-rr      1002496 2008-08-15 20:12:42 symbols/sapdbmscsman.pdb
    STDOUT: extracting: -rw-rr       330752 2008-08-15 20:12:01 symbols/sapdbmscsres.pdb
    STDOUT: extracting: -rw-rr      2739200 2008-08-15 20:12:55 symbols/serv-clu.pdb
    STDOUT: extracting: -rw-rr      2141184 2008-08-15 20:12:56 symbols/service-clu.pdb
    STDOUT: extracting: -rw-rr      1944576 2008-08-15 20:11:50 symbols/service.pdb
    STDOUT: extracting: -rw-rr     40643584 2008-08-15 23:35:57 symbols/slowknl.pdb
    STDOUT: extracting: -rw-rr      2321408 2008-08-15 20:11:54 symbols/sqlinst.pdb
    STDOUT: extracting: -rw-rr      2075648 2008-08-16 00:05:31 symbols/sqlrun.pdb
    STDOUT: extracting: -rw-rr       306176 2008-08-15 19:55:01 symbols/sqlver.pdb
    STDOUT: extracting: -rw-rr       306176 2008-08-15 19:55:00 symbols/sqlwhat.pdb
    STDOUT: extracting: -rw-rr       248832 2008-08-16 00:05:33 symbols/sql_run.pdb
    STDOUT: extracting: -rw-rr      2214912 2008-08-15 20:12:51 symbols/start-clu.pdb
    STDOUT: extracting: -rw-rr      2206720 2008-08-15 20:12:52 symbols/stop-clu.pdb
    STDOUT: extracting: -rw-rr       306176 2008-08-15 20:25:10 symbols/sysrc.pdb
    STDOUT: extracting: -rw-rr       388096 2008-08-15 20:11:57 symbols/systemrc.pdb
    STDOUT: extracting: -rw-rr       846848 2008-08-15 22:11:43 symbols/TableDefC.pdb
    STDOUT: extracting: -rw-rr       887808 2008-08-15 22:01:47 symbols/tracesort.pdb
    STDOUT: checking unpacked archive... MSG: check file "Support/Mapfiles/diagnose.map": ok
    MSG: check file "doc/FirstSteps/ODBC/HowToODBC.html": ok
    MSG: check file "lib/python2.3/_socket.pyd": ok
    MSG: check file "Support/Mapfiles/get_page.map": ok
    MSG: check file "pgm/dbmsrv.exe": ok
    MSG: check file "env/INFO.py": ok
    MSG: check file "symbols/dbmsrv-clu.pdb": ok
    MSG: check file "pgm/diagnose.exe": ok
    MSG: check file "symbols/cons.pdb": ok
    MSG: check file "misc/create_demo_db.cmd": ok
    MSG: check file "symbols/sapdbmscsres.pdb": ok
    MSG: check file "symbols/cr_param.pdb": ok
    MSG: check file "Support/Mapfiles/dbpinstall.map": ok
    MSG: check file "lib/python2.3/sdb/__init__.py": ok
    MSG: check file "symbols/dbmevthndl_winlog.pdb": ok
    MSG: check file "symbols/libSQLDBC_C.pdb": ok
    MSG: check file "bin/xtracesort.exe": ok
    MSG: check file "bin/x_diagnose.exe": ok
    MSG: check file "symbols/pipe2file.pdb": ok
    MSG: check file "pgm/Tools_WinEvtLog.dll": ok
    MSG: check file "symbols/dbmshm.pdb": ok
    MSG: check file "pgm/cons.exe": ok
    MSG: check file "sap/grantxdb.dbm": ok
    MSG: check file "demo/tutoriallib.py": ok
    MSG: check file "demo/HOTEL.py": ok
    MSG: check file "symbols/liboms.pdb": ok
    MSG: check file "env/cserv.pcf": ok
    MSG: check file "Support/Mapfiles/TableDefC.map": ok
    MSG: check file "lib/python2.3/_sre.pyd": ok
    MSG: check file "pgm/service.exe": ok
    MSG: check file "doc/FirstSteps/Python/HowToPython.html": ok
    MSG: check file "doc/FirstSteps/ODBC/HelloMaxDB.c": ok
    MSG: check file "Support/Mapfiles/libSQLDBC.map": ok
    MSG: check file "doc/FirstSteps/Java/DemodbData.java": ok
    MSG: check file "sap/saprfc.ini": ok
    MSG: check file "pgm/dbghelp.dll": ok
    MSG: check file "cluster/strt_clu.exe": ok
    MSG: check file "symbols/libhsscopy.pdb": ok
    MSG: check file "symbols/dbmsrv.pdb": ok
    MSG: check file "symbols/sapdbmscsman.pdb": ok
    MSG: check file "cluster/SAPDBMSCSMan.exe": ok
    MSG: check file "pgm/tracesort.exe": ok
    MSG: check file "Support/Mapfiles/sqlinst.map": ok
    MSG: check file "bin/sqlwhat.exe": ok
    MSG: check file "lib/python2.3/pyexpat.pyd": ok
    MSG: check file "pgm/libSQLDBC_C.dll": ok
    MSG: check file "Support/Mapfiles/sapdbmscsman.map": ok
    MSG: check file "Support/Mapfiles/sapdbmscsres.map": ok
    MSG: check file "Support/Mapfiles/dbmevthndl_winlog.map": ok
    MSG: check file "bin/x_python.exe": ok
    MSG: check file "symbols/sql_run.pdb": ok
    MSG: check file "pgm/python23.dll": ok
    MSG: check file "env/SQLDBC.py": ok
    MSG: check file "symbols/tracesort.pdb": ok
    MSG: check file "cluster/SAPDBMSCSRes.dll": ok
    MSG: check file "cluster/stop_clu.exe": ok
    MSG: check file "pgm/sqlinst.dll": ok
    MSG: check file "pgm/StudioUtil.dll": ok
    MSG: check file "Support/Mapfiles/slowknl.map": ok
    MSG: check file "doc/FirstSteps/Python/HelloMaxDB.py": ok
    MSG: check file "symbols/lserver.pdb": ok
    MSG: check file "Support/Mapfiles/serv-clu.map": ok
    MSG: check file "pgm/cr_param.exe": ok
    MSG: check file "bin/backint.exe": ok
    MSG: check file "bin/sqlrun.dll": ok
    MSG: check file "pgm/libSQLDBC.dll": ok
    MSG: check file "Support/Mapfiles/kernel.map": ok
    MSG: check file "symbols/kernel.pdb": ok
    MSG: check file "bin/dbmsrvctl.exe": ok
    MSG: check file "env/UDE.py": ok
    MSG: check file "symbols/dbmsrvscd.pdb": ok
    MSG: check file "symbols/sqlinst.pdb": ok
    MSG: check file "doc/FirstSteps/Java/DemodbData.class": ok
    MSG: check file "env/lsystab.py": ok
    MSG: check file "sap/lcinit.bat": ok
    MSG: check file "lib/python2.3/zlib.pyd": ok
    MSG: check file "doc/FirstSteps/Perl/StateMaxDB.pl": ok
    MSG: check file "pgm/python23.zip": ok
    MSG: check file "doc/FirstSteps/Java/HelloMaxDB.class": ok
    MSG: check file "symbols/dbmevtdisp.pdb": ok
    MSG: check file "env/installib.py": ok
    MSG: check file "pgm/renparam.exe": ok
    MSG: check file "doc/FirstSteps/Python/StateMaxDB.py": ok
    MSG: check file "env/TRIGGER.py": ok
    MSG: check file "pgm/libhsscopy.dll": ok
    MSG: check file "symbols/serv-clu.pdb": ok
    MSG: check file "pgm/systemrc.exe": ok
    MSG: check file "pgm/dbmunreg.exe": ok
    MSG: check file "Support/Mapfiles/sysrc.map": ok
    MSG: check file "Support/Mapfiles/libhsscopy.map": ok
    MSG: check file "bin/dbmevtdisp.exe": ok
    MSG: check file "doc/FirstSteps/ODBC/Makefile": ok
    MSG: check file "Support/Mapfiles/dbmsrv-clu.map": ok
    MSG: check file "pgm/stop.exe": ok
    MSG: check file "Support/Mapfiles/service-clu.map": ok
    MSG: check file "Support/Mapfiles/lserver.map": ok
    MSG: check file "Support/Mapfiles/libsqlcls.map": ok
    MSG: check file "symbols/backint.pdb": ok
    MSG: check file "Support/Mapfiles/systemrc.map": ok
    MSG: check file "symbols/get_page.pdb": ok
    MSG: check file "lib/python2.3/sdb/sql.pyd": ok
    MSG: check file "Support/Mapfiles/dbmsrv.map": ok
    MSG: check file "env/APPS.py": ok
    MSG: check file "env/kernprot.use": ok
    MSG: check file "Support/Mapfiles/lvcbench.map": ok
    MSG: check file "symbols/systemrc.pdb": ok
    MSG: check file "symbols/sqlver.pdb": ok
    MSG: check file "pgm/liboms.dll": ok
    MSG: check file "cluster/service_clu.exe": ok
    MSG: check file "env/ORADDSYN.py": ok
    MSG: check file "Support/Mapfiles/backint.map": ok
    MSG: check file "env/SYSINFOCOM.py": ok
    MSG: check file "Support/Mapfiles/dbmevthndl_display.map": ok
    MSG: check file "cluster/SAPDBMSCSEx.dll": ok
    MSG: check file "pgm/slowknl.exe": ok
    MSG: check file "symbols/slowknl.pdb": ok
    MSG: check file "symbols/sqlwhat.pdb": ok
    MSG: check file "symbols/TableDefC.pdb": ok
    MSG: check file "doc/FirstSteps/SQLDBC/HelloMaxDB.cpp": ok
    MSG: check file "env/CNR3DATA.py": ok
    MSG: check file "doc/FirstSteps/index.html": ok
    MSG: check file "doc/FirstSteps/Java/HowToJava.html": ok
    MSG: check file "bin/pipe2file.exe": ok
    MSG: check file "doc/FirstSteps/Perl/demodbData.pm": ok
    MSG: check file "bin/dbmevthndl_winlog.exe": ok
    MSG: check file "Support/Mapfiles/tracesort.map": ok
    MSG: check file "symbols/lvcbench.pdb": ok
    MSG: check file "demo/ltutorial.py": ok
    MSG: check file "symbols/sapdbmscsex.pdb": ok
    MSG: check file "bin/xservice.exe": ok
    MSG: check file "doc/FirstSteps/Python/HelloMaxDB-API.py": ok
    MSG: check file "symbols/libSQLDBC.pdb": ok
    MSG: check file "env/REPOSITORY.py": ok
    MSG: check file "Support/Mapfiles/cr_param.map": ok
    MSG: check file "lib/python2.3/optlib.py": ok
    MSG: check file "cluster/serv_clu.exe": ok
    MSG: check file "symbols/sysrc.pdb": ok
    MSG: check file "env/ORADDCOM.py": ok
    MSG: check file "doc/FirstSteps/SQLDBC/Makefile": ok
    MSG: check file "pgm/dbmsrvscd.exe": ok
    MSG: check file "symbols/diagnose.pdb": ok
    MSG: check file "pgm/TableDefC.dll": ok
    MSG: check file "doc/FirstSteps/Perl/HowToPerl.html": ok
    MSG: check file "Support/Mapfiles/sqlwhat.map": ok
    MSG: check file "symbols/stop-clu.pdb": ok
    MSG: check file "cluster/dbmsrv_clu.exe": ok
    MSG: check file "pgm/sysrc.exe": ok
    MSG: check file "pgm/kernel.exe": ok
    MSG: check file "Support/Mapfiles/sql_run.map": ok
    MSG: check file "doc/FirstSteps/Java/StateMaxDB.class": ok
    MSG: check file "Support/Mapfiles/dbmsrvscd.map": ok
    MSG: check file "symbols/service-clu.pdb": ok
    MSG: check file "symbols/dbmevthndl_display.pdb": ok
    MSG: check file "Support/Mapfiles/odbcreg.map": ok
    MSG: check file "env/SAPDBLOADER.py": ok
    MSG: check file "bin/sqlver.exe": ok
    MSG: check file "env/general.use": ok
    MSG: check file "sap/dbpinstall.lst": ok
    MSG: check file "pgm/dbpinstall.dll": ok
    MSG: check file "doc/FirstSteps/Java/StateMaxDB.java": ok
    MSG: check file "env/en/DBM.en": ok
    MSG: check file "sap/lvcbench.dll": ok
    MSG: check file "pgm/lserver.exe": ok
    MSG: check file "env/getpackages.py": ok
    MSG: check file "env/lapps.py": ok
    MSG: check file "Support/Mapfiles/dbmshm.map": ok
    MSG: check file "Support/Mapfiles/service.map": ok
    MSG: check file "misc/drop_demo_db.cmd": ok
    MSG: check file "lib/python2.3/sdb/dbm.pyd": ok
    MSG: check file "env/WA.py": ok
    MSG: check file "symbols/dbpinstall.pdb": ok
    MSG: check file "bin/ireport.py": ok
    MSG: check file "Support/Mapfiles/sapdbmscsex.map": ok
    MSG: check file "Support/Mapfiles/libSQLDBC_C.map": ok
    MSG: check file "Support/Mapfiles/liboms.map": ok
    MSG: check file "lib/python2.3/sdb/dbapi.py": ok
    MSG: check file "doc/FirstSteps/Java/HelloMaxDB.java": ok
    MSG: check file "env/ORADDV.py": ok
    MSG: check file "doc/FirstSteps/maxdbenv.cmd": ok
    MSG: check file "pgm/pysapdb.exe": ok
    MSG: check file "pgm/libsqlcls.dll": ok
    MSG: check file "env/GARBAGE.py": ok
    MSG: check file "symbols/libsqlcls.pdb": ok
    MSG: check file "bin/xkernprot.exe": ok
    MSG: check file "Support/Mapfiles/dbmevtdisp.map": ok
    MSG: check file "env/SYSINFO.py": ok
    MSG: check file "symbols/sqlrun.pdb": ok
    MSG: check file "env/XDDCOM.py": ok
    MSG: check file "bin/sdbfill.exe": ok
    MSG: check file "lib/python2.3/sdb/loader.pyd": ok
    MSG: check file "env/XDD.py": ok
    MSG: check file "doc/FirstSteps/SQLDBC/HowToSQLDBC.html": ok
    MSG: check file "pgm/backup.exe": ok
    MSG: check file "env/ODBC.py": ok
    MSG: check file "Support/Mapfiles/pipe2file.map": ok
    MSG: check file "Support/Mapfiles/cons.map": ok
    MSG: check file "pgm/dbmshm.exe": ok
    MSG: check file "env/SYSDBA.py": ok
    MSG: check file "env/CNR3TAB.py": ok
    MSG: check file "env/ORADD.py": ok
    MSG: check file "env/PRECOM.py": ok
    MSG: check file "pgm/strt.exe": ok
    MSG: check file "cluster/sapdbmscsman.dll": ok
    MSG: check file "Support/Mapfiles/sqlver.map": ok
    MSG: check file "env/DBANA.py": ok
    MSG: check file "env/SHOWCMD.py": ok
    MSG: check file "pgm/dbmstop.exe": ok
    MSG: check file "env/SYSDBACOM.py": ok
    MSG: check file "symbols/start-clu.pdb": ok
    MSG: check file "bin/dbmevthndl_display.exe": ok
    MSG: check file "doc/FirstSteps/Python/demodbData.py": ok
    MSG: check file "pgm/dbmstart.exe": ok
    MSG: check file "env/DBMVIEWS.py": ok
    MSG: check file "env/JDBC.py": ok
    MSG: check file "pgm/sqlmsg.dll": ok
    MSG: check file "pgm/dbmreg.exe": ok
    MSG: check file "symbols/service.pdb": ok
    STDOUT: ok
    MSG: file "c:/program files/sdb/maxdb1/doc/FirstSteps/index.html" modified by installer
    MSG: file "c:/program files/sdb/maxdb1/doc/FirstSteps/Perl/HowToPerl.html" modified by installer
    MSG: file "c:/program files/sdb/maxdb1/doc/FirstSteps/Python/HowToPython.html" modified by installer
    MSG: file "c:/program files/sdb/maxdb1/doc/FirstSteps/ODBC/HowToODBC.html" modified by installer
    MSG: file "c:/program files/sdb/maxdb1/doc/FirstSteps/Java/HowToJava.html" modified by installer
    MSG: file "c:/program files/sdb/maxdb1/misc/create_demo_db.cmd" modified by installer
    MSG: file "c:/program files/sdb/maxdb1/misc/drop_demo_db.cmd" modified by installer
    MSG: file "c:/program files/sdb/maxdb1/doc/FirstSteps/maxdbenv.cmd" modified by installer
    SYS: "C:Program FilessdbMAXDB1 indbmsrvctl.exe" start
    SYS: "C:Program Filessdbprogramspgmdbmcli.exe" -R "C:Program FilessdbMAXDB1" inst_reg -k "C:Program FilessdbMAXDB1": ERR
    SYS: "C:Program Filessdbprogramspgmdbmcli.exe" -R "C:Program FilessdbMAXDB1" inst_reg -k "C:Program FilessdbMAXDB1": -24913,ERR_SERVICEDB: Cannot register service database instance for C:Program FilesSDBMAXDB1
    STDERR: error occured while executing "C:Program Filessdbprogramspgmdbmcli.exe" -R "C:Program FilessdbMAXDB1" inst_reg -k "C:Program FilessdbMAXDB1"
    STDERR: "C:Program Filessdbprogramspgmdbmcli.exe" -R "C:Program FilessdbMAXDB1" inst_reg -k "C:Program FilessdbMAXDB1": ERR
    "C:Program Filessdbprogramspgmdbmcli.exe" -R "C:Program FilessdbMAXDB1" inst_reg -k "C:Program FilessdbMAXDB1": -24913,ERR_SERVICEDB: Cannot register service database instance for C:Program FilesSDBMAXDB1
    STDERR: installation exited abnormally  at Fr, Jan 09, 2009 at 18:17:25
    MSG: packagedata of package Redist Python changed
    MSG: writing 4 packages
    MSG: net install registry size = 40263 bytes
    MSG: wrote install registry (46259 bytes)
    STDOUT: start real extraction of "C:/DOCUME1/ADMINI1/LOCALS~1/Temp/Max31.tmp/SDBRDPY.TGZ"
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:04:43 bin/
    STDOUT: extracting: -rwxr-xr-x       331776 2008-08-15 21:53:55 bin/x_python.exe
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:04:43 lib/
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:04:44 lib/python2.3/
    STDOUT: extracting: -rw-rr         6867 2008-08-15 19:51:15 lib/python2.3/optlib.py
    STDOUT: extracting: -rwxr-xr-x       135234 2008-08-15 19:51:15 lib/python2.3/pyexpat.pyd
    STDOUT: extracting: drwxr-xr-x            0 2008-08-16 01:04:43 lib/python2.3/sdb/
    STDOUT: extracting: -rwxr-xr-x       507904 2008-08-15 21:54:03 lib/python2.3/sdb/dbm.pyd
    STDOUT: extracti

    HI there,
    it really does look like as the "uninstallation" was done by merely deleting files from the filesystem.
    This will always lead to problems when you try to re-install a MaxDB afterwards.
    Uninstallations should be done via SDBUNIST to avoid such issues.
    Based on the error messages like:
    getRelease():C:/Program Files/SDB/MAXDB1/pgm/kernel.exe not found
    MSG: migrate server installation data for INSTROOT "c:/program files/sdb/maxdb1"
    MSG: installed package is flaged as invalid => skipping update check
    WRN: cannot execute command: xregcomp -u "c:program filessdbmaxdb1pgmdbpinstall": cannot create process, Le fichier spÈcifiÈ est introuvable.
    >WRN: cannot execute command: xregcomp -u "c:program filessdbprogramsliblivecachedbg": cannot create process, Le fichier spÈcifiÈ est introuvable.
    we can tell: the MaxDB installation registration had not been deleted correctly.
    If I'd to guess, I'd say you just deleted whatever was in the folder "c:program filessdb" and crossed fingers that this would do.
    Anyhow, on this system, due to the usage of non-SAP-standard folder layout check this one, the installation registration can by found in the all users data folder:
    >MSG: Template set indep data path to "c:/documents and settings/all users/application data/sdb/data"
    This would have to be removed as well.
    Anyhow, maybe you want to read the documentation before messing up your system by try and error:
    Installation Manual
    regards,
    Lars

  • Error installing MaxDB 7.6.03.09 on windows 32 bit on NW70 SR2 sapinst

    MaxDB experts,
    Hello.  I am trying to install SAP NW70SR2 (JAVA AS) on MaxDB 7.6.03.09 with windows 32 bit OS.  Brand new install, JAVA AS central system.
    Our problem is in the SAPINST phase:
    Install database server software
    I see this in the sapinst.log file:
    starting installation phase of package Base 7.6.03.09 32 bit
    ERR: InstallRegistry::newPackage(): can't add Package "Base" -> "c:/sapdb/programs": already exists!
    installation exited abnormally  at Th, Apr 09, 2009 at 16:19:41
    ERROR      2009-04-09 16:19:41 [iaxxinscbk.cpp:282]
               abortInstallation
    MDB-07020  The database installer reported an error. Some database applications are probably still running. Check the log file sdbinst.log.
    And this is in the bottom of the sdbinst.log file
    starting installation phase of package Base 7.6.03.09 32 bit
    ERR: InstallRegistry::newPackage(): can't add Package "Base" -> "c:/sapdb/programs": already exists!
    installation exited abnormally  at Th, Apr 09, 2009 at 16:19:41
    The sdbinst.log has lots of other interesting info:
    This is the top of the file:
    Installation of MaxDB
    +     ***********************+
    starting installation Th, Apr 09, 2009 at 16:18:56
    operating system: Windows I386 NT 5.1 Service Pack 3
    callers working directory: C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ADA/CENTRAL/AS
    installer directory: S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386
    archive directory: S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386
    starting preparing phase of package Base 7.6.03.09 32 bit
    getInstalledReleasesWin(): wrong version format
    checking interferences to other packages... ok
    I'm not sure why there is a version info problem.
    This is a windows PC I'm trying to put this on.  It's 32 bit so that is why I had to get the SR2 DVDs.  The SR3 DVD won't let you install via 32 bit OS.
    I downloaded all the software from OSS marketplace and some from our delivered DVDs:
    We have these DVDs
    32 BIT BS_2005_SR2_SAP_Installation_Master  51033208
    32 BIT NW_7.0_SR2_Kernel_WINDOWS__LNX_X86 51033262
    NW 7.0 SR2 SAP Installation Export 51032246
    NW 7.0 SR2 SP09 Java based SW Comp 51032257
    I pulled this down off the marketplace (in the NW70SR3 area)
    32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10
    I've searched all through OSS/SDN for someone who has this same issue.  All our other systems are AIX/oracle so trouble-shooting MaxDB is completely new to me. 
    Can  anyone point me into the right direction to get this figured out?  I'm tried just re-running the install, same error.  And removing the c:/sapdb/programs, no good. 
    Thanks!
    Nick

    Natalia,
    Here is the entire Install log for MaxDB.  Also remember that this was called as part of an SAP system install:
    MaxDBServer_install-10.04.2009-10.05.log
    INSTALLER_INFO: Version = 7.6.03 Build 009-123-163-622
    INSTALLER_INFO: Changelist = 163622
    INSTALLER_INFO: MakeId = 267230
    INSTALLER_INFO: Type = kit
    SYS_INFO: Host name = DGW58J1L
    SYS_INFO: System = Windows
    SYS_INFO: Architecture = I386
    SYS_INFO: Version = NT 5.1
    SYS_INFO: Subversion = Service Pack 3
    CALL: SDBINST -indep_prog C:\sapdb\programs -indep_data C:\sapdb\data -depend C:\sapdb\CEL\db -profile Server -b
    STDOUT:
         Installation of MaxDB 
    STDOUT:      ***********************
    STDOUT: starting installation Fr, Apr 10, 2009 at 10:04:43
    STDOUT: operating system: Windows I386 NT 5.1 Service Pack 3
    STDOUT: callers working directory: C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ADA/CENTRAL/AS
    STDOUT: installer directory: S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386
    STDOUT: archive directory: S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386
    STDOUT:
    MSG: debug package SDBBAS.SDB is valid
    MSG: debug package SDBKRN.SDB is valid
    MSG: debug package SDBUTL.SDB is valid
    STDOUT:
    starting preparing phase of package Base 7.6.03.09 32 bit
    STDOUT: -
    MSG: service "sql6" in  "C:/WINDOWS/system32/drivers/etc/services" found
    MSG: service "sapdbni72" in  "C:/WINDOWS/system32/drivers/etc/services" found
    MSG: InstallRegistry: space check ok: 127249572 kb on C: (156288320 kb total) available
    MSG: install registry successfully locked
    MSG: read 12 PACKAGES
    MSG: net registry size = 121301 bytes
    MSG: InstallRegistry: reserved 1024 kb disk space
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: independent data path: c:/sapdb/data
    STDOUT: independent program path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/SDBBAS.TGZ"
    STDOUT:
    package Base successfully checked
    STDOUT:
    starting preparing phase of package SQLDBC 7.6.03.09 32 bit
    STDOUT: -
    WRN: try to install release "7.6.03.09" over existing "7.6.5.9"
    MSG: update test: installed release newer
    MSG:  update from "7.6.5.9" to "7.6.03.09" not allowed
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT:
    starting preparing phase of package SQLDBC 76 7.6.03.09 32 bit
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: dbc path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/SQLDBC76.TGZ"
    STDOUT:
    package SQLDBC 76 successfully checked
    STDOUT:
    starting preparing phase of package Fastload API 7.6.03.09 32 bit
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: fastload path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/FASTLOAD.TGZ"
    STDOUT:
    package Fastload API successfully checked
    STDOUT:
    starting preparing phase of package PCR 7104 7.1.04.45
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: independent program path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/PCR7104.TGZ"
    STDOUT:
    package PCR 7104 successfully checked
    STDOUT:
    starting preparing phase of package PCR 7300 7.3.00.59
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: precompiler 7300 path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/PCR7300.TGZ"
    STDOUT:
    package PCR 7300 successfully checked
    STDOUT:
    starting preparing phase of package PCR 7301 7.3.01.22
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: precompiler 7301 path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/PCR7301.TGZ"
    STDOUT:
    package PCR 7301 successfully checked
    STDOUT:
    starting preparing phase of package PCR 7403 7.4.03.49 32 bit
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: precompiler 7403 path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/PCR7403.TGZ"
    STDOUT:
    package PCR 7403 successfully checked
    STDOUT:
    starting preparing phase of package PCR 7500 7.5.00.46 32 bit
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: precompiler 7500 path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/PCR7500.TGZ"
    STDOUT:
    package PCR 7500 successfully checked
    STDOUT:
    starting preparing phase of package SAP Utilities 7.6.03.09 32 bit
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: : c:/sapdb/data
    STDOUT: independent program path: c:/sapdb/programs
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/SAPUTL.TGZ"
    STDOUT:
    package SAP Utilities successfully checked
    STDOUT:
    starting preparing phase of package DB Analyzer 7.6.03.09 32 bit
    STDOUT: -
    WRN: try to install release "7.6.03.09" over existing "7.6.5.9"
    MSG: update test: installed release newer
    MSG:  update from "7.6.5.9" to "7.6.03.09" not allowed
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT:
    starting preparing phase of package JDBC 7.6.03.03
    STDOUT: -
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT:
    starting preparing phase of package Server Utilities 7.6.03.09 32 bit
    STDOUT: -
    WRN: try to install release "7.6.03.09" over existing "7.6.5.9"
    MSG: update test: installed release newer
    MSG:  update from "7.6.5.9" to "7.6.03.09" not allowed
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT:
    starting preparing phase of package Database Kernel 7.6.03.09 32 bit
    STDOUT: -
    STDOUT: checking interferences to other packages... STDOUT: ok
    STDOUT: collecting data finished:
    STDOUT: dependent path: c:/sapdb/cel/db
    STDOUT: start extraction test run of "S:/NW70SR3-MAXDB-INSTALL/Extracts/32 BIT RDBMS_MAXDB_7.6.03_Build_09 51033492_10/DATA_UNITS/MAXDB_WINDOWS_I386/SDBKRN.TGZ"
    STDOUT:
    package Database Kernel successfully checked
    STDOUT:
    starting preparing phase of package Redist Python 7.6.03.09 32 bit
    STDOUT: -
    WRN: try to install release "7.6.03.09" over existing "7.6.5.9"
    MSG: update test: installed release newer
    MSG:  update from "7.6.5.9" to "7.6.03.09" not allowed
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT:
    starting preparing phase of package Loader 7.6.03.09 32 bit
    STDOUT: -
    WRN: try to install release "7.6.03.09" over existing "7.6.5.9"
    MSG: update test: installed release newer
    MSG:  update from "7.6.5.9" to "7.6.03.09" not allowed
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT:
    starting preparing phase of package Messages MSG 0.5603
    STDOUT: -
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT:
    starting preparing phase of package ODBC 7.6.03.09 32 bit
    STDOUT: -
    WRN: try to install release "7.6.03.09" over existing "7.6.5.9"
    MSG: update test: installed release newer
    MSG:  update from "7.6.5.9" to "7.6.03.09" not allowed
    STDERR: cannot downgrade package
    STDOUT: skipping package
    STDOUT: checking filesystem "C:"... free disk space ok
    MSG: available = 127248680 kb
    MSG: needed = 339145 kb
    STDOUT:
    starting installation phase of package Base 7.6.03.09 32 bit
    STDOUT: -
    STDERR: ERR: InstallRegistry::newPackage(): can't add Package "Base" -> "c:/sapdb/programs": already exists!
    STDERR: installation exited abnormally  at Fr, Apr 10, 2009 at 10:05:29MSG: packagedata of package SQLDBC not changed
    MSG: packagedata of package DB Analyzer not changed
    MSG: packagedata of package JDBC not changed
    MSG: packagedata of package Server Utilities not changed
    MSG: packagedata of package Redist Python not changed
    MSG: packagedata of package Loader not changed
    MSG: packagedata of package Messages not changed
    MSG: packagedata of package ODBC not changed
    MSG: writing 12 packages
    MSG: net install registry size = 121301 bytes
    MSG: wrote install registry (141250 bytes)
    MSG: install registry successfully unlocked

  • I can't use the product because the creative cloud desktop app will not install .

    Windows 8.1. I was able to download light room, but at the creative website, when I click on a download nothing happens.  I was able to get the .exe down load file for creative clouds.. It seems to download and install with out issues until the very end it states" something happened", and a link to support appears.  So, I've put in most of the time tonight to get it fixed and there is no support. I'm tempted to give it up., or, if I can uninstall all remnants of adobe I bet it would install fine.  Is there an app that does a total adobe un install for remnants that cause this?  My fire wall and permissions are all checked .  went through the whole double check of my account.  My password was not stolen etc.

    Run the Cleaner Toll and try again:
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • FCP 7 Crashes after install of ATI Radeon HD 5770

    FCP 7.0
    MacPro1,1
    Mac OS X 10.5.8
    Darwin 9.8.0
    (2) Dual-Core Intel Xeon 3 GHz processors
    (Memory:          4 GB)
    (2) 500GB internal HD's
    (2)  500 GB external HD's 
    Graphics Card: 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
    Random unresponsive mouse, keyboard, and software when working in FCP.   The system would freeze and my only remedy was to shut down.   This would only happen when editing video.   I assumed my ATI Radeon 1900xt grapics card was the culrprit. 
    Ordered and installed the ATI Radeon HD 5770 upgrade from apple.  Trying to open FCP after the install, but FCP was blocked from opening for 3 reasons  1.  “Final Cut Pro requires that your system have 128 MB of VRAM; this system has only 0”   2.  Quartz Extream compatiblity and the minimim pixel height on my display was under under 800 (768) 
    I restarted the computer and reset PRAM (hold option, command, P & R keys down all together when you restart). Wait until you hear the second chime before releasing the keys.   This didn’t work.
    So, I trashed preferences.  That didn’t work.
    I opened up Applications, control click on FCP, “Show Package Contents”  Contents/Resources and opened "minsys.plist"  and set the minimum VRAM, Quartz Extream Capable, & Screen resolution all to “warn” instead of “block”.  This allowed FCP to begin it’s launch, BUT FCP  would then hang on the Looksuite Plugin and not open. 
    So, I then uninstalled LookBuilder & removed the plug in.  FCP would then open. BUT immediately after setting my timeline preferences to Apple ProRes 442 LT  FCP crashed with in seconds. 
    As a work around I tired creating a new user with admin privileges but to no avail.  FCP still crashes.   with this error “ Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000” 
    Any direction would be very much appreciated.
    Thanks,
    Justin

    > I purchased my rig with FCP and other programs already installed.  I don't have install disk's for FCP.  When I upgrade to SL, will I need to re-install FCP as well, or (assuming I have no other problems) can I upgrade the OS with out installing FCP again?<
    The previous owner is going to be in trouble in the afterlife but you're going to be in big trouble when you attempt to upgrade FCP. You will be able to purchase FCPX, from what we can tell, without your serial numbers.
    The general advice around here is to do a scroched earth total erase and install of everything when changing operating systems. In all my years of runing FCP on my Macs, I've never done that. I've alwyas just run the OS Update script and I have never had a problem with this method. I do, of course, make a clone of my system drive before attempting major changes.
    If you do an intialization install when you get Snow Leopard, you will need FCP disks. Whoever you bought the rig from stole them from you.
    bogiesan

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

  • Whats the difference in install types as far as HDD space? (LEOPARD)

    Does an "Upgrade" take up much more space on the HD than an "Archive and Install"? Does any body know how many GBs each one takes? And if I was to do a total format then "install" how much less space would that take?
    Thanks for your information guys!

    An Archive and Install takes up the most disk space (because it archives items rather than replacing them). An Erase & Install takes up the least space, but migrating items from a backed up copy of the old drive afterwards (required if you don't want to lose everything!) will use a variable amount of space, depending on what you migrate from the old to the new drive. An Upgrade install is somewhere in the middle, more than an Erase & Install without migrating anything but smaller than an Archive and Install.
    The actual number of GB involved depends on what install options you choose (like opting to install various printer & language support packages), the type of install (Update, A&I, etc.) & the hardware (PPC or Intel Mac), but plan on no less than about 4 GB, plus whatever temporary scratch space the installer will use during the install process.
    Additionally, you should try to keep around no less than 10% of the drive's capacity free for use by the OS for its own temporary files & file system housekeeping chores once the install is complete. Some of this space will be reused from the old install if doing an Upgrade or A&I, but not from an E&I.
    As you can see, there is no one definitive answer.

Maybe you are looking for

  • How to use a dropdown in a workbook which can work in different queries?

    Hi Experts,         I have created a workbook which can display the query by using the 'Push Button'. One query is based on material analysis and another one on product analysis.         It works good..         In that workbook, I want to use a dropd

  • Vendor shipment receipts and tracking

    Hello Sir, we have orders procured directly from a vendor through a solicitation process. An approved order placed within the system triggers a purchase requisition. This purchase requisition is placed in a solicitation, and a purchase order is sent

  • How do I get a decent remote terminal session?

    If I telnet in as a user and then use "su" I end up with a weak shell environment - no tab completion and a practically empty PATH setting. How do I set it up so that when I use "su" I have tab completion and a useful PATH setting? Thanks!

  • Is Digital Output worse than analog output in 5.1 set

    Hi, I've read in this forum (I don't remember where) that Digital Output doesn't sends 00% of sound, instead it reduces its quality by something (encode / decode) so I would like to know your opinions and if this is true or false? I have plans for us

  • I need to delete header record automaticaly when deleting detail

    Hi all I have to master-detail tables The relation between the header and details is one-to-one. on my form i want to do the following: When user delete the detail record the header record must be automatically deleted. on the trigger key_delrecord o