Problem with SAPDB

Hi,
read through some forum threads but don't see any direct hints to help my problem (yet!).
My computer shutdown without first manually stopping the local instance in the MMC - thanks to a suddenly failing battery.
Once I starting the computer again, i try to start the J2EE server and it fails as shown in this developer trace:
[Thr 3944] Mon Aug 18 16:21:40 2008
[Thr 3944] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c   1642]
[Thr 3944] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
[Thr 3944] JControlCloseProgram: started (exitcode = 66)
[Thr 3944] JControlCloseProgram: good bye... (exitcode = 66)
Then I check the jvm_bootstrap.out file which gives me this indicating that the database is offline:
Exception occurred:
com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
     at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
     at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
     at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
==[ Caused by: ]==----
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
     at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
     at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)
     at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
     at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
     at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://L3GX518/LDB [Cannot connect to host L3GX518 [Connection refused: connect], -813.].
     at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:188)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
     ... 14 more
[Bootstrap module]> Problem occurred while performing synchronization.
This makes me think I got to make the SAPDB come online but when I try to start SAPDB: LDB under Control Panel -> Administrative Tools -> Services it fails with this message for which I don't find any answers so far:
The SAPDB:  LDB service terminated with service-specific error 4294967295 (0xFFFFFFFF).
Please Help!
Sharath

It seems that your database is not coming up.
Please check the files "knldiag" and "kndiag.err" in the database wrk directory
Markus

Similar Messages

  • Backup_restore problem with sapdb

    Hello,
    i'm searching a way to backup my sapdb of my content server.
    And I'm using dbmcli  at the moment.
    so i made 2 backup_media stores with the following instruction
    <i>dbmcli -d SDB -u superdba,admin backup_media_put datafiles J:\Backup_content\data\data.backup FILE DATA 0 8 YES</i>
    <i>dbmcli -d SDB -u superdba,admin backup_media_put logfiles J:\Backup_content\log\log.backup FILE DATA  0 8 YES</i>
    after that i say he must make backups to those backup media's
    <i>dbmcli -d SDB -uUTL -u superdba,admin -o J:\Backup_content\savestate.log backup_save_state
    dbmcli -d SDB -uUTL -u superdba,admin -o J:\Backup_content\datafilebackup.log backup_save datafiles recovery data
    dbmcli -d SDB -uUTL -u superdba,admin -o J:\Backup_content\logilebackup.log backup_save logfiles recovery log</i>
    after that i check my backup
    <i>dbmcli -d SDB -uSRV -u superdba,admin backup_restore_check datafiles data</i>
    all is working well until this point
    when i want to restore it
    i'm using the following instruction
    dbmcli -d SDB -uUTL -u superdba,admin backup_restore datafiles data
    and its giving me an error message
    ERR
    -24988,ERR_SQL: sql error
    -3014,Invalid end of SQL statement
    I looked at the help.sap.com and i found the following
    backup_restore <medium> <type> [ExternalBackupID <external_backup_ID>] [<nnn>] [UNTIL <date> <time>]
    With this command you read a backup.
    <medium>
    Medium from which the backup is to be read.
    When restoring a backup made on several media at the same time, you must enter the name of the backup media group here.
    <type>
    Type of backup to be imported: DATA, PAGES or LOG
    <nnn>
    Actual backup version on the backup carrier that is being checked; relevant only for media of type FILE .
    UNTIL <date> <time>
    For log backups you can enter an exact time up to which the log backups are to be read.
    ExternalBackupID <external_backup_ID>
    1. I'm thinking i need to fill in the <nnn> field but what do i have to fill in?
    2. Am I making a good backup?

    Hi,
    an important thing to note: to be able to <b>restore/recover</b> you need to put the db instance in <b>admin/cold</b>:
    (version MaxDB 7.4, 7.5)
    dbmcli -d <SID> -u <dbm-user>,<pwd> db_admin
    (version SAP DB 7.3)
    dbmcli -d <SID> -u <dbm-user>,<pwd> db_cold
    I don't believe you need to use the <nnn> part in your case.
    If you still get an error message, please let me know which exact error you got and its context.
    Regards,
    Roland

  • ABAP trial NW7 SP12: problem with SAPDB

    Hello,
    I have to reinstall ABAP NetWeaver7 Sp12.
    After the installation I can't find the c:\sapdb directory. During the first intallation system has intalled SAPDB.
    Probably I did something wrong durring unistall procedure.
    After the reinstallation I get message: Installaction completed

    I removed the content of diretory:
    C:\Program Files\Common Files\Installshield\Universal\SAP
    It helped.

  • Problem with install TestDrive 2004 on Suse 9.1

    I have problems with try install SAP NetWeaver 04 TESTDRIVE 2004 on Suse 9.1
    The sapdb-db-files-7.5-2.i386.rpm say this.
    error: unpacking of archive failed on file /sapdb/NW4/sapdata/DISKD0001;45e6dbc9: cpio: symlink failed - Imput/output error
    The partition have 25GB free
    I hope help
    Best Regards
    Alejandro.

    Natalia
    the dbmcli -d NW4 -u control,<password> param_getvolsall not work, is possible ?
    Suse-SAP1:/ # sdbregview -l
    DB Analyzer         /sapdb/programs    7.5.00.10    32 bit    valid
    Base                /sapdb/programs    7.5.00.10    32 bit    valid
    Loader              /sapdb/programs    7.5.00.10    32 bit    valid
    PCR 7403            /sapdb/programs    7.4.03.31    32 bit    valid
    PCR 7500            /sapdb/programs    7.5.00.10    32 bit    valid
    Server Utilities    /sapdb/programs    7.5.00.10    32 bit    valid
    JDBC                /sapdb/programs    7.5.01.00              valid
    Database Kernel     /sapdb/NW4/db      7.5.00.10    32 bit    valid
    PCR 7300            /sapdb/programs    7.3.00.46              valid
    PCR 7301            /sapdb/programs    7.3.01.15              valid
    ODBC                /sapdb/programs    7.5.00.10    32 bit    valid
    Suse-SAP1:/ #
    Suse-SAP1:/ #
    Suse-SAP1:/ # dbmcli -s inst_enum
    OK
    7.5.0.10     /sapdb/NW4/db
    Suse-SAP1:/ #
    Suse-SAP1:/ # dbmcli -s db_enum
    OK
    NW4     /sapdb/NW4/db   7.5.0.10        fast    running
    NW4     /sapdb/NW4/db   7.5.0.10        quick   offline
    NW4     /sapdb/NW4/db   7.5.0.10        slow    offline
    Suse-SAP1:/ # dbmcli -d NW4 -u control, aksec param_getvolsall
    Error! Connection failed to node (local) for database NW4: ERR_USRFAIL: user authorization failed
    Suse-SAP1:/ #
    Suse-SAP1:/ # dbmcli -d NW4 -u control,param_getvolsall
    Error! Connection failed to node (local) for database NW4: ERR_USRFAIL: user authorization failed
    Suse-SAP1:/ # dbmcli -d NW4 -u control, sapstar param_getvolsall
    Error! Connection failed to node (local) for database NW4: ERR_USRFAIL: user authorization failed
    Suse-SAP1:/ #
    Suse-SAP1:/ # xinstinfo NW4
    IndepData           : /sapdb/data
    IndepPrograms       : /sapdb/programs
    InstallationPath    : /sapdb/NW4/db
    Kernelversion       : KERNEL    7.5.0    BUILD 010-121-066-665
    Rundirectory        : /sapdb/data/wrk/NW4
    Suse-SAP1:/ #
    Best Regards and thanks for helpppp
    Very sorry, but my english is not good.
    Alejandro.

  • Problem with instalation of Full ABAP Edition-Trial

    Hello,
    I have problem with this installation, I've tried everything and still I see error during installation.
    Computer name: Dawid
    Microsoft Windows XP SP2
    Windows firewall: disabled
    Norton AntivVirus Auto-Protect: disabled
    host file:
    10.10.0.10 Dawid
    services file:
    sapmsNSP       3600/tcp
    Loopback adaptor instaled, I have response using ping 10.10.0.10
    Java (about tab):
    Java(TM) 2 Runtime Environment, Standard Edition 1.4.2_09
    Default Virtual Machine Version 1.4.2_09-b05
    Java(TM) Plug-in 1.4.2_09
    I try install on disc D:. My system disc is C:.
    Catalog i type for instalation: D:\SAPNSP
    Database password: admin
    Logs:
    Sun Dec 10 11:20:41 CET 2006 MaxDB: Start SoftwareCheck
    Sun Dec 10 11:20:41 CET 2006 MaxDB: IndepProgPath:
    Sun Dec 10 11:20:41 CET 2006 MaxDB: IndepDataPath:
    Sun Dec 10 11:20:41 CET 2006 MaxDB: Software doesn't exist, Variable MAXDB_SOFTW_EXISTS set to NO
    Sun Dec 10 11:20:41 CET 2006 MaxDB: end of Check Section!
    Sun Dec 10 11:20:52 CET 2006 MaxDB: Start of Extracting Software and Backup.
    Sun Dec 10 11:27:18 CET 2006 MaxDB: End of Extracting Software and Backup.
    Sun Dec 10 11:27:18 CET 2006 MaxDB: Start of CallSdbinst
    Sun Dec 10 11:27:18 CET 2006 MaxDB: IndepProgPath = D:/sapdb/programs
    Sun Dec 10 11:27:18 CET 2006 MaxDB: inst_type = :restore:
    Sun Dec 10 11:27:18 CET 2006 MaxDB: Calling sdbinst with template option sapmds
    Sun Dec 10 11:27:18 CET 2006 MaxDB SID: NSP
    Sun Dec 10 11:27:18 CET 2006 MaxDB drive: D:\
    Sun Dec 10 11:27:18 CET 2006 MaxDB softwarepath: D:/sapdb
    Sun Dec 10 11:27:18 CET 2006 MaxDB Software location: D:/sapdb/NSP/_tempLocation
    Sun Dec 10 11:27:18 CET 2006 MaxDB backup_loc: D:/sapdb/NSP/_tempLocation/load/load_datasave
    Sun Dec 10 11:27:18 CET 2006 MaxDB program: D:/sapdb/NSP/_tempLocation/sdbinst.exe
    Sun Dec 10 11:27:18 CET 2006 MaxDB paramfile: D:/sapdb/NSP/_tempLocation/sapmds.txt
    Sun Dec 10 11:27:18 CET 2006MaxDB found sdbinst
    Sun Dec 10 11:27:18 CET 2006 MaxDB: Calling: D:/sapdb/NSP/_tempLocation/sdbinst.exe -t sapmds -f "D:/sapdb/NSP/_tempLocation/sapmds.txt" -p DBNAME=NSP -p SOFTWAREPATH="D:/sapdb" -p INSTANCEBACKUP="D:/sapdb/NSP/_tempLocation/load/load_datasave"
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:      Installation of MaxDB Software
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:      *******************************
    Sun Dec 10 11:27:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: starting installation Su, Dec 10, 2006 at 11:27:25
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: operating system: Windows I386 NT 5.1 Dodatek Service Pack 2
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: callers working directory: C:/SAPNW2004sABAPTrail/image
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: installer directory: D:/sapdb/NSP/_tempLocation
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst: archive directory: D:/sapdb/NSP/_tempLocation
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:26 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: starting preparing phase of package Base 7.6.00.32 32 bit
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:31 CET 2006 MaxDB sdbinst: independent data path: d:/sapdb/data
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: independent program path: d:/sapdb/programs
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBBAS.TGZ"
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: package Base successfully checked
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: starting preparing phase of package SAP Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:32 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: : d:/sapdb/data
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: independent program path: d:/sapdb/programs
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SAPUTL.TGZ"
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst: package SAP Utilities successfully checked
    Sun Dec 10 11:27:33 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: starting preparing phase of package SQLDBC 7.6.00.32 32 bit
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:34 CET 2006 MaxDB sdbinst: dbc path: d:/sapdb/programs
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBC.TGZ"
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: package SQLDBC successfully checked
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: starting preparing phase of package JDBC 7.6.00.30
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:35 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: java driver path: d:/sapdb/programs
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBJDBC.TGZ"
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst: package JDBC successfully checked
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:36 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: starting preparing phase of package Server Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: independent program path: d:/sapdb/programs
    Sun Dec 10 11:27:37 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBUTL.TGZ"
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: package Server Utilities successfully checked
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: starting preparing phase of package Database Kernel 7.6.00.32 32 bit
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:38 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: dependent path: d:/sapdb/nsp/db
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBKRN.TGZ"
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: package Database Kernel successfully checked
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:39 CET 2006 MaxDB sdbinst: starting preparing phase of package Messages MSG 0.3951
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: messages path: d:/sapdb/programs
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBMSG.TGZ"
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:40 CET 2006 MaxDB sdbinst: package Messages successfully checked
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: starting preparing phase of package ODBC 7.6.00.32 32 bit
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:41 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: odbc path: d:/sapdb/programs
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBODBC.TGZ"
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: package ODBC successfully checked
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: starting preparing phase of package Webtools 7.6.00.32 32 bit
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:42 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: webtools path: d:/sapdb/programs/web
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SDBWEB.TGZ"
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst: package Webtools successfully checked
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:43 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: starting preparing phase of package SQLDBC 76 7.6.00.32 32 bit
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: collecting data finished:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: dbc path: d:/sapdb/programs
    Sun Dec 10 11:27:44 CET 2006 MaxDB sdbinst: start extraction test run of "D:/sapdb/NSP/_tempLocation/SQLDBC76.TGZ"
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: package SQLDBC 76 successfully checked
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: checking filesystem "D:"... free disk space ok
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: starting installation phase of package Base 7.6.00.32 32 bit
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:45 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBBAS.TGZ"
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:04 bin/
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       786432 2006-07-06 19:07:09 bin/dbmevtdisp.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:04:17 bin/protconv.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       147456 2006-07-06 17:54:19 bin/sdbconfig.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7168 2006-07-06 21:26:19 bin/SDBINST.EXE
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         6144 2006-07-06 21:26:20 bin/sdbpack.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-06 21:26:20 bin/sdbreg.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-06 21:26:19 bin/sdbregview.exe
    Sun Dec 10 11:27:46 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        13824 2006-07-06 21:26:19 bin/SDBSETUP.EXE
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-06 21:26:19 bin/sdbuninst.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7168 2006-07-06 21:26:20 bin/sdbverify.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1142784 2006-07-06 21:05:23 bin/sqlcli.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xsysrc.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       315392 2006-07-06 18:05:57 bin/xtcpupd.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       290816 2006-07-06 17:40:53 bin/xuser.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_ping.exe
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:04 install/
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       192512 2006-07-06 21:22:43 install/Grid.dll
    Sun Dec 10 11:27:47 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       757760 2006-07-06 21:10:07 install/perl58.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rw-rr        66954 2006-07-06 21:26:18 install/RESOURCES.TGZ
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rw-rr       447256 2006-07-06 21:26:18 install/SDBINST.TGZ
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       413696 2006-07-06 21:26:07 install/sdbrun.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1245184 2006-07-06 21:25:05 install/Wx.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      2265088 2006-07-06 21:22:14 install/wxmsw24.dll
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rw-rr        64323 2006-07-06 21:26:21 install/WXPERL.TGZ
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:05 pgm/
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-06 19:04:25 pgm/dbmcli.exe
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-06 19:04:25 pgm/dbmcli_HelpInst.exe
    Sun Dec 10 11:27:48 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       212992 2006-07-06 19:25:05 pgm/regupd.exe
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       303104 2006-07-06 18:06:19 pgm/sqlping.exe
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 17:32:53 pgm/sqltcp.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 17:32:55 pgm/sqltcp1.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 17:32:57 pgm/sqltcp2.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:32:59 pgm/sqltcpn.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       281952 2006-07-06 21:26:47 pgm/sqluser72.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       372656 2006-07-06 21:26:50 pgm/sqluser73.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       393216 2006-07-06 21:26:52 pgm/sqluser74.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       438272 2006-07-06 21:26:55 pgm/sqluser74n.dll
    Sun Dec 10 11:27:49 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       516096 2006-07-06 20:52:19 pgm/sqluser76.dll
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: checking system libraries... ok
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: system path updated successfully
    Sun Dec 10 11:27:50 CET 2006 MaxDB sdbinst: please reboot your system after installation to take effect changes
    Sun Dec 10 11:27:52 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: starting installation phase of package SAP Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SAPUTL.TGZ"
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:32 bin/
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       602112 2006-07-06 19:04:47 bin/dbmrfc.exe
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:33 lib/
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      8572928 2006-07-06 17:31:01 lib/icudt30.dll
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       692224 2006-07-06 17:31:01 lib/icuin30.dll
    Sun Dec 10 11:27:53 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       602112 2006-07-06 17:31:01 lib/icuuc30.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      5562368 2006-07-06 17:37:15 lib/librfc32u.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       102400 2006-07-06 17:31:01 lib/libsapu16vc71.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       249856 2006-07-06 17:31:01 lib/libsapucum.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 pgm/
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       507904 2006-07-06 19:04:21 pgm/dbmgetf.exe
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1167360 2006-07-06 17:32:49 pgm/sapni.dll
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 Support/
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 Support/Mapfiles/
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rw-rr       883889 2006-07-06 19:04:21 Support/Mapfiles/dbmgetf.map
    Sun Dec 10 11:27:54 CET 2006 MaxDB sdbinst: extracting: -rw-rr      1007259 2006-07-06 19:04:46 Support/Mapfiles/dbmrfc.map
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: -rw-rr       440451 2006-07-06 17:32:49 Support/Mapfiles/sapni.map
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:34 symbols/
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: -rw-rr      1010688 2006-07-06 17:32:49 symbols/sapni.pdb
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: starting installation phase of package SQLDBC 7.6.00.32 32 bit
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBC.TGZ"
    Sun Dec 10 11:27:55 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:09 bin/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       876544 2006-07-06 20:58:01 bin/sqldbc_cons.exe
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:09 pgm/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-06 20:53:41 pgm/libSQLDBC.dll
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1155072 2006-07-06 21:01:57 pgm/libSQLDBC_C.dll
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/sqldbc/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/sqldbc/incl/
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rw-rr       155618 2006-07-06 17:37:15 sdk/sqldbc/incl/SQLDBC.h
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rw-rr       193773 2006-07-06 17:37:15 sdk/sqldbc/incl/SQLDBC_C.h
    Sun Dec 10 11:27:56 CET 2006 MaxDB sdbinst: extracting: -rw-rr        29782 2006-07-06 17:37:15 sdk/sqldbc/incl/SQLDBC_Types.h
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:08 sdk/sqldbc/lib/
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr        80380 2006-07-06 20:53:41 sdk/sqldbc/lib/libSQLDBC.lib
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr       139834 2006-07-06 21:01:57 sdk/sqldbc/lib/libSQLDBC_C.lib
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:09 symbols/
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr      3943424 2006-07-06 20:53:40 symbols/libSQLDBC.pdb
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: extracting: -rw-rr      4451328 2006-07-06 21:01:55 symbols/libSQLDBC_C.pdb
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:57 CET 2006 MaxDB sdbinst: starting installation phase of package JDBC 7.6.00.30
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBJDBC.TGZ"
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/7600/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/7600/pgm/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       540672 2006-07-06 17:53:49 runtime/7600/pgm/sapdbcbin.dll
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:48 runtime/jar/
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: extracting: -rw-rr       489216 2006-07-06 17:37:15 runtime/jar/sapdbc.jar
    Sun Dec 10 11:27:58 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: starting installation phase of package Server Utilities 7.6.00.32 32 bit
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBUTL.TGZ"
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 bin/
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        65536 2006-07-06 19:06:21 bin/sdbinfo.exe
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       348160 2006-07-06 20:43:29 bin/sqlrun.dll
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/sysmon.exe
    Sun Dec 10 11:27:59 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xbackup.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xinstinfo.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xpu.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_analys.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_cons.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_server.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_show.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_start.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_stop.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wiz.exe
    Sun Dec 10 11:28:00 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wizard.exe
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wizstop.exe
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_wiztrc.exe
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 env/
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          122 2006-07-06 19:14:30 env/serv.use
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          245 2006-07-06 19:14:30 env/xstart.use
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          542 2006-07-06 19:14:30 env/xstop.use
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 etc/
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rw-rr          207 2006-07-06 17:30:11 etc/VERSIONS
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:49 pgm/
    Sun Dec 10 11:28:01 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       466944 2006-07-06 17:54:55 pgm/serv.exe
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       270336 2006-07-06 17:54:21 pgm/show.exe
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: starting installation phase of package Database Kernel 7.6.00.32 32 bit
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBKRN.TGZ"
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:08 bin/
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       266240 2006-07-06 19:05:03 bin/backint.exe
    Sun Dec 10 11:28:02 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       786432 2006-07-06 19:07:09 bin/dbmevtdisp.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       540672 2006-07-06 19:07:19 bin/dbmevthndl_display.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       552960 2006-07-06 19:07:29 bin/dbmevthndl_winlog.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       282624 2006-07-06 19:03:17 bin/dbmsrvctl.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        42418 2006-07-06 17:37:15 bin/ireport.py
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       245760 2006-07-06 19:06:13 bin/pipe2file.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1114112 2006-07-06 19:05:25 bin/sdbfill.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       348160 2006-07-06 20:43:29 bin/sqlrun.dll
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        53248 2006-07-06 17:40:49 bin/sqlver.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        53248 2006-07-06 17:40:49 bin/sqlwhat.exe
    Sun Dec 10 11:28:03 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xci.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xkernprot.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xoldci.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xservice.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xsql.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xsqlro.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/xtracesort.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-06 20:43:31 bin/x_diagnose.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       323584 2006-07-06 19:07:43 bin/x_python.exe
    Sun Dec 10 11:28:04 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:59 cluster/
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1982464 2006-07-06 18:05:33 cluster/dbmsrv_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        77824 2006-07-06 17:55:37 cluster/SAPDBMSCSEx.dll
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       122880 2006-07-06 17:55:45 cluster/sapdbmscsman.dll
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 17:55:15 cluster/SAPDBMSCSMan.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        57344 2006-07-06 17:55:09 cluster/SAPDBMSCSRes.dll
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       303104 2006-07-06 17:55:57 cluster/service_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       483328 2006-07-06 17:55:55 cluster/serv_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       331776 2006-07-06 17:55:53 cluster/stop_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       335872 2006-07-06 17:55:53 cluster/strt_clu.exe
    Sun Dec 10 11:28:05 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:27:59 demo/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr      3111624 2006-07-06 17:37:15 demo/HOTEL.py
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1080 2006-07-06 17:37:15 demo/ltutorial.py
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr        12046 2006-07-06 17:37:15 demo/tutoriallib.py
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:09 doc/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4158 2006-07-06 17:37:15 doc/FirstSteps/index.html
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/Java/
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1019 2006-07-06 17:37:15 doc/FirstSteps/Java/DemodbData.class
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2239 2006-07-06 17:37:15 doc/FirstSteps/Java/DemodbData.java
    Sun Dec 10 11:28:06 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1599 2006-07-06 17:37:15 doc/FirstSteps/Java/HelloMaxDB.class
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2162 2006-07-06 17:37:15 doc/FirstSteps/Java/HelloMaxDB.java
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2662 2006-07-06 17:37:15 doc/FirstSteps/Java/HowToJava.html
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1305 2006-07-06 17:37:15 doc/FirstSteps/Java/StateMaxDB.class
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1767 2006-07-06 17:37:15 doc/FirstSteps/Java/StateMaxDB.java
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr          227 2006-07-06 17:37:15 doc/FirstSteps/maxdbenv.cmd
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/ODBC/
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5213 2006-07-06 17:37:15 doc/FirstSteps/ODBC/HelloMaxDB.c
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1996 2006-07-06 17:37:15 doc/FirstSteps/ODBC/HowToODBC.html
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1101 2006-07-06 17:37:15 doc/FirstSteps/ODBC/Makefile
    Sun Dec 10 11:28:07 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/Perl/
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1686 2006-07-06 17:37:15 doc/FirstSteps/Perl/demodbData.pm
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2597 2006-07-06 17:37:15 doc/FirstSteps/Perl/HowToPerl.html
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1673 2006-07-06 17:37:15 doc/FirstSteps/Perl/StateMaxDB.pl
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/Python/
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1584 2006-07-06 17:37:15 doc/FirstSteps/Python/demodbData.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1572 2006-07-06 17:37:15 doc/FirstSteps/Python/HelloMaxDB-API.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1572 2006-07-06 17:37:15 doc/FirstSteps/Python/HelloMaxDB.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3746 2006-07-06 17:37:15 doc/FirstSteps/Python/HowToPython.html
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1578 2006-07-06 17:37:15 doc/FirstSteps/Python/StateMaxDB.py
    Sun Dec 10 11:28:08 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:10 doc/FirstSteps/SQLDBC/
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4225 2006-07-06 17:37:15 doc/FirstSteps/SQLDBC/HelloMaxDB.cpp
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2032 2006-07-06 17:37:15 doc/FirstSteps/SQLDBC/HowToSQLDBC.html
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1276 2006-07-06 17:37:15 doc/FirstSteps/SQLDBC/Makefile
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:03 env/
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         6940 2006-07-06 19:07:29 env/APPS.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4513 2006-07-06 19:07:29 env/CNR3DATA.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr         8929 2006-07-06 19:07:29 env/CNR3TAB.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr       194089 2006-07-06 19:14:30 env/cserv.pcf
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: -rw-rr        18587 2006-07-06 19:07:29 env/DBMVIEWS.py
    Sun Dec 10 11:28:09 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:00 env/en/
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7609 2006-07-06 19:14:30 env/en/DBM.en
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr        16426 2006-07-06 19:07:31 env/GARBAGE.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr          249 2006-07-06 19:14:30 env/general.use
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         2017 2006-07-06 19:07:37 env/getpackages.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1857 2006-07-06 19:07:31 env/INFO.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr        14835 2006-07-06 19:07:37 env/installib.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr        74105 2006-07-06 19:07:31 env/JDBC.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr          396 2006-07-06 19:14:30 env/kernprot.use
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1662 2006-07-06 19:07:37 env/lapps.py
    Sun Dec 10 11:28:10 CET 2006 MaxDB sdbinst: extracting: -rw-rr         8840 2006-07-06 17:37:15 env/lsystab.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        19212 2006-07-06 19:07:31 env/ODBC.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1954 2006-07-06 19:07:31 env/ORADD.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr       267134 2006-07-06 19:07:33 env/ORADDCOM.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        10299 2006-07-06 19:07:33 env/ORADDSYN.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr       159113 2006-07-06 19:07:33 env/ORADDV.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2113 2006-07-06 19:07:33 env/PRECOM.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        49168 2006-07-06 19:07:37 env/REPOSITORY.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        62152 2006-07-06 19:07:31 env/SAPDBLOADER.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5196 2006-07-06 19:07:33 env/SHOWCMD.py
    Sun Dec 10 11:28:11 CET 2006 MaxDB sdbinst: extracting: -rw-rr        47440 2006-07-06 19:07:33 env/SQLDBC.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        47024 2006-07-06 19:07:33 env/SYSDBA.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        58248 2006-07-06 19:07:35 env/SYSDBACOM.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        17897 2006-07-06 19:07:35 env/SYSINFO.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr       106735 2006-07-06 19:07:35 env/SYSINFOCOM.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        10964 2006-07-06 19:07:35 env/TRIGGER.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3916 2006-07-06 19:07:35 env/UDE.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7309 2006-07-06 19:07:37 env/WA.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr        54557 2006-07-06 19:07:35 env/XDD.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: -rw-rr       105718 2006-07-06 19:07:35 env/XDDCOM.py
    Sun Dec 10 11:28:12 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:03 lib/
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:04 lib/python2.3/
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7577 2006-07-06 17:37:15 lib/python2.3/optlib.py
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       135234 2006-07-06 17:37:15 lib/python2.3/pyexpat.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:04 lib/python2.3/sdb/
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rw-rr        15565 2006-07-06 17:37:15 lib/python2.3/sdb/dbapi.py
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       503808 2006-07-06 19:07:49 lib/python2.3/sdb/dbm.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       483328 2006-07-06 19:07:53 lib/python2.3/sdb/loader.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       458752 2006-07-06 19:07:59 lib/python2.3/sdb/sql.pyd
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rw-rr          921 2006-07-06 17:37:15 lib/python2.3/sdb/__init__.py
    Sun Dec 10 11:28:13 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        61503 2006-07-06 17:37:15 lib/python2.3/zlib.pyd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49218 2006-07-06 17:37:15 lib/python2.3/_socket.pyd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        57407 2006-07-06 17:37:15 lib/python2.3/_sre.pyd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:05 misc/
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2437 2006-07-06 21:07:35 misc/create_demo_db.cmd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rw-rr          417 2006-07-06 21:07:35 misc/drop_demo_db.cmd
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:09 pgm/
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       200704 2006-07-06 19:06:17 pgm/backup.exe
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       372736 2006-07-06 17:54:09 pgm/cons.exe
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:53:51 pgm/cr_param.exe
    Sun Dec 10 11:28:14 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       940032 2006-07-06 17:37:15 pgm/dbghelp.dll
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:31 pgm/dbmreg.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       405504 2006-07-06 19:04:11 pgm/dbmshm.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-06 19:03:09 pgm/dbmsrv.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1748992 2006-07-06 19:03:51 pgm/dbmsrvscd.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:23 pgm/dbmstart.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:27 pgm/dbmstop.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-06 19:03:35 pgm/dbmunreg.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        69632 2006-07-06 20:52:15 pgm/dbpinstall.dll
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1060864 2006-07-06 18:08:59 pgm/diagnose.exe
    Sun Dec 10 11:28:15 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      6971392 2006-07-06 19:02:57 pgm/kernel.exe
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       118784 2006-07-06 18:06:25 pgm/libhsscopy.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1134592 2006-07-06 20:48:31 pgm/liboms.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       151552 2006-07-06 20:52:53 pgm/libsqlcls.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-06 20:53:41 pgm/libSQLDBC.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1155072 2006-07-06 21:01:57 pgm/libSQLDBC_C.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      2953216 2006-07-06 19:14:03 pgm/lserver.exe
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        20545 2006-07-06 17:37:15 pgm/pysapdb.exe
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       974915 2006-07-06 17:37:15 pgm/python23.dll
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rw-rr      2071185 2006-07-06 17:37:15 pgm/python23.zip
    Sun Dec 10 11:28:16 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:53:51 pgm/renparam.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       290816 2006-07-06 17:54:59 pgm/service.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1097728 2006-07-06 18:08:01 pgm/slowci.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       405504 2006-07-06 17:55:03 pgm/sqlinst.dll
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1359872 2006-07-06 17:55:07 pgm/sqlmsg.dll
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       315392 2006-07-06 17:54:15 pgm/stop.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       319488 2006-07-06 17:54:11 pgm/strt.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        98304 2006-07-06 19:25:09 pgm/StudioUtil.dll
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-06 18:06:21 pgm/sysrc.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 17:55:05 pgm/systemrc.exe
    Sun Dec 10 11:28:17 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       221184 2006-07-06 19:25:17 pgm/TableDefC.dll
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 19:07:21 pgm/Tools_WinEvtLog.dll
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 19:14:15 pgm/tracesort.exe
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:28:09 sap/
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rw-rr          147 2006-07-06 17:37:15 sap/dbpinstall.lst
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1474 2006-07-06 19:04:47 sap/grantxdb.dbm
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        18192 2006-07-06 17:37:15 sap/lcinit.bat
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       126976 2006-07-06 20:52:03 sap/lvcbench.dll
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rw-rr           89 2006-07-06 17:37:15 sap/saprfc.ini
    Sun Dec 10 11:28:18 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        86016 2006-07-06 19:27:03 sap/sphsapdb.dll
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: extracting: -rw-rr           12 2006-07-06 17:37:15 sap/sphsapdb.lst
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: starting installation phase of package Messages MSG 0.3951
    Sun Dec 10 11:28:19 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBMSG.TGZ"
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:31:16 msg/
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr          846 2006-07-06 17:37:15 msg/SDBMsg_Admin.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1107 2006-07-06 17:37:15 msg/SDBMsg_Backup.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3255 2006-07-06 17:37:15 msg/SDBMsg_Catalog.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4595 2006-07-06 17:37:15 msg/SDBMsg_Converter.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr        13936 2006-07-06 17:37:15 msg/SDBMsg_Data.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr          333 2006-07-06 17:37:15 msg/SDBMsg_DBMCLI.xml
    Sun Dec 10 11:28:20 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5254 2006-07-06 17:37:15 msg/SDBMsg_DBMEd.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr          328 2006-07-06 17:37:15 msg/SDBMsg_DBMLog.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3179 2006-07-06 17:37:15 msg/SDBMsg_DBMScd.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr        75397 2006-07-06 17:37:15 msg/SDBMsg_DBMSrv.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1071 2006-07-06 17:37:15 msg/SDBMsg_DBMSrvTest.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1321 2006-07-06 17:37:15 msg/SDBMsg_DBProc.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr          553 2006-07-06 17:37:15 msg/SDBMsg_DIAGNOSE.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         7818 2006-07-06 17:37:15 msg/SDBMsg_FileDir.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr          477 2006-07-06 17:37:15 msg/SDBMsg_Index.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3461 2006-07-06 17:37:15 msg/SDBMsg_IOMan.xml
    Sun Dec 10 11:28:21 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1384 2006-07-06 17:37:15 msg/SDBMsg_Join.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          697 2006-07-06 17:37:15 msg/SDBMsg_JoinPathOptimizer.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2112 2006-07-06 17:37:15 msg/SDBMsg_KernelCommon.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1035 2006-07-06 17:37:15 msg/SDBMsg_KSQL.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          801 2006-07-06 17:37:15 msg/SDBMsg_LiveCache.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-06 17:37:15 msg/SDBMsg_Loader.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5443 2006-07-06 17:37:15 msg/SDBMsg_Log.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3154 2006-07-06 17:37:15 msg/SDBMsg_Messages.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          369 2006-07-06 17:37:15 msg/SDBMsg_ObjectContainer.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3159 2006-07-06 17:37:15 msg/SDBMsg_OMS.xml
    Sun Dec 10 11:28:22 CET 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-06 17:37:15 msg/SDBMsg_OPMSG.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-06 17:37:15 msg/SDBMsg_Optimizer.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          435 2006-07-06 17:37:15 msg/SDBMsg_Query.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          442 2006-07-06 17:37:15 msg/SDBMsg_QueryRewrite.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2021 2006-07-06 17:37:15 msg/SDBMsg_Recovery.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5220 2006-07-06 17:37:15 msg/SDBMsg_Rst.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         2472 2006-07-06 17:37:15 msg/SDBMsg_RTEComm.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1406 2006-07-06 17:37:15 msg/SDBMsg_RTEConf.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr          889 2006-07-06 17:37:15 msg/SDBMsg_RTEDBState.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5001 2006-07-06 17:37:15 msg/SDBMsg_RTEDiag.xml
    Sun Dec 10 11:28:23 CET 2006 MaxDB sdbinst: extracting: -rw-rr        14767 2006-07-06 17:37:15 msg/SDBMsg_RTEIO.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3625 2006-07-06 17:37:15 msg/SDBMsg_RTEMem.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr          511 2006-07-06 17:37:15 msg/SDBMsg_RTESec.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1808 2006-07-06 17:37:15 msg/SDBMsg_RTESys.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3550 2006-07-06 17:37:15 msg/SDBMsg_RTETask.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4541 2006-07-06 17:37:15 msg/SDBMsg_RunTime.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1653 2006-07-06 17:37:15 msg/SDBMsg_SAPDBAlgo.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr          562 2006-07-06 17:37:15 msg/SDBMsg_SAPDBMem.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1718 2006-07-06 17:37:15 msg/SDBMsg_Savepoint.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr         5909 2006-07-06 17:37:15 msg/SDBMsg_SharedSQL.xml
    Sun Dec 10 11:28:24 CET 2006 MaxDB sdbinst: extracting: -rw-rr        26284 2006-07-06 17:37:15 msg/SDBMsg_SQLMan.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         9419 2006-07-06 17:37:15 msg/SDBMsg_SrvTasks.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         3638 2006-07-06 17:37:15 msg/SDBMsg_Table.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr          883 2006-07-06 17:37:15 msg/SDBMsg_ToolsCommon.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         1186 2006-07-06 17:37:15 msg/SDBMsg_Transaction.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: extracting: -rw-rr         4883 2006-07-06 17:37:15 msg/SDBMsg_ZZZTest.xml
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: checking unpacked archive... ok
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: starting installation phase of package ODBC 7.6.00.32 32 bit
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst: -
    Sun Dec 10 11:28:25 CET 2006 MaxDB sdbinst:
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: start real extraction of "D:/sapdb/NSP/_tempLocation/SDBODBC.TGZ"
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:54 incl/
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        11380 2006-07-06 17:37:15 incl/SDBBOS.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        31567 2006-07-06 17:40:36 incl/sql.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        81467 2006-07-06 17:40:36 incl/sqlext.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr         9534 2006-07-06 17:40:36 incl/sqltypes.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rw-rr        24313 2006-07-06 17:40:36 incl/sqlucode.h
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-06 21:30:54 pgm/
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       487424 2006-07-06 19:27:49 pgm/libSDBBOS.dll
    Sun Dec 10 11:28:26 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        12288 2006-07-06 17:37:31 pgm/odbcreg.exe
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-06 17:40:15 pgm/sqlod32.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1130496 2006-07-06 17:40:35 pgm/sqlod32w.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-06 17:40:47 pgm/sqlodext.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-06 17:40:45 pgm/sqlsp32.dll
    Sun Dec 10 11:28:27 CET 2006 MaxDB sd

    Hi,
    Looking for reason of error I've installed susccesduly SAP NetWeaver Application Server
    Java™ EE 5 Edition
    Now when I tray instalal ABAP version I have additional error in log
    Wed Dec 27 09:43:29 CET 2006 MaxDB sdbinst: Logging in
    Wed Dec 27 09:43:30 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:30 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot downgrade package
    Wed Dec 27 09:43:31 CET 2006 MaxDB sdbinst: cannot write to network connection
    Maybe it's a problem with insufficient RAM, I will buy some and tray.

  • Problem with SAPINST

    Hi,
    We have a system with different SID and a different DB SID.
    When performing an export of the database with SAPINST, by default the sapinst is taking
    account as  SAPDB<SID>( where SID here is SAP SID) . But it should be SAPDB<DBSID> .
    Is it a problem with sapinst or any other option is there. Please advise.
    BR
    DVRK

    Hi,
    Would you check if you are giving the correct hostname while starting the SAPINST?
    Update us if it is not resolved.
    Regards,
    Sujit.

  • Problems with installation / de-installation of WAS AS 6.20

    Problems with installation / de-installation of WAS AS 6.20
    Hello,
    is anyone able to help me ?
    The installation (started from setup on cd-1 kernel) of sapdb ends by 30 % with following massage:
    start massage:
    Warning: adaextractlctool_nt_ada InternallnstallationDo
    SAPCAR returns with error 29.
    Error:  adaextractlctool_nt_ada InternallnstallationDo
    Phase failed.
    Error: Main {}
    Installation aborted.
    end massage.
    massage above percent-banner on the left down-side:
    no R3SETUP connected.
    In the dos-window in background have been a lot of status-lines during extraction of sabdb-files. Also there have been a successful-massage:
    "installation of sap db server finished successfully...." l.
    The massage above was shown direct after the massage: "Extracting SAP DB Tools Software"
    The Loop-back adapter is already installed (was the first ein did) and the files in win-folder 'hosts' and 'service' are correct (IP and so on)
    my system:
    Acer Aspire 5100
    Ram 1 GB
    HD 160 GB (140 GB frei)
    Win XP prof.
    How can I solve the installationproblem ?
    I think, I have to clean my system before starting a new installation-try, because there are already entries in my win-start-button:
    a) SAP DB Manager (but behind only a html-Link / no entry DeInstall)
    b) a second entry  SAP Front End (also behind just a html-link / no deinstall-button)
    Under system/controll panel -> software are no entries. So, I`m not able to deinstall the sapdb by win-controll-panel.
    And what is with registry-entries ? How can I delete the right entries in the registry. I dont know how to find them.
    Another way I tried: on the  SAP-CD 1 (kernel) with the file resume_setup.bat I get the same abort during installation I described at the top.
    Please, I need help, because I need the system as 6.20 for a trainning.
    Much thanks,
    Regards, Lars Stolpe
    MfG Stolpe

    obsolete question ...

  • Problems with WAS 6.40 Installation on Oracle - Phase 11 of 34

    Hello,
    <b>Problems with WAS 6.40 Installation on Oracle (Phase 11 of 34)</b>
    with the installation of the Web Application server 6,40 SR1 on a Oracle server I get in phase 11 of 34 (Create Oracle Database) the following error-message:
    CJS-00084 - SQL statement or script failed. Diagnosis: Error message: ORA-12547: TNS:lost contact.
    error while loading shared library: libodm9.so : cannot open shared object file: No such file or dirctory.
    Best Reagrds,
    Ralf Steffens

    hi Ralf
    i've found one composite note for Oracle <a href="https://websmp203.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700001366932002">505630</a>
    hope this solves...
    <i><b>Symptom</b>
    ORA-12547: TNS:lost contact
    Brbackup, brarchive, brrestore or brconnect may terminate with errors similar to the following:
    BR301E SQL error -12547 at location BrDbConnect-1
    BR301E SQL error -12547 at location dbf_info_get-1
    Sapdba returns the following error, for example:
      SAPDBA: ORACLE error -12547 occurred while checking instance status!
    The R/3 work processes or R3trans return the following error at Connect:
      C  *** ERROR => CONNECT failed with sql error '12547'
    <b>Other terms</b>
    TNS-12547, TNS-00517
    <b>Reason and Prerequisites</b>
    As part of the Net8 Connect, a program such as the R/3 kernel, R3trans, svrmgrl, sqlplus or ODMA establishes a connection to the Oracle database. If the connection terminates due to problems at the server end, it can result in ORA-12547.
    Additional information for the error is often available in sqlnet.log. In many cases, other messages that are not reported by all tools precede ORA-12547. If ORA-12547 occurs when the ODMA accesses the old Oracle-Home during a database upgrade, for example, it may make sense to temporarily restart ORACLE_HOME on the old Oracle-Home for test purposes and then to execute sqlplus or svrmgrl.
    Even if sapdba or the BR tools terminate with an ORA-12547 when calling sqlplus or svrmgrl recursively, you should, for test purposes, call sqlplus or svrmgrl manually with the operating system user that was used.
    Hopefully, a more informative error message will appear in addition to ORA-12547, for example:
      ld.so.1: oracleC11: fatal: relocation error: file
               /oracle/C11/817_64/libx8.so: symbol ksunsga_:
               referenced symbol not found
    If you find accompanying error messages of this type, start a note search with the corresponding search terms since we are often aware of the problem and a solution may already be available. If you do not find any significant error messages or a suitable note, check the following possible causes for ORA-12547:
    1. UNIX: Incorrectly linked Oracle tools
    2. UNIX: Problems with XPG4 compliance and s-bit
    3. Too many requests to the listener at the same time
    4. HP-UX, Oracle 8.1: Missing OS patch
    5. Use of CRYPTO parameters in sqlnet.ora
    6. AIX: I/O Async is deactivated
    7. Resource problems
    8. The CONNECT_TIMEOUT_LISTENER parameter in listener.ora is too low
    9. Activated Oracle trace
    10. UNIX: Incorrect oracle executable authorization
    11. SOLARIS: LD_LIBRARY_PATH set when you call ODMA
    12. AIX: Problem with post/wait kernel enhancement
    13. UNIX: Problems with the libobk library
    14. SOLARIS: Incorrect search sequence in the path variable
    15. UNIX: Conflicts between 32-bit and 64-bit files
    <b>Solution</b>
    1. Relink the Oracle software as ora<sid> with
      cd $ORACLE_HOME/rdbms/lib
      make -f ins_rdbms.mk install
                  or
      relink all
    1. See Note 88884.
    2. If individual work processes terminate with ORA-12547 when you start an R/3 instance, See Note 131561.
    3. See Note 399610.
    4. You can set security parameters that begin with SQLNET.CRYPTO_ in sqlnet.ora as part of the Advanced Security Option. Oracle releases < 8.1.7 cannot process these parameters correctly and result in ORA-12547. In this case, delete these types of parameters from sqlnet.ora.
    5. If I/O is deactivated on AIX Async, the Net8 Connect fails with ORA-12547. In this case, activate I/O Async by using smitty.
    6. Insufficient resources such as available memory on the database server can cause ORA-12547. For more information, see 384839.
    7. In individual cases, it may make sense to increase the CONNECT_TIMEOUT_LISTENER parameter in listener.ora (for example, by 5 seconds, so from 10 to 15). Although a value of 10 seconds should usually be sufficient to establish a connection.
    8. Delete the log files written by the Oracle trace in accordance with Note 92537.
    9. Check to see whether the executable in $ORACLE_HOME/bin has the "rwsr-s--x" authorizations and the ora<sid> owner and correct this if necessary.
    10. If you call ODMA on SOLARIS as part of a database upgrade and if LD_LIBRARY_PATH is set explicitly (on the lib directory of the target release), calling the old Oracle software through ODMA may fail with ORA-12547. If you use the old ORACLE_HOME to list sqlplus or svrmgrl, you get the following error:
      ld.so.1: oracle<sid>: fatal: relocation error:
               file /oracle/<sid>/817_64/libx8.so: symbol ksunsga_:
               referenced symbol not found
      ORA-12547: TNS:lost contact
                   In this case, permanently delete LD_LIBRARY_PATH from the environment. This does not have any negative effects since the libraries are automatically found in the correct directories as of Oracle 8.1.
                   If problems occur with the post/wait extension on AIX, the following type of errors will be displayed:
      exec(): 0509-036 Cannot load program oracleC11 because of the
      following errors:
              0509-130 Symbol resolution failed for oracle because:
              0509-136   Symbol pw_post (number 2524) is not exported
                          from dependent module /unix.
              0509-136   Symbol pw_wait (number 2525) is not exported
                          from dependent module /unix.
              0509-136   Symbol pw_config (number 2526) is not exported
                          from dependent module /unix.
              0509-192 Examine .loader section symbols with the
                       'dump -Tv' command.
      ORA-12547: TNS:lost contact
    1. If the libobk library was created incorrectly, the following type of errors may occur:
      /oracle/C11/817_64/bin/oracle: /sbin/loader:
        Fatal Error: Cannot map library libobk.so
      /usr/lib/pa20_64/dld.sl: Unable to find library
        '/oracle/C11/lib64/libobk.sl
      exec(): 0509-036 Cannot load program oracleC11 because of the
              following errors:
      0509-150   Dependent module /oracle/C11/817_64/lib/libobk.a(shr.o)
                 could not be loaded.
      0509-152   Member shr.o is not found in archive
      ORA-12547: TNS:lost contact
                   Check to see whether libobk exists and, if it is a link, that it points to a valid object. Note 142635 contains more information about this. The libobk link may point to this if a libsbtsh8.* file exists in the Oracle library directory. If you are using a third-party Backint tool, contact the relevant supplier, since libobk often has to point to a backint-specific library.
    1. If an error such as
      ld.so.1: ./svrmgrl: fatal: libucb.so.1: open failed:
               No such file or directory
      ORA-12547: TNS:lost contact
                   occurs, the PATH has probably been set incorrectly. For more information, see Note 44361.
    1. If an error such as
      ld.so.1: oracle<sid>: fatal: <library> wrong ELF class: ELFCLASS64
      ORA-12547: TNS:lost contact
                  concerning "wrong ELF class" occurs, check whether the <library> mistakenly has a different bit size than the tool that was called. You can determine this using
      file <library>
      file <tool>
                   All the files involved must uniformly be either 32-bit or 64-bit.
    </i>
    Regards
    Arunkumar

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

  • Problem with Threads and a static variable

    I have a problem with the code below. I am yet to make sure that I understand the problem. Correct me if I am wrong please.
    Code functionality:
    A timer calls SetState every second. It sets the state and sets boolean variable "changed" to true. Then notifies a main process thread to check if the state changed to send a message.
    The problem as far I understand is:
    Assume the timer Thread calls SetState twice before the main process Thread runs. As a result, "changed" is set to true twice. However, since the main process is blocked twice during the two calls to SetState, when it runs it would have the two SetState timer threads blocked on its synchronized body. It will pass the first one, send the message and set "changed" to false since it was true. Now, it will pass the second thread, but here is the problem, "changed" is already set to false. As a result, it won't send the message even though it is supposed to.
    Would you please let me know if my understanding is correct? If so, what would you propose to resolve the problem? Should I call wait some other or should I notify in a different way?
    Thanks,
    B.D.
    Code:
    private static volatile boolean bChanged = false;
    private static Thread objMainProcess;
       protected static void Init(){
            objMainProcess = new Thread() {
                public void run() {
                    while( objMainProcess == Thread.currentThread() ) {
                       GetState();
            objMainProcess.setDaemon( true );
            objMainProcess.start();
        public static void initStatusTimer(){
            if(objTimer == null)
                 objTimer = new javax.swing.Timer( 1000, new java.awt.event.ActionListener(){
                    public void actionPerformed( java.awt.event.ActionEvent evt){
                              SetState();
        private static void SetState(){
            if( objMainProcess == null ) return;
            synchronized( objMainProcess ) {
                bChanged = true;
                try{
                    objMainProcess.notify();
                }catch( IllegalMonitorStateException e ) {}
        private static boolean GetState() {
            if( objMainProcess == null ) return false;
            synchronized( objMainProcess ) {
                if( bChanged) {
                    SendMessage();
                    bChanged = false;
                    return true;
                try {
                    objMainProcess.wait();
                }catch( InterruptedException e ) {}
                return false;
        }

    Thanks DrClap for your reply. Everything you said is right. It is not easy to make them alternate since SetState() could be called from different places where the state could be anything else but a status message. Like a GREETING message for example. It is a handshaking message but not a status message.
    Again as you said, There is a reason I can't call sendMessage() inside setState().
    The only way I was able to do it is by having a counter of the number of notifies that have been called. Every time notify() is called a counter is incremented. Now instead of just checking if "changed" flag is true, I also check if notify counter is greater than zero. If both true, I send the message. If "changed" flag is false, I check again if the notify counter is greater than zero, I send the message. This way it works, but it is kind of a patch than a good design fix. I am yet to find a good solution.
    Thanks,
    B.D.

  • Problem with threads running javaw

    Hi,
    Having a problem with multi thread programming using client server sockets. The program works find when starting the the application in a console using java muti.java , but when using javaw multi.java the program doesnt die and have to kill it in the task manager. The program doesnt display any of my gui error messages either when the server disconnect the client. all works find in a console. any advice on this as I havent been able to understand why this is happening? any comment would be appreciated.
    troy.

    troy,
    Try and post a minimum code sample of your app which
    does not work.
    When using javaw, make sure you redirect the standard
    error and standard output streams to file.
    Graeme.Hi Graeme,
    I dont understand what you mean by redirection to file? some of my code below.
    The code works fine under a console, code is supposed to exit when the client (the other server )disconnects. the problem is that but the clientworker side of the code still works. which under console it doesnt.
    public class Server{
    ServerSocket aServerSocket;
    Socket dianosticsSocket;
    Socket nPortExpress;
    ClientListener aClientListener;
    LinkedList queue = new LinkedList();
    int port = 0;
    int clientPort = 0;
    String clientName = null;
    boolean serverAlive = true;
    * Server constructor generates a server
    * Socket and then starts a client threads.
    * @param aPort      socket port of local machine.
    public Server(int aPort, String aClientName, int aClientPort){
    port = aPort;
    clientName = aClientName;
    clientPort = aClientPort;
    try{
    // create a new thread
    aServerSocket = new ServerSocket(port) ;
    // connect to the nPortExpress
    aClientListener = new ClientListener(InetAddress.getByName(clientName), clientPort, queue,this);
    // aClientListener.setDaemon(true);
    aClientListener.start();
    // start a dianostic port
    DiagnosticsServer aDiagnosticsServer = new DiagnosticsServer(port,queue,aClientListener);
    // System.out.println("Server is running on port " + port + "...");
    // System.out.println("Connect to nPort");
    catch(Exception e)
    // System.out.println("ERROR: Server port " + port + " not available");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Server port " + port + " not available", JOptionPane.ERROR_MESSAGE);
    serverAlive = false;
    System.exit(1);
    while(serverAlive&&aClientListener.hostSocket.isConnected()){
    try{
    // connect the client
    Socket aClient = aServerSocket.accept();
    //System.out.println("open client connection");
    //System.out.println("client local: "+ aClient.getLocalAddress().toString());
    // System.out.println("client localport: "+ aClient.getLocalPort());
    // System.out.println("client : "+ aClient.getInetAddress().toString());
    // System.out.println("client port: "+ aClient.getLocalPort());
    // make a new client thread
    ClientWorker clientThread = new ClientWorker(aClient, queue, aClientListener, false);
    // start thread
    clientThread.start();
    catch(Exception e)
    //System.out.println("ERROR: Client connection failure");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Client connection failure", JOptionPane.ERROR_MESSAGE);
    }// end while
    } // end constructor Server
    void serverExit(){
         JOptionPane.showMessageDialog(null, "Server ","ERROR: nPort Failure", JOptionPane.ERROR_MESSAGE);
         System.exit(1);
    }// end class Server
    *** connect to another server
    public class ClientListener extends Thread{
    InetAddress hostName;
    int hostPort;
    Socket hostSocket;
    BufferedReader in;
    PrintWriter out;
    boolean loggedIn;
    LinkedList queue;      // reference to Server queue
    Server serverRef; // reference to main server
    * ClientListener connects to the host server.
    * @param aHostName is the name of the host eg server name or IP address.
    * @param aHostPort is a port number of the host.
    * @param aLoginName is the users login name.
    public ClientListener(InetAddress aHostName, int aHostPort,LinkedList aQueue,Server aServer)      // reference to Server queue)
    hostName = aHostName;
    hostPort = aHostPort;
    queue = aQueue;
    serverRef = aServer;      
    // connect to the server
    try{
    hostSocket = new Socket(hostName, hostPort);
    catch(IOException e){
    //System.out.println("ERROR: Connection Host Failed");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Connection to nPort Failed", JOptionPane.ERROR_MESSAGE);     
    System.exit(0);
    } // end constructor ClientListener
    ** multi client connection server
    ClientWorker(Socket aSocket,LinkedList aQueue, ClientListener aClientListener, boolean diagnostics){
    queue = aQueue;
    addToQueue(this);
    client = aSocket;
    clientRef = aClientListener;
    aDiagnostic = diagnostics;
    } // end constructor ClientWorker
    * run method is the main loop of the server program
    * in change of handle new client connection as well
    * as handle all messages and errors.
    public void run(){
    boolean alive = true;
    String aSubString = "";
    in = null;
    out = null;
    loginName = "";
    loggedIn = false;
    while (alive && client.isConnected()&& clientRef.hostSocket.isConnected()){
    try{
    in = new BufferedReader(new InputStreamReader(client.getInputStream()));
    out = new PrintWriter(new OutputStreamWriter(client.getOutputStream()));
    if(aDiagnostic){
    out.println("WELCOME to diagnostics");
    broadCastDia("Connect : diagnostics "+client.getInetAddress().toString());
    out.flush();
    else {       
    out.println("WELCOME to Troy's Server");
    broadCastDia("Connect : client "+client.getInetAddress().toString());
         out.flush();
    String line;
    while(((line = in.readLine())!= null)){
    StringTokenizer aStringToken = new StringTokenizer(line, " ");
    if(!aDiagnostic){
    broadCastDia(line);
    clientRef.sendMessage(line); // send mesage out to netExpress
    out.println(line);
    out.flush();
    else{
    if(line.equals("GETIPS"))
    getIPs();
    else{
    clientRef.sendMessage(line); // send mesage out to netExpress
    out.println(line);
    out.flush();
    } // end while
    catch(Exception e){
    // System.out.println("ERROR:Client Connection reset");
                             JOptionPane.showMessageDialog(null, (e.toString()),"ERROR:Client Connection reset", JOptionPane.ERROR_MESSAGE);     
    try{
    if(aDiagnostic){
    broadCastDia("Disconnect : diagnostics "+client.getInetAddress().toString());
    out.flush();
    else {       
    broadCastDia("Disconnect : client "+client.getInetAddress().toString());
         out.flush();
    // close the buffers and connection;
    in.close();
    out.close();
    client.close();
    // System.out.println("out");
    // remove from list
    removeThreadQueue(this);
    alive = false;
    catch(Exception e){
    // System.out.println("ERROR: Client Connection reset failure");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Client Connection reset failure", JOptionPane.ERROR_MESSAGE);     
    }// end while
    } // end method run
    * method run - Generates io stream for communicating with the server and
    * starts the client gui. Run also parses the input commands from the server.
    public void run(){
    boolean alive = true;
    try{
    // begin to life the gui
    // aGuiClient = new ClientGui(hostName.getHostName(), hostPort, loginName, this);
    // aGuiClient.show();
    in = new BufferedReader(new InputStreamReader(hostSocket.getInputStream()));
    out = new PrintWriter(new OutputStreamWriter(hostSocket.getOutputStream()));
    while (alive && hostSocket.isConnected()){
    String line;
    while(((line = in.readLine())!= null)){
    System.out.println(line);
    broadCast(line);
    } // end while
    } // end while
    catch(Exception e){
    //     System.out.println("ERRORa Connection to host reset");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Connection to nPort reset", JOptionPane.ERROR_MESSAGE);
    try{
    hostSocket.close();
         }catch(Exception a){
         JOptionPane.showMessageDialog(null, (a.toString()),"ERROR: Exception", JOptionPane.ERROR_MESSAGE);
    alive = false;
    System.exit(1);
    } // end method run

  • Problem with threads and camera.

    Hi everybody!
    I've a problem with taking snapshot.
    I would like to display a loading screen after it take snapshot ( sometimes i
    have to wait few seconds after i took snapshot. Propably photo is being taken in time where i have to wait).
    I was trying to use threads but i didn't succeed.
    I made this code:
    display.setCurrent(perform);               
            new Thread(new Runnable(){
                public void run() {               
                    while((!performing.isShown()) && (backgroundCamera.isShown())){
                        Thread.yield();
                    notifyAll();
            }).start();
            new Thread(new Runnable(){
                public void run() {
                    try {
                        this.wait();                   
                    } catch(Exception e) {
                        exceptionHandler(e);
                    photo = camera.snapshot();                               
                    display.setCurrent(displayPhoto);
            }).start();This code is sometimes showing performing screen but sometimes no.
    I don't know why. In my opinion performing.isShown() method isn't working correctly.
    Does anyone have some idea how to use threads here?

    Hi,
    I've finally managed to work this fine.
    The code:
           Object o = new Object();
           display.setCurrent(perform);               
            new Thread(new Runnable(){
                public void run() {               
                    while(!performing.isShown()){
                        Thread.yield();
                   synchronized(o) {
                      o.notify();
            }).start();
            new Thread(new Runnable(){
                public void run() {
                    try {
                        synchronized(o) {
                           o.wait(1);
                    } catch(Exception e) {
                        exceptionHandler(e);
                    photo = camera.snapshot();                               
                    display.setCurrent(displayPhoto);
            }).start();

  • Problem with threads hanging

    We have a problem where our application stops responding after a few days of usage. Things will for fine for a day or two, and then pretty quickly threads will start getting hung up, usually in places where they are allocating memory
    We are running WebLogic 8.1 SP2 on Sun JDK 1.4.2_04 on Solaris 8 using the alternate threading model and the -server hotspot vm. We are running pretty much the same code that we had no problems with under WebLogic 6.1 SP4 and Sun JDK 1.3.1.
    A thread dump usually shows that some or all of our execute threads are in the state "waiting for monitor entry" even though they are not currently waiting on any java locks. Here is a sample thread from the thread dump (we have ~120 threads so I don't want to post the full dump).
    =============================================================================================
    "ExecuteThread: '8' for queue: 'itgCrmWarExecutionQueue'" daemon prio=5 tid=0x005941d0 nid=0x2c waiting for monitor entry [c807f000..c807fc28]
    at java.lang.String.substring(String.java:1446)
    at java.lang.String.substring(String.java:1411)
    at weblogic.servlet.internal.ServletRequestImpl.getRelativeUri(ServletRequestImpl.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3492)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    =============================================================================================
    String.java line 1446 for this jdk allocates a new String object, and all the other threads in this state also are creating new objects or arrays, etc.
    We've done a pstack on this process when it's in this state, and the threads that are in the "waiting for monitor entry" that look like they're allocating memory are all waiting on the same lwp_mutex_lock with some allocation method that's calling into the native TwoGenerationCollectorPolicy.mem_allocate_work (see pstack output below for the same thread as in the thread dump above)
    =============================================================================================
    ----------------- lwp# 44 / thread# 44 --------------------
    ff31f364 lwp_mutex_lock (e3d70)
    fee92384 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 2d8
    fee324d4 __1cSObjectSynchronizerKfast_enter6FnGHandle_pnJBasicLock_pnGThread__v_ (c807f65c, c807f7d4, 5941d0, 0, 35d654, fee328ec) + 68
    fee32954 __1cQinstanceRefKlassZacquire_pending_list_lock6FpnJBasicLock__v_ (c807f7d4, ff170000, d4680000, 4491d4, fee1bc2c,
    0) + 78
    fee3167c __1cPVM_GC_OperationNdoit_prologue6M_i_ (c807f7bc, 4400, ff170000, 2d2b8, 4a6268, c807fa18) + 38
    fee2e0b0 __1cIVMThreadHexecute6FpnMVM_Operation__v_ (c807f7bc, 963a8, 0, 0, 1, 0) + 90
    fed2c2a4 __1cbCTwoGenerationCollectorPolicyRmem_allocate_work6MIii_pnIHeapWord__ (962c0, ff1c29ec, ff1c297c, ff131a26, 4800, 4998) + 160
    fed22940 __1cNinstanceKlassRallocate_instance6MpnGThread__pnPinstanceOopDesc__ (ee009020, 5941d0, 15ca581, 3647f0, 4a6268, c807f8c8) + 180
    fed34928 __1cLOptoRuntimeFnew_C6FpnMklassOopDesc_pnKJavaThread__v_ (ee009018, 5941d0, 0, 0, 0, 0) + 28
    fa435a58 ???????? (ee009018, e86de, 15ca4de, 50dc, 5941d0, c807f9c8)
    fb36f9a4 ???????? (0, d412ccd8, ee046c28, ff170000, 0, 0)
    fad8b278 ???????? (ee046c28, d6000c90, ee046530, 8, db8e8450, c807f9e8)
    fad62abc ???????? (d412ccd8, ee046530, d6000c90, ee3bfa38, 8, c807fa18)
    fa4b3c38 ???????? (c807fb9c, 0, f2134700, fa415e50, 8, c807faa8)
    fa40010c ???????? (c807fc28, c807fe90, a, ee9e1e20, 4, c807fb40)
    fed5d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (c807fe88, c807fcf0, c807fda8, 5941d0, 5941d0, c807fd00) + 27c
    fee4b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (ff170000, 594778, c807fd9c, c807fd98, c807fda8, 5941d0) + 164
    fee5e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (c807fe88, c807fe84, c807fe7c, c807fe74, c807fe6c, 5941d0) + 6c
    fee6fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (5941d0, 5941d0, 838588, 594778, 306d10, fee69254) + 128
    fee6927c __1cKJavaThreadDrun6M_v_ (5941d0, 2c, 40, 0, 40, 0) + 284
    fee6575c _start   (5941d0, fa1a1600, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Also when it's having this problem, the "VM Thread" is always using a lot of processor time. We did a couple of pstacks today while it was having this problem, and this thread was stuck in the ONMethodSweeper.sweep for over 15 minutes when we finally killed the server.
    From the thread dump:
    "VM Thread" prio=5 tid=0x000e2d20 nid=0x2 runnable
    From the first pstack:
    =============================================================================================
    ----------------- lwp# 2 / thread# 2 --------------------
    fed40c04 __1cXvirtual_call_RelocationIparse_ic6FrpnICodeBlob_rpC5rppnHoopDesc_pi_nNRelocIterator__ (42a2f4, fa5fa46d, ffffffff, fc4ffcb8, 42a2f4, 42a324) + 124
    fed46318 __1cKCompiledIC2t5B6MpnKRelocation__v_ (42a2f0, fc4ffd24, fc4ffd4c, e802, 0, 6) + 38
    fed90c38 __1cHnmethodVcleanup_inline_caches6M_v_ (fa5f7f88, fa608940, 1, 0, fa400000, 6) + 1ac
    fede18b4 __1cONMethodSweeperFsweep6F_v_ (2cf38, 0, ffffffff, ff1cf1fc, ff1c66e8, fede1d44) + 1b0
    fede1e6c __1cUSafepointSynchronizeFbegin6F_v_ (2cf38, ff1ba138, 5000, 50dc, 5000, 525c) + 248
    feef1fd4 __1cIVMThreadEloop6M_v_ (4400, 4000, 4324, 4000, 42b0, 3800) + 3d4
    feef1ae4 __1cIVMThreadDrun6M_v_ (e2d20, 2, 40, 0, 40, 0) + 8c
    fee6575c _start   (e2d20, ff270200, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Second pstack
    =============================================================================================
    ----------------- lwp# 2 / thread# 2 --------------------
    fed41180 __1cXvirtual_call_RelocationIparse_ic6FrpnICodeBlob_rpC5rppnHoopDesc_pi_nNRelocIterator__ (0, ff1b9664, ffffffff, fc4ffcb8, a6f2cc, fc4ffbd0) + 6a0
    fed46318 __1cKCompiledIC2t5B6MpnKRelocation__v_ (a6f2c8, fc4ffd24, fc4ffd4c, e802, 0, 6) + 38
    fed90c38 __1cHnmethodVcleanup_inline_caches6M_v_ (faded4c8, fadf2c80, 1, 0, fa400000, 6) + 1ac
    fede18b4 __1cONMethodSweeperFsweep6F_v_ (2cf38, 0, ffffffff, ff1cf1fc, ff1c66e8, fede1d44) + 1b0
    fede1e6c __1cUSafepointSynchronizeFbegin6F_v_ (2cf38, ff1ba138, 5000, 50dc, 5000, 525c) + 248
    feef1fd4 __1cIVMThreadEloop6M_v_ (4400, 4000, 4324, 4000, 42b0, 3800) + 3d4
    feef1ae4 __1cIVMThreadDrun6M_v_ (e2d20, 2, 40, 0, 40, 0) + 8c
    fee6575c _start   (e2d20, ff270200, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Has anyone ever seen anything like this? I'm trying to figure out if this is caused by something we're doing, or something relating to our environment and jvm options. Any ideas?

    Thanks for the reply - I'm testing our app with the +UseConcMarkSweepGC now in our test environment to make sure it doesn't cause any problems there.  Unfortunately the only place we've had this problem is on the production server, so it's extra difficult debugging this. 
    We're using the following memory options:
    -ms512m -mx512m -XX:NewSize=128m -XX:PermSize=192m -XX:MaxNewSize=128m -XX:MaxPermSize=192m -XX:SurvivorRatio=8and the following debugging options, as we've also been seeing OutOfMemoryErrors ( see http://forum.java.sun.com/thread.jsp?forum=37&thread=522354&tstart=45&trange=15 )
    -verbosegc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGCBTW, which c++filt version and options are you using? Our Solaris boxes only seem to have the GNU version installed. I was trying to run that on some of the other stack traces and wasn't getting anywhere, and didn't know if because it was GNU version wouldn't work on something compiled with the Sun compiler.
    Thanks!
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem with threads and ProgressMonitor

    Dear Friends:
    I have a little problem with a thread and a ProgressMonitor. I have a long time process that runs in a thread (the thread is in an separate class). The thread has a ProgressMonitor that works fine and shows the tasks progress.
    But I need deactivate the main class(the main class is the user interface) until the thread ends.
    I use something like this:
    LongTask myTask=new LongTask();
    myTask.start();
    myTask.join();
    Now, the main class waits for the task to end, but the progress monitor don`t works fine: it shows only the dialog but not the progress bar.
    What's wrong?

    Is the dialog a modal dialog? This can block other UI updates.
    In general, you should make sure that it isn't modal, and that your workThread has a fairly low priority so that the UI can do its updating

  • Problem with threads and/or memory

    I'm developing an application where there are 3 threads. One of them sends a request to the other, and if the 2nd can't answer it, it sends it to the 3rd (similar to CPU -> CACHE -> MEMORY). When i run the program with 1000-10.000 requests, no problem occurs. When i run it with 300.000-1.000.000 requests, it sometimes hangs. Is this a problem with the garbage collector, or should it be related to the threads mecanism.
    (note: eache thread is in execution using a finite state machine)

    i had been running the program inside Netbeans.
    Running the jar using the command line outside
    Netbeans i have no more problems... Does Netbeans use
    it's own JVM?Depends how you set it up, but look under the options. There are settings for the compiler and jvm that it uses.

Maybe you are looking for

  • Problem linking to MobileMe album created in Aperture

    I use multiple computers and I'm trying to sort out synchronising photo albums between them. On my main iMac I use Aperture and have created and published a number of photo albums to the gallery. I can view the albums from any machine via the Safari

  • Standared report material supplied status report

    Hi Guru's                   Is there any standard report in SAP where the input for the vendor gives the detailed status of the material he has supplied. That is whether the GR has been done for that vendor's material, LIV also done or not. The curre

  • Unexpected behavior of checkbox with help text

    Hi everyone. I'm using a checkbox to achieve a yes/no user input and I've noticed something strange. Whenever the user clicks on the help text (label) associated with the checkbox, the help text pops up and the checkbox changes state. For example, if

  • Plea from technical artist: CS5 clipping mask content selection as a preference...

    I just have to weigh in on this. I've been trying to adjust to CS5, from CS3, since November. It's now March. My job involves taking apart and editing complex art created by other people... who have all different ways of working.  The inability to se

  • What is link for all knowledgebase?

    Post Author: newcruser CA Forum: General http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=6092&sliceId=&dialogID=10018186&stateId=1010016879