Adding IIS 7/win 2008 R2 server to IIS 6.0 win 2003 Farm

Dear all
I have two tier architecture consist of two servers [Application server - Back end SQL]
I have migration plans for MOSS to windows server 2008 R2
so I am thinking of adding win 2008 R2 server as application server in the farm and decommission the 2003/MOSS 2007 server
is that OK or I will experience problems
Note: both servers will run MOSS SP2 and they are 64 bit
Regards

Could you pls show the steps?
Did you install weblogic and restart the servers.
Can you try in using JRockit, just identify the java version you are using is supported or not?
Please see the link http://docs.oracle.com/cd/E27559_01/install.1112/e27794/configtwo.htm
Use <full path to the setup.exe directory>\setup.exe -jreLoc <full path to the JRE directory>
Thanks
Tamim Khan

Similar Messages

  • Adding KB979543 to Windows 2008 R2 server

    When trying to install hotfix windows6.1-kb979543-v4-x64 to a Windows 2008 R2 standard server I get a "not applicable".
    Anyone have a solution or advice ?
     why I am trying to install the hotfix :
    We are currently experiencing problems with downloading a PDF files :
    http://www.ramboll.se/~/media/Files/RSE/Sverige/Rapporter/kortslutning%20i%20kraftbranschen.ashx
    The details of the problem:
    When downloading the file by clicking the link on this page ->
    http://www.ramboll.se/press/viewnews?newsid=955a4a76-6161-4a9d-851c-e2c70069d176, some users only get the first page of the file, then an error.
    The users only experience the problem when using IE9 – other browsers (eg. Chrome) seem to handle it OK.
    When downloaded to Hardisk by the same users, the files is fine.
    When downloaded by (some?) users outside Ramboll, the file seems OK
    BR 
    Alex Hovgaard Nielsen

    Hi,
    We may run SFC.exe and then check the CBS log for more details.
    Please restart your server and then try to reinstall the hotfix from here:
    http://support.microsoft.com/kb/979543
    Regards,
    Yan Li
    TechNet Subscriber Support
    If you are
    TechNet Subscription
    user and have any feedback on our support quality, please send your feedback
    here.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • What is the proper way to demote a Win 2003 Domain Controller running SQL Server 2008 WorkGroup Edition?

    Hi, 
    What is the proper way to demote a Windows 2003 Domain Controller running SQL Server 2008 WorkGroup Edition? 
    I will be migrating AD from Win 2003 to 2012....
    Thanks in advanced. 

    Running SQL on a domain controller is highly not recommended for performance reasons and for complexities it introduces in the management of both systems (You are already facing this situation now).
    I would recommend proceeding like the following before demoting your domain controller:
    Install a new SQL server on a member server
    Migrate your databases to the new SQL server
    Once done, you can safely demote your DC.
    More if you ask them here: http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=sqlserver
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

  • I have a prpblem in enabling webserver i get message labview webserver not running error 54 , i checked IIS Manager and www the services r running ok ..can anybody tell what might be error ,,,iam on labview 6.1 and win 2003 server.,

    i have a problem in enabling webserver i get message labview webserver not running error 54 , i checked IIS Manager and www the services r running ok ..can anybody tell what might be error ,,,iam on labview 6.1 and win 2003 server.,

    If you already have IIS web server running, you need to run the LabVIEW web server on a different port to avoid conflicts. It probably won't start because the port 80 is already in use.
    Check options.."Web Server: Configuration" within LabVIEW.
    LabVIEW Champion . Do more with less code and in less time .

  • Migrating ADFS 2.0 from win server 2008R2 to new Win 2008 R2 server

    Hi,
    I am planning to migrate ADFS 2.0 from a Win server 2008 r2 to a new win server 2008 r2. I have found instructions on how to export the config from the old server on https://technet.microsoft.com/en-us/library/jj648429.aspx#BKMK_1 But I am struggling to
    get info on how to decomission the old server and import the configuration to the new server?
    Is there anyone who knows the procedure to do this?
    Any help is greatly appreciated!
    //Cris

    Method above won't work since you will lose the ADFS self signed certificates that way and included downtime.
    What I did several times at some very big customers (with 0 downtime):
    -Install ADFS on your new server and join it to the ADFS farm (your old ADFS server).
    -Depending if you use a load balanced setup: Switch the adfs DNS record to the new server OR include the new ADFS server in the loadbalancer and remove the old one from the loadbalancer config.
    -Promote the new ADFS server to the primairy server if you use WID instead of SQL.
    -You can now safely uninstall & remove the old server.

  • What's the fastest way to copy 151GB, 375000 files from win 2003 server to win 2008 server

    Non techie here.
    I have a project where I need to get 151GB of data spread over 375000+ files moved from a win 2003 FAP to a 2008 server. Copy, xCopy, Robocopy all take in excess of 50hours to move it to an external HDD. Has to be external move for security reasons.
    I have 40 hours max to get it off and onto the new server.
    Cheers 
    Ian

    I copied over 12TB in 24 hours using the method below. A lot of this depends on your infrastructure. The scripts I used are unmodified for your case. I suggest you give them a look and understand the process and change it to fit your needs.
    There are 2 parts. The first is a Main script that schedules PowerShell jobs that actually do the work. The main script will read a file called JobCount every loop to see how many jobs it can run at one time, the reason I did this was to change the number
    of jobs depending on Day (production) times and Night times. Also, the Main loop reads a nomig file that tells the script, don't move these folders because they were our test cases, you can even do test cases during the migration since you can modify the file
    while the script is running. The example was use to move thousands of home folders. Using Robocopy if you tell a single command to do everything, it will take hours to start, just looking around. If you do one root folder at a time, it will run much faster
    which is the reason I created this. If you have a small number root folders, you may want to point it at folders where you do have a lot of subs, remember you can have more than one main process running in different runspaces.
    Main Script 
    VVVVVVVVVV
    $homeOld = (Get-ChildItem -Path \\server\share | select name)
    $JobRun = 10
    $i = 0
    $Count = $homeOld.Count
    foreach ($homeDir in $homeOld) { 
        $i = $i + 1
        $Sdir = $homeDir.Name
        Write-Progress -Activity "Migrating Homes" -Status "Processing $i of $Count"  -PercentComplete ($i/$homeOld.Count*100) -CurrentOperation "Next to Process $Sdir"
        $not = gc \\serverl\share\script\nomig.txt -ErrorAction "Stop"
        $JobRun = gc \\server\share\script\jobcount.txt -ErrorAction "Stop"
        if ($not -notcontains ($homeDir.Name).ToLower()) {
                While ((Get-Job -State "Running").Count -gt ($JobRun-1)) {
                    Start-Sleep -Seconds 3
                if ((Get-Job -State "Completed").Count -gt 0) {
                $Comp = Get-Job -State "Completed"
                foreach ($Job in $Comp) { 
                    $outfile = $Job.name + ".txt"
                    Receive-Job -Job $Job | Out-File -FilePath "\\server\share\verify\$outfile"
                    Remove-Job -Job $Job}
                Start-Job -Name $Sdir -ArgumentList "\\server\share\$Sdir", "\\newserver\share\$Sdir", "/COPYALL", "/MIR", "/W:1", "/R:1", "/MT:5" -FilePath \\server\share\script\robothread.ps1 > $null
        else {
            Write-Host $HomeDir.Name " Excluded" -ForegroundColor Green
    =====
    Thread Script - where Robocopy does the work.
    VVVVVVVVV
    & robocopy $args[0] $args[1] $args[2] $args[3] $args[4] $args[5] $args[6]
    ============
    This comes with no warranty, it is just an idea I used to do a very fast copy with permissions and all attributes, where no other method was useable.
    Thanks,
    Allan
    Allan

  • SCOM 2007 server OS upgrade from 32 bit Win 2003 SP2 to Win 2008 R2 64 bit

    Dear Experts,
    We are planning to upgrade where in SCOM 2007 R2 presents on 32 bit Virtual Machine Win 2003 SP2 to Win 2008 R2 32 bit or 64 bit. Though OpsManager Database is already upgraded to SQL 2008 R2 from SQL 2005. So No pblm with DB upgradation.
    So my point is If I go ahead to upgrade from Win 2003 (SCOM 2007 R2 resides) to Win 2008 R2 does it create any impacts on SCOM 2007 R2 environment ? Please let me know the procedure for this or any documentation is available to complete this.
    Thanks in advanced!
    Saravana Raja

    Firstly,
    Please note that you can only upgrade an OS to the same architecture (i.e. from x86 to x86, and not to x64). See the following Support Article about supported upgrade paths for Windows Server 2003: https://support.microsoft.com/kb/951041?wa=wsignin1.0.
    Therefore, if you plan to upgrade to a x64 architecture, you will need to perform a new installation, and not an in-place upgrade. If you are going that route, I'd suggest skipping Windows Server 2008 R2, and try to push to Windows Server 2012 if not Windows
    Server 2012 R2; to more future-proof your environment.
    Further, If you are going to perform a new OS installation (to move into x64 architecture), why not also utilize the "new installation" requirement in that scenario to also upgrade to System Center 2012 R2 Operations Manager?
    The base scenario would be for you to perform an in-place upgrade of Windows Server 2003 x86 to Windows Server 2008 R2 x86. Except, there is no x86 version of Windows Server 2008 R2, only x64! Note: Windows Server 2008 (without the 'R2') has an x86 option.
    --- If you found this post/reply helpful, please visit my personal blog for more helpful articles. --- AdinE MCSE, MCSA, MCITP, MCTS; (Specializing in System Center and Private Cloud) LinkedIn: http://ca.linkedin.com/in/adinermie Website: http://AdinErmie.Wordpress.com

  • ODS and ODSSM schemas not created in oracle 11.1.0.2 on Win 2008 R2 server

    Hi,
    I'm trying to install webcenter suite installation on windows 2008 R2 server.
    As a starting point installed oracle db 11.2.0.1
    As a second step, tried to run rcu script and found that the ODS and ODSSM schemas are not created as a part of the installation.
    Any idea why they are not created or how they can be created?
    Thanks,
    Raam.

    They're part of identity management suite install and not included in webcenter

  • HP Laserjet4200/4300 series printer sharing on Win 2008 R2 server

    I am able to setup a print server on a Windows 2008 R2 server (64 bit).  I have installed AND successfully shared and printed to 3 other printers. I've also installed and shared 2 laerjet printers one a 4200 and the other a 4250 printer.  I can self test and print directly from the server.  When I try to add the printer to the workstations using the share name I get the following pop-up error and am unable to add them to the workstations...
    "The server for the "HP LaserJet 4200/4300 PCL6" printer does not have the correct driver installed.  If you want to search fro the correct driver, click OK.  Otherwise, click Cancel and conatc your network administrator or original equipment manufacturer for the correct printer driver."
    I am the netwrok administrator and am throughly confused.  I've tried the PCL universal driver as well.  Can someone please clue me in to what I am doing wrong here.

    If the workstations are 32-bit, then you'll need a 32-bit version of the driver as well as the 64-bit version.

  • Error Installing EBS R12 - Win 2003 Server Standard R2

    Hi Experts,
    This is my 8th try to install EBS R12 and got same error.
    OS - Win 2003 Server Standard R2.
    used CYGWIN, MS Visual C++ 2010 and Strawberry Perl.
    Used Oracle E-Business Suite R12 Installation Steps on Windows XP followed all steps......finally same error......
    http://www.mediafire.com/?najx7zk8zl780x8
    in the above link I added all th screen shots and some logfiles.
    1. Can I use MS Visual C++ 2010??
    2. Can I use Strawberry Perl?
    Can any one please help me........Please let me know if you need any additional info or any other log files........
    Thanks,
    DK

    1. Can I use MS Visual C++ 2010??You can use either Microsoft Visuall Studio 2005/2008 only.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    MS Visual Studio 2008 and Visual C++ 2008 Express for Oracle E-Business Suite Release 12 on Windows [ID 1070674.1]
    2. Can I use Strawberry Perl?Yes, as long as you installed the required version (or above).
    Can any one please help me........Please let me know if you need any additional info or any other log files........I have checked the log files and I see that you get the same error you had in your other thread. Were you able to run md5sum to verify the integrity of the stage area directory?
    Thanks,
    Hussein

  • Unable to login to Report Service on Windows 2008 R2 server

    I have reporting services installed on a Windows 2008 R2 server, When I make and RDP connection to the server and go to http://servername/Reports everything works fine. When I try to connect from another client to the web service, it asks for username and
    password. it fails 3 times and the shows a blank page.
    When I see the Event Viewer in the server (Windows Logs --> Security, I can see an Audit Failure:
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          9/4/2014 11:46:25 AM
    Event ID:      4625
    Task Category: Logon
    Level:         Information
    Keywords:      Audit Failure
    User:          N/A
    Computer:      MI-SWACO-DB.houston.livequest.net
    Description:
    An account failed to log on.
    Subject:
        Security ID:        NULL SID
        Account Name:        -
        Account Domain:        -
        Logon ID:        0x0
    Logon Type:            3
    Account For Which Logon Failed:
        Security ID:        NULL SID
        Account Name:        Administrator
        Account Domain:        HOUSTONLQ
    Failure Information:
        Failure Reason:        An Error occured during Logon.
        Status:            0xc000035b
        Sub Status:        0x0
    Process Information:
        Caller Process ID:    0x0
        Caller Process Name:    -
    Network Information:
        Workstation Name:    MI-SWACO3
        Source Network Address:    -
        Source Port:        -
    Detailed Authentication Information:
        Logon Process:        
        Authentication Package:    NTLM
        Transited Services:    -
        Package Name (NTLM only):    -
        Key Length:        0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
        - Transited services indicate which intermediate services have participated in this logon request.
        - Package name indicates which sub-protocol was used among the NTLM protocols.
        - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
        <EventID>4625</EventID>
        <Version>0</Version>
        <Level>0</Level>
        <Task>12544</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8010000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-04T16:46:25.247229500Z" />
        <EventRecordID>8917</EventRecordID>
        <Correlation />
        <Execution ProcessID="504" ThreadID="1344" />
        <Channel>Security</Channel>
        <Computer>MI-SWACO-DB.houston.livequest.net</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="SubjectUserSid">S-1-0-0</Data>
        <Data Name="SubjectUserName">-</Data>
        <Data Name="SubjectDomainName">-</Data>
        <Data Name="SubjectLogonId">0x0</Data>
        <Data Name="TargetUserSid">S-1-0-0</Data>
        <Data Name="TargetUserName">Administrator</Data>
        <Data Name="TargetDomainName">HOUSTONLQ</Data>
        <Data Name="Status">0xc000035b</Data>
        <Data Name="FailureReason">%%2304</Data>
        <Data Name="SubStatus">0x0</Data>
        <Data Name="LogonType">3</Data>
        <Data Name="LogonProcessName">
        </Data>
        <Data Name="AuthenticationPackageName">NTLM</Data>
        <Data Name="WorkstationName">MI-SWACO3</Data>
        <Data Name="TransmittedServices">-</Data>
        <Data Name="LmPackageName">-</Data>
        <Data Name="KeyLength">0</Data>
        <Data Name="ProcessId">0x0</Data>
        <Data Name="ProcessName">-</Data>
        <Data Name="IpAddress">-</Data>
        <Data Name="IpPort">-</Data>
      </EventData>
    </Event>
    The firewall is OFF in both client and server.
    I saw a similar question and the answer is related to firewall which is not may case.

    Hi Mario,
    According to your description, when you try to access the Report Manager in another client, a login dialog prompt. After typing a valid username and password 3 times, a blank page displays.
    Generally, the issue is always caused by the Report Server is configured to use Kerberos authentication, while the Service Principal Name(SPN) is not configured correctly. To fix this issue, please refer to the following methods:
    Register an SPN for the Report Server service under the domain user account.
    Change the service account to run under a built-in account such as Network Service.
    Remove RSWindowsNegotiate and ensure RSWindowsNTLM is specified in the rsreportserver.config file.
    Besides, the issue can also be caused by the Internet Explorer (IE) didn't pass the user's credential to the Report Server automatically or the IE is not Windows Integrated enabled. For more detail steps about how to address this issue, please refer to the
    following steps:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/184c4f6c-b292-4f9a-beca-80b70f4392fe/report-manager-prompts-3-or-4-times-for-usernamepassword-before-letting-users-in?forum=sqlreportingservices
    Reference:
    Resolving Kerberos Authentication Errors When Connecting to a Report Server
    Solving the Reporting Services Login issue in the February CTP of SQL Server 2008
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • IIS 6.0 proxy on Win 2003  - "Page cannot be displayed"

    Hi,
    I have 2 Win 2003 Server machines with IIS 6.0. I am using the IISProxy for IIS to SAP WebAS on both IIS 6.0 setups. The same files with the same proxy configuration are being used on both the machines.
    While on one setup it is working fine, on the other I am being displayed the "Page cannot be displayed" error. Note that the machine which is showing the error has SAP WebAS installed along with IIS 6.0.
    I have confirmed that it isn't a browser issue either.
    Strangely the proxy logs show the correct data being returned by the SAP WebAS (similar in both the IIS 6.0 setups). There are no errors anywhere (checked even the IIS logs and event viewer), but somehow the page is not being displayed.
    From what I could conclude that its an IIS 6.0 or machine issue. The setup working fine has the .NET framework installed on it. Is it a requirement for the IIS proxy to work on Win 2003?
    Need help.....don't have a clue.
    regards,
    Vishal
    regards,
    Vishal

    Hi,
    I once faced a similar problem - I am not sure if the issues are related, but here goes :
    I figured out that DAS uses mod_osso to connect to the SSO Server. I hadn't configured mod_osso to correctly talk to the SSO Server. I used the ssoreg.sh script in the $ORACLE_HOME/sso/bin to make the mod_osso " talk " to the SSO Server.
    After this, the DAS started working properly.
    BTW, what's your AS instance version ?

  • 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

  • Windows 2008 R2 server unable to browse UNC shares

    Hi All..
    I appreciate if anyone could assist with pointing me in the right direction. I have a 2008 R2 server which operates as our SCCM server. For some reason, in the last few days has lost the ability to browse UNC shares from itself, to any other host on the
    network or it's own local shares. 
    DNS resolution and WINS both are working correctly. The affected server can ping any other host on our network, via IP and host alias or FQDN.
    For purposes of trying to rule the problem out, I have tried combinations of disabling all WINS and NetBIOS settings on the server, simply in an attempt to see if the issue was DNS, WINS or NetBIOS related. In all cases, attempting to browse another host
    using the UNC share , i.e. <\\hostname\sharename> or <\\host-ip\sharename>
    Doing a net view \\localhost or net view \\remote-server returns the correct list of shares. When trying to map a drive via net use x: \\remote-server\share I get;
    System error 67 has occurred.
    The network name cannot be found.
    And when browsing via Windows explorer I get the message
    Error Code: 0x90070043
    The network name cannot be found
    The same results happen for netbios name, FQDN and IP address.
    From the other side, every other host that I've tested can access shares on the the affected server. (I've tested XPSP3, WIN7 64-bit, WIN2003 32-bit, WIN2008 & WIN2008R2 hosts)
    I have also tried a "nbtstat -a <remote-hostname>" and "nbtstat -a <remote-host-ip>" and the information returned corresponds with the WINS server details.
    I have also tried an "nbtstat -S 2" whlist attempting to open a UNC share, but no corresponding entries appear while attempting to UNC browse.
    I should point out that the error notification (of the failure to connect) is instantaneous as if the server isn't even attempting to try going remotely. (i.e. no timeout) Which leads me to thinking there's a configuration setting somewhere that's causing
    this problem??
    There are no 3rd party firewalls installed, the windows firewall service is started by default but all the profiles for the firewall are turned off. We have tried setting firewall to on and allow all traffic, but the problem remains. All ports are open inbound
    and outbound as I can telnet to ports 139 and 445 of other servers from this server. I have also tried enabling all netbios rules that were disabled on the windows firewall (in order to rule out any potential conflict).
    The server was running Sophos 9.7 AV, I have tested completely removing the AV software from the server in order to rule out any potential conflict. This did not resolve the issue.
    I have also verified that it's not down to a disabled computer domain account.
    The servers are only operating IPv4, and obviously have File and Print services enabled, and client for Microsoft Networks.
    The AD domain was upgraded, many weeks prior, from an AD2003 domain to an AD2008, and the server was operating as expected until I discovered that the UNC shares were no longer working on this affected host.
    While it is not affecting config manager clients connecting to the server, is has an impact if a SCCM task sequence needs to retrieve data from a UNC share.
    As mentioned the server is a 2008 R2 box, it's a virtual machine operating on ESXi 4.1U1. The OS is fully patched and and VMware tools are up to date. The server is a member server of our AD domain. We have many other similarly configured 2008 R2 servers
    operating on the same ESXi host; in fact we have 2008R2 hosts acting as SCOM, SCOM RMS and SQL2008 R2 servers. All these servers are operating on the same IP subnet. All of these servers are operating with the same network configuration (with the exception
    of different static IP addresses).
    We have tried removing and reinstalling the VMware tools, and removing and reinstalling the Intel NIC, this hasn't made any difference either. I have also tried changing from the Intel NIC to a VMware VMXnet NIC. This has not made a difference.
    Any suggestions would be really be greatly appreciated as I've not been able to solve this to date..I will gladly supply any additional info if it can help anyone in the future, should they come across this problem.
    DE
    -Dropped everything to work on the problem :D

    Hi,
    Just giving this thread a bit of a bump on this thread as I'm still trying to figure this one out..
    I did resort to restoring from backup, to get my server working, but I'm encountering the issue on another 2008 R2 box, which is not good. So any suggestions you can think of would be appreciated. I think that this issue is more of a network protocol related
    nature, rather than application issue.. I'd appreciate if anyone could suggest how to proceed further on this one..
    Below are two snippets of wireshark captures, one is between the affected 2008 R2 host & a windows 2003 server, and the second one is between a working 2008 R2 host and the same 2003 server (used in the first example). In the test examples, I am simply
    doing a start -> run; then typing \\2003servername\ and pressing enter. Below is the network traffic between the two hosts, after I hit return;
    TEST#1 - Affected server (192.168.125.33), target remote server (192.168.125.6) - Affected server is 2008 R2, remote server is 2003 R2 Enterrpise 64-bit SP2
    465 6.020857 192.168.125.33 192.168.125.6 TCP 52716 > microsoft-ds [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=8 SACK_PERM=1
    474 6.021445 192.168.125.6 192.168.125.33 TCP microsoft-ds > 52716 [SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460 WS=0 SACK_PERM=1
    475 6.021479 192.168.125.33 192.168.125.6 TCP 52716 > microsoft-ds [ACK] Seq=1 Ack=1 Win=65536 Len=0
    476 6.021533 192.168.125.33 192.168.125.6 SMB Negotiate Protocol Request
    481 6.022013 192.168.125.6 192.168.125.33 SMB Negotiate Protocol Response
    482 6.022596 192.168.125.33 192.168.125.6 TCP [TCP segment of a reassembled PDU]
    483 6.022601 192.168.125.33 192.168.125.6 SMB Session Setup AndX Request
    484 6.022809 192.168.125.6 192.168.125.33 TCP microsoft-ds > 52716 [ACK] Seq=182 Ack=2356 Win=65535 Len=0
    485 6.023891 192.168.125.6 192.168.125.33 SMB Session Setup AndX Response
    486 6.024115 192.168.125.33 192.168.125.6 SMB Tree Connect AndX Request, Path: \\2003servername\IPC$
    487 6.024321 192.168.125.6 192.168.125.33 SMB Tree Connect AndX Response
    488 6.024455 192.168.125.33 192.168.125.6 SMB Trans2 Request, GET_DFS_REFERRAL, File: \2003servername\.
    489 6.024653 192.168.125.6 192.168.125.33 SMB Trans2 Response, GET_DFS_REFERRAL, Error: STATUS_NO_SUCH_DEVICE
    490 6.024821 192.168.125.33 192.168.125.6 SMB Tree Connect AndX Request, Path: \\2003servername\.
    491 6.024995 192.168.125.6 192.168.125.33 SMB Tree Connect AndX Response, Error: STATUS_BAD_NETWORK_NAME
    492 6.025136 192.168.125.33 192.168.125.6 SMB Tree Connect AndX Request, Path: \\2003servername\.
    493 6.025313 192.168.125.6 192.168.125.33 SMB Tree Connect AndX Response, Error: STATUS_BAD_NETWORK_NAME
    516 6.221682 192.168.125.33 192.168.125.6 TCP 52716 > microsoft-ds [ACK] Seq=2700 Ack=709 Win=64768 Len=0
    I can reproduce the same network traffic against 2008 R2 host, only the SMB traffic will show as SMBV2
    TEST#2 - To compare this, I ran the same test (above) using a working 2008 R2 host, against the same 2003 remote server. You will see that it is considerably more network traffic, than the above
    failed example.
    321 5.277323 192.168.125.14 192.168.125.6 TCP 64518 > microsoft-ds [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=8 SACK_PERM=1
    322 5.277482 192.168.125.6 192.168.125.14 TCP microsoft-ds > 64518 [SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460 WS=0 SACK_PERM=1
    323 5.277509 192.168.125.14 192.168.125.6 TCP 64518 > microsoft-ds [ACK] Seq=1 Ack=1 Win=65536 Len=0
    324 5.277575 192.168.125.14 192.168.125.6 SMB Negotiate Protocol Request
    325 5.277978 192.168.125.6 192.168.125.14 SMB Negotiate Protocol Response
    326 5.278537 192.168.125.14 192.168.125.6 SMB Session Setup AndX Request
    327 5.278758 192.168.125.6 192.168.125.14 TCP microsoft-ds > 64518 [ACK] Seq=182 Ack=2358 Win=65535 Len=0
    328 5.279557 192.168.125.6 192.168.125.14 SMB Session Setup AndX Response
    329 5.279803 192.168.125.14 192.168.125.6 SMB Tree Connect AndX Request, Path: \\2003servername\IPC$
    330 5.279992 192.168.125.6 192.168.125.14 SMB Tree Connect AndX Response
    331 5.280129 192.168.125.14 192.168.125.6 SMB Trans2 Request, GET_DFS_REFERRAL, File: \2003servername\.
    332 5.280316 192.168.125.6 192.168.125.14 SMB Trans2 Response, GET_DFS_REFERRAL, Error: STATUS_NO_SUCH_DEVICE
    333 5.280471 192.168.125.14 192.168.125.6 SMB Tree Connect AndX Request, Path: \\2003servername\.
    334 5.280607 192.168.125.6 192.168.125.14 SMB Tree Connect AndX Response, Error: STATUS_BAD_NETWORK_NAME
    335 5.280742 192.168.125.14 192.168.125.6 SMB Tree Connect AndX Request, Path: \\2003servername\.
    336 5.280877 192.168.125.6 192.168.125.14 SMB Tree Connect AndX Response, Error: STATUS_BAD_NETWORK_NAME
    337 5.281675 192.168.125.14 192.168.125.6 SMB NT Create AndX Request, FID: 0xc006, Path: \wkssvc
    338 5.281933 192.168.125.6 192.168.125.14 SMB NT Create AndX Response, FID: 0xc006
    339 5.282084 192.168.125.14 192.168.125.6 DCERPC Bind: call_id: 2, 3 context items, 1st WKSSVC V1.0
    340 5.282252 192.168.125.6 192.168.125.14 SMB Write AndX Response, FID: 0xc006, 160 bytes
    341 5.282354 192.168.125.14 192.168.125.6 SMB Read AndX Request, FID: 0xc006, 1024 bytes at offset 0
    342 5.282523 192.168.125.6 192.168.125.14 DCERPC Bind_ack: call_id: 2 Unknown result (3), reason: Abstract syntax not supported
    343 5.282633 192.168.125.14 192.168.125.6 WKSSVC NetWkstaGetInfo request Level:100
    344 5.282907 192.168.125.6 192.168.125.14 WKSSVC NetWkstaGetInfo response
    345 5.283036 192.168.125.14 192.168.125.6 SMB Close Request, FID: 0xc006
    346 5.283195 192.168.125.6 192.168.125.14 SMB Close Response, FID: 0xc006
    347 5.283449 192.168.125.14 192.168.125.6 SMB NT Create AndX Request, FID: 0xc00a, Path: \srvsvc
    348 5.283666 192.168.125.6 192.168.125.14 SMB NT Create AndX Response, FID: 0xc00a]
    349 5.283793 192.168.125.14 192.168.125.6 DCERPC Bind: call_id: 2, 3 context items, 1st SRVSVC V3.0
    350 5.283957 192.168.125.6 192.168.125.14 SMB Write AndX Response, FID: 0xc00a, 160 bytes
    351 5.284059 192.168.125.14 192.168.125.6 SMB Read AndX Request, FID: 0xc00a, 1024 bytes at offset 0
    352 5.284210 192.168.125.6 192.168.125.14 DCERPC Bind_ack: call_id: 2 Unknown result (3), reason: Abstract syntax not supported
    353 5.284302 192.168.125.14 192.168.125.6 SRVSVC NetSrvGetInfo request
    354 5.284527 192.168.125.6 192.168.125.14 SRVSVC NetSrvGetInfo response
    355 5.284638 192.168.125.14 192.168.125.6 SMB Close Request, FID: 0xc00a
    356 5.284790 192.168.125.6 192.168.125.14 SMB Close Response, FID: 0xc00a
    358 5.339168 192.168.125.14 192.168.125.6 SMB NT Create AndX Request, FID: 0x000e, Path: \srvsvc
    359 5.339549 192.168.125.6 192.168.125.14 SMB NT Create AndX Response, FID: 0x000e
    360 5.339689 192.168.125.14 192.168.125.6 DCERPC Bind: call_id: 2, 3 context items, 1st SRVSVC V3.0
    361 5.339839 192.168.125.6 192.168.125.14 SMB Write AndX Response, FID: 0x000e, 160 bytes
    362 5.339905 192.168.125.14 192.168.125.6 SMB Read AndX Request, FID: 0x000e, 1024 bytes at offset 0
    363 5.340056 192.168.125.6 192.168.125.14 DCERPC Bind_ack: call_id: 2 Unknown result (3), reason: Abstract syntax not supported
    364 5.340130 192.168.125.14 192.168.125.6 SRVSVC NetShareEnumAll request
    365 5.340276 192.168.125.6 192.168.125.14 SMB Write AndX Response, FID: 0x000e, 92 bytes
    366 5.340336 192.168.125.14 192.168.125.6 SMB Read AndX Request, FID: 0x000e, 1024 bytes at offset 0
    367 5.340482 192.168.125.6 192.168.125.14 SMB Read AndX Response, FID: 0x000e, 1024 bytes
    368 5.340547 192.168.125.14 192.168.125.6 SMB Read AndX Request, FID: 0x000e, 2480 bytes at offset 0
    369 5.340722 192.168.125.6 192.168.125.14 TCP [TCP segment of a reassembled PDU]
    370 5.341016 192.168.125.6 192.168.125.14 SRVSVC NetShareEnumAll response
    371 5.341045 192.168.125.14 192.168.125.6 TCP 64518 > microsoft-ds [ACK] Seq=4575 Ack=5925 Win=65536 Len=0
    374 5.341538 192.168.125.14 192.168.125.6 SMB Close Request, FID: 0x000e
    375 5.341693 192.168.125.6 192.168.125.14 SMB Close Response, FID: 0x000e
    401 5.603988 192.168.125.14 192.168.125.6 TCP 64518 > microsoft-ds [ACK] Seq=4620 Ack=5964 Win=65536 Len=0
    Again, I can repeat the same test against a 2008 R2 server, and I will get the same output, except the SMB traffic will be SMBV2
    It appears to me that the issue is protocol related, as you can see in test#1 between the second-last and the last line of network traffic, it jumps from "STATUS_BAD_NETWORK_NAME" to a TCP/IP [ACK] response. Yet in
    test#2 you can see that after line 336 (shown below), you can see it calls "wkssvc", which I'm assuming is the workstation service.. which we don't see at the first (failed) test..
    337 5.281675 192.168.125.14 192.168.125.6 SMB NT Create AndX Request, FID: 0xc006, Path: \wkssvc
    338 5.281933 192.168.125.6 192.168.125.14 SMB NT Create AndX Response, FID: 0xc006
    339 5.282084 192.168.125.14 192.168.125.6 DCERPC Bind: call_id: 2, 3 context items, 1st WKSSVC V1.0
    If there's anyone out there that can assit, it really would be much appreciated.
    Thanks in advance..
    -Dropped everything to work on the problem :D

  • Add Windows 2008 Terminal Server to RWW/RWA

    I would like to add our Windows 2008 Terminal Server (not R2) to RWW in Windows 2012R2 Essentials.  The connect computer wizard did not work on the Windows 2008 server, returning Win32 error.  
    How do I add the 2008 TS to the devices listing in RWW without using the connector wizard (as it does not work).   The Windows 2008 server has been join to the same domain manually.

    You cant add it as a tile device in the way you could in SBS 2011 Standard.
    You can create an RDP file, and save that so it is accessible via the RWA then add a link to the RWA to that file.
    You may need to tweak IIS to allow .rdp files.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

Maybe you are looking for