cancel
Showing results for 
Search instead for 
Did you mean: 

Another attempt to install MaxDB failed

Former Member
0 Kudos

Since I saw there is new version of MaxDB available I have decided to give it another since last time I wasn't able to get it installed. I have downloaded the latest version (seems to be 7.6.03.02) and started the installation. I chode the client+server and chose to do not create database instance. During installation I got error it cannot register database kernel but the rest completed successfully (I will paste log below).

Then I install the Database Manager and tried to create instance. I chose the Desktop/Laptop, left all the settings at the default values and tried to progress through the wizard. I got error message:

Creating database instance <Local>:MAXTEST

-24724 Resource ParamAccess not locked [param_startsession];

-24726 ERR_SHMLINESEXEEDED: Too many lines of type 1

I cancel the installation and it asked me if I want to delete the created instance. I said Yes and got some more errors. Then I discovered in the Database Manager there is an instance MAXTEST to which I cannot connect, because I do not know the password (the one I entered for DBADMIN doesn't work).

Now I cannot drop this instance. What is even worse I cannot uninstall MaxDB because it asks me to drop the database to which I cannot connect since I do not now the credentials.

Is there anybody who can help me to install this DBMS? I haven't got any solutions the last time. Anybody can help now?

Also how I can drop the database which failed during creation?

Thank you so much,

Miro Halas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Little more info. I have noticed that the service MAXDB : MAXTEST is stopped. When I try to start it I get an error. Following two error events are in my event viewer.

Error 1

MAXDB - Maxtest :

- ERROR TID: 0x1074 PID: 0x15A0 MsgID: 18358

Could not open file C:\Data\MaxDB\config\MAXTEST for read, rc = 2

The directory C:\Data\MaxDB\config exists. It contains fail MAXTEST.upc and subdirectory install with two files INSTREF and INSTREGLOG

Error 2

MAXDB - Maxtest :

- ERROR TID: 0x1074 PID: 0x15A0 MsgID: 18133

RUNDIRECTORY missing

former_member229109
Active Contributor
0 Kudos

Hello Miroslav,

C:\Data\MaxDB\config\MAXTEST or <IdepDataPath>\config\<DB-SID> is the binary PARAM file. It's created during the PARAM init step, when you created the database. And it has information about the database parameter RUNDIRECTORY. As I understood you tried to drop the database. If you did so, the PARAM file is deleted in the config directory.

Please keep in mind, to use the sdbuninst tool ( as pro SAP note 599129 ), when you would like to uninstall the database software. And you need to be 'Administrator' to run the install or uninstall of the database software/instance.

If you was running installation on Windows & manually deleted the database software of the dependent & independent packages, please see the SAP note 572836 (If you've got access to OSS/Service Market Place ), the cleanup exe file attached to this note & instructions are done how to use it.

( Alternatively, if all database software was deleted on the server, you could delete registry keys HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAP DBTech-*

and these services will disappear. After the registry entries are deleted, you need to restart PC to remove the left database services from the NT services. So the easy way is to use the cleanup tool & reboot PC. )

Thank you & best regards, Natalia Khlopina

Former Member
0 Kudos

Hello Natalia,

Thank you for your answer. I have tried to drop the database and it never succeeded due to the authentication error I have reported. I have installed the database under my user account which is part of the Administrator group.

When I was trying to uninstall the database software after the first failure, I tried to use the Installation wizard. That didn't work because of my inability to drop the failed databases therefore I used the sdbuninst tool and then manually deleted the files and all registry settings.

I do not have access SAP notes threfore I cannot access the instruction or the tools. Would it be possible to forward the tool to me at sap at bastafidli dot com?

I still do not understand why the database failed to install and I got the error about database kernel, but I am trying to give it one more try if I can propertly clean my computer.

Thank you,

Miro Halas

0 Kudos

Hello Miro,

please attach to this thread some information:

- output of sdbconfig

>sdbconfig

- output of inst_enum

>dbmcli inst_enum

- output of db_enum

>dbmcli db_enum -s

- content of directory c:\data\maxdb\wrk

- content of directory c:\data\maxdb\config

- content of file c:\data\maxdb\wrk\dbmsrv_<nodename>.prt, especially the lines around a line with "-24913,ERR_SERVICEDB".

Best regards

Bernd

Melanie
Advisor
Advisor
0 Kudos

Hello Miro,

I'm not sure if you still have MaxDB software on your server or not. However, if you still can use dbmcli, then try user dbm with the same password you entered for dbadmin to drop the database:

dbmcli -d <db_name> -u control,<dbadmin-password> db_drop

If this works, you should be able to uninstall the software with SDBUNINST.

As you already removed the software/registry entries manually earlier, I assume that all other problems are follow-up problems caused by some registry entries which were not removed. So you should run the cleanup program afterwards to be sure that all registry entries are gone.

To be able to send you the cleanup program I need your email-address.

Kind regards,

Melanie

Former Member
0 Kudos

Hello Melanie,

thank you so much. Your adviced worked the combination of DBM,DBADMIN allowed me to drop the database. It was not clear that the same password will be also used for user DBM, when I have entered it during construction for user DBADMIN.

C:\>dbmcli -d MAXTEST -u control,DBADMIN db_drop

Error! Connection failed to node (local) for database MAXTEST:

-24950,ERR_USRFAIL: User authorization failed

C:\>dbmcli -d MAXTEST -u DBADMIN,DBADMIN db_drop

Error! Connection failed to node (local) for database MAXTEST:

-24950,ERR_USRFAIL: User authorization failed

C:\>dbmcli -d MAXTEST -u DBM,DBADMIN db_drop

OK

Can you please send me the cleanu program at my email

"sap at bastafidli dot com"

I will try to perform regular uninstall one more time using sdbuninst and then run the cleanup to make sure everything is gone and then try to reinstall it again.

Thank you,

Miro Halas

Former Member
0 Kudos

Hello Melanie,

one more update. After I dropped the database, I stopped the XServer service and used the installation manager to uninstall everything. I made sure everything is checked and run the uninstall. It finished successfully, but after I rebooted, I found out that the C:\Program Files\sdb\7603 folder is still fully populated and doesn't seems to be deleted at all. I will wait for the cleanup program to run it on my registry and then remove the entire C:\Program Files\sdb\ before I try to reinstall it.

Thank you,

Miro Halas

former_member229109
Active Contributor
0 Kudos

Hello Miroslav,

Could you please update the thread with additional information:

-> Output of the following commands:

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" db_enum

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" inst_enum

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" inst_enum -s

"C:\Program Files\sdb\programs\pgm\sdbuninst.exe" -l

-> Please update with output of the following command, run it as user in Administrator group.

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\"

-> After you was able to drop the database instance did you run 'sdbuninst -all' as user in Administrator group?

"C:\Program Files\sdb\programs\pgm\sdbuninst.exe" -all

Please check the uninst log after that.

Thank you and best regards, Natalia Khlopina

Former Member
0 Kudos

Hello Natalia,

thank you for taking time to look into this. I didn;t run sdbuninsta -all, I run the installation manager from the Start menu and chose the option to uninstall/remove all components. I explicitely checked to make sure that the database kernel 7603 was checked/selected to be removed. I did run it as a user in Administrator group.

After I run the uninstall I no longer have anything in

C:\Program Files\sdb\programs\pgm

and therefore I cannot run any of the command line you gave me.

What as left on my disk after uninstall is

1. fully populated C:\Program Files\sdb\7603

2. Empty directory C:\Program Files\sdb\DBM

3. Directory C:\Program Files\sdb\programs with empty subdirectory pgm and subdirectory install containing file RESOURCES.TGZ

Unfortunately I haven't saved the log file after uninstall so unless it is somewhere on my disk I cannot look into it.

At this time I am waiting until somebody sends me the cleanup program at my address "sap at bastafidli dot org". After I get it I will cleanup my registry, delete all the leftover on the disk and try to reinstall MaxDB again.

Thank you,

Miro Halas

Melanie
Advisor
Advisor
0 Kudos

Hello Miro,

I just sent you an email with the cleanup tool.

This tool should help to cleanup your system before you try to install MaxDB again.

However, I'd like to know what you mean with 'fully populated c:\Program files\sdb\763'.

After you have run SDBUNINST (er the installation manager) to delete the MaxDB software, there should be no software left in this directory. Please update the thread with a complete list of files which are in this directory.

Kind regards,

Melanie Handreck

Former Member
0 Kudos

Hello Melanie,

Friday was one of those days I couldn't even remember my email address so could you please double check if you sent it to "sap at bastafidli dot COM" instead of "ORG" as I incorrectly written in the last reply.

Below is content of my C:\Program Files\sdb\7603 directory.

Hope this helps. As soon as I get the cleanup program I will clean everything up and try another install

Thank you,

Miro Halas

C:\Program Files\sdb\7603> dir /S

Volume in drive C is SYSTEM

Volume Serial Number is 8874-6E0B

Directory of C:\Program Files\sdb\7603

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

09/12/2007 04:42 PM <DIR> bin

09/12/2007 04:42 PM <DIR> cluster

09/12/2007 04:42 PM <DIR> demo

09/12/2007 04:42 PM <DIR> doc

09/12/2007 04:42 PM <DIR> env

09/12/2007 04:42 PM <DIR> lib

09/12/2007 04:42 PM <DIR> misc

09/12/2007 04:42 PM <DIR> pgm

09/12/2007 04:42 PM <DIR> sap

0 File(s) 0 bytes

Directory of C:\Program Files\sdb\7603\bin

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 12:59 PM 274,432 backint.exe

08/22/2007 01:01 PM 794,624 dbmevtdisp.exe

08/22/2007 01:02 PM 548,864 dbmevthndl_display.exe

08/22/2007 01:02 PM 561,152 dbmevthndl_winlog.exe

08/22/2007 12:57 PM 290,816 dbmsrvctl.exe

08/22/2007 10:57 AM 41,705 ireport.py

08/22/2007 01:00 PM 245,760 pipe2file.exe

08/22/2007 12:59 PM 1,204,224 sdbfill.exe

08/22/2007 02:54 PM 352,256 sqlrun.dll

08/22/2007 11:02 AM 53,248 sqlver.exe

08/22/2007 11:02 AM 53,248 sqlwhat.exe

08/22/2007 02:54 PM 40,960 xci.exe

08/22/2007 02:54 PM 40,960 xkernprot.exe

08/22/2007 02:54 PM 40,960 xoldci.exe

08/22/2007 02:54 PM 40,960 xservice.exe

08/22/2007 02:54 PM 40,960 xtracesort.exe

08/22/2007 02:54 PM 40,960 x_diagnose.exe

08/22/2007 01:02 PM 327,680 x_python.exe

18 File(s) 4,993,769 bytes

Directory of C:\Program Files\sdb\7603\cluster

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 11:37 AM 2,064,384 dbmsrv_clu.exe

08/22/2007 11:23 AM 81,920 SAPDBMSCSEx.dll

08/22/2007 11:23 AM 122,880 sapdbmscsman.dll

08/22/2007 11:23 AM 77,824 SAPDBMSCSMan.exe

08/22/2007 11:23 AM 57,344 SAPDBMSCSRes.dll

08/22/2007 11:24 AM 307,200 service_clu.exe

08/22/2007 11:24 AM 495,616 serv_clu.exe

08/22/2007 11:24 AM 339,968 stop_clu.exe

08/22/2007 11:23 AM 339,968 strt_clu.exe

9 File(s) 3,887,104 bytes

Directory of C:\Program Files\sdb\7603\demo

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 3,110,911 HOTEL.py

08/22/2007 10:57 AM 367 ltutorial.py

08/22/2007 10:57 AM 11,333 tutoriallib.py

3 File(s) 3,122,611 bytes

Directory of C:\Program Files\sdb\7603\doc

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

09/12/2007 04:42 PM <DIR> FirstSteps

0 File(s) 0 bytes

Directory of C:\Program Files\sdb\7603\doc\FirstSteps

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 3,455 index.html

09/12/2007 04:42 PM <DIR> Java

08/22/2007 10:57 AM 298 maxdbenv.cmd

09/12/2007 04:42 PM <DIR> ODBC

09/12/2007 04:42 PM <DIR> Perl

09/12/2007 04:42 PM <DIR> Python

09/12/2007 04:42 PM <DIR> SQLDBC

2 File(s) 3,753 bytes

Directory of C:\Program Files\sdb\7603\doc\FirstSteps\Java

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 1,019 DemodbData.class

08/22/2007 10:57 AM 1,536 DemodbData.java

08/22/2007 10:57 AM 1,599 HelloMaxDB.class

08/22/2007 10:57 AM 1,459 HelloMaxDB.java

08/22/2007 10:57 AM 1,980 HowToJava.html

08/22/2007 10:57 AM 1,305 StateMaxDB.class

08/22/2007 10:57 AM 1,064 StateMaxDB.java

7 File(s) 9,962 bytes

Directory of C:\Program Files\sdb\7603\doc\FirstSteps\ODBC

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 4,510 HelloMaxDB.c

08/22/2007 10:57 AM 1,314 HowToODBC.html

08/22/2007 10:57 AM 393 Makefile

3 File(s) 6,217 bytes

Directory of C:\Program Files\sdb\7603\doc\FirstSteps\Perl

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 973 demodbData.pm

08/22/2007 10:57 AM 1,936 HowToPerl.html

08/22/2007 10:57 AM 960 StateMaxDB.pl

3 File(s) 3,869 bytes

Directory of C:\Program Files\sdb\7603\doc\FirstSteps\Python

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 871 demodbData.py

08/22/2007 10:57 AM 859 HelloMaxDB-API.py

08/22/2007 10:57 AM 859 HelloMaxDB.py

08/22/2007 10:57 AM 3,085 HowToPython.html

08/22/2007 10:57 AM 865 StateMaxDB.py

5 File(s) 6,539 bytes

Directory of C:\Program Files\sdb\7603\doc\FirstSteps\SQLDBC

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 3,522 HelloMaxDB.cpp

08/22/2007 10:57 AM 1,329 HowToSQLDBC.html

08/22/2007 10:57 AM 563 Makefile

3 File(s) 5,414 bytes

Directory of C:\Program Files\sdb\7603\env

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 01:02 PM 6,150 APPS.py

08/22/2007 01:02 PM 3,800 CNR3DATA.py

08/22/2007 01:02 PM 8,216 CNR3TAB.py

08/22/2007 01:11 PM 196,453 cserv.pcf

08/22/2007 01:02 PM 1,861 DBANA.py

08/22/2007 01:02 PM 17,874 DBMVIEWS.py

09/12/2007 04:42 PM <DIR> en

08/22/2007 01:02 PM 15,713 GARBAGE.py

08/22/2007 01:11 PM 249 general.use

08/22/2007 01:02 PM 1,304 getpackages.py

08/22/2007 01:02 PM 1,144 INFO.py

08/22/2007 01:02 PM 14,122 installib.py

08/22/2007 01:02 PM 73,794 JDBC.py

08/22/2007 01:11 PM 396 kernprot.use

08/22/2007 01:02 PM 949 lapps.py

08/22/2007 10:57 AM 8,269 lsystab.py

08/22/2007 01:02 PM 19,374 ODBC.py

08/22/2007 01:02 PM 1,241 ORADD.py

08/22/2007 01:02 PM 266,421 ORADDCOM.py

08/22/2007 01:02 PM 9,586 ORADDSYN.py

08/22/2007 01:02 PM 158,400 ORADDV.py

08/22/2007 01:02 PM 1,400 PRECOM.py

08/22/2007 01:02 PM 50,345 REPOSITORY.py

08/22/2007 01:02 PM 61,439 SAPDBLOADER.py

08/22/2007 01:02 PM 4,483 SHOWCMD.py

08/22/2007 01:02 PM 49,869 SQLDBC.py

08/22/2007 01:02 PM 47,433 SYSDBA.py

08/22/2007 01:02 PM 57,876 SYSDBACOM.py

08/22/2007 01:02 PM 16,770 SYSINFO.py

08/22/2007 01:02 PM 114,095 SYSINFOCOM.py

08/22/2007 01:02 PM 12,526 TRIGGER.py

08/22/2007 01:02 PM 3,203 UDE.py

08/22/2007 01:02 PM 6,596 WA.py

08/22/2007 01:02 PM 54,824 XDD.py

08/22/2007 01:02 PM 106,292 XDDCOM.py

34 File(s) 1,392,467 bytes

Directory of C:\Program Files\sdb\7603\env\en

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 01:11 PM 7,609 DBM.en

1 File(s) 7,609 bytes

Directory of C:\Program Files\sdb\7603\lib

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

09/12/2007 04:42 PM <DIR> python2.3

0 File(s) 0 bytes

Directory of C:\Program Files\sdb\7603\lib\python2.3

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 6,867 optlib.py

08/22/2007 10:57 AM 135,234 pyexpat.pyd

09/12/2007 04:42 PM <DIR> sdb

08/22/2007 10:57 AM 61,503 zlib.pyd

08/22/2007 10:57 AM 49,218 _socket.pyd

08/22/2007 10:57 AM 57,407 _sre.pyd

5 File(s) 310,229 bytes

Directory of C:\Program Files\sdb\7603\lib\python2.3\sdb

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 14,852 dbapi.py

08/22/2007 01:02 PM 507,904 dbm.pyd

08/22/2007 01:02 PM 487,424 loader.pyd

08/22/2007 01:02 PM 471,040 sql.pyd

08/22/2007 10:57 AM 208 __init__.py

5 File(s) 1,481,428 bytes

Directory of C:\Program Files\sdb\7603\misc

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 03:41 PM 2,508 create_demo_db.cmd

08/22/2007 03:41 PM 467 drop_demo_db.cmd

2 File(s) 2,975 bytes

Directory of C:\Program Files\sdb\7603\pgm

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 01:00 PM 200,704 backup.exe

08/22/2007 11:21 AM 380,928 cons.exe

08/22/2007 11:21 AM 45,056 cr_param.exe

08/22/2007 10:57 AM 940,032 dbghelp.dll

08/22/2007 12:57 PM 294,912 dbmreg.exe

08/22/2007 12:58 PM 454,656 dbmshm.exe

08/22/2007 12:57 PM 2,043,904 dbmsrv.exe

08/22/2007 12:57 PM 1,814,528 dbmsrvscd.exe

08/22/2007 12:57 PM 294,912 dbmstart.exe

08/22/2007 12:57 PM 294,912 dbmstop.exe

08/22/2007 12:57 PM 294,912 dbmunreg.exe

08/22/2007 03:07 PM 69,632 dbpinstall.dll

08/22/2007 11:46 AM 1,069,056 diagnose.exe

08/22/2007 12:56 PM 7,131,136 kernel.exe

08/22/2007 11:38 AM 118,784 libhsscopy.dll

08/22/2007 03:00 PM 1,175,552 liboms.dll

08/22/2007 03:08 PM 147,456 libsqlcls.dll

08/22/2007 03:10 PM 1,159,168 libSQLDBC.dll

08/22/2007 03:13 PM 1,245,184 libSQLDBC_C.dll

08/22/2007 01:10 PM 3,006,464 lserver.exe

08/22/2007 10:57 AM 20,545 pysapdb.exe

08/22/2007 10:57 AM 974,915 python23.dll

08/22/2007 10:57 AM 2,071,185 python23.zip

08/22/2007 11:21 AM 45,056 renparam.exe

08/22/2007 11:22 AM 290,816 service.exe

08/22/2007 11:45 AM 1,286,144 slowci.exe

08/22/2007 11:22 AM 413,696 sqlinst.dll

08/22/2007 11:23 AM 1,359,872 sqlmsg.dll

08/22/2007 11:21 AM 323,584 stop.exe

08/22/2007 11:21 AM 323,584 strt.exe

08/22/2007 01:18 PM 98,304 StudioUtil.dll

08/22/2007 11:38 AM 49,152 sysrc.exe

08/22/2007 11:22 AM 73,728 systemrc.exe

08/22/2007 01:19 PM 225,280 TableDefC.dll

08/22/2007 01:02 PM 45,056 Tools_WinEvtLog.dll

08/22/2007 01:10 PM 73,728 tracesort.exe

36 File(s) 29,856,533 bytes

Directory of C:\Program Files\sdb\7603\sap

09/12/2007 04:42 PM <DIR> .

09/12/2007 04:42 PM <DIR> ..

08/22/2007 10:57 AM 147 dbpinstall.lst

08/22/2007 12:59 PM 761 grantxdb.dbm

08/22/2007 10:57 AM 18,192 lcinit.bat

08/22/2007 03:06 PM 126,976 lvcbench.dll

08/22/2007 10:57 AM 89 saprfc.ini

08/22/2007 01:21 PM 86,016 sphsapdb.dll

08/22/2007 10:57 AM 12 sphsapdb.lst

7 File(s) 232,193 bytes

Total Files Listed:

143 File(s) 45,322,672 bytes

56 Dir(s) 4,400,381,952 bytes free

C:\Program Files\sdb\7603>

former_member229109
Active Contributor
0 Kudos

Hello Miroslav,

I sent you an email with the cleanup tool.

Please check on your PC if you have the uninstall log file in c:/data/maxdb/wrk or search file MaxDBUninstall_install-<day… time>.log.

Please update with more details/selection you used to uninstall the database software.

Thank you and best regards, Natalia Khlopina

Former Member
0 Kudos

Hello,

thank you all for helping me with this issue. I have run the cleanup.exe I received from Natalia and cleaned up everything on my disk related to maxdb.

BTW. The cleanup exe has a typo in it. It says "..and all SAP DB servives" instead of "services".

After rebooth I have run the installation again. I have run the installation as member of Administrator group and as this used I have been able in the past successfully install (MySQL 4 & 5, PostgreSQL 8.0 & 8.2, Sybase ASE 12.5, Oracle 9.2.0.1, DB2 8.3) so I am pretty sure it should work.

I chose to install server + client and chose to just install the program without creating the db instance. I have got the very same issue. During the installation of database kernel at the very end I got the following error (I have a screenshot of it so I retype it here and i cannot tell where there are spaces so the spaces in the command might be of).

"C:\Program Files\sdb\programs\pgm\dbmcli.ext" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": ERR"C:\Program Files\sdb\programs\pgm\dbmcli.ext" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": -24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

After I clicked OK I got another popup with title "error in register() of Database Kernel" and text "fatal error"

After I clicked OK, the installation continues and once finished I have got the following log

INSTALLER_INFO: Version = 7.6.03 Build 007-123-157-515

INSTALLER_INFO: Changelist = 157515

INSTALLER_INFO: MakeId = 256246

INSTALLER_INFO: Type = kit

SYS_INFO: Host name = CLXITISE3OJD

SYS_INFO: System = Windows

SYS_INFO: Architecture = I386

SYS_INFO: Version = NT 5.1

SYS_INFO: Subversion = Service Pack 2

MSG: collector found 11 archives

debug package SDBBAS.SDB not found

debug package SDBKRN.SDB not found

debug package SDBUTL.SDB not found

MSG: initializing package "Base"

MSG: calling preinstall...

MSG: service "sql6" in "C:/WINNT/system32/drivers/etc/services" found

MSG: service "sapdbni72" in "C:/WINNT/system32/drivers/etc/services" found

MSG: selected new installation in ""

MSG: selected new installation in "c:/program files/sdb/programs"

ACTION: make directory "c:/data/maxdb/config" mode "775"

ACTION: make directory "c:/data/maxdb/config/install" mode "775"

MSG: InstallRegistry: space check ok: 5762304 kb on C: (30716244 kb total) available

MSG: install registry successfully locked

MSG: InstallRegistry::Log: space check ok: 5762304 kb on C: (30716244 kb total) available

MSG: writing 0 packages

MSG: net install registry size = 63 bytes

MSG: wrote install registry (125 bytes)

MSG: InstallRegistry: reserved 1024 kb disk space

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\Installations": No such file or directory

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\Installations\": No such file or directory

STDERR: getInstalledReleasesWin(): wrong version format

getRelease():/pgm/kernel.exe not found

WRN: old DBROOT installation found

0.0.0.0 in "" ignored

MSG: no installation data to migrate

MSG: initializing package "Server Utilities"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Database Kernel"

MSG: calling preinstall...

MSG: selected new installation in "c:/program files/sdb/7603"

MSG: initializing package "Redist Python"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Loader"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "ODBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Messages"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "JDBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Synchronization Manager"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "SQLDBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "DB Analyzer"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

ACTION: make directory "C:/Program Files/sdb" mode "555"

ACTION: make directory "C:/Program Files/sdb/programs" mode "555"

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBBAS.TGZ"

MSG: running postprepare of package Base

ACTION: make directory "c:/data/maxdb/wrk" mode "770"

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBUTL.TGZ"

ACTION: make directory "C:/Program Files/sdb/7603" mode "555"

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBKRN.TGZ"

MSG: running postprepare of package Database Kernel

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBRDPY.TGZ"

MSG: running postprepare of package Redist Python

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBLD.TGZ"

MSG: running postprepare of package Loader

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBODBC.TGZ"

MSG: running postprepare of package ODBC

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBMSG.TGZ"

MSG: running postprepare of package Messages

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBJDBC.TGZ"

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SYNCMAN.TGZ"

MSG: running postprepare of package Synchronization Manager

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBC.TGZ"

MSG: running postprepare of package Database Connectivity

STDOUT: start extraction test run of "C:/Temp/Max8.tmp/SDBANA.TGZ"

MSG: running postprepare of package DB Analyzer

MSG: space check ok: 5759088 kb on (30716244 kb total) available

MSG: packagedata of package Base changed

MSG: writing 1 packages

MSG: net install registry size = 1020 bytes

MSG: wrote install registry (1617 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBBAS.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:20:22 bin/

STDOUT: extracting: -rwxr-xr-x 794624 2007-08-22 13:01:49 bin/dbmevtdisp.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:58:21 bin/protconv.exe

STDOUT: extracting: -rwxr-xr-x 151552 2007-08-22 11:21:59 bin/sdbconfig.exe

STDOUT: extracting: -rwxr-xr-x 7168 2007-08-22 16:18:50 bin/SDBINST.EXE

STDOUT: extracting: -rwxr-xr-x 6144 2007-08-22 16:18:52 bin/sdbpack.exe

STDOUT: extracting: -rwxr-xr-x 7680 2007-08-22 16:18:52 bin/sdbreg.exe

STDOUT: extracting: -rwxr-xr-x 7680 2007-08-22 16:18:51 bin/sdbregview.exe

STDOUT: extracting: -rwxr-xr-x 13824 2007-08-22 16:18:50 bin/SDBSETUP.EXE

STDOUT: extracting: -rwxr-xr-x 7680 2007-08-22 16:18:51 bin/sdbuninst.exe

STDOUT: extracting: -rwxr-xr-x 7168 2007-08-22 16:18:52 bin/sdbverify.exe

STDOUT: extracting: -rwxr-xr-x 1228800 2007-08-22 15:36:09 bin/sqlcli.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xsysrc.exe

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:38:01 bin/xtcpupd.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 11:02:37 bin/xuser.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_ping.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:20:23 install/

STDOUT: extracting: -rwxr-xr-x 192512 2007-08-22 16:10:57 install/Grid.dll

STDOUT: extracting: -rwxr-xr-x 757760 2007-08-22 15:45:12 install/perl58.dll

STDOUT: extracting: -rw-rr 67080 2007-08-22 16:18:49 install/RESOURCES.TGZ

STDOUT: extracting: -rw-rr 459564 2007-08-22 16:18:49 install/SDBINST.TGZ

STDOUT: extracting: -rwxr-xr-x 421888 2007-08-22 16:18:27 install/sdbrun.dll

STDOUT: extracting: -rwxr-xr-x 1245184 2007-08-22 16:16:39 install/Wx.dll

STDOUT: extracting: -rwxr-xr-x 2265088 2007-08-22 16:09:47 install/wxmsw24.dll

STDOUT: extracting: -rw-rr 64319 2007-08-22 16:18:55 install/WXPERL.TGZ

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:20:25 pgm/

STDOUT: extracting: -rwxr-xr-x 2043904 2007-08-22 12:58:33 pgm/dbmcli.exe

STDOUT: extracting: -rwxr-xr-x 2043904 2007-08-22 12:58:33 pgm/dbmcli_HelpInst.exe

STDOUT: extracting: -rwxr-xr-x 217088 2007-08-22 13:18:45 pgm/regupd.exe

STDOUT: extracting: -rwxr-xr-x 307200 2007-08-22 11:38:29 pgm/sqlping.exe

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 10:51:25 pgm/sqltcp.dll

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 10:51:27 pgm/sqltcp1.dll

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 10:51:29 pgm/sqltcp2.dll

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 10:51:31 pgm/sqltcpn.dll

STDOUT: extracting: -rwxr-xr-x 281952 2007-08-22 16:19:53 pgm/sqluser72.dll

STDOUT: extracting: -rwxr-xr-x 372672 2007-08-22 16:19:56 pgm/sqluser73.dll

STDOUT: extracting: -rwxr-xr-x 393216 2007-08-22 16:19:59 pgm/sqluser74.dll

STDOUT: extracting: -rwxr-xr-x 438272 2007-08-22 16:20:02 pgm/sqluser74n.dll

STDOUT: extracting: -rwxr-xr-x 520192 2007-08-22 15:07:21 pgm/sqluser76.dll

STDOUT: checking unpacked archive... MSG: check file "bin/x_ping.exe": ok

MSG: check file "pgm/dbmcli_HelpInst.exe": ok

MSG: check file "bin/SDBINST.EXE": ok

MSG: check file "pgm/sqluser74.dll": ok

MSG: check file "install/SDBINST.TGZ": ok

MSG: check file "pgm/sqluser74n.dll": ok

MSG: check file "bin/SDBSETUP.EXE": ok

MSG: check file "bin/protconv.exe": ok

MSG: check file "install/wxmsw24.dll": ok

MSG: check file "install/WXPERL.TGZ": ok

MSG: check file "install/sdbrun.dll": ok

MSG: check file "pgm/sqluser73.dll": ok

MSG: check file "bin/xuser.exe": ok

MSG: check file "pgm/sqluser76.dll": ok

MSG: check file "pgm/sqltcp1.dll": ok

MSG: check file "install/RESOURCES.TGZ": ok

MSG: check file "pgm/sqltcp.dll": ok

MSG: check file "pgm/dbmcli.exe": ok

MSG: check file "bin/sdbverify.exe": ok

MSG: check file "bin/xsysrc.exe": ok

MSG: check file "install/perl58.dll": ok

MSG: check file "bin/sdbuninst.exe": ok

MSG: check file "pgm/regupd.exe": ok

MSG: check file "pgm/sqlping.exe": ok

MSG: check file "bin/sdbpack.exe": ok

MSG: check file "pgm/sqltcpn.dll": ok

MSG: check file "pgm/sqluser72.dll": ok

MSG: check file "pgm/sqltcp2.dll": ok

MSG: check file "bin/sdbregview.exe": ok

MSG: check file "bin/dbmevtdisp.exe": ok

MSG: check file "install/Grid.dll": ok

MSG: check file "bin/xtcpupd.exe": ok

MSG: check file "bin/sdbconfig.exe": ok

MSG: check file "install/Wx.dll": ok

MSG: check file "bin/sdbreg.exe": ok

MSG: check file "bin/sqlcli.exe": ok

STDOUT: ok

STDOUT: checking system libraries...MSG: update test sytem file "C:/WINNT/system32/mfc70.dll"

MSG: system file "mfc70.dll" inside archive has version 7.00.9466.0

MSG: installed system file "mfc70.dll" is up to date (version 7.00.9466.0)

MSG: update test sytem file "C:/WINNT/system32/mfc70u.dll"

MSG: system file "mfc70u.dll" inside archive has version 7.00.9466.0

MSG: installed system file "mfc70u.dll" is up to date (version 7.00.9466.0)

MSG: update test sytem file "C:/WINNT/system32/mfc71.dll"

MSG: system file "mfc71.dll" inside archive has version 7.10.3077.0

MSG: installed system file "mfc71.dll" is up to date (version 7.10.3077.0)

MSG: update test sytem file "C:/WINNT/system32/mfc71u.dll"

MSG: system file "mfc71u.dll" inside archive has version 7.10.3077.0

MSG: installed system file "mfc71u.dll" is up to date (version 7.10.3077.0)

MSG: update test sytem file "C:/WINNT/system32/msvcr70.dll"

MSG: system file "msvcr70.dll" inside archive has version 7.00.9466.0

MSG: installed system file "msvcr70.dll" is up to date (version 7.00.9466.0)

MSG: update test sytem file "C:/WINNT/system32/msvcr71.dll"

MSG: system file "msvcr71.dll" inside archive has version 7.10.3052.4

MSG: installed system file "msvcr71.dll" is up to date (version 7.10.3052.4)

STDOUT: ok

SYS: "C:\Program Files\sdb\programs\bin\sdbconfig.exe" "IndepPrograms=C:\Program Files\sdb\programs"

SYS: "C:\Program Files\sdb\programs\bin\sdbconfig.exe" "IndepData=C:\Data\MaxDB"

STDOUT: system path updated successfully

STDOUT: please reboot your system after installation to take effect changes

MSG: registry subkey "SOFTWARE\Microsoft" exist

MSG: registry subkey "SOFTWARE\Microsoft\Windows" exist

MSG: registry subkey "SOFTWARE\Microsoft\Windows\CurrentVersion" exist

MSG: registry subkey "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" exist

MSG: created registry subkey "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SAP DB (ALL)" successfully

ACTION: make directory "C:/Documents and Settings/All Users/Start Menu/Programs/MaxDB" mode "775"

ACTION: make directory "C:/Documents and Settings/All Users/Start Menu/Programs/MaxDB/Command Line Tools" mode "775"

MSG: start menu shortcuts created

MSG: packagedata of package Base changed

MSG: writing 1 packages

MSG: net install registry size = 27334 bytes

MSG: wrote install registry (30674 bytes)

MSG: packagedata of package Server Utilities changed

MSG: writing 2 packages

MSG: net install registry size = 27950 bytes

MSG: wrote install registry (31693 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBUTL.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:45 bin/

STDOUT: extracting: -rwxr-xr-x 65536 2007-08-22 13:00:51 bin/sdbinfo.exe

STDOUT: extracting: -rwxr-xr-x 352256 2007-08-22 14:54:35 bin/sqlrun.dll

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/sysmon.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xbackup.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xinstinfo.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xpu.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_analys.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_cons.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_server.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_show.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_start.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_stop.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wiz.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wizard.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wizstop.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wiztrc.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:45 env/

STDOUT: extracting: -rw-rr 122 2007-08-22 13:11:04 env/serv.use

STDOUT: extracting: -rw-rr 245 2007-08-22 13:11:04 env/xstart.use

STDOUT: extracting: -rw-rr 542 2007-08-22 13:11:04 env/xstop.use

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:45 etc/

STDOUT: extracting: -rw-rr 207 2007-08-22 10:47:53 etc/VERSIONS

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:46 pgm/

STDOUT: extracting: -rwxr-xr-x 483328 2007-08-22 11:22:45 pgm/serv.exe

STDOUT: extracting: -rwxr-xr-x 311296 2007-08-22 11:22:01 pgm/show.exe

STDOUT: checking unpacked archive... MSG: check file "bin/x_wizstop.exe": ok

MSG: check file "bin/x_analys.exe": ok

MSG: check file "bin/x_cons.exe": ok

MSG: check file "bin/xpu.exe": ok

MSG: check file "bin/sysmon.exe": ok

MSG: check file "bin/x_start.exe": ok

MSG: check file "env/xstart.use": ok

MSG: check file "pgm/serv.exe": ok

MSG: check file "bin/x_server.exe": ok

MSG: check file "bin/sqlrun.dll": ok

MSG: check file "etc/VERSIONS": ok

MSG: check file "bin/xbackup.exe": ok

MSG: check file "bin/x_wiz.exe": ok

MSG: check file "bin/x_show.exe": ok

MSG: check file "env/serv.use": ok

MSG: check file "env/xstop.use": ok

MSG: check file "pgm/show.exe": ok

MSG: check file "bin/x_wizard.exe": ok

MSG: check file "bin/sdbinfo.exe": ok

MSG: check file "bin/xinstinfo.exe": ok

MSG: check file "bin/x_wiztrc.exe": ok

MSG: check file "bin/x_stop.exe": ok

STDOUT: ok

SYS: "c:\program files\sdb\programs\bin\x_server.exe" install: 19709 INFO: Service 'XServer' installed successfully

MSG: SYSTEM PATH is up to date

MSG: packagedata of package Server Utilities changed

MSG: writing 2 packages

MSG: net install registry size = 34516 bytes

MSG: wrote install registry (39107 bytes)

MSG: packagedata of package Database Kernel changed

MSG: writing 3 packages

MSG: net install registry size = 35011 bytes

MSG: wrote install registry (39960 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBKRN.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:29 bin/

STDOUT: extracting: -rwxr-xr-x 274432 2007-08-22 12:59:27 bin/backint.exe

STDOUT: extracting: -rwxr-xr-x 794624 2007-08-22 13:01:49 bin/dbmevtdisp.exe

STDOUT: extracting: -rwxr-xr-x 548864 2007-08-22 13:02:01 bin/dbmevthndl_display.exe

STDOUT: extracting: -rwxr-xr-x 561152 2007-08-22 13:02:13 bin/dbmevthndl_winlog.exe

STDOUT: extracting: -rwxr-xr-x 290816 2007-08-22 12:57:17 bin/dbmsrvctl.exe

STDOUT: extracting: -rwxr-xr-x 41705 2007-08-22 10:57:11 bin/ireport.py

STDOUT: extracting: -rwxr-xr-x 245760 2007-08-22 13:00:41 bin/pipe2file.exe

STDOUT: extracting: -rwxr-xr-x 1204224 2007-08-22 12:59:35 bin/sdbfill.exe

STDOUT: extracting: -rwxr-xr-x 352256 2007-08-22 14:54:35 bin/sqlrun.dll

STDOUT: extracting: -rwxr-xr-x 53248 2007-08-22 11:02:31 bin/sqlver.exe

STDOUT: extracting: -rwxr-xr-x 53248 2007-08-22 11:02:31 bin/sqlwhat.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xci.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xkernprot.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xoldci.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xservice.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xtracesort.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_diagnose.exe

STDOUT: extracting: -rwxr-xr-x 327680 2007-08-22 13:02:31 bin/x_python.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:14 cluster/

STDOUT: extracting: -rwxr-xr-x 2064384 2007-08-22 11:37:27 cluster/dbmsrv_clu.exe

STDOUT: extracting: -rwxr-xr-x 81920 2007-08-22 11:23:39 cluster/SAPDBMSCSEx.dll

STDOUT: extracting: -rwxr-xr-x 122880 2007-08-22 11:23:51 cluster/sapdbmscsman.dll

STDOUT: extracting: -rwxr-xr-x 77824 2007-08-22 11:23:11 cluster/SAPDBMSCSMan.exe

STDOUT: extracting: -rwxr-xr-x 57344 2007-08-22 11:23:05 cluster/SAPDBMSCSRes.dll

STDOUT: extracting: -rwxr-xr-x 307200 2007-08-22 11:24:07 cluster/service_clu.exe

STDOUT: extracting: -rwxr-xr-x 495616 2007-08-22 11:24:05 cluster/serv_clu.exe

STDOUT: extracting: -rwxr-xr-x 339968 2007-08-22 11:24:01 cluster/stop_clu.exe

STDOUT: extracting: -rwxr-xr-x 339968 2007-08-22 11:23:59 cluster/strt_clu.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:15 demo/

STDOUT: extracting: -rw-rr 3110911 2007-08-22 10:57:11 demo/HOTEL.py

STDOUT: extracting: -rwxr-xr-x 367 2007-08-22 10:57:11 demo/ltutorial.py

STDOUT: extracting: -rw-rr 11333 2007-08-22 10:57:11 demo/tutoriallib.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 doc/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/

STDOUT: extracting: -rw-rr 3455 2007-08-22 10:57:11 doc/FirstSteps/index.html

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:32 doc/FirstSteps/Java/

STDOUT: extracting: -rw-rr 1019 2007-08-22 10:57:11 doc/FirstSteps/Java/DemodbData.class

STDOUT: extracting: -rw-rr 1536 2007-08-22 10:57:11 doc/FirstSteps/Java/DemodbData.java

STDOUT: extracting: -rw-rr 1599 2007-08-22 10:57:11 doc/FirstSteps/Java/HelloMaxDB.class

STDOUT: extracting: -rw-rr 1459 2007-08-22 10:57:11 doc/FirstSteps/Java/HelloMaxDB.java

STDOUT: extracting: -rw-rr 1959 2007-08-22 10:57:11 doc/FirstSteps/Java/HowToJava.html

STDOUT: extracting: -rw-rr 1305 2007-08-22 10:57:11 doc/FirstSteps/Java/StateMaxDB.class

STDOUT: extracting: -rw-rr 1064 2007-08-22 10:57:11 doc/FirstSteps/Java/StateMaxDB.java

STDOUT: extracting: -rw-rr 227 2007-08-22 10:57:11 doc/FirstSteps/maxdbenv.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/ODBC/

STDOUT: extracting: -rw-rr 4510 2007-08-22 10:57:11 doc/FirstSteps/ODBC/HelloMaxDB.c

STDOUT: extracting: -rw-rr 1293 2007-08-22 10:57:11 doc/FirstSteps/ODBC/HowToODBC.html

STDOUT: extracting: -rw-rr 393 2007-08-22 10:57:11 doc/FirstSteps/ODBC/Makefile

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/Perl/

STDOUT: extracting: -rw-rr 973 2007-08-22 10:57:11 doc/FirstSteps/Perl/demodbData.pm

STDOUT: extracting: -rw-rr 1894 2007-08-22 10:57:11 doc/FirstSteps/Perl/HowToPerl.html

STDOUT: extracting: -rwxr-xr-x 960 2007-08-22 10:57:11 doc/FirstSteps/Perl/StateMaxDB.pl

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/Python/

STDOUT: extracting: -rw-rr 871 2007-08-22 10:57:11 doc/FirstSteps/Python/demodbData.py

STDOUT: extracting: -rwxr-xr-x 859 2007-08-22 10:57:11 doc/FirstSteps/Python/HelloMaxDB-API.py

STDOUT: extracting: -rwxr-xr-x 859 2007-08-22 10:57:11 doc/FirstSteps/Python/HelloMaxDB.py

STDOUT: extracting: -rw-rr 3043 2007-08-22 10:57:11 doc/FirstSteps/Python/HowToPython.html

STDOUT: extracting: -rwxr-xr-x 865 2007-08-22 10:57:11 doc/FirstSteps/Python/StateMaxDB.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:34 doc/FirstSteps/SQLDBC/

STDOUT: extracting: -rw-rr 3522 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/HelloMaxDB.cpp

STDOUT: extracting: -rw-rr 1329 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/HowToSQLDBC.html

STDOUT: extracting: -rw-rr 563 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/Makefile

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:21 env/

STDOUT: extracting: -rwxr-xr-x 6150 2007-08-22 13:02:13 env/APPS.py

STDOUT: extracting: -rw-rr 3800 2007-08-22 13:02:13 env/CNR3DATA.py

STDOUT: extracting: -rw-rr 8216 2007-08-22 13:02:13 env/CNR3TAB.py

STDOUT: extracting: -rw-rr 196453 2007-08-22 13:11:05 env/cserv.pcf

STDOUT: extracting: -rw-rr 1861 2007-08-22 13:02:15 env/DBANA.py

STDOUT: extracting: -rw-rr 17874 2007-08-22 13:02:15 env/DBMVIEWS.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:16 env/en/

STDOUT: extracting: -rw-rr 7609 2007-08-22 13:11:04 env/en/DBM.en

STDOUT: extracting: -rw-rr 15713 2007-08-22 13:02:15 env/GARBAGE.py

STDOUT: extracting: -rw-rr 249 2007-08-22 13:11:04 env/general.use

STDOUT: extracting: -rwxr-xr-x 1304 2007-08-22 13:02:21 env/getpackages.py

STDOUT: extracting: -rw-rr 1144 2007-08-22 13:02:15 env/INFO.py

STDOUT: extracting: -rw-rr 14122 2007-08-22 13:02:23 env/installib.py

STDOUT: extracting: -rw-rr 73794 2007-08-22 13:02:17 env/JDBC.py

STDOUT: extracting: -rw-rr 396 2007-08-22 13:11:04 env/kernprot.use

STDOUT: extracting: -rwxr-xr-x 949 2007-08-22 13:02:23 env/lapps.py

STDOUT: extracting: -rw-rr 8269 2007-08-22 10:57:11 env/lsystab.py

STDOUT: extracting: -rw-rr 19374 2007-08-22 13:02:15 env/ODBC.py

STDOUT: extracting: -rw-rr 1241 2007-08-22 13:02:17 env/ORADD.py

STDOUT: extracting: -rw-rr 266421 2007-08-22 13:02:17 env/ORADDCOM.py

STDOUT: extracting: -rw-rr 9586 2007-08-22 13:02:17 env/ORADDSYN.py

STDOUT: extracting: -rw-rr 158400 2007-08-22 13:02:17 env/ORADDV.py

STDOUT: extracting: -rw-rr 1400 2007-08-22 13:02:19 env/PRECOM.py

STDOUT: extracting: -rw-rr 50345 2007-08-22 13:02:23 env/REPOSITORY.py

STDOUT: extracting: -rw-rr 61439 2007-08-22 13:02:15 env/SAPDBLOADER.py

STDOUT: extracting: -rw-rr 4483 2007-08-22 13:02:19 env/SHOWCMD.py

STDOUT: extracting: -rw-rr 49869 2007-08-22 13:02:19 env/SQLDBC.py

STDOUT: extracting: -rw-rr 47433 2007-08-22 13:02:19 env/SYSDBA.py

STDOUT: extracting: -rw-rr 57876 2007-08-22 13:02:19 env/SYSDBACOM.py

STDOUT: extracting: -rw-rr 16770 2007-08-22 13:02:19 env/SYSINFO.py

STDOUT: extracting: -rw-rr 114095 2007-08-22 13:02:21 env/SYSINFOCOM.py

STDOUT: extracting: -rw-rr 12526 2007-08-22 13:02:21 env/TRIGGER.py

STDOUT: extracting: -rw-rr 3203 2007-08-22 13:02:21 env/UDE.py

STDOUT: extracting: -rw-rr 6596 2007-08-22 13:02:23 env/WA.py

STDOUT: extracting: -rw-rr 54824 2007-08-22 13:02:21 env/XDD.py

STDOUT: extracting: -rw-rr 106292 2007-08-22 13:02:21 env/XDDCOM.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:21 lib/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 lib/python2.3/

STDOUT: extracting: -rw-rr 6867 2007-08-22 10:57:11 lib/python2.3/optlib.py

STDOUT: extracting: -rwxr-xr-x 135234 2007-08-22 10:57:11 lib/python2.3/pyexpat.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 lib/python2.3/sdb/

STDOUT: extracting: -rw-rr 14852 2007-08-22 10:57:11 lib/python2.3/sdb/dbapi.py

STDOUT: extracting: -rwxr-xr-x 507904 2007-08-22 13:02:37 lib/python2.3/sdb/dbm.pyd

STDOUT: extracting: -rwxr-xr-x 487424 2007-08-22 13:02:41 lib/python2.3/sdb/loader.pyd

STDOUT: extracting: -rwxr-xr-x 471040 2007-08-22 13:02:49 lib/python2.3/sdb/sql.pyd

STDOUT: extracting: -rw-rr 208 2007-08-22 10:57:11 lib/python2.3/sdb/__init__.py

STDOUT: extracting: -rwxr-xr-x 61503 2007-08-22 10:57:11 lib/python2.3/zlib.pyd

STDOUT: extracting: -rwxr-xr-x 49218 2007-08-22 10:57:11 lib/python2.3/_socket.pyd

STDOUT: extracting: -rwxr-xr-x 57407 2007-08-22 10:57:11 lib/python2.3/_sre.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 misc/

STDOUT: extracting: -rw-rr 2437 2007-08-22 15:41:01 misc/create_demo_db.cmd

STDOUT: extracting: -rw-rr 417 2007-08-22 15:41:01 misc/drop_demo_db.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 pgm/

STDOUT: extracting: -rwxr-xr-x 200704 2007-08-22 13:00:45 pgm/backup.exe

STDOUT: extracting: -rwxr-xr-x 380928 2007-08-22 11:21:45 pgm/cons.exe

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:21:21 pgm/cr_param.exe

STDOUT: extracting: -rwxr-xr-x 940032 2007-08-22 10:57:11 pgm/dbghelp.dll

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:33 pgm/dbmreg.exe

STDOUT: extracting: -rwxr-xr-x 454656 2007-08-22 12:58:13 pgm/dbmshm.exe

STDOUT: extracting: -rwxr-xr-x 2043904 2007-08-22 12:57:05 pgm/dbmsrv.exe

STDOUT: extracting: -rwxr-xr-x 1814528 2007-08-22 12:57:53 pgm/dbmsrvscd.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:23 pgm/dbmstart.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:29 pgm/dbmstop.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:39 pgm/dbmunreg.exe

STDOUT: extracting: -rwxr-xr-x 69632 2007-08-22 15:07:11 pgm/dbpinstall.dll

STDOUT: extracting: -rwxr-xr-x 1069056 2007-08-22 11:46:57 pgm/diagnose.exe

STDOUT: extracting: -rwxr-xr-x 7131136 2007-08-22 12:56:49 pgm/kernel.exe

STDOUT: extracting: -rwxr-xr-x 118784 2007-08-22 11:38:37 pgm/libhsscopy.dll

STDOUT: extracting: -rwxr-xr-x 1175552 2007-08-22 15:00:39 pgm/liboms.dll

STDOUT: extracting: -rwxr-xr-x 147456 2007-08-22 15:08:37 pgm/libsqlcls.dll

STDOUT: extracting: -rwxr-xr-x 1159168 2007-08-22 15:10:19 pgm/libSQLDBC.dll

STDOUT: extracting: -rwxr-xr-x 1245184 2007-08-22 15:13:55 pgm/libSQLDBC_C.dll

STDOUT: extracting: -rwxr-xr-x 3006464 2007-08-22 13:10:31 pgm/lserver.exe

STDOUT: extracting: -rwxr-xr-x 20545 2007-08-22 10:57:11 pgm/pysapdb.exe

STDOUT: extracting: -rwxr-xr-x 974915 2007-08-22 10:57:11 pgm/python23.dll

STDOUT: extracting: -rw-rr 2071185 2007-08-22 10:57:11 pgm/python23.zip

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:21:21 pgm/renparam.exe

STDOUT: extracting: -rwxr-xr-x 290816 2007-08-22 11:22:51 pgm/service.exe

STDOUT: extracting: -rwxr-xr-x 1286144 2007-08-22 11:45:21 pgm/slowci.exe

STDOUT: extracting: -rwxr-xr-x 413696 2007-08-22 11:22:55 pgm/sqlinst.dll

STDOUT: extracting: -rwxr-xr-x 1359872 2007-08-22 11:23:01 pgm/sqlmsg.dll

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:21:53 pgm/stop.exe

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:21:49 pgm/strt.exe

STDOUT: extracting: -rwxr-xr-x 98304 2007-08-22 13:18:51 pgm/StudioUtil.dll

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 11:38:31 pgm/sysrc.exe

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 11:22:59 pgm/systemrc.exe

STDOUT: extracting: -rwxr-xr-x 225280 2007-08-22 13:19:01 pgm/TableDefC.dll

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 13:02:03 pgm/Tools_WinEvtLog.dll

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 13:10:47 pgm/tracesort.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 sap/

STDOUT: extracting: -rw-rr 147 2007-08-22 10:57:11 sap/dbpinstall.lst

STDOUT: extracting: -rw-rr 761 2007-08-22 12:59:05 sap/grantxdb.dbm

STDOUT: extracting: -rwxr-xr-x 18192 2007-08-22 10:57:11 sap/lcinit.bat

STDOUT: extracting: -rwxr-xr-x 126976 2007-08-22 15:06:45 sap/lvcbench.dll

STDOUT: extracting: -rw-rr 89 2007-08-22 10:57:11 sap/saprfc.ini

STDOUT: extracting: -rwxr-xr-x 86016 2007-08-22 13:21:11 sap/sphsapdb.dll

STDOUT: extracting: -rw-rr 12 2007-08-22 10:57:11 sap/sphsapdb.lst

STDOUT: checking unpacked archive... MSG: check file "doc/FirstSteps/ODBC/HowToODBC.html": ok

MSG: check file "lib/python2.3/_socket.pyd": ok

MSG: check file "pgm/dbmsrv.exe": ok

MSG: check file "env/INFO.py": ok

MSG: check file "pgm/diagnose.exe": ok

MSG: check file "misc/create_demo_db.cmd": ok

MSG: check file "lib/python2.3/sdb/__init__.py": ok

MSG: check file "bin/xci.exe": ok

MSG: check file "bin/xtracesort.exe": ok

MSG: check file "bin/x_diagnose.exe": ok

MSG: check file "pgm/Tools_WinEvtLog.dll": ok

MSG: check file "pgm/cons.exe": ok

MSG: check file "sap/grantxdb.dbm": ok

MSG: check file "demo/tutoriallib.py": ok

MSG: check file "sap/sphsapdb.dll": ok

MSG: check file "demo/HOTEL.py": ok

MSG: check file "env/cserv.pcf": ok

MSG: check file "lib/python2.3/_sre.pyd": ok

MSG: check file "pgm/service.exe": ok

MSG: check file "doc/FirstSteps/Python/HowToPython.html": ok

MSG: check file "doc/FirstSteps/ODBC/HelloMaxDB.c": ok

MSG: check file "doc/FirstSteps/Java/DemodbData.java": ok

MSG: check file "sap/saprfc.ini": ok

MSG: check file "pgm/dbghelp.dll": ok

MSG: check file "cluster/strt_clu.exe": ok

MSG: check file "cluster/SAPDBMSCSMan.exe": ok

MSG: check file "pgm/tracesort.exe": ok

MSG: check file "bin/sqlwhat.exe": ok

MSG: check file "lib/python2.3/pyexpat.pyd": ok

MSG: check file "pgm/libSQLDBC_C.dll": ok

MSG: check file "bin/x_python.exe": ok

MSG: check file "pgm/python23.dll": ok

MSG: check file "env/SQLDBC.py": ok

MSG: check file "cluster/SAPDBMSCSRes.dll": ok

MSG: check file "cluster/stop_clu.exe": ok

MSG: check file "pgm/sqlinst.dll": ok

MSG: check file "pgm/StudioUtil.dll": ok

MSG: check file "doc/FirstSteps/Python/HelloMaxDB.py": ok

MSG: check file "sap/sphsapdb.lst": ok

MSG: check file "pgm/cr_param.exe": ok

MSG: check file "bin/sqlrun.dll": ok

MSG: check file "bin/backint.exe": ok

MSG: check file "pgm/libSQLDBC.dll": ok

MSG: check file "bin/dbmsrvctl.exe": ok

MSG: check file "env/UDE.py": ok

MSG: check file "doc/FirstSteps/Java/DemodbData.class": ok

MSG: check file "sap/lcinit.bat": ok

MSG: check file "env/lsystab.py": ok

MSG: check file "doc/FirstSteps/Perl/StateMaxDB.pl": ok

MSG: check file "lib/python2.3/zlib.pyd": ok

MSG: check file "pgm/python23.zip": ok

MSG: check file "doc/FirstSteps/Java/HelloMaxDB.class": ok

MSG: check file "env/installib.py": ok

MSG: check file "pgm/renparam.exe": ok

MSG: check file "doc/FirstSteps/Python/StateMaxDB.py": ok

MSG: check file "env/TRIGGER.py": ok

MSG: check file "pgm/libhsscopy.dll": ok

MSG: check file "pgm/systemrc.exe": ok

MSG: check file "pgm/dbmunreg.exe": ok

MSG: check file "bin/dbmevtdisp.exe": ok

MSG: check file "doc/FirstSteps/ODBC/Makefile": ok

MSG: check file "pgm/stop.exe": ok

MSG: check file "lib/python2.3/sdb/sql.pyd": ok

MSG: check file "env/APPS.py": ok

MSG: check file "env/kernprot.use": ok

MSG: check file "pgm/liboms.dll": ok

MSG: check file "cluster/service_clu.exe": ok

MSG: check file "env/ORADDSYN.py": ok

MSG: check file "env/SYSINFOCOM.py": ok

MSG: check file "cluster/SAPDBMSCSEx.dll": ok

MSG: check file "doc/FirstSteps/SQLDBC/HelloMaxDB.cpp": ok

MSG: check file "env/CNR3DATA.py": ok

MSG: check file "doc/FirstSteps/index.html": ok

MSG: check file "doc/FirstSteps/Java/HowToJava.html": ok

MSG: check file "doc/FirstSteps/Perl/demodbData.pm": ok

MSG: check file "bin/pipe2file.exe": ok

MSG: check file "bin/dbmevthndl_winlog.exe": ok

MSG: check file "demo/ltutorial.py": ok

MSG: check file "doc/FirstSteps/Python/HelloMaxDB-API.py": ok

MSG: check file "bin/xservice.exe": ok

MSG: check file "env/REPOSITORY.py": ok

MSG: check file "cluster/serv_clu.exe": ok

MSG: check file "lib/python2.3/optlib.py": ok

MSG: check file "env/ORADDCOM.py": ok

MSG: check file "doc/FirstSteps/SQLDBC/Makefile": ok

MSG: check file "pgm/dbmsrvscd.exe": ok

MSG: check file "doc/FirstSteps/Perl/HowToPerl.html": ok

MSG: check file "pgm/TableDefC.dll": ok

MSG: check file "cluster/dbmsrv_clu.exe": ok

MSG: check file "pgm/sysrc.exe": ok

MSG: check file "bin/xoldci.exe": ok

MSG: check file "pgm/kernel.exe": ok

MSG: check file "doc/FirstSteps/Java/StateMaxDB.class": ok

MSG: check file "pgm/slowci.exe": ok

MSG: check file "env/SAPDBLOADER.py": ok

MSG: check file "bin/sqlver.exe": ok

MSG: check file "env/general.use": ok

MSG: check file "sap/dbpinstall.lst": ok

MSG: check file "pgm/dbpinstall.dll": ok

MSG: check file "doc/FirstSteps/Java/StateMaxDB.java": ok

MSG: check file "env/en/DBM.en": ok

MSG: check file "sap/lvcbench.dll": ok

MSG: check file "env/lapps.py": ok

MSG: check file "env/getpackages.py": ok

MSG: check file "pgm/lserver.exe": ok

MSG: check file "env/WA.py": ok

MSG: check file "lib/python2.3/sdb/dbm.pyd": ok

MSG: check file "misc/drop_demo_db.cmd": ok

MSG: check file "bin/ireport.py": ok

MSG: check file "lib/python2.3/sdb/dbapi.py": ok

MSG: check file "doc/FirstSteps/Java/HelloMaxDB.java": ok

MSG: check file "env/ORADDV.py": ok

MSG: check file "pgm/pysapdb.exe": ok

MSG: check file "doc/FirstSteps/maxdbenv.cmd": ok

MSG: check file "env/GARBAGE.py": ok

MSG: check file "pgm/libsqlcls.dll": ok

MSG: check file "bin/xkernprot.exe": ok

MSG: check file "env/SYSINFO.py": ok

MSG: check file "env/XDDCOM.py": ok

MSG: check file "bin/sdbfill.exe": ok

MSG: check file "doc/FirstSteps/SQLDBC/HowToSQLDBC.html": ok

MSG: check file "env/XDD.py": ok

MSG: check file "lib/python2.3/sdb/loader.pyd": ok

MSG: check file "env/ODBC.py": ok

MSG: check file "pgm/backup.exe": ok

MSG: check file "env/SYSDBA.py": ok

MSG: check file "pgm/dbmshm.exe": ok

MSG: check file "env/CNR3TAB.py": ok

MSG: check file "env/ORADD.py": ok

MSG: check file "env/PRECOM.py": ok

MSG: check file "pgm/strt.exe": ok

MSG: check file "cluster/sapdbmscsman.dll": ok

MSG: check file "env/DBANA.py": ok

MSG: check file "env/SHOWCMD.py": ok

MSG: check file "pgm/dbmstop.exe": ok

MSG: check file "env/SYSDBACOM.py": ok

MSG: check file "bin/dbmevthndl_display.exe": ok

MSG: check file "doc/FirstSteps/Python/demodbData.py": ok

MSG: check file "pgm/dbmstart.exe": ok

MSG: check file "env/DBMVIEWS.py": ok

MSG: check file "env/JDBC.py": ok

MSG: check file "pgm/sqlmsg.dll": ok

MSG: check file "pgm/dbmreg.exe": ok

STDOUT: ok

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/index.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Perl/HowToPerl.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Python/HowToPython.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/ODBC/HowToODBC.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Java/HowToJava.html" modified by installer

MSG: file "c:/program files/sdb/7603/misc/create_demo_db.cmd" modified by installer

MSG: file "c:/program files/sdb/7603/misc/drop_demo_db.cmd" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/maxdbenv.cmd" modified by installer

SYS: "C:\Program Files\sdb\7603\bin\dbmsrvctl.exe" start

SYS: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": ERR

SYS: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": -24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

STDERR: error occured while executing "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\"

STDERR: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": ERR

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": -24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

STDERR: installation exited abnormally at Tu, Sep 18, 2007 at 11:31:42

MSG: packagedata of package Redist Python changed

MSG: writing 4 packages

MSG: net install registry size = 35481 bytes

MSG: wrote install registry (40814 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBRDPY.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:58 bin/

STDOUT: extracting: -rwxr-xr-x 327680 2007-08-22 13:02:31 bin/x_python.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:58 lib/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:59 lib/python2.3/

STDOUT: extracting: -rw-rr 6867 2007-08-22 10:57:11 lib/python2.3/optlib.py

STDOUT: extracting: -rwxr-xr-x 135234 2007-08-22 10:57:11 lib/python2.3/pyexpat.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:58 lib/python2.3/sdb/

STDOUT: extracting: -rwxr-xr-x 507904 2007-08-22 13:02:37 lib/python2.3/sdb/dbm.pyd

STDOUT: extracting: -rwxr-xr-x 487424 2007-08-22 13:02:41 lib/python2.3/sdb/loader.pyd

STDOUT: extracting: -rwxr-xr-x 471040 2007-08-22 13:02:49 lib/python2.3/sdb/sql.pyd

STDOUT: extracting: -rw-rr 208 2007-08-22 10:57:11 lib/python2.3/sdb/__init__.py

STDOUT: extracting: -rwxr-xr-x 61503 2007-08-22 10:57:11 lib/python2.3/zlib.pyd

STDOUT: extracting: -rwxr-xr-x 18432 2007-08-22 10:57:11 lib/python2.3/_csv.pyd

STDOUT: extracting: -rwxr-xr-x 49218 2007-08-22 10:57:11 lib/python2.3/_socket.pyd

STDOUT: extracting: -rwxr-xr-x 57407 2007-08-22 10:57:11 lib/python2.3/_sre.pyd

STDOUT: extracting: -rwxr-xr-x 36864 2007-08-22 10:57:11 lib/python2.3/_winreg.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:59 pgm/

STDOUT: extracting: -rwxr-xr-x 20545 2007-08-22 10:57:11 pgm/pysapdb.exe

STDOUT: extracting: -rwxr-xr-x 974915 2007-08-22 10:57:11 pgm/python23.dll

STDOUT: extracting: -rw-rr 2071185 2007-08-22 10:57:11 pgm/python23.zip

STDOUT: checking unpacked archive... MSG: check file "lib/python2.3/_socket.pyd": ok

MSG: check file "lib/python2.3/sdb/__init__.py": ok

MSG: check file "lib/python2.3/_sre.pyd": ok

MSG: check file "lib/python2.3/pyexpat.pyd": ok

MSG: check file "lib/python2.3/_winreg.pyd": ok

MSG: check file "bin/x_python.exe": ok

MSG: check file "pgm/python23.dll": ok

MSG: check file "lib/python2.3/zlib.pyd": ok

MSG: check file "pgm/python23.zip": ok

MSG: check file "lib/python2.3/_csv.pyd": ok

MSG: check file "lib/python2.3/sdb/sql.pyd": ok

MSG: check file "lib/python2.3/optlib.py": ok

MSG: check file "lib/python2.3/sdb/dbm.pyd": ok

MSG: check file "pgm/pysapdb.exe": ok

MSG: check file "lib/python2.3/sdb/loader.pyd": ok

STDOUT: ok

MSG: packagedata of package Redist Python changed

MSG: writing 4 packages

MSG: net install registry size = 38247 bytes

MSG: wrote install registry (43998 bytes)

MSG: packagedata of package Loader changed

MSG: writing 5 packages

MSG: net install registry size = 38756 bytes

MSG: wrote install registry (44891 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBLD.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 bin/

STDOUT: extracting: -rwxr-xr-x 3063808 2007-08-22 13:10:41 bin/loadercli.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 config/

STDOUT: extracting: -rw-rr 2323 2007-08-22 10:57:11 config/loader.cfg

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:12 env/

STDOUT: extracting: -rw-rr 10895 2007-08-22 10:57:11 env/ISO_8859_1.TXT

STDOUT: extracting: -rw-rr 11119 2007-08-22 10:57:11 env/ISO_8859_2.TXT

STDOUT: extracting: -rw-rr 10794 2007-08-22 10:57:11 env/ISO_8859_3.TXT

STDOUT: extracting: -rw-rr 11095 2007-08-22 10:57:11 env/ISO_8859_4.TXT

STDOUT: extracting: -rw-rr 10730 2007-08-22 10:57:11 env/ISO_8859_5.TXT

STDOUT: extracting: -rw-rr 8568 2007-08-22 10:57:11 env/ISO_8859_6.TXT

STDOUT: extracting: -rw-rr 10890 2007-08-22 10:57:11 env/ISO_8859_7.TXT

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/python2.3/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/python2.3/sdb/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/python2.3/sdb/loader/

STDOUT: extracting: -rw-rr 471627 2007-08-22 10:57:11 lib/python2.3/sdb/loader/transport.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 pgm/

STDOUT: extracting: -rwxr-xr-x 3006464 2007-08-22 13:10:31 pgm/lserver.exe

STDOUT: checking unpacked archive... MSG: check file "env/ISO_8859_5.TXT": ok

MSG: check file "env/ISO_8859_3.TXT": ok

MSG: check file "bin/loadercli.exe": ok

MSG: check file "env/ISO_8859_7.TXT": ok

MSG: check file "config/loader.cfg": ok

MSG: check file "env/ISO_8859_4.TXT": ok

MSG: check file "env/ISO_8859_6.TXT": ok

MSG: check file "lib/python2.3/sdb/loader/transport.py": ok

MSG: check file "pgm/lserver.exe": ok

MSG: check file "env/ISO_8859_2.TXT": ok

MSG: check file "env/ISO_8859_1.TXT": ok

STDOUT: ok

MSG: packagedata of package Loader changed

MSG: writing 5 packages

MSG: net install registry size = 41068 bytes

MSG: wrote install registry (47551 bytes)

MSG: packagedata of package ODBC changed

MSG: writing 6 packages

MSG: net install registry size = 41566 bytes

MSG: wrote install registry (48457 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBODBC.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:36 incl/

STDOUT: extracting: -rw-rr 10677 2007-08-22 10:57:11 incl/SDBBOS.h

STDOUT: extracting: -rw-rr 30864 2007-08-22 11:02:14 incl/sql.h

STDOUT: extracting: -rw-rr 80764 2007-08-22 11:02:15 incl/sqlext.h

STDOUT: extracting: -rw-rr 8831 2007-08-22 11:02:15 incl/sqltypes.h

STDOUT: extracting: -rw-rr 23610 2007-08-22 11:02:15 incl/sqlucode.h

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:36 lib/

STDOUT: extracting: -rw-rr 17738 2007-08-22 11:01:47 lib/sqlod32.lib

STDOUT: extracting: -rw-rr 25646 2007-08-22 11:02:15 lib/sqlod32w.lib

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:37 pgm/

STDOUT: extracting: -rwxr-xr-x 491520 2007-08-22 13:22:33 pgm/libSDBBOS.dll

STDOUT: extracting: -rwxr-xr-x 13312 2007-08-22 10:58:17 pgm/odbcreg.exe

STDOUT: extracting: -rwxr-xr-x 1081344 2007-08-22 11:01:47 pgm/sqlod32.dll

STDOUT: extracting: -rwxr-xr-x 1142784 2007-08-22 11:02:15 pgm/sqlod32w.dll

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:02:29 pgm/sqlodext.dll

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 11:02:25 pgm/sqlsp32.dll

STDOUT: checking unpacked archive... MSG: check file "pgm/sqlsp32.dll": ok

MSG: check file "incl/SDBBOS.h": ok

MSG: check file "pgm/sqlodext.dll": ok

MSG: check file "incl/sqlucode.h": ok

MSG: check file "pgm/libSDBBOS.dll": ok

MSG: check file "pgm/odbcreg.exe": ok

MSG: check file "lib/sqlod32w.lib": ok

MSG: check file "pgm/sqlod32w.dll": ok

MSG: check file "pgm/sqlod32.dll": ok

MSG: check file "lib/sqlod32.lib": ok

MSG: check file "incl/sql.h": ok

MSG: check file "incl/sqlext.h": ok

MSG: check file "incl/sqltypes.h": ok

STDOUT: ok

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB" -i -p "c:\program files\sdb\programs\pgm": ODBC Driver for 'SAP DB' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB" -i -p "c:\program files\sdb\programs\pgm":

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll: ODBC Driver for 'SAP DB (Unicode)' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll:

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB 7.4" -i -p "c:\program files\sdb\programs\pgm": ODBC Driver for 'SAP DB 7.4' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB 7.4" -i -p "c:\program files\sdb\programs\pgm":

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB" -i -p "c:\program files\sdb\programs\pgm": ODBC Driver for 'MaxDB' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB" -i -p "c:\program files\sdb\programs\pgm":

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll: ODBC Driver for 'MaxDB (Unicode)' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll:

MSG: packagedata of package ODBC changed

MSG: writing 6 packages

MSG: net install registry size = 45735 bytes

MSG: wrote install registry (53227 bytes)

MSG: packagedata of package Messages changed

MSG: writing 7 packages

MSG: net install registry size = 46260 bytes

MSG: wrote install registry (54118 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBMSG.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:34 msg/

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_AccessPathOptimize.xml

STDOUT: extracting: -rw-rr 846 2007-08-22 10:57:11 msg/SDBMsg_Admin.xml

STDOUT: extracting: -rw-rr 787 2007-08-22 10:57:11 msg/SDBMsg_APO.xml

STDOUT: extracting: -rw-rr 1107 2007-08-22 10:57:11 msg/SDBMsg_Backup.xml

STDOUT: extracting: -rw-rr 2879 2007-08-22 10:57:11 msg/SDBMsg_BTree.xml

STDOUT: extracting: -rw-rr 3255 2007-08-22 10:57:11 msg/SDBMsg_Catalog.xml

STDOUT: extracting: -rw-rr 8583 2007-08-22 10:57:11 msg/SDBMsg_Converter.xml

STDOUT: extracting: -rw-rr 29010 2007-08-22 10:57:11 msg/SDBMsg_Data.xml

STDOUT: extracting: -rw-rr 1692 2007-08-22 10:57:11 msg/SDBMsg_DataCache.xml

STDOUT: extracting: -rw-rr 333 2007-08-22 10:57:11 msg/SDBMsg_DBMCLI.xml

STDOUT: extracting: -rw-rr 6813 2007-08-22 10:57:11 msg/SDBMsg_DBMEd.xml

STDOUT: extracting: -rw-rr 340 2007-08-22 10:57:11 msg/SDBMsg_DBMLog.xml

STDOUT: extracting: -rw-rr 3395 2007-08-22 10:57:11 msg/SDBMsg_DBMScd.xml

STDOUT: extracting: -rw-rr 103652 2007-08-22 10:57:11 msg/SDBMsg_DBMSrv.xml

STDOUT: extracting: -rw-rr 2164 2007-08-22 10:57:11 msg/SDBMsg_DBMSrvBackTemplate.xml

STDOUT: extracting: -rw-rr 354 2007-08-22 10:57:11 msg/SDBMsg_DBMSrvOI.xml

STDOUT: extracting: -rw-rr 1174 2007-08-22 10:57:11 msg/SDBMsg_DBMSrvTest.xml

STDOUT: extracting: -rw-rr 1321 2007-08-22 10:57:11 msg/SDBMsg_DBProc.xml

STDOUT: extracting: -rw-rr 13403 2007-08-22 10:57:11 msg/SDBMsg_DBProvider.xml

STDOUT: extracting: -rw-rr 553 2007-08-22 10:57:11 msg/SDBMsg_DIAGNOSE.xml

STDOUT: extracting: -rw-rr 9669 2007-08-22 10:57:11 msg/SDBMsg_FileDir.xml

STDOUT: extracting: -rw-rr 1478 2007-08-22 10:57:11 msg/SDBMsg_Index.xml

STDOUT: extracting: -rw-rr 7628 2007-08-22 10:57:11 msg/SDBMsg_IOMan.xml

STDOUT: extracting: -rw-rr 2420 2007-08-22 10:57:11 msg/SDBMsg_Join.xml

STDOUT: extracting: -rw-rr 1790 2007-08-22 10:57:11 msg/SDBMsg_JoinPathOptimizer.xml

STDOUT: extracting: -rw-rr 2668 2007-08-22 10:57:11 msg/SDBMsg_KernelCommon.xml

STDOUT: extracting: -rw-rr 1035 2007-08-22 10:57:11 msg/SDBMsg_KSQL.xml

STDOUT: extracting: -rw-rr 1510 2007-08-22 10:57:11 msg/SDBMsg_LiveCache.xml

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_Loader.xml

STDOUT: extracting: -rw-rr 813 2007-08-22 10:57:11 msg/SDBMsg_LockManager.xml

STDOUT: extracting: -rw-rr 392 2007-08-22 10:57:11 msg/SDBMsg_LOCKS.xml

STDOUT: extracting: -rw-rr 10275 2007-08-22 10:57:11 msg/SDBMsg_Log.xml

STDOUT: extracting: -rw-rr 4145 2007-08-22 10:57:11 msg/SDBMsg_Messages.xml

STDOUT: extracting: -rw-rr 465 2007-08-22 10:57:11 msg/SDBMsg_MultiVersionRead.xml

STDOUT: extracting: -rw-rr 562 2007-08-22 10:57:11 msg/SDBMsg_ObjectContainer.xml

STDOUT: extracting: -rw-rr 3793 2007-08-22 10:57:11 msg/SDBMsg_OMS.xml

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_OPMSG.xml

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_Optimizer.xml

STDOUT: extracting: -rw-rr 435 2007-08-22 10:57:11 msg/SDBMsg_Query.xml

STDOUT: extracting: -rw-rr 442 2007-08-22 10:57:11 msg/SDBMsg_QueryRewrite.xml

STDOUT: extracting: -rw-rr 3843 2007-08-22 10:57:11 msg/SDBMsg_Recovery.xml

STDOUT: extracting: -rw-rr 5744 2007-08-22 10:57:11 msg/SDBMsg_Rst.xml

STDOUT: extracting: -rw-rr 826 2007-08-22 10:57:11 msg/SDBMsg_RTECKC.xml

STDOUT: extracting: -rw-rr 2472 2007-08-22 10:57:11 msg/SDBMsg_RTEComm.xml

STDOUT: extracting: -rw-rr 2100 2007-08-22 10:57:11 msg/SDBMsg_RTEConf.xml

STDOUT: extracting: -rw-rr 889 2007-08-22 10:57:11 msg/SDBMsg_RTEDBState.xml

STDOUT: extracting: -rw-rr 5001 2007-08-22 10:57:11 msg/SDBMsg_RTEDiag.xml

STDOUT: extracting: -rw-rr 73375 2007-08-22 10:57:11 msg/SDBMsg_RTEIO.xml

STDOUT: extracting: -rw-rr 15680 2007-08-22 10:57:11 msg/SDBMsg_RTEKernel.xml

STDOUT: extracting: -rw-rr 9023 2007-08-22 10:57:11 msg/SDBMsg_RTEMem.xml

STDOUT: extracting: -rw-rr 11450 2007-08-22 10:57:11 msg/SDBMsg_RTESec.xml

STDOUT: extracting: -rw-rr 3696 2007-08-22 10:57:11 msg/SDBMsg_RTESync.xml

STDOUT: extracting: -rw-rr 2287 2007-08-22 10:57:11 msg/SDBMsg_RTESys.xml

STDOUT: extracting: -rw-rr 5248 2007-08-22 10:57:11 msg/SDBMsg_RTETask.xml

STDOUT: extracting: -rw-rr 1124 2007-08-22 10:57:11 msg/SDBMsg_RTEThread.xml

STDOUT: extracting: -rw-rr 16515 2007-08-22 10:57:11 msg/SDBMsg_RunTime.xml

STDOUT: extracting: -rw-rr 1653 2007-08-22 10:57:11 msg/SDBMsg_SAPDBAlgo.xml

STDOUT: extracting: -rw-rr 744 2007-08-22 10:57:11 msg/SDBMsg_SAPDBMem.xml

STDOUT: extracting: -rw-rr 1809 2007-08-22 10:57:11 msg/SDBMsg_Savepoint.xml

STDOUT: extracting: -rw-rr 5909 2007-08-22 10:57:11 msg/SDBMsg_SharedSQL.xml

STDOUT: extracting: -rw-rr 331 2007-08-22 10:57:11 msg/SDBMsg_SQLExecution.xml

STDOUT: extracting: -rw-rr 27488 2007-08-22 10:57:11 msg/SDBMsg_SQLMan.xml

STDOUT: extracting: -rw-rr 10192 2007-08-22 10:57:11 msg/SDBMsg_SrvTasks.xml

STDOUT: extracting: -rw-rr 3874 2007-08-22 10:57:11 msg/SDBMsg_Table.xml

STDOUT: extracting: -rw-rr 1523 2007-08-22 10:57:11 msg/SDBMsg_ToolsCommon.xml

STDOUT: extracting: -rw-rr 1620 2007-08-22 10:57:11 msg/SDBMsg_ToolsCommonDC.xml

STDOUT: extracting: -rw-rr 4031 2007-08-22 10:57:11 msg/SDBMsg_ToolsCommonXML.xml

STDOUT: extracting: -rw-rr 1548 2007-08-22 10:57:11 msg/SDBMsg_Transaction.xml

STDOUT: extracting: -rw-rr 7958 2007-08-22 10:57:11 msg/SDBMsg_ZZZTest.xml

STDOUT: checking unpacked archive... MSG: check file "msg/SDBMsg_RTEKernel.xml": ok

MSG: check file "msg/SDBMsg_Recovery.xml": ok

MSG: check file "msg/SDBMsg_FileDir.xml": ok

MSG: check file "msg/SDBMsg_Rst.xml": ok

MSG: check file "msg/SDBMsg_BTree.xml": ok

MSG: check file "msg/SDBMsg_Converter.xml": ok

MSG: check file "msg/SDBMsg_OMS.xml": ok

MSG: check file "msg/SDBMsg_DBMSrvOI.xml": ok

MSG: check file "msg/SDBMsg_RTESync.xml": ok

MSG: check file "msg/SDBMsg_APO.xml": ok

MSG: check file "msg/SDBMsg_Loader.xml": ok

MSG: check file "msg/SDBMsg_RTEThread.xml": ok

MSG: check file "msg/SDBMsg_ZZZTest.xml": ok

MSG: check file "msg/SDBMsg_DBProc.xml": ok

MSG: check file "msg/SDBMsg_DBProvider.xml": ok

MSG: check file "msg/SDBMsg_ToolsCommonDC.xml": ok

MSG: check file "msg/SDBMsg_ToolsCommonXML.xml": ok

MSG: check file "msg/SDBMsg_Table.xml": ok

MSG: check file "msg/SDBMsg_SAPDBMem.xml": ok

MSG: check file "msg/SDBMsg_RTECKC.xml": ok

MSG: check file "msg/SDBMsg_RTETask.xml": ok

MSG: check file "msg/SDBMsg_DBMSrvBackTemplate.xml": ok

MSG: check file "msg/SDBMsg_RTESys.xml": ok

MSG: check file "msg/SDBMsg_LockManager.xml": ok

MSG: check file "msg/SDBMsg_RunTime.xml": ok

MSG: check file "msg/SDBMsg_KernelCommon.xml": ok

MSG: check file "msg/SDBMsg_RTEIO.xml": ok

MSG: check file "msg/SDBMsg_Transaction.xml": ok

MSG: check file "msg/SDBMsg_RTEMem.xml": ok

MSG: check file "msg/SDBMsg_DBMCLI.xml": ok

MSG: check file "msg/SDBMsg_DBMSrv.xml": ok

MSG: check file "msg/SDBMsg_DBMScd.xml": ok

MSG: check file "msg/SDBMsg_OPMSG.xml": ok

MSG: check file "msg/SDBMsg_RTESec.xml": ok

MSG: check file "msg/SDBMsg_SrvTasks.xml": ok

MSG: check file "msg/SDBMsg_Data.xml": ok

MSG: check file "msg/SDBMsg_QueryRewrite.xml": ok

MSG: check file "msg/SDBMsg_Log.xml": ok

MSG: check file "msg/SDBMsg_AccessPathOptimize.xml": ok

MSG: check file "msg/SDBMsg_DIAGNOSE.xml": ok

MSG: check file "msg/SDBMsg_Index.xml": ok

MSG: check file "msg/SDBMsg_RTEConf.xml": ok

MSG: check file "msg/SDBMsg_DBMLog.xml": ok

MSG: check file "msg/SDBMsg_Admin.xml": ok

MSG: check file "msg/SDBMsg_IOMan.xml": ok

MSG: check file "msg/SDBMsg_Messages.xml": ok

MSG: check file "msg/SDBMsg_DataCache.xml": ok

MSG: check file "msg/SDBMsg_Catalog.xml": ok

MSG: check file "msg/SDBMsg_Query.xml": ok

MSG: check file "msg/SDBMsg_Optimizer.xml": ok

MSG: check file "msg/SDBMsg_RTEComm.xml": ok

MSG: check file "msg/SDBMsg_DBMSrvTest.xml": ok

MSG: check file "msg/SDBMsg_KSQL.xml": ok

MSG: check file "msg/SDBMsg_JoinPathOptimizer.xml": ok

MSG: check file "msg/SDBMsg_SQLExecution.xml": ok

MSG: check file "msg/SDBMsg_LOCKS.xml": ok

MSG: check file "msg/SDBMsg_SAPDBAlgo.xml": ok

MSG: check file "msg/SDBMsg_RTEDiag.xml": ok

MSG: check file "msg/SDBMsg_Backup.xml": ok

MSG: check file "msg/SDBMsg_Savepoint.xml": ok

MSG: check file "msg/SDBMsg_ToolsCommon.xml": ok

MSG: check file "msg/SDBMsg_LiveCache.xml": ok

MSG: check file "msg/SDBMsg_DBMEd.xml": ok

MSG: check file "msg/SDBMsg_MultiVersionRead.xml": ok

MSG: check file "msg/SDBMsg_ObjectContainer.xml": ok

MSG: check file "msg/SDBMsg_SharedSQL.xml": ok

MSG: check file "msg/SDBMsg_RTEDBState.xml": ok

MSG: check file "msg/SDBMsg_SQLMan.xml": ok

MSG: check file "msg/SDBMsg_Join.xml": ok

STDOUT: ok

MSG: packagedata of package Messages changed

MSG: writing 7 packages

MSG: net install registry size = 51568 bytes

MSG: wrote install registry (60562 bytes)

MSG: packagedata of package JDBC changed

MSG: writing 8 packages

MSG: net install registry size = 52039 bytes

MSG: wrote install registry (61379 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBJDBC.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/7603/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/7603/pgm/

STDOUT: extracting: -rwxr-xr-x 544768 2007-08-22 11:21:17 runtime/7603/pgm/sapdbcbin.dll

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/jar/

STDOUT: extracting: -rw-rr 649766 2007-08-22 10:57:11 runtime/jar/sapdbc.jar

STDOUT: checking unpacked archive... MSG: check file "runtime/7603/pgm/sapdbcbin.dll": ok

MSG: check file "runtime/jar/sapdbc.jar": ok

STDOUT: ok

MSG: packagedata of package JDBC changed

MSG: writing 8 packages

MSG: net install registry size = 54202 bytes

MSG: wrote install registry (63743 bytes)

MSG: packagedata of package Synchronization Manager changed

MSG: writing 9 packages

MSG: net install registry size = 54663 bytes

MSG: wrote install registry (64528 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SYNCMAN.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:59 app/syncman/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/doc/

STDOUT: extracting: -rw-rr 45805 2007-08-22 10:57:11 app/syncman/doc/RunningTheMessageServer.pdf

STDOUT: extracting: -rw-rr 54944 2007-08-22 10:57:11 app/syncman/doc/SynchronizationManager.pdf

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/example/

STDOUT: extracting: -rw-rr 107 2007-08-22 10:57:11 app/syncman/example/createexampledatabases.cmd

STDOUT: extracting: -rw-rr 104 2007-08-22 10:57:11 app/syncman/example/createexampletables.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/example/doc/

STDOUT: extracting: -rw-rr 465289 2007-08-22 10:57:11 app/syncman/example/doc/SyncManExample.pdf

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/example/lib/

STDOUT: extracting: -rw-rr 12222 2007-08-22 10:57:11 app/syncman/example/lib/syncmanexample.jar

STDOUT: extracting: -rw-rr 155 2007-08-22 10:57:11 app/syncman/example/Readme_SyncManExample.txt

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:59 app/syncman/lib/

STDOUT: extracting: -rw-rr 496 2007-08-22 10:57:11 app/syncman/lib/jndi.properties

STDOUT: extracting: -rw-rr 492 2007-08-22 10:57:11 app/syncman/lib/jndi.properties.ssl

STDOUT: extracting: -rw-rr 565313 2007-08-22 10:57:11 app/syncman/lib/msgserver.jar

STDOUT: extracting: -rw-rr 219031 2007-08-22 10:57:11 app/syncman/lib/msgserverclient.jar

STDOUT: extracting: -rw-rr 62801 2007-08-22 10:57:11 app/syncman/lib/syncmanacc.jar

STDOUT: extracting: -rw-rr 287185 2007-08-22 10:57:11 app/syncman/lib/syncmangui.jar

STDOUT: extracting: -rw-rr 263679 2007-08-22 10:57:11 app/syncman/lib/syncservice.jar

STDOUT: extracting: -rw-rr 6675 2007-08-22 10:57:11 app/syncman/MSGSERVER.xml

STDOUT: extracting: -rw-rr 17283 2007-08-22 10:57:11 app/syncman/syncman_caller.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:59 bin/

STDOUT: extracting: -rw-rr 94 2007-08-22 10:57:11 bin/msgserver.cmd

STDOUT: extracting: -rw-rr 95 2007-08-22 10:57:11 bin/syncmanacc.cmd

STDOUT: extracting: -rw-rr 95 2007-08-22 10:57:11 bin/syncmangui.cmd

STDOUT: extracting: -rw-rr 97 2007-08-22 10:57:11 bin/syncmanjconf.cmd

STDOUT: extracting: -rw-rr 96 2007-08-22 10:57:11 bin/syncservice.cmd

STDOUT: checking unpacked archive... MSG: check file "app/syncman/lib/jndi.properties": ok

MSG: check file "app/syncman/lib/msgserver.jar": ok

MSG: check file "app/syncman/lib/jndi.properties.ssl": ok

MSG: check file "app/syncman/example/lib/syncmanexample.jar": ok

MSG: check file "bin/syncservice.cmd": ok

MSG: check file "bin/msgserver.cmd": ok

MSG: check file "bin/syncmangui.cmd": ok

MSG: check file "app/syncman/lib/syncservice.jar": ok

MSG: check file "app/syncman/lib/syncmangui.jar": ok

MSG: check file "bin/syncmanacc.cmd": ok

MSG: check file "app/syncman/lib/msgserverclient.jar": ok

MSG: check file "bin/syncmanjconf.cmd": ok

MSG: check file "app/syncman/example/Readme_SyncManExample.txt": ok

MSG: check file "app/syncman/example/doc/SyncManExample.pdf": ok

MSG: check file "app/syncman/example/createexampledatabases.cmd": ok

MSG: check file "app/syncman/doc/RunningTheMessageServer.pdf": ok

MSG: check file "app/syncman/MSGSERVER.xml": ok

MSG: check file "app/syncman/example/createexampletables.cmd": ok

MSG: check file "app/syncman/lib/syncmanacc.jar": ok

MSG: check file "app/syncman/syncman_caller.py": ok

MSG: check file "app/syncman/doc/SynchronizationManager.pdf": ok

STDOUT: ok

MSG: file "c:\program files\sdb\programs\bin\msgserver.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncservice.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncmangui.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncmanacc.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncmanjconf.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\app\syncman\example\createexampletables.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\app\syncman\example\createexampledatabases.cmd" generated by installer

ACTION: make directory "c:/data/maxdb/app" mode "770"

ACTION: make directory "c:/data/maxdb/app/syncman" mode "770"

ACTION: make directory "c:/data/maxdb/app/syncman/extern" mode "770"

MSG: directory "c:\data\maxdb\app\syncman\extern" generated by installer

MSG: packagedata of package Synchronization Manager changed

MSG: writing 9 packages

MSG: net install registry size = 61113 bytes

MSG: wrote install registry (71690 bytes)

MSG: packagedata of package SQLDBC changed

MSG: writing 10 packages

MSG: net install registry size = 61635 bytes

MSG: wrote install registry (72610 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBC.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:22 bin/

STDOUT: extracting: -rwxr-xr-x 913408 2007-08-22 15:21:31 bin/sqldbc_cons.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:22 pgm/

STDOUT: extracting: -rwxr-xr-x 1159168 2007-08-22 15:10:19 pgm/libSQLDBC.dll

STDOUT: extracting: -rwxr-xr-x 1245184 2007-08-22 15:13:55 pgm/libSQLDBC_C.dll

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/sqldbc/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/sqldbc/incl/

STDOUT: extracting: -rw-rr 154984 2007-08-22 10:57:11 sdk/sqldbc/incl/SQLDBC.h

STDOUT: extracting: -rw-rr 193139 2007-08-22 10:57:11 sdk/sqldbc/incl/SQLDBC_C.h

STDOUT: extracting: -rw-rr 29755 2007-08-22 10:57:11 sdk/sqldbc/incl/SQLDBC_Types.h

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/sqldbc/lib/

STDOUT: extracting: -rw-rr 80832 2007-08-22 15:10:19 sdk/sqldbc/lib/libSQLDBC.lib

STDOUT: extracting: -rw-rr 140288 2007-08-22 15:13:55 sdk/sqldbc/lib/libSQLDBC_C.lib

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:22 symbols/

STDOUT: extracting: -rw-rr 4631552 2007-08-22 15:10:17 symbols/libSQLDBC.pdb

STDOUT: extracting: -rw-rr 5098496 2007-08-22 15:13:53 symbols/libSQLDBC_C.pdb

STDOUT: checking unpacked archive... MSG: check file "bin/sqldbc_cons.exe": ok

MSG: check file "symbols/libSQLDBC_C.pdb": ok

MSG: check file "sdk/sqldbc/lib/libSQLDBC_C.lib": ok

MSG: check file "sdk/sqldbc/incl/SQLDBC_C.h": ok

MSG: check file "pgm/libSQLDBC_C.dll": ok

MSG: check file "pgm/libSQLDBC.dll": ok

MSG: check file "sdk/sqldbc/incl/SQLDBC_Types.h": ok

MSG: check file "sdk/sqldbc/lib/libSQLDBC.lib": ok

MSG: check file "symbols/libSQLDBC.pdb": ok

MSG: check file "sdk/sqldbc/incl/SQLDBC.h": ok

STDOUT: ok

MSG: packagedata of package SQLDBC changed

MSG: writing 10 packages

MSG: net install registry size = 63959 bytes

MSG: wrote install registry (75268 bytes)

MSG: packagedata of package DB Analyzer changed

MSG: writing 11 packages

MSG: net install registry size = 64467 bytes

MSG: wrote install registry (76154 bytes)

STDOUT: start real extraction of "C:/Temp/Max8.tmp/SDBANA.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:49 bin/

STDOUT: extracting: -rwxr-xr-x 368640 2007-08-22 13:20:53 bin/dbanalyzer.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:48 env/

STDOUT: extracting: -rw-rr 181451 2007-08-22 10:57:11 env/dbanalyzer.cfg

STDOUT: extracting: -rw-rr 226058 2007-08-22 10:57:11 env/dbanalyzer742.cfg

STDOUT: extracting: -rw-rr 229850 2007-08-22 10:57:11 env/dbanalyzer743.cfg

STDOUT: extracting: -rw-rr 270923 2007-08-22 10:57:11 env/dbanalyzer75.cfg

STDOUT: extracting: -rw-rr 305668 2007-08-22 10:57:11 env/dbanalyzer76.cfg

STDOUT: checking unpacked archive... MSG: check file "env/dbanalyzer.cfg": ok

MSG: check file "bin/dbanalyzer.exe": ok

MSG: check file "env/dbanalyzer75.cfg": ok

MSG: check file "env/dbanalyzer742.cfg": ok

MSG: check file "env/dbanalyzer76.cfg": ok

MSG: check file "env/dbanalyzer743.cfg": ok

STDOUT: ok

MSG: packagedata of package DB Analyzer changed

MSG: writing 11 packages

MSG: net install registry size = 66440 bytes

MSG: wrote install registry (78398 bytes)

MSG: writing 11 packages

MSG: net install registry size = 66440 bytes

MSG: wrote install registry (78398 bytes)

MSG: install registry successfully unlocked

At this time I have the software installed and I haven't tried to create instance yet, since I am pretty sure it will fail. I can do any investigation you want me to do.

I have run several of the commands suggested in the past and here is the output

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" db_enum

OK

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" inst_enum

OK

7.6.03.07 C:\Program Files\sdb\7603

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" inst_enum -s

ERR

-24996,ERR_PARAM: wrong parameters

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" db_enum -s

OK

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\760

3\"

ERR

-24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

P:\>"C:\Program Files\sdb\programs\bin\sdbconfig.exe"

IndepData=C:\Data\MaxDB

IndepPrograms=C:\Program Files\sdb\programs

P:\>dir /S C:\Data\MaxDB\wrk

Volume in drive C is SYSTEM

Volume Serial Number is 8874-6E0B

Directory of C:\Data\MaxDB\wrk

09/18/2007 11:39 AM <DIR> .

09/18/2007 11:39 AM <DIR> ..

09/18/2007 11:31 AM 2,544 .M760307.dbm.shi

09/18/2007 11:31 AM 81 .M760307.dbm.shm

09/18/2007 11:31 AM 0 dbmsrv_CLXITISE3OJD.err

09/18/2007 12:02 PM 2,860 dbmsrv_CLXITISE3OJD.prt

09/18/2007 11:37 AM 66,124 MaxDBSoftware_install-18.09.2007-11.37.log

09/18/2007 11:39 AM 102,400 xserver_CLXITISE3OJD.prt

6 File(s) 174,009 bytes

Total Files Listed:

6 File(s) 174,009 bytes

2 Dir(s) 5,826,109,440 bytes free

P:\>dir /S C:\Data\MaxDB\config

Volume in drive C is SYSTEM

Volume Serial Number is 8874-6E0B

Directory of C:\Data\MaxDB\config

09/18/2007 11:31 AM <DIR> .

09/18/2007 11:31 AM <DIR> ..

09/18/2007 11:31 AM <DIR> install

0 File(s) 0 bytes

Directory of C:\Data\MaxDB\config\install

09/18/2007 11:31 AM <DIR> .

09/18/2007 11:31 AM <DIR> ..

09/18/2007 11:35 AM 78,398 INSTREG

09/18/2007 11:35 AM 2,105,344 INSTREGLOG

2 File(s) 2,183,742 bytes

Total Files Listed:

2 File(s) 2,183,742 bytes

5 Dir(s) 5,825,388,544 bytes free

Please let me know if you have any ideas what is going on and how to get working instance of MaxDB. Thank you so much for spending your time helping me.

Miro Halas

former_member229109
Active Contributor
0 Kudos

Hello Miro,

Please let us know also the following information:

-> Please post the C:\Data\MaxDB\wrk\dbmsrv.prt, C:\Data\MaxDB\wrk\dbmsrv.err

files to review the errors after 'command inst_reg -k …'.

-> Please check, if you have any services registered like < regedit >

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAP DBTech-< Dbservice-name>

< "C:\Program Files\sdb\programs\pgm\dbmcli.exe" db_enum -s

should list the registered services >

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -s inst_enum

< should be the correct command to run in case if the x_server was not started. >

-> Did you run installation using WTS or locally logon to the server?

-> Please run the following commands & update with the results:

"C:\Program Files\sdb\programs\bin\sdbverify.exe"

"C:\Program Files\sdb\programs\bin\xinstinfo.exe"

"C:\Program Files\sdb\programs\pgm\sdbregview.exe" -l

Thank you and best regards, Natalia Khlopina

Melanie
Advisor
Advisor
0 Kudos

Hello Miro,

please let me know, if environment variable DBROOT is set.

If it is set, please remove it - I assume that you don't need it anymore. Or do you use an old ADABAS version on the same server?

Afterwards, please reboot the server and retry the installation.

Thanks,

Melanie

Former Member
0 Kudos

Hello Natalia and Melanie,

I do not have environment variable DBROOT on my computer. I have never used ADABAS so I don't think I have any older version on my computer.

File dbmsrv_CLXITISE3OJD.err is empty (0 bytes).

File dbmsrv_CLXITISE3OJD.prt

-


Date Time TID(hex) Typ MsgID Label Message

-


2007-09-18 11:31:41 0x00000f18 INF 216 DBMSrv DBM Server client connection (established at 2007-09-18 11:31:41): PID 2476 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 11:31:41 0x00000f18 INF 283 DBMSrv command inst_reg -k "C:\Program Files\sdb\7603"

2007-09-18 11:31:42 0x00000f18 ERR -24724 DBM Error start param session

2007-09-18 11:31:42 0x00000f18 ERR -24913 DBMSrv ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

2007-09-18 11:31:42 0x00000f18 INF 226 DBMSrv DBM Server client disconnected: PID 2476 on computer CLXITISE3OJD.cfc.ten-net.net

”2007-09-18 12:00:52 0x000004ec INF 216 DBMSrv DBM Server client connection (established at 2007-09-18 12:00:52): PID 5340 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 12:00:52 0x000004ec INF 283 DBMSrv command inst_enum ...

2007-09-18 12:00:52 0x000004ec ERR -24996 DBMSrv ERR_PARAM: wrong parameters

2007-09-18 12:00:52 0x000004ec INF 226 DBMSrv DBM Server client disconnected: PID 5340 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 12:01:17 0x00000be4 INF 216 DBMSrv DBM Server client connection (established at 2007-09-18 12:01:17): PID 2088 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 12:01:17 0x00000be4 ERR -24977 DBMSrv ERR_COMMAND: Unknown DBM command "dbnum"

2007-09-18 12:01:17 0x00000be4 INF 226 DBMSrv DBM Server client disconnected: PID 2088 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 12:01:52 0x000015d8 INF 216 DBMSrv DBM Server client connection (established at 2007-09-18 12:01:52): PID 4548 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 12:01:52 0x000015d8 INF 283 DBMSrv command inst_enum ...

2007-09-18 12:01:52 0x000015d8 ERR -24996 DBMSrv ERR_PARAM: wrong parameters

2007-09-18 12:01:52 0x000015d8 INF 226 DBMSrv DBM Server client disconnected: PID 4548 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 12:02:10 0x000003b0 INF 216 DBMSrv DBM Server client connection (established at 2007-09-18 12:02:10): PID 3256 on computer CLXITISE3OJD.cfc.ten-net.net

2007-09-18 12:02:10 0x000003b0 INF 283 DBMSrv command inst_reg -k "C:\Program Files\sdb\7603"

2007-09-18 12:02:11 0x000003b0 ERR -24724 DBM Error start param session

2007-09-18 12:02:12 0x000003b0 ERR -24913 DBMSrv ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

2007-09-18 12:02:12 0x000003b0 INF 226 DBMSrv DBM Server client disconnected: PID 3256 on computer CLXITISE3OJD.cfc.ten-net.net

There are no entries similar to SAP DBTech-xxx under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\

Here is output of the commands you sent me

Microsoft Windows XP [Version 5.1.2600]

(C) Copyright 1985-2001 Microsoft Corp.

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" db_enum -s

OK

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -s inst_enum

OK

7.6.03.07 C:\Program Files\sdb\7603

P:\>"C:\Program Files\sdb\programs\bin\sdbverify.exe"

Server Utilities 7.6.03.07 32 bit in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

DB Analyzer 7.6.03.07 32 bit in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

Synchronization Manager 7.6.03.07 in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

Base 7.6.03.07 32 bit in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

check rte registration of package... ok

package data is consistent

Redist Python 7.6.03.07 32 bit in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

JDBC 7.6.03.03 in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

Messages MSG 0.5603 in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

ODBC 7.6.03.07 32 bit in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

Database Kernel in c:/program files/sdb/7603 is invalid

Loader 7.6.03.07 32 bit in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

SQLDBC 7.6.03.07 32 bit in c:/program files/sdb/programs

-


check files... ok

check dependencies... ok

package data is consistent

VERIFICATION SUMMARY:

*********************

INVALID PACKAGES: 1

VALID PACKAGES: 10

INCONSISTENT PACKAGES: 0

TOTAL FILES: 205

MISSED FILES: 0

MODIFIED FILES: 0

FILES WITH MODIFIED PERMISSIONS: 0

P:\>"C:\Program Files\sdb\programs\bin\xinstinfo.exe"

IndepData : C:\Data\MaxDB

IndepPrograms : C:\Program Files\sdb\programs

P:\>"C:\Program Files\sdb\programs\pgm\sdbregview.exe" -l

'"C:\Program Files\sdb\programs\pgm\sdbregview.exe"' is not recognized as an internal or external command,

operable program or batch file.

P:\>"C:\Program Files\sdb\programs\bin\sdbregview.exe" -l

Server Utilities c:/program files/sdb/programs 7.6.03.07 32 bit valid

DB Analyzer c:/program files/sdb/programs 7.6.03.07 32 bit valid

Synchronization Manager c:/program files/sdb/programs 7.6.03.07 valid

Base c:/program files/sdb/programs 7.6.03.07 32 bit valid

Redist Python c:/program files/sdb/programs 7.6.03.07 32 bit valid

JDBC c:/program files/sdb/programs 7.6.03.03 valid

Messages c:/program files/sdb/programs MSG 0.5603 valid

ODBC c:/program files/sdb/programs 7.6.03.07 32 bit valid

Database Kernel c:/program files/sdb/7603 7.6.03.07 32 bit invalid

Loader c:/program files/sdb/programs 7.6.03.07 32 bit valid

SQLDBC c:/program files/sdb/programs 7.6.03.07 32 bit valid

Hope this helps. Thanks again for helping me.

Miro Halas

former_member229109
Active Contributor
0 Kudos

Hello Miro,

-> Check the permissions for the registry folders in

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

&&

HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\

using the regedt32 .

Check the permission settings for the user performing the installation.

What permissions has the user performing the installation?

-> Are you running installation locally on your PC? Did you logon to the server via WTS?

-> Please check if you have in Directory of C:\Data\MaxDB\wrk

09/18/2007 11:31 AM 2,544 .M760307.dbm.shi

09/18/2007 11:31 AM 81 .M760307.dbm.shm

And you wrote above that you didn't see .M760307 service register like

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAP DBTech-.M760307

Correct?

Could you please rename the files .M760307.dbm.shm & .M760307.dbm.shi to

.M760307.dbm.shm_old & .M760307.dbm.shi_old. And run after that

A) Start the Installation Manager 7.6

B) Start installation/upgrade

C) Accept

D) Custom -> Next

D) Select Database Kernel -> Check details -> Next

E) Install/update software only -> Next

D) Select existed Database Kernel c:/program files/sdb/7603 -> Next

What are the outputs of the following commands:

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\"

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" db_enum -s

-> I run your installations steps on my PC & didn't get any problems.

Thank you and best regards, Natalia Khlopina

0 Kudos

Hi Miro,

here we have an entry of interest in one of the last posts:

<b>> 2007-09-18 12:02:11 0x000003b0 ERR -24724 DBM Error start param session</b>

This matches to a error message in your initial post

<b>> -24724 Resource ParamAccess not locked [param_startsession];

> -24726 ERR_SHMLINESEXEEDED: Too many lines of type 1</b>

It looks like a problem with the memory mapped files of the DBM which will be stored in C:\Data\MaxDB\wrk. Is there something special with this directory or your disc?

Please check the existence and access rigths of the directories

C:\Data\MaxDB

C:\Data\MaxDB\wrk

C:\Data\MaxDB\config

Please check the content of the directory C:\Data\MaxDB\wrk. Until "dbmcli db_enum -s" does not show any database it will be save to delete all files *.dbm.shi and *.dbm.shm in this directory.

After this please execute

  > dbmcli inst_reg -k "C:Program Filessdb7603"

If the error still exists I would be glad to see the output of

  > dbmcli dbm_getpath indepdatapath

and of this command sequence:

  > dbmcli
        >db_create TEST dbm,dbm
        >param_startsession

Best regards

Bernd

Former Member
0 Kudos

Hello Natalie and Berndt,

I have tried to install MaxDB on my laptop to which I am directly logged in. I am performing the installation under my network account (authenticated against Active Directory) which is part of the local Administrators group. As I mentioned before I have installed using this account on this very same laptop 7-8 other DBMSes without any issues. At this time I am just trying to install the MasDB software without actually creating database instance.

All the directories C:\Data\MaxDB, C:\Data\MaxDB\wrk, C:\Data\MaxDB\config exist and the Administrator group has allowed Full Control over them

For registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

has the Administrators group Allow permission Full Control and Read.

The same is valid for registry key HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\.

Under registry key HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\ I have subkey Installations which contains subkey C:/Program Files/sdb/7603.

I do have files .M760307.dbm.shi and .M760307.dbm.shm in directory C:\Data\MaxDB\wrk.

I do not have in my registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAP DBTech-.M760307.

Just for kicks, I have tried to create it manually and I could do it so it shouldn't be a permission problem. I have deleted the key I have created afterwards

I tried to rename .M760307.dbm.shi to .M760307.dbm.shi_old as you suggested in Windows explorer. I got an error message "You must type a file name". The only way I could rename the file was to rename it to from the command prompt. I did the same for .M760307.dbm.shm.

I proceeded with the installation. In step D I selected the existing database kernel, which was labeled

C:\Program Files\sdb\7603 (flagged as invalid)

Once the installation stated and the progress bar for the Database Kernel was all the way to the end, I got the very same long error message (....Cannot register service database instance...) as I already reported.

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\760

3\"

ERR

-24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" db_enum -s

OK

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" inst_reg -k \"C:\Program Files\sdb\7603\"

ERR

-24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe" dbm_getpath indepdatapath

OK

C:\Data\MaxDB

P:\>"C:\Program Files\sdb\programs\pgm\dbmcli.exe"

C:\Program Files\sdb\programs\pgm\dbmcli.exe>db_create TEST dbm,dbm

OK

---

C:\Program Files\sdb\programs\pgm\dbmcli.exe>param_startsession

ERR

-24724,ERR_RESLOCK_NO_LOCK: Resource ParamAccess not locked

-24726,ERR_SHMLINESEXCEEDED: Too many lines of type 1

This seemed to create/modify files

C:\Data\MaxDB\config\TEST.upc

C:\Data\MaxDB\wrk\dbmsrv_CLXITISE3OJD.prt

C:\Data\MaxDB\wrk\TEST.dbm.shm

C:\Data\MaxDB\wrk\TEST.dbm.shi

Also in the services I have now these new services registered

MAXDB: TEST

MAXDB: TEST (omstsknl.exe)

MAXDB: TEST (quick)

MAXDB: TEST (slow)

All the services are stopped.

The MAXDB: Test service name is SAP DBTech-TEST, the logon type is Local System Account and the Allow service interact with desktop is checked.

If I try to start the MAXDB: TEST I get an error that it couldn't be stopped. The following events are logged into event viewer.

MAXDB - Test :

- ERROR TID: 0x55C PID: 0x1294 MsgID: 18358

Could not open file C:\Data\MaxDB\config\TEST for read, rc = 2

MAXDB - Test :

- ERROR TID: 0x55C PID: 0x1294 MsgID: 18133

RUNDIRECTORY missing

MAXDB - Test :

- INFO TID: 0x55C PID: 0x1294 MsgID: 19600

'TEST'

MAXDB - Test :

- INFO TID: 0x55C PID: 0x1294 MsgID: 19654

SERVERDB 'W32/INTEL 7.6.03 Build 007-123-157-515' has stopped

MAXDB - Test :

- INFO TID: 0x55C PID: 0x1294 MsgID: 19654

SERVERDB 'TEST' has stopped

The only file names TEST in directory C:\Data\MaxDB\config\ is file C:\Data\MaxDB\config\TEST.upc.

I can open the file C:\Data\MaxDB\config\TEST.upc using notepad without any issues.

I tried to reconfigure the MAXDB - Test service to login as me. When I tried to run it I got the same exact error witht the same exact events generated exept now the events show that the service was run as me rather than NT AUTHORITY\SYSTEm which was used the first time around.

So it seems the installation failed again. Thanks again for looking into this, I am also attaching the latest installation log

Miro

Here is the install log

INSTALLER_INFO: Version = 7.6.03 Build 007-123-157-515

INSTALLER_INFO: Changelist = 157515

INSTALLER_INFO: MakeId = 256246

INSTALLER_INFO: Type = kit

SYS_INFO: Host name = CLXITISE3OJD

SYS_INFO: System = Windows

SYS_INFO: Architecture = I386

SYS_INFO: Version = NT 5.1

SYS_INFO: Subversion = Service Pack 2

MSG: InstallRegistry: space check ok: 5689628 kb on C: (30716244 kb total) available

MSG: install registry successfully locked

MSG: read 11 PACKAGES

MSG: net registry size = 66440 bytes

MSG: InstallRegistry: reserved 1024 kb disk space

MSG: collector found 11 archives

debug package SDBBAS.SDB not found

debug package SDBKRN.SDB not found

debug package SDBUTL.SDB not found

MSG: no installation data to migrate

MSG: initializing package "Base"

MSG: calling preinstall...

MSG: service "sql6" in "C:/WINNT/system32/drivers/etc/services" found

MSG: service "sapdbni72" in "C:/WINNT/system32/drivers/etc/services" found

MSG: packagedata of package Server Utilities not changed

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "Base" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\pgm\dbmcli_HelpInst.exe is ok

C:\Program Files\sdb\programs\bin\x_ping.exe is ok

C:\Program Files\sdb\programs\bin\SDBINST.EXE is ok

C:\Program Files\sdb\programs\pgm\sqluser74.dll is ok

C:\Program Files\sdb\programs\install\SDBINST.TGZ is ok

C:\Program Files\sdb\programs\pgm\sqluser74n.dll is ok

C:\Program Files\sdb\programs\bin\SDBSETUP.EXE is ok

C:\Program Files\sdb\programs\bin\protconv.exe is ok

C:\Program Files\sdb\programs\install\WXPERL.TGZ is ok

C:\Program Files\sdb\programs\install\wxmsw24.dll is ok

C:\Program Files\sdb\programs\install\sdbrun.dll is ok

C:\Program Files\sdb\programs\pgm\sqluser73.dll is ok

C:\Program Files\sdb\programs\bin\xuser.exe is ok

C:\Program Files\sdb\programs\pgm\sqluser76.dll is ok

C:\Program Files\sdb\programs\pgm\sqltcp1.dll is ok

C:\Program Files\sdb\programs\pgm\dbmcli.exe is ok

C:\Program Files\sdb\programs\install\RESOURCES.TGZ is ok

C:\Program Files\sdb\programs\pgm\sqltcp.dll is ok

C:\Program Files\sdb\programs\bin\sdbverify.exe is ok

C:\Program Files\sdb\programs\bin\xsysrc.exe is ok

C:\Program Files\sdb\programs\install\perl58.dll is ok

C:\Program Files\sdb\programs\bin\sdbuninst.exe is ok

C:\Program Files\sdb\programs\pgm\regupd.exe is ok

C:\Program Files\sdb\programs\pgm\sqlping.exe is ok

C:\Program Files\sdb\programs\bin\sdbpack.exe is ok

C:\Program Files\sdb\programs\pgm\sqltcpn.dll is ok

C:\Program Files\sdb\programs\pgm\sqluser72.dll is ok

C:\Program Files\sdb\programs\pgm\sqltcp2.dll is ok

C:\Program Files\sdb\programs\bin\sdbregview.exe is ok

C:\Program Files\sdb\programs\bin\dbmevtdisp.exe is ok

C:\Program Files\sdb\programs\install\Grid.dll is ok

C:\Program Files\sdb\programs\bin\xtcpupd.exe is ok

C:\Program Files\sdb\programs\bin\sdbconfig.exe is ok

C:\Program Files\sdb\programs\bin\sdbreg.exe is ok

C:\Program Files\sdb\programs\install\Wx.dll is ok

C:\Program Files\sdb\programs\bin\sqlcli.exe is ok

STDOUT: ok

MSG: set function reference "register" in package Base

MSG: set function reference "unregister" in package Base

MSG: set function reference "preuninstall" in package Base

MSG: set function reference "postuninstall" in package Base

MSG: set function reference "verify" in package Base

STDOUT: check rte registration of package... STDOUT: ok

MSG: initializing package "Server Utilities"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "Server Utilities" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\bin\x_wizstop.exe is ok

C:\Program Files\sdb\programs\bin\x_analys.exe is ok

C:\Program Files\sdb\programs\bin\x_cons.exe is ok

C:\Program Files\sdb\programs\bin\xpu.exe is ok

C:\Program Files\sdb\programs\bin\sysmon.exe is ok

C:\Program Files\sdb\programs\bin\x_start.exe is ok

C:\Program Files\sdb\programs\pgm\serv.exe is ok

C:\Program Files\sdb\programs\env\xstart.use is ok

C:\Program Files\sdb\programs\bin\x_server.exe is ok

C:\Program Files\sdb\programs\bin\sqlrun.dll is ok

C:\Program Files\sdb\programs\etc\VERSIONS is ok

C:\Program Files\sdb\programs\bin\x_wiz.exe is ok

C:\Program Files\sdb\programs\bin\xbackup.exe is ok

C:\Program Files\sdb\programs\bin\x_show.exe is ok

C:\Program Files\sdb\programs\env\serv.use is ok

C:\Program Files\sdb\programs\env\xstop.use is ok

C:\Program Files\sdb\programs\pgm\show.exe is ok

C:\Program Files\sdb\programs\bin\x_wizard.exe is ok

C:\Program Files\sdb\programs\bin\sdbinfo.exe is ok

C:\Program Files\sdb\programs\bin\xinstinfo.exe is ok

C:\Program Files\sdb\programs\bin\x_wiztrc.exe is ok

C:\Program Files\sdb\programs\bin\x_stop.exe is ok

STDOUT: ok

MSG: set function reference "register" in package Server Utilities

MSG: set function reference "unregister" in package Server Utilities

MSG: set function reference "preuninstall" in package Server Utilities

MSG: set function reference "postuninstall" in package Server Utilities

MSG: no function "verify" in package Server Utilities

MSG: initializing package "Database Kernel"

MSG: calling preinstall...

MSG: select update of installation in c:/program files/sdb/7603

Msg: checking update of package "Database Kernel" in C:\Program Files\sdb\7603

MSG: installed package is flaged as invalid => skipping update check

MSG: initializing package "Redist Python"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "Redist Python" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\lib\python2.3\_socket.pyd is ok

C:\Program Files\sdb\programs\bin\x_python.exe is ok

C:\Program Files\sdb\programs\pgm\python23.dll is ok

C:\Program Files\sdb\programs\lib\python2.3\sdb\dbm.pyd is ok

C:\Program Files\sdb\programs\lib\python2.3\sdb\__init__.py is ok

C:\Program Files\sdb\programs\pgm\pysapdb.exe is ok

C:\Program Files\sdb\programs\lib\python2.3\optlib.py is ok

C:\Program Files\sdb\programs\lib\python2.3\zlib.pyd is ok

C:\Program Files\sdb\programs\pgm\python23.zip is ok

C:\Program Files\sdb\programs\lib\python2.3\sdb\loader.pyd is ok

C:\Program Files\sdb\programs\lib\python2.3\_sre.pyd is ok

C:\Program Files\sdb\programs\lib\python2.3\_csv.pyd is ok

C:\Program Files\sdb\programs\lib\python2.3\pyexpat.pyd is ok

C:\Program Files\sdb\programs\lib\python2.3\sdb\sql.pyd is ok

C:\Program Files\sdb\programs\lib\python2.3\_winreg.pyd is ok

STDOUT: ok

MSG: set function reference "register" in package Redist Python

MSG: set function reference "unregister" in package Redist Python

MSG: set function reference "preuninstall" in package Redist Python

MSG: set function reference "postuninstall" in package Redist Python

MSG: no function "verify" in package Redist Python

MSG: initializing package "Loader"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "Loader" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\config\loader.cfg is ok

C:\Program Files\sdb\programs\pgm\lserver.exe is ok

C:\Program Files\sdb\programs\env\ISO_8859_3.TXT is ok

C:\Program Files\sdb\programs\env\ISO_8859_4.TXT is ok

C:\Program Files\sdb\programs\bin\loadercli.exe is ok

C:\Program Files\sdb\programs\env\ISO_8859_2.TXT is ok

C:\Program Files\sdb\programs\env\ISO_8859_6.TXT is ok

C:\Program Files\sdb\programs\env\ISO_8859_5.TXT is ok

C:\Program Files\sdb\programs\env\ISO_8859_7.TXT is ok

C:\Program Files\sdb\programs\env\ISO_8859_1.TXT is ok

C:\Program Files\sdb\programs\lib\python2.3\sdb\loader\transport.py is ok

STDOUT: ok

MSG: set function reference "register" in package Loader

MSG: set function reference "unregister" in package Loader

MSG: set function reference "preuninstall" in package Loader

MSG: set function reference "postuninstall" in package Loader

MSG: no function "verify" in package Loader

MSG: initializing package "ODBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "ODBC" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\pgm\sqlsp32.dll is ok

C:\Program Files\sdb\programs\pgm\sqlodext.dll is ok

C:\Program Files\sdb\programs\incl\SDBBOS.h is ok

C:\Program Files\sdb\programs\incl\sqlucode.h is ok

C:\Program Files\sdb\programs\pgm\odbcreg.exe is ok

C:\Program Files\sdb\programs\incl\sqlext.h is ok

C:\Program Files\sdb\programs\pgm\libSDBBOS.dll is ok

C:\Program Files\sdb\programs\lib\sqlod32.lib is ok

C:\Program Files\sdb\programs\lib\sqlod32w.lib is ok

C:\Program Files\sdb\programs\pgm\sqlod32w.dll is ok

C:\Program Files\sdb\programs\incl\sql.h is ok

C:\Program Files\sdb\programs\pgm\sqlod32.dll is ok

C:\Program Files\sdb\programs\incl\sqltypes.h is ok

STDOUT: ok

MSG: set function reference "register" in package ODBC

MSG: set function reference "unregister" in package ODBC

MSG: set function reference "preuninstall" in package ODBC

MSG: set function reference "postuninstall" in package ODBC

MSG: no function "verify" in package ODBC

MSG: initializing package "Messages"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "Messages" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\msg\SDBMsg_RTEMem.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTEKernel.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMCLI.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Recovery.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMSrv.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMScd.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_OPMSG.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_FileDir.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTESec.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Rst.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_SrvTasks.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_BTree.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Converter.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Data.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_OMS.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_QueryRewrite.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Log.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_AccessPathOptimize.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMSrvOI.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DIAGNOSE.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTESync.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Index.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_APO.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Loader.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTEThread.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_ZZZTest.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBProc.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTEConf.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBProvider.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Admin.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMLog.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_ToolsCommonDC.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_IOMan.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Messages.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_ToolsCommonXML.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Catalog.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DataCache.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Table.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Optimizer.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Query.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTEComm.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMSrvTest.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTECKC.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_SAPDBMem.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_KSQL.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTETask.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_JoinPathOptimizer.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_LOCKS.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMSrvBackTemplate.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_SQLExecution.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_SAPDBAlgo.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Backup.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTEDiag.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTESys.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Savepoint.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_LockManager.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_ToolsCommon.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_LiveCache.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RunTime.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_DBMEd.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_MultiVersionRead.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_KernelCommon.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_ObjectContainer.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTEIO.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_SharedSQL.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_RTEDBState.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_SQLMan.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Transaction.xml is ok

C:\Program Files\sdb\programs\msg\SDBMsg_Join.xml is ok

STDOUT: ok

MSG: set function reference "register" in package Messages

MSG: set function reference "unregister" in package Messages

MSG: set function reference "preuninstall" in package Messages

MSG: set function reference "postuninstall" in package Messages

MSG: no function "verify" in package Messages

MSG: initializing package "JDBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "JDBC" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\runtime\7603\pgm\sapdbcbin.dll is ok

C:\Program Files\sdb\programs\runtime\jar\sapdbc.jar is ok

STDOUT: ok

MSG: no function "register" in package JDBC

MSG: no function "unregister" in package JDBC

MSG: no function "preuninstall" in package JDBC

MSG: no function "postuninstall" in package JDBC

MSG: no function "verify" in package JDBC

MSG: initializing package "Synchronization Manager"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "Synchronization Manager" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\app\syncman\lib\jndi.properties is ok

C:\Program Files\sdb\programs\app\syncman\lib\msgserver.jar is ok

C:\Program Files\sdb\programs\app\syncman\lib\jndi.properties.ssl is ok

C:\Program Files\sdb\programs\app\syncman\example\lib\syncmanexample.jar is ok

C:\Program Files\sdb\programs\bin\syncmanacc.cmd is ok

C:\Program Files\sdb\programs\app\syncman\lib\msgserverclient.jar is ok

C:\Program Files\sdb\programs\bin\syncmanjconf.cmd is ok

C:\Program Files\sdb\programs\app\syncman\example\Readme_SyncManExample.txt is ok

C:\Program Files\sdb\programs\app\syncman\example\doc\SyncManExample.pdf is ok

C:\Program Files\sdb\programs\app\syncman\example\createexampledatabases.cmd is ok

C:\Program Files\sdb\programs\app\syncman\doc\RunningTheMessageServer.pdf is ok

C:\Program Files\sdb\programs\bin\syncservice.cmd is ok

C:\Program Files\sdb\programs\app\syncman\MSGSERVER.xml is ok

C:\Program Files\sdb\programs\app\syncman\example\createexampletables.cmd is ok

C:\Program Files\sdb\programs\bin\msgserver.cmd is ok

C:\Program Files\sdb\programs\bin\syncmangui.cmd is ok

C:\Program Files\sdb\programs\app\syncman\lib\syncservice.jar is ok

C:\Program Files\sdb\programs\app\syncman\lib\syncmanacc.jar is ok

C:\Program Files\sdb\programs\app\syncman\syncman_caller.py is ok

C:\Program Files\sdb\programs\app\syncman\lib\syncmangui.jar is ok

C:\Program Files\sdb\programs\app\syncman\doc\SynchronizationManager.pdf is ok

STDOUT: ok

MSG: set function reference "register" in package Synchronization Manager

MSG: set function reference "unregister" in package Synchronization Manager

MSG: set function reference "preuninstall" in package Synchronization Manager

MSG: set function reference "postuninstall" in package Synchronization Manager

MSG: no function "verify" in package Synchronization Manager

MSG: initializing package "SQLDBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "SQLDBC" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\sdk\sqldbc\lib\libSQLDBC.lib is ok

C:\Program Files\sdb\programs\bin\sqldbc_cons.exe is ok

C:\Program Files\sdb\programs\symbols\libSQLDBC_C.pdb is ok

C:\Program Files\sdb\programs\symbols\libSQLDBC.pdb is ok

C:\Program Files\sdb\programs\sdk\sqldbc\lib\libSQLDBC_C.lib is ok

C:\Program Files\sdb\programs\sdk\sqldbc\incl\SQLDBC_C.h is ok

C:\Program Files\sdb\programs\pgm\libSQLDBC_C.dll is ok

C:\Program Files\sdb\programs\sdk\sqldbc\incl\SQLDBC.h is ok

C:\Program Files\sdb\programs\pgm\libSQLDBC.dll is ok

C:\Program Files\sdb\programs\sdk\sqldbc\incl\SQLDBC_Types.h is ok

STDOUT: ok

MSG: set function reference "register" in package SQLDBC

MSG: set function reference "unregister" in package SQLDBC

MSG: set function reference "preuninstall" in package SQLDBC

MSG: set function reference "postuninstall" in package SQLDBC

MSG: no function "verify" in package SQLDBC

MSG: initializing package "DB Analyzer"

MSG: calling preinstall...

MSG: path was set by preinstall script (C:/Program Files/sdb/programs)

Msg: checking update of package "DB Analyzer" in C:\Program Files\sdb\programs

STDOUT: same package already installed

STDOUT: checking consistence of package data in install registry...

STDOUT: check files... C:\Program Files\sdb\programs\env\dbanalyzer.cfg is ok

C:\Program Files\sdb\programs\bin\dbanalyzer.exe is ok

C:\Program Files\sdb\programs\env\dbanalyzer75.cfg is ok

C:\Program Files\sdb\programs\env\dbanalyzer742.cfg is ok

C:\Program Files\sdb\programs\env\dbanalyzer76.cfg is ok

C:\Program Files\sdb\programs\env\dbanalyzer743.cfg is ok

STDOUT: ok

MSG: set function reference "register" in package DB Analyzer

MSG: set function reference "unregister" in package DB Analyzer

MSG: set function reference "preuninstall" in package DB Analyzer

MSG: set function reference "postuninstall" in package DB Analyzer

MSG: no function "verify" in package DB Analyzer

STDOUT: start extraction test run of "C:/Temp/MaxD.tmp/SDBKRN.TGZ"

MSG: running postprepare of package Database Kernel

MSG: space check ok: 5687932 kb on (30716244 kb total) available

MSG: packagedata of package Database Kernel changed

MSG: writing 11 packages

MSG: net install registry size = 66448 bytes

MSG: wrote install registry (78421 bytes)

MSG: no registered script for package Database Kernel found

STDOUT: start real extraction of "C:/Temp/MaxD.tmp/SDBKRN.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:29 bin/

STDOUT: extracting: -rwxr-xr-x 274432 2007-08-22 12:59:27 bin/backint.exe

STDOUT: extracting: -rwxr-xr-x 794624 2007-08-22 13:01:49 bin/dbmevtdisp.exe

STDOUT: extracting: -rwxr-xr-x 548864 2007-08-22 13:02:01 bin/dbmevthndl_display.exe

STDOUT: extracting: -rwxr-xr-x 561152 2007-08-22 13:02:13 bin/dbmevthndl_winlog.exe

STDOUT: extracting: -rwxr-xr-x 290816 2007-08-22 12:57:17 bin/dbmsrvctl.exe

STDOUT: extracting: -rwxr-xr-x 41705 2007-08-22 10:57:11 bin/ireport.py

STDOUT: extracting: -rwxr-xr-x 245760 2007-08-22 13:00:41 bin/pipe2file.exe

STDOUT: extracting: -rwxr-xr-x 1204224 2007-08-22 12:59:35 bin/sdbfill.exe

STDOUT: extracting: -rwxr-xr-x 352256 2007-08-22 14:54:35 bin/sqlrun.dll

STDOUT: extracting: -rwxr-xr-x 53248 2007-08-22 11:02:31 bin/sqlver.exe

STDOUT: extracting: -rwxr-xr-x 53248 2007-08-22 11:02:31 bin/sqlwhat.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xci.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xkernprot.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xoldci.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xservice.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xtracesort.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_diagnose.exe

STDOUT: extracting: -rwxr-xr-x 327680 2007-08-22 13:02:31 bin/x_python.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:14 cluster/

STDOUT: extracting: -rwxr-xr-x 2064384 2007-08-22 11:37:27 cluster/dbmsrv_clu.exe

STDOUT: extracting: -rwxr-xr-x 81920 2007-08-22 11:23:39 cluster/SAPDBMSCSEx.dll

STDOUT: extracting: -rwxr-xr-x 122880 2007-08-22 11:23:51 cluster/sapdbmscsman.dll

STDOUT: extracting: -rwxr-xr-x 77824 2007-08-22 11:23:11 cluster/SAPDBMSCSMan.exe

STDOUT: extracting: -rwxr-xr-x 57344 2007-08-22 11:23:05 cluster/SAPDBMSCSRes.dll

STDOUT: extracting: -rwxr-xr-x 307200 2007-08-22 11:24:07 cluster/service_clu.exe

STDOUT: extracting: -rwxr-xr-x 495616 2007-08-22 11:24:05 cluster/serv_clu.exe

STDOUT: extracting: -rwxr-xr-x 339968 2007-08-22 11:24:01 cluster/stop_clu.exe

STDOUT: extracting: -rwxr-xr-x 339968 2007-08-22 11:23:59 cluster/strt_clu.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:15 demo/

STDOUT: extracting: -rw-rr 3110911 2007-08-22 10:57:11 demo/HOTEL.py

STDOUT: extracting: -rwxr-xr-x 367 2007-08-22 10:57:11 demo/ltutorial.py

STDOUT: extracting: -rw-rr 11333 2007-08-22 10:57:11 demo/tutoriallib.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 doc/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/

STDOUT: extracting: -rw-rr 3455 2007-08-22 10:57:11 doc/FirstSteps/index.html

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:32 doc/FirstSteps/Java/

STDOUT: extracting: -rw-rr 1019 2007-08-22 10:57:11 doc/FirstSteps/Java/DemodbData.class

STDOUT: extracting: -rw-rr 1536 2007-08-22 10:57:11 doc/FirstSteps/Java/DemodbData.java

STDOUT: extracting: -rw-rr 1599 2007-08-22 10:57:11 doc/FirstSteps/Java/HelloMaxDB.class

STDOUT: extracting: -rw-rr 1459 2007-08-22 10:57:11 doc/FirstSteps/Java/HelloMaxDB.java

STDOUT: extracting: -rw-rr 1959 2007-08-22 10:57:11 doc/FirstSteps/Java/HowToJava.html

STDOUT: extracting: -rw-rr 1305 2007-08-22 10:57:11 doc/FirstSteps/Java/StateMaxDB.class

STDOUT: extracting: -rw-rr 1064 2007-08-22 10:57:11 doc/FirstSteps/Java/StateMaxDB.java

STDOUT: extracting: -rw-rr 227 2007-08-22 10:57:11 doc/FirstSteps/maxdbenv.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/ODBC/

STDOUT: extracting: -rw-rr 4510 2007-08-22 10:57:11 doc/FirstSteps/ODBC/HelloMaxDB.c

STDOUT: extracting: -rw-rr 1293 2007-08-22 10:57:11 doc/FirstSteps/ODBC/HowToODBC.html

STDOUT: extracting: -rw-rr 393 2007-08-22 10:57:11 doc/FirstSteps/ODBC/Makefile

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/Perl/

STDOUT: extracting: -rw-rr 973 2007-08-22 10:57:11 doc/FirstSteps/Perl/demodbData.pm

STDOUT: extracting: -rw-rr 1894 2007-08-22 10:57:11 doc/FirstSteps/Perl/HowToPerl.html

STDOUT: extracting: -rwxr-xr-x 960 2007-08-22 10:57:11 doc/FirstSteps/Perl/StateMaxDB.pl

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/Python/

STDOUT: extracting: -rw-rr 871 2007-08-22 10:57:11 doc/FirstSteps/Python/demodbData.py

STDOUT: extracting: -rwxr-xr-x 859 2007-08-22 10:57:11 doc/FirstSteps/Python/HelloMaxDB-API.py

STDOUT: extracting: -rwxr-xr-x 859 2007-08-22 10:57:11 doc/FirstSteps/Python/HelloMaxDB.py

STDOUT: extracting: -rw-rr 3043 2007-08-22 10:57:11 doc/FirstSteps/Python/HowToPython.html

STDOUT: extracting: -rwxr-xr-x 865 2007-08-22 10:57:11 doc/FirstSteps/Python/StateMaxDB.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:34 doc/FirstSteps/SQLDBC/

STDOUT: extracting: -rw-rr 3522 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/HelloMaxDB.cpp

STDOUT: extracting: -rw-rr 1329 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/HowToSQLDBC.html

STDOUT: extracting: -rw-rr 563 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/Makefile

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:21 env/

STDOUT: extracting: -rwxr-xr-x 6150 2007-08-22 13:02:13 env/APPS.py

STDOUT: extracting: -rw-rr 3800 2007-08-22 13:02:13 env/CNR3DATA.py

STDOUT: extracting: -rw-rr 8216 2007-08-22 13:02:13 env/CNR3TAB.py

STDOUT: extracting: -rw-rr 196453 2007-08-22 13:11:05 env/cserv.pcf

STDOUT: extracting: -rw-rr 1861 2007-08-22 13:02:15 env/DBANA.py

STDOUT: extracting: -rw-rr 17874 2007-08-22 13:02:15 env/DBMVIEWS.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:16 env/en/

STDOUT: extracting: -rw-rr 7609 2007-08-22 13:11:04 env/en/DBM.en

STDOUT: extracting: -rw-rr 15713 2007-08-22 13:02:15 env/GARBAGE.py

STDOUT: extracting: -rw-rr 249 2007-08-22 13:11:04 env/general.use

STDOUT: extracting: -rwxr-xr-x 1304 2007-08-22 13:02:21 env/getpackages.py

STDOUT: extracting: -rw-rr 1144 2007-08-22 13:02:15 env/INFO.py

STDOUT: extracting: -rw-rr 14122 2007-08-22 13:02:23 env/installib.py

STDOUT: extracting: -rw-rr 73794 2007-08-22 13:02:17 env/JDBC.py

STDOUT: extracting: -rw-rr 396 2007-08-22 13:11:04 env/kernprot.use

STDOUT: extracting: -rwxr-xr-x 949 2007-08-22 13:02:23 env/lapps.py

STDOUT: extracting: -rw-rr 8269 2007-08-22 10:57:11 env/lsystab.py

STDOUT: extracting: -rw-rr 19374 2007-08-22 13:02:15 env/ODBC.py

STDOUT: extracting: -rw-rr 1241 2007-08-22 13:02:17 env/ORADD.py

STDOUT: extracting: -rw-rr 266421 2007-08-22 13:02:17 env/ORADDCOM.py

STDOUT: extracting: -rw-rr 9586 2007-08-22 13:02:17 env/ORADDSYN.py

STDOUT: extracting: -rw-rr 158400 2007-08-22 13:02:17 env/ORADDV.py

STDOUT: extracting: -rw-rr 1400 2007-08-22 13:02:19 env/PRECOM.py

STDOUT: extracting: -rw-rr 50345 2007-08-22 13:02:23 env/REPOSITORY.py

STDOUT: extracting: -rw-rr 61439 2007-08-22 13:02:15 env/SAPDBLOADER.py

STDOUT: extracting: -rw-rr 4483 2007-08-22 13:02:19 env/SHOWCMD.py

STDOUT: extracting: -rw-rr 49869 2007-08-22 13:02:19 env/SQLDBC.py

STDOUT: extracting: -rw-rr 47433 2007-08-22 13:02:19 env/SYSDBA.py

STDOUT: extracting: -rw-rr 57876 2007-08-22 13:02:19 env/SYSDBACOM.py

STDOUT: extracting: -rw-rr 16770 2007-08-22 13:02:19 env/SYSINFO.py

STDOUT: extracting: -rw-rr 114095 2007-08-22 13:02:21 env/SYSINFOCOM.py

STDOUT: extracting: -rw-rr 12526 2007-08-22 13:02:21 env/TRIGGER.py

STDOUT: extracting: -rw-rr 3203 2007-08-22 13:02:21 env/UDE.py

STDOUT: extracting: -rw-rr 6596 2007-08-22 13:02:23 env/WA.py

STDOUT: extracting: -rw-rr 54824 2007-08-22 13:02:21 env/XDD.py

STDOUT: extracting: -rw-rr 106292 2007-08-22 13:02:21 env/XDDCOM.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:21 lib/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 lib/python2.3/

STDOUT: extracting: -rw-rr 6867 2007-08-22 10:57:11 lib/python2.3/optlib.py

STDOUT: extracting: -rwxr-xr-x 135234 2007-08-22 10:57:11 lib/python2.3/pyexpat.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 lib/python2.3/sdb/

STDOUT: extracting: -rw-rr 14852 2007-08-22 10:57:11 lib/python2.3/sdb/dbapi.py

STDOUT: extracting: -rwxr-xr-x 507904 2007-08-22 13:02:37 lib/python2.3/sdb/dbm.pyd

STDOUT: extracting: -rwxr-xr-x 487424 2007-08-22 13:02:41 lib/python2.3/sdb/loader.pyd

STDOUT: extracting: -rwxr-xr-x 471040 2007-08-22 13:02:49 lib/python2.3/sdb/sql.pyd

STDOUT: extracting: -rw-rr 208 2007-08-22 10:57:11 lib/python2.3/sdb/__init__.py

STDOUT: extracting: -rwxr-xr-x 61503 2007-08-22 10:57:11 lib/python2.3/zlib.pyd

STDOUT: extracting: -rwxr-xr-x 49218 2007-08-22 10:57:11 lib/python2.3/_socket.pyd

STDOUT: extracting: -rwxr-xr-x 57407 2007-08-22 10:57:11 lib/python2.3/_sre.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 misc/

STDOUT: extracting: -rw-rr 2437 2007-08-22 15:41:01 misc/create_demo_db.cmd

STDOUT: extracting: -rw-rr 417 2007-08-22 15:41:01 misc/drop_demo_db.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 pgm/

STDOUT: extracting: -rwxr-xr-x 200704 2007-08-22 13:00:45 pgm/backup.exe

STDOUT: extracting: -rwxr-xr-x 380928 2007-08-22 11:21:45 pgm/cons.exe

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:21:21 pgm/cr_param.exe

STDOUT: extracting: -rwxr-xr-x 940032 2007-08-22 10:57:11 pgm/dbghelp.dll

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:33 pgm/dbmreg.exe

STDOUT: extracting: -rwxr-xr-x 454656 2007-08-22 12:58:13 pgm/dbmshm.exe

STDOUT: extracting: -rwxr-xr-x 2043904 2007-08-22 12:57:05 pgm/dbmsrv.exe

STDOUT: extracting: -rwxr-xr-x 1814528 2007-08-22 12:57:53 pgm/dbmsrvscd.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:23 pgm/dbmstart.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:29 pgm/dbmstop.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:39 pgm/dbmunreg.exe

STDOUT: extracting: -rwxr-xr-x 69632 2007-08-22 15:07:11 pgm/dbpinstall.dll

STDOUT: extracting: -rwxr-xr-x 1069056 2007-08-22 11:46:57 pgm/diagnose.exe

STDOUT: extracting: -rwxr-xr-x 7131136 2007-08-22 12:56:49 pgm/kernel.exe

STDOUT: extracting: -rwxr-xr-x 118784 2007-08-22 11:38:37 pgm/libhsscopy.dll

STDOUT: extracting: -rwxr-xr-x 1175552 2007-08-22 15:00:39 pgm/liboms.dll

STDOUT: extracting: -rwxr-xr-x 147456 2007-08-22 15:08:37 pgm/libsqlcls.dll

STDOUT: extracting: -rwxr-xr-x 1159168 2007-08-22 15:10:19 pgm/libSQLDBC.dll

STDOUT: extracting: -rwxr-xr-x 1245184 2007-08-22 15:13:55 pgm/libSQLDBC_C.dll

STDOUT: extracting: -rwxr-xr-x 3006464 2007-08-22 13:10:31 pgm/lserver.exe

STDOUT: extracting: -rwxr-xr-x 20545 2007-08-22 10:57:11 pgm/pysapdb.exe

STDOUT: extracting: -rwxr-xr-x 974915 2007-08-22 10:57:11 pgm/python23.dll

STDOUT: extracting: -rw-rr 2071185 2007-08-22 10:57:11 pgm/python23.zip

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:21:21 pgm/renparam.exe

STDOUT: extracting: -rwxr-xr-x 290816 2007-08-22 11:22:51 pgm/service.exe

STDOUT: extracting: -rwxr-xr-x 1286144 2007-08-22 11:45:21 pgm/slowci.exe

STDOUT: extracting: -rwxr-xr-x 413696 2007-08-22 11:22:55 pgm/sqlinst.dll

STDOUT: extracting: -rwxr-xr-x 1359872 2007-08-22 11:23:01 pgm/sqlmsg.dll

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:21:53 pgm/stop.exe

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:21:49 pgm/strt.exe

STDOUT: extracting: -rwxr-xr-x 98304 2007-08-22 13:18:51 pgm/StudioUtil.dll

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 11:38:31 pgm/sysrc.exe

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 11:22:59 pgm/systemrc.exe

STDOUT: extracting: -rwxr-xr-x 225280 2007-08-22 13:19:01 pgm/TableDefC.dll

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 13:02:03 pgm/Tools_WinEvtLog.dll

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 13:10:47 pgm/tracesort.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 sap/

STDOUT: extracting: -rw-rr 147 2007-08-22 10:57:11 sap/dbpinstall.lst

STDOUT: extracting: -rw-rr 761 2007-08-22 12:59:05 sap/grantxdb.dbm

STDOUT: extracting: -rwxr-xr-x 18192 2007-08-22 10:57:11 sap/lcinit.bat

STDOUT: extracting: -rwxr-xr-x 126976 2007-08-22 15:06:45 sap/lvcbench.dll

STDOUT: extracting: -rw-rr 89 2007-08-22 10:57:11 sap/saprfc.ini

STDOUT: extracting: -rwxr-xr-x 86016 2007-08-22 13:21:11 sap/sphsapdb.dll

STDOUT: extracting: -rw-rr 12 2007-08-22 10:57:11 sap/sphsapdb.lst

STDOUT: checking unpacked archive... MSG: check file "doc/FirstSteps/ODBC/HowToODBC.html": ok

MSG: check file "lib/python2.3/_socket.pyd": ok

MSG: check file "pgm/dbmsrv.exe": ok

MSG: check file "env/INFO.py": ok

MSG: check file "pgm/diagnose.exe": ok

MSG: check file "misc/create_demo_db.cmd": ok

MSG: check file "lib/python2.3/sdb/__init__.py": ok

MSG: check file "bin/xci.exe": ok

MSG: check file "bin/xtracesort.exe": ok

MSG: check file "bin/x_diagnose.exe": ok

MSG: check file "pgm/Tools_WinEvtLog.dll": ok

MSG: check file "sap/grantxdb.dbm": ok

MSG: check file "pgm/cons.exe": ok

MSG: check file "demo/tutoriallib.py": ok

MSG: check file "sap/sphsapdb.dll": ok

MSG: check file "demo/HOTEL.py": ok

MSG: check file "env/cserv.pcf": ok

MSG: check file "pgm/service.exe": ok

MSG: check file "lib/python2.3/_sre.pyd": ok

MSG: check file "doc/FirstSteps/Python/HowToPython.html": ok

MSG: check file "doc/FirstSteps/ODBC/HelloMaxDB.c": ok

MSG: check file "doc/FirstSteps/Java/DemodbData.java": ok

MSG: check file "pgm/dbghelp.dll": ok

MSG: check file "sap/saprfc.ini": ok

MSG: check file "cluster/strt_clu.exe": ok

MSG: check file "pgm/tracesort.exe": ok

MSG: check file "cluster/SAPDBMSCSMan.exe": ok

MSG: check file "bin/sqlwhat.exe": ok

MSG: check file "lib/python2.3/pyexpat.pyd": ok

MSG: check file "pgm/libSQLDBC_C.dll": ok

MSG: check file "bin/x_python.exe": ok

MSG: check file "pgm/python23.dll": ok

MSG: check file "env/SQLDBC.py": ok

MSG: check file "cluster/SAPDBMSCSRes.dll": ok

MSG: check file "cluster/stop_clu.exe": ok

MSG: check file "pgm/sqlinst.dll": ok

MSG: check file "pgm/StudioUtil.dll": ok

MSG: check file "doc/FirstSteps/Python/HelloMaxDB.py": ok

MSG: check file "sap/sphsapdb.lst": ok

MSG: check file "pgm/cr_param.exe": ok

MSG: check file "bin/sqlrun.dll": ok

MSG: check file "bin/backint.exe": ok

MSG: check file "pgm/libSQLDBC.dll": ok

MSG: check file "bin/dbmsrvctl.exe": ok

MSG: check file "env/UDE.py": ok

MSG: check file "doc/FirstSteps/Java/DemodbData.class": ok

MSG: check file "sap/lcinit.bat": ok

MSG: check file "env/lsystab.py": ok

MSG: check file "doc/FirstSteps/Perl/StateMaxDB.pl": ok

MSG: check file "lib/python2.3/zlib.pyd": ok

MSG: check file "pgm/python23.zip": ok

MSG: check file "doc/FirstSteps/Java/HelloMaxDB.class": ok

MSG: check file "env/installib.py": ok

MSG: check file "pgm/renparam.exe": ok

MSG: check file "doc/FirstSteps/Python/StateMaxDB.py": ok

MSG: check file "env/TRIGGER.py": ok

MSG: check file "pgm/libhsscopy.dll": ok

MSG: check file "pgm/systemrc.exe": ok

MSG: check file "pgm/dbmunreg.exe": ok

MSG: check file "bin/dbmevtdisp.exe": ok

MSG: check file "doc/FirstSteps/ODBC/Makefile": ok

MSG: check file "pgm/stop.exe": ok

MSG: check file "lib/python2.3/sdb/sql.pyd": ok

MSG: check file "env/APPS.py": ok

MSG: check file "env/kernprot.use": ok

MSG: check file "pgm/liboms.dll": ok

MSG: check file "cluster/service_clu.exe": ok

MSG: check file "env/ORADDSYN.py": ok

MSG: check file "env/SYSINFOCOM.py": ok

MSG: check file "cluster/SAPDBMSCSEx.dll": ok

MSG: check file "doc/FirstSteps/SQLDBC/HelloMaxDB.cpp": ok

MSG: check file "env/CNR3DATA.py": ok

MSG: check file "doc/FirstSteps/index.html": ok

MSG: check file "doc/FirstSteps/Java/HowToJava.html": ok

MSG: check file "doc/FirstSteps/Perl/demodbData.pm": ok

MSG: check file "bin/pipe2file.exe": ok

MSG: check file "bin/dbmevthndl_winlog.exe": ok

MSG: check file "demo/ltutorial.py": ok

MSG: check file "doc/FirstSteps/Python/HelloMaxDB-API.py": ok

MSG: check file "bin/xservice.exe": ok

MSG: check file "env/REPOSITORY.py": ok

MSG: check file "cluster/serv_clu.exe": ok

MSG: check file "lib/python2.3/optlib.py": ok

MSG: check file "env/ORADDCOM.py": ok

MSG: check file "doc/FirstSteps/SQLDBC/Makefile": ok

MSG: check file "pgm/dbmsrvscd.exe": ok

MSG: check file "doc/FirstSteps/Perl/HowToPerl.html": ok

MSG: check file "pgm/TableDefC.dll": ok

MSG: check file "cluster/dbmsrv_clu.exe": ok

MSG: check file "pgm/sysrc.exe": ok

MSG: check file "bin/xoldci.exe": ok

MSG: check file "pgm/kernel.exe": ok

MSG: check file "doc/FirstSteps/Java/StateMaxDB.class": ok

MSG: check file "pgm/slowci.exe": ok

MSG: check file "env/SAPDBLOADER.py": ok

MSG: check file "bin/sqlver.exe": ok

MSG: check file "env/general.use": ok

MSG: check file "sap/dbpinstall.lst": ok

MSG: check file "pgm/dbpinstall.dll": ok

MSG: check file "doc/FirstSteps/Java/StateMaxDB.java": ok

MSG: check file "env/en/DBM.en": ok

MSG: check file "sap/lvcbench.dll": ok

MSG: check file "env/lapps.py": ok

MSG: check file "env/getpackages.py": ok

MSG: check file "pgm/lserver.exe": ok

MSG: check file "env/WA.py": ok

MSG: check file "lib/python2.3/sdb/dbm.pyd": ok

MSG: check file "misc/drop_demo_db.cmd": ok

MSG: check file "bin/ireport.py": ok

MSG: check file "lib/python2.3/sdb/dbapi.py": ok

MSG: check file "doc/FirstSteps/Java/HelloMaxDB.java": ok

MSG: check file "env/ORADDV.py": ok

MSG: check file "pgm/pysapdb.exe": ok

MSG: check file "doc/FirstSteps/maxdbenv.cmd": ok

MSG: check file "env/GARBAGE.py": ok

MSG: check file "pgm/libsqlcls.dll": ok

MSG: check file "bin/xkernprot.exe": ok

MSG: check file "env/SYSINFO.py": ok

MSG: check file "env/XDDCOM.py": ok

MSG: check file "bin/sdbfill.exe": ok

MSG: check file "doc/FirstSteps/SQLDBC/HowToSQLDBC.html": ok

MSG: check file "env/XDD.py": ok

MSG: check file "lib/python2.3/sdb/loader.pyd": ok

MSG: check file "env/ODBC.py": ok

MSG: check file "pgm/backup.exe": ok

MSG: check file "env/SYSDBA.py": ok

MSG: check file "pgm/dbmshm.exe": ok

MSG: check file "env/PRECOM.py": ok

MSG: check file "env/ORADD.py": ok

MSG: check file "env/CNR3TAB.py": ok

MSG: check file "cluster/sapdbmscsman.dll": ok

MSG: check file "pgm/strt.exe": ok

MSG: check file "env/SHOWCMD.py": ok

MSG: check file "env/DBANA.py": ok

MSG: check file "env/SYSDBACOM.py": ok

MSG: check file "pgm/dbmstop.exe": ok

MSG: check file "doc/FirstSteps/Python/demodbData.py": ok

MSG: check file "bin/dbmevthndl_display.exe": ok

MSG: check file "env/DBMVIEWS.py": ok

MSG: check file "pgm/dbmstart.exe": ok

MSG: check file "env/JDBC.py": ok

MSG: check file "pgm/dbmreg.exe": ok

MSG: check file "pgm/sqlmsg.dll": ok

STDOUT: ok

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/index.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Perl/HowToPerl.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Python/HowToPython.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/ODBC/HowToODBC.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Java/HowToJava.html" modified by installer

MSG: file "c:/program files/sdb/7603/misc/create_demo_db.cmd" modified by installer

MSG: file "c:/program files/sdb/7603/misc/drop_demo_db.cmd" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/maxdbenv.cmd" modified by installer

SYS: "C:\Program Files\sdb\7603\bin\dbmsrvctl.exe" start

SYS: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": ERR

SYS: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": -24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

STDERR: error occured while executing "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\"

STDERR: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": ERR

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": -24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

STDERR: installation exited abnormally at Th, Sep 20, 2007 at 11:28:14

MSG: packagedata of package Base not changed

MSG: packagedata of package Server Utilities not changed

MSG: packagedata of package Redist Python not changed

MSG: packagedata of package Loader not changed

MSG: packagedata of package ODBC not changed

MSG: packagedata of package Messages not changed

MSG: packagedata of package JDBC not changed

MSG: packagedata of package Synchronization Manager not changed

MSG: packagedata of package SQLDBC not changed

MSG: packagedata of package DB Analyzer not changed

MSG: writing 11 packages

MSG: net install registry size = 66448 bytes

MSG: wrote install registry (78421 bytes)

MSG: install registry successfully unlocked

former_member229109
Active Contributor
0 Kudos

Hello Miro,

-> What is the version & SP of the OS you have on your PC?

Please check the events errors reported at the time, when you run installation.

-> Please list files under C:\Data\MaxDB\wrk.

If you have .dbm.shi and ..dbm.shm in this directory < started with . > as before

& you reported that no services were registered like

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAP DBTech-.*

Correct?

What is output of the following command 'dbmcli db_enum -s' ?

=> Please check if you could delete .dbm.shi and ..dbm.shm files in Windows explorer.

-> Please list files under C:\Data\MaxDB\config

to see if you have .M760307 file or not? < binary param file. >

-> Please update with output of the following commands:

dbmcli db_enum -s

dbmcli -s inst_enum

-> You wrote:

"I have tried to install MaxDB on my laptop to which I am directly logged in. I am performing the installation under my network account (authenticated against Active Directory) which is part of the local Administrators group. As I mentioned before I have installed using this account on this very same laptop 7-8 other DBMSes without any issues. At this time I am just trying to install the MasDB software without actually creating database instance."

Could you please be more specific. I understood that you were able to install the MAXDB database software on your laptop, when you logged in directly. Correct.

What is "very same laptop"?

When you will run the installation with creating database instance, first you have to install & register the installed database software

=> your problem will occur also when you run installation with actually creating database instance too.

Thank you and best regards, Natalia Khlopina

Former Member
0 Kudos

Hello Natalia,

=> What is the version & SP of the OS you have on your PC?

Windows XP Professional Version 2002 Service Pack 2

=>Please check the events errors reported at the time, when you run installation.

No other errors in the event log around the time of installation

=> List of files under C:\Data\MaxDB\wrk:

P:\>dir /S C:\Data\MaxDB\wrk

Volume in drive C is SYSTEM

Volume Serial Number is 8874-6E0B

Directory of C:\Data\MaxDB\wrk

09/20/2007 11:40 AM <DIR> .

09/20/2007 11:40 AM <DIR> ..

09/20/2007 11:28 AM 2,544 .M760307.dbm.shi

09/18/2007 11:31 AM 2,544 .M760307.dbm.shi_old

09/20/2007 11:28 AM 81 .M760307.dbm.shm

09/18/2007 11:31 AM 81 .M760307.dbm.shm_old

09/18/2007 11:31 AM 0 dbmsrv_CLXITISE3OJD.err

09/20/2007 11:41 AM 5,332 dbmsrv_CLXITISE3OJD.prt

09/18/2007 11:37 AM 66,124 MaxDBSoftware_install-18.09.2007-11.37.log

09/20/2007 11:25 AM 452 MaxDBSoftware_install-20.09.2007-11.25.log

09/20/2007 11:34 AM 42,744 MaxDBSoftware_install-20.09.2007-11.34.log

09/20/2007 11:40 AM 2,544 TEST.dbm.shi

09/20/2007 11:40 AM 81 TEST.dbm.shm

09/20/2007 11:05 AM 102,400 xserver_CLXITISE3OJD.old

09/20/2007 11:07 AM 102,400 xserver_CLXITISE3OJD.prt

13 File(s) 327,327 bytes

Total Files Listed:

13 File(s) 327,327 bytes

2 Dir(s) 5,828,399,104 bytes free

=>If you have .dbm.shi and ..dbm.shm in this directory < started with . > as before

=>& you reported that no services were registered like

=>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAP DBTech-.*

=>Correct?

That was correct at the time of writing. Now I have there 4 services SAP DBTech-TEST which were created when Berndt asked me to

create the testp database. But I as I wrote I cannot start any of these services.

=> output of the following command 'dbmcli db_enum -s' ?

P:\>dbmcli db_enum -s

OK

TEST C:\Program Files\sdb\7603 7.6.03.07 fast offline

TEST C:\Program Files\sdb\7603 7.6.03.07 quick offline

TEST C:\Program Files\sdb\7603 7.6.03.07 slow offline

TEST C:\Program Files\sdb\7603 7.6.03.07 test offline

=> Please check if you could delete .dbm.shi and ..dbm.shm files in Windows explorer.

Yes I can delete them in windows explorer.

=> Please list files under C:\Data\MaxDB\config

As you can see I do not have the time file .M760307 file or not? < binary param file. >

P:\>dir /S C:\Data\MaxDB\config

Volume in drive C is SYSTEM

Volume Serial Number is 8874-6E0B

Directory of C:\Data\MaxDB\config

09/20/2007 11:40 AM <DIR> .

09/20/2007 11:40 AM <DIR> ..

09/20/2007 11:25 AM <DIR> install

09/20/2007 11:40 AM 1,536 TEST.upc

1 File(s) 1,536 bytes

Directory of C:\Data\MaxDB\config\install

09/20/2007 11:25 AM <DIR> .

09/20/2007 11:25 AM <DIR> ..

09/20/2007 11:29 AM 78,421 INSTREG

09/20/2007 11:25 AM 78,398 INSTREG.20070920112540

09/20/2007 11:29 AM 2,105,344 INSTREGLOG

3 File(s) 2,262,163 bytes

Total Files Listed:

4 File(s) 2,263,699 bytes

5 Dir(s) 5,828,313,088 bytes free

=> dbmcli db_enum -s

The same as above

=> dbmcli -s inst_enum

P:\>dbmcli -s inst_enum

OK

7.6.03.07 C:\Program Files\sdb\7603

=> Could you please be more specific. I understood that you were able to install the MAXDB database software on your laptop, when you logged in directly. Correct.

No I was never able to install the MAXDB software without error. I always get the error during the installation of the kernel.

What is "very same laptop"?

=> I am using this laptop for development. It's configuration has not changed. I am able to install, run and uninstall on this laptop any other database from the 7-8 I am testing with except MaxDB. The MaxDB installation has always failed during the installation of the kernel.

=> your problem will occur also when you run installation with actually creating database instance too.

I think I have tried tis long time ago. I could never get a working instance. I assume that because of the error I get during the installation of the database kernel and the database kernel is reported as invalid the creation of the instance always fails.

Let me ask you some question.

1. What does it means when the sdbverify tells me that "Database Kernel in c:/program files/sdb/7603 is invalid" What kind of verification is performed here?

2. Also what kind of service it is the installation trying to register during installation of the kernel? As you can see, the XServer service is successfully installed and running, and when I create the database instance, the instance services are also created, they just cannot run.

Thanks,

Miro Halas

0 Kudos

Hello Natalia, hello Miro

here we have the major symptom of Miros's problem:

<b>

> P:>"C:Program Filessdbprogramspgmdbmcli.exe"
> C:Program Filessdbprogramspgmdbmcli.exe>db_create TEST dbm,dbm
> OK
> 
> ---
> C:Program Filessdbprogramspgmdbmcli.exe>param_startsession
> ERR
> -24724,ERR_RESLOCK_NO_LOCK: Resource ParamAccess not locked
> -24726,ERR_SHMLINESEXCEEDED: Too many lines of type 1

</b>

(for other readers the MaxDB version is 7.6.03.07)

The db_create creates the windows service entry and several file in C:\Data\MaxDB (e.g. config\TEST.upc, wrk\TEST.dbm.shm, wrk\TEST.dbm.shi). The following param_startsession tries to use the files wrk\TEST.dbm.shm and wrk\TEST.dbm.shi, but the content does not meet the expectations. It looks like the files were changed between writing and reading again.

Inside the inst_reg is the creation of our hidden service database which has the same problem.

So we should concentrate on the problem with the shi and shm file.

Currently I do have only the explanation of the problem but no solution. Miro, please send me a copy of the TEST.dbm.shi and TEST.dbm.shm file. (You will find my address in the business card.)

Are there any special drivers inside the file system? E.g. encryption, compression, virus scanner or any other kind of disc security or such stuff?

You may also change the location of the so called "Independent Data Path" (currently C:\Data\MaxDB) preferably to another disc:

> sdbconfig IndepData=<newlocation>

Please create the directory <newlocation> and the wrk and config directories inside. After this try again

>dbmcli inst_reg -k \"C:\Program Files\sdb\7603\"

or the db_create sequence.

If you change the "Independent Data Path" permanently to a new location please copy the content from the old one. It contains the installation history and other information.

Best regards

Bernd

Former Member
0 Kudos

Hello Bernd,

you might be up to something. I work for a very large financial institution and all our corporate computers have installed mandatory disc encryption. The software we use is called Credant. Obviously I do not have any control over this software or its configuration and therefore I cannot influence what is encrypted and what is not. Every physically attached device is encrypted therefore I don't even have option of moving the path to a different drive. So far I have not come across any application or service for which this would cause problem and as I mentioned I have tried quite a few other DBMSes, even another real time disc encryption on top of the existing one (don't ask :-). We have also the expected real-time virus protection using McAfee over which I have not control either.

I will send you the files you have requested. I have looked at them using notepad and they look just fine to me, but you can verify it for sure. Obviously when I look at them (or send them via email), I expect that they are decrypted on the fly.

Thank you

Miro

Former Member
0 Kudos

Miro,

Bernd forwarded me the files. The content of the file looks indeed strange to me. I understand you're a developer. I'll send you some source code that you please compile and run on the very machine, on which you want to install the database.

Regards,

Marc-Philip

Former Member
0 Kudos

Miro,

below is the code. Please compile it (it's of course all at your own risk). Say, you compiled it to

testshm.exe

.

First call

testshm C:DataMaxDBwrktest0.shm 0

Then call

testshm C:DataMaxDBwrktest1.shm 1

Please send me the two files test0.shm and test1.shm from C:\Data\MaxDB\wrk. You can see my address in my business card.

Thanks,

Marc-Philip

#include <stdio.h>
#include <windows.h>

int main( int argc, char** argv )
{
    if( 3 != argc )
        return 1;

    void* shmAddress(0);
    DWORD rc(NO_ERROR);
    HANDLE fileHandle(INVALID_HANDLE_VALUE);
    HANDLE mappingHandle(INVALID_HANDLE_VALUE);

    char* path(argv[1]);
    char* value(argv[2]);
    char* errorText(0);

    fileHandle = CreateFile(path, GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, 0, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0);
    if( INVALID_HANDLE_VALUE != fileHandle )
    {
        mappingHandle = CreateFileMapping(fileHandle, NULL, PAGE_READWRITE|SEC_COMMIT, 0, (SIZE_T)1000, 0);
        if( 0==mappingHandle)
        {
            // create mapping failed
            rc = GetLastError();
            FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_ALLOCATE_BUFFER, 0, rc, 0, (LPSTR)&errorText, 0, 0);
            fprintf(stderr, errorText);
            LocalFree(errorText);
            return 2;			
        }

        shmAddress = MapViewOfFile(mappingHandle, FILE_MAP_ALL_ACCESS, 0, 0, (SIZE_T)1000);
        if( 0==shmAddress )
        {
            // mapping failed
            rc = GetLastError();
            FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_ALLOCATE_BUFFER, 0, rc, 0, (LPSTR)&errorText, 0, 0);
            fprintf(stderr, errorText);
            LocalFree(errorText);
            return 3;
        }

        // cleanup
        if( 0!= mappingHandle )
        CloseHandle(mappingHandle);

        if( 0!= fileHandle )
        CloseHandle(fileHandle);

        printf("memory is at %pn", shmAddress);
        int value = atoi(argv[2]);
        if( 0!=value )
        memset(shmAddress, value, 1000);
        return 0;
    }
    else
    {
        rc = GetLastError();
        FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_ALLOCATE_BUFFER, 0, rc, 0, (LPSTR)&errorText, 0, 0);
        fprintf(stderr, errorText);
        LocalFree(errorText);
        return 4;
    }
}

Former Member
0 Kudos

Hello Marc-Philip

I have compiled and run your program. Here is output

P:\api12>api12 C:\Data\MaxDB\wrk\test0.shm 0

memory is at 00360000

P:\api12>api12 C:\Data\MaxDB\wrk\test1.shm 1

memory is at 00360000

I will send you those two files. I have compared them and they look completely different and not just because of different value written to the file.

Former Member
0 Kudos

Miro,

thank you for compiling the program and sending me the output. You have proven, that we have a problem...

Here's a part o the documentation of the Windows API function <b>CreateFileMapping</b> from the Microsoft Visual Studio 2005 documentation (locally on my machine): The initial contents of the pages in a file mapping object are 0 (zero).

Here's a paragraph of the Remarks section of the documentation of the Windows API function <b>CreateFileMapping</b> from <a href="http://msdn2.microsoft.com/en-us/library/aa366537.aspx">MSDN</a>: The initial contents of the pages in a file mapping object <b>backed by the page</b> file are 0 (zero).

Microsoft's online documentation was obviously updated recently. Our code in that area is fairly old and does not reflect the new documentation, which is much more precise than the local one. Anyway, we'll fix this bug. You may track it <a href="http://www.sapdb.org/webpts?stored=yes&Init=no&SelFECR=3&Number=1150731&TStatus1=yes&TStatus2=yes&TStatus3=yes&TStatus4=yes&TStatus5=yes&Rows=25&RowSelect=1&ResultCols=1&FTSearchOpt=1&KWOpt=1">here</a>.

For the time being: For productive databases, you would not store the database files on an encrypted file system, because of the loss of performance caused by on-the-fly-encryption and decryption. You would secure your data by other means. Maybe it's possible for you to test MaxDB on a no-encrypted file system?

Regards,

Marc-Philip

Former Member
0 Kudos

Hello Marc-Philip,

thank you for your response. I am glad you have discovered the real issue behind this problem. Unfortunately due to corporate policy I do not have option to test with unencrypted file system for now. I will keep monitoring the bug and will give it another try once it is resolved.

Thanks again,

Miro Halas

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

Did you do a clean uninstall of the failed attempts before? It seems, that "rests" of the configuration is still burried in the registry...

--

Markus

Former Member
0 Kudos

Markus,

I tried the installation twice. The first one failed with the same exact error. I tried to create two instances of database and they both failed with the same error. Then I tried to start from scratch. Since I couldn't run uninstall using the installation manager, since I couldn't drop the two failed instances, I have run

C:\Program Files\sdb\programs\bin\sdbuninst --all

and then removed from registry any reference to sap and maxdb. I have also removed from disk all files which were created by the installation.

Then after reboot I run the installation again and that is the log I sent you. When creating the database instance I got the same error as the first time. If you tell me how to drop the failed instance I can run the regular uninstall and try again.

Thanks for looking into this,

Miro Halas

Former Member
0 Kudos

Hello Miro,

you can send db_drop command also as SYSDBA-user. During the create instance process you create as first your DBM-user and as second your SYSDBA-user. If you write down the user name and password of this second user please try to drop both databases with their users.

Kind regards,

Oksana Alekseious

Former Member
0 Kudos

Hello Oksana,

thank you for the advice. I did try to do so. If I use the Desktop/Client option to create the database instance, it gives me option to enter values for only one user. I did try to drop the db using the values I have used, no luck, I get

Enter server name: localhost

Enter database name: MAXTEST

Enter user for authorization: DBADMIN

Enter password:

Error! Connection failed to node localhost for database MAXTEST:

-24950,ERR_USRFAIL: User authorization failed

Even though I am confident I am entering the correct values. So my questions still stand

1. How do I get rid of the corrupted database, creation of which failed (and why did it failed in the first place)

2. How to create a valid instance. I always get an error when creating instancel

3. Why do I get all this errors (installation, creation of instance)

I am trying to get a working copy of MaxDB so I can test our software with it and so far I had no luck.

Thank you,

Miro

Former Member
0 Kudos

Here is the log during installation

INSTALLER_INFO: Version = 7.6.03 Build 007-123-157-515

INSTALLER_INFO: Changelist = 157515

INSTALLER_INFO: MakeId = 256246

INSTALLER_INFO: Type = kit

SYS_INFO: Host name = CLXITISE3OJD

SYS_INFO: System = Windows

SYS_INFO: Architecture = I386

SYS_INFO: Version = NT 5.1

SYS_INFO: Subversion = Service Pack 2

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech":

MSG: collector found 11 archives

debug package SDBBAS.SDB not found

debug package SDBKRN.SDB not found

debug package SDBUTL.SDB not found

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech":

MSG: initializing package "Base"

MSG: calling preinstall...

MSG: service "sql6" in "C:/WINNT/system32/drivers/etc/services" found

MSG: service "sapdbni72" in "C:/WINNT/system32/drivers/etc/services" found

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech":

MSG: selected new installation in ""

MSG: selected new installation in "c:/program files/sdb/programs"

ACTION: make directory "c:/data/maxdb/config" mode "775"

ACTION: make directory "c:/data/maxdb/config/install" mode "775"

MSG: InstallRegistry: space check ok: 10852228 kb on C: (30716244 kb total) available

MSG: install registry successfully locked

MSG: InstallRegistry::Log: space check ok: 10852228 kb on C: (30716244 kb total) available

MSG: writing 0 packages

MSG: net install registry size = 63 bytes

MSG: wrote install registry (125 bytes)

MSG: InstallRegistry: reserved 1024 kb disk space

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech":

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\Installations": No such file or directory

Can't open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech\Installations\": No such file or directory

STDERR: getInstalledReleasesWin(): wrong version format

getRelease():/pgm/kernel.exe not found

WRN: old DBROOT installation found

0.0.0.0 in "" ignored

MSG: no installation data to migrate

MSG: initializing package "Server Utilities"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Database Kernel"

MSG: calling preinstall...

MSG: selected new installation in "c:/program files/sdb/7603"

MSG: initializing package "Redist Python"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Loader"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "ODBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Messages"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "JDBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "Synchronization Manager"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "SQLDBC"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

MSG: initializing package "DB Analyzer"

MSG: calling preinstall...

MSG: path was set by preinstall script (c:/program files/sdb/programs)

ACTION: make directory "C:/Program Files/sdb" mode "555"

ACTION: make directory "C:/Program Files/sdb/programs" mode "555"

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBBAS.TGZ"

MSG: running postprepare of package Base

ACTION: make directory "c:/data/maxdb/wrk" mode "770"

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBUTL.TGZ"

ACTION: make directory "C:/Program Files/sdb/7603" mode "555"

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBKRN.TGZ"

MSG: running postprepare of package Database Kernel

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBRDPY.TGZ"

MSG: running postprepare of package Redist Python

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBLD.TGZ"

MSG: running postprepare of package Loader

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBODBC.TGZ"

MSG: running postprepare of package ODBC

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBMSG.TGZ"

MSG: running postprepare of package Messages

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBJDBC.TGZ"

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SYNCMAN.TGZ"

MSG: running postprepare of package Synchronization Manager

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBC.TGZ"

MSG: running postprepare of package Database Connectivity

STDOUT: start extraction test run of "C:/Temp/MaxC.tmp/SDBANA.TGZ"

MSG: running postprepare of package DB Analyzer

MSG: space check ok: 10848996 kb on (30716244 kb total) available

MSG: packagedata of package Base changed

MSG: writing 1 packages

MSG: net install registry size = 1020 bytes

MSG: wrote install registry (1617 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBBAS.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:20:22 bin/

STDOUT: extracting: -rwxr-xr-x 794624 2007-08-22 13:01:49 bin/dbmevtdisp.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:58:21 bin/protconv.exe

STDOUT: extracting: -rwxr-xr-x 151552 2007-08-22 11:21:59 bin/sdbconfig.exe

STDOUT: extracting: -rwxr-xr-x 7168 2007-08-22 16:18:50 bin/SDBINST.EXE

STDOUT: extracting: -rwxr-xr-x 6144 2007-08-22 16:18:52 bin/sdbpack.exe

STDOUT: extracting: -rwxr-xr-x 7680 2007-08-22 16:18:52 bin/sdbreg.exe

STDOUT: extracting: -rwxr-xr-x 7680 2007-08-22 16:18:51 bin/sdbregview.exe

STDOUT: extracting: -rwxr-xr-x 13824 2007-08-22 16:18:50 bin/SDBSETUP.EXE

STDOUT: extracting: -rwxr-xr-x 7680 2007-08-22 16:18:51 bin/sdbuninst.exe

STDOUT: extracting: -rwxr-xr-x 7168 2007-08-22 16:18:52 bin/sdbverify.exe

STDOUT: extracting: -rwxr-xr-x 1228800 2007-08-22 15:36:09 bin/sqlcli.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xsysrc.exe

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:38:01 bin/xtcpupd.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 11:02:37 bin/xuser.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_ping.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:20:23 install/

STDOUT: extracting: -rwxr-xr-x 192512 2007-08-22 16:10:57 install/Grid.dll

STDOUT: extracting: -rwxr-xr-x 757760 2007-08-22 15:45:12 install/perl58.dll

STDOUT: extracting: -rw-rr 67080 2007-08-22 16:18:49 install/RESOURCES.TGZ

STDOUT: extracting: -rw-rr 459564 2007-08-22 16:18:49 install/SDBINST.TGZ

STDOUT: extracting: -rwxr-xr-x 421888 2007-08-22 16:18:27 install/sdbrun.dll

STDOUT: extracting: -rwxr-xr-x 1245184 2007-08-22 16:16:39 install/Wx.dll

STDOUT: extracting: -rwxr-xr-x 2265088 2007-08-22 16:09:47 install/wxmsw24.dll

STDOUT: extracting: -rw-rr 64319 2007-08-22 16:18:55 install/WXPERL.TGZ

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:20:25 pgm/

STDOUT: extracting: -rwxr-xr-x 2043904 2007-08-22 12:58:33 pgm/dbmcli.exe

STDOUT: extracting: -rwxr-xr-x 2043904 2007-08-22 12:58:33 pgm/dbmcli_HelpInst.exe

STDOUT: extracting: -rwxr-xr-x 217088 2007-08-22 13:18:45 pgm/regupd.exe

STDOUT: extracting: -rwxr-xr-x 307200 2007-08-22 11:38:29 pgm/sqlping.exe

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 10:51:25 pgm/sqltcp.dll

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 10:51:27 pgm/sqltcp1.dll

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 10:51:29 pgm/sqltcp2.dll

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 10:51:31 pgm/sqltcpn.dll

STDOUT: extracting: -rwxr-xr-x 281952 2007-08-22 16:19:53 pgm/sqluser72.dll

STDOUT: extracting: -rwxr-xr-x 372672 2007-08-22 16:19:56 pgm/sqluser73.dll

STDOUT: extracting: -rwxr-xr-x 393216 2007-08-22 16:19:59 pgm/sqluser74.dll

STDOUT: extracting: -rwxr-xr-x 438272 2007-08-22 16:20:02 pgm/sqluser74n.dll

STDOUT: extracting: -rwxr-xr-x 520192 2007-08-22 15:07:21 pgm/sqluser76.dll

STDOUT: checking unpacked archive... MSG: check file "bin/x_ping.exe": ok

MSG: check file "pgm/dbmcli_HelpInst.exe": ok

MSG: check file "bin/SDBINST.EXE": ok

MSG: check file "pgm/sqluser74.dll": ok

MSG: check file "install/SDBINST.TGZ": ok

MSG: check file "pgm/sqluser74n.dll": ok

MSG: check file "bin/SDBSETUP.EXE": ok

MSG: check file "bin/protconv.exe": ok

MSG: check file "install/wxmsw24.dll": ok

MSG: check file "install/WXPERL.TGZ": ok

MSG: check file "install/sdbrun.dll": ok

MSG: check file "pgm/sqluser73.dll": ok

MSG: check file "bin/xuser.exe": ok

MSG: check file "pgm/sqluser76.dll": ok

MSG: check file "pgm/sqltcp1.dll": ok

MSG: check file "install/RESOURCES.TGZ": ok

MSG: check file "pgm/sqltcp.dll": ok

MSG: check file "pgm/dbmcli.exe": ok

MSG: check file "bin/sdbverify.exe": ok

MSG: check file "bin/xsysrc.exe": ok

MSG: check file "install/perl58.dll": ok

MSG: check file "bin/sdbuninst.exe": ok

MSG: check file "pgm/regupd.exe": ok

MSG: check file "pgm/sqlping.exe": ok

MSG: check file "bin/sdbpack.exe": ok

MSG: check file "pgm/sqltcpn.dll": ok

MSG: check file "pgm/sqluser72.dll": ok

MSG: check file "pgm/sqltcp2.dll": ok

MSG: check file "bin/sdbregview.exe": ok

MSG: check file "bin/dbmevtdisp.exe": ok

MSG: check file "install/Grid.dll": ok

MSG: check file "bin/xtcpupd.exe": ok

MSG: check file "bin/sdbconfig.exe": ok

MSG: check file "install/Wx.dll": ok

MSG: check file "bin/sdbreg.exe": ok

MSG: check file "bin/sqlcli.exe": ok

STDOUT: ok

STDOUT: checking system libraries...MSG: update test sytem file "C:/WINNT/system32/mfc70.dll"

MSG: system file "mfc70.dll" inside archive has version 7.00.9466.0

MSG: installed system file "mfc70.dll" is up to date (version 7.00.9466.0)

MSG: update test sytem file "C:/WINNT/system32/mfc70u.dll"

MSG: system file "mfc70u.dll" inside archive has version 7.00.9466.0

MSG: installed system file "mfc70u.dll" is up to date (version 7.00.9466.0)

MSG: update test sytem file "C:/WINNT/system32/mfc71.dll"

MSG: system file "mfc71.dll" inside archive has version 7.10.3077.0

MSG: installed system file "mfc71.dll" is up to date (version 7.10.3077.0)

MSG: update test sytem file "C:/WINNT/system32/mfc71u.dll"

MSG: system file "mfc71u.dll" inside archive has version 7.10.3077.0

MSG: installed system file "mfc71u.dll" is up to date (version 7.10.3077.0)

MSG: update test sytem file "C:/WINNT/system32/msvcr70.dll"

MSG: system file "msvcr70.dll" inside archive has version 7.00.9466.0

MSG: installed system file "msvcr70.dll" is up to date (version 7.00.9466.0)

MSG: update test sytem file "C:/WINNT/system32/msvcr71.dll"

MSG: system file "msvcr71.dll" inside archive has version 7.10.3052.4

MSG: installed system file "msvcr71.dll" is up to date (version 7.10.3052.4)

STDOUT: ok

SYS: "C:\Program Files\sdb\programs\bin\sdbconfig.exe" "IndepPrograms=C:\Program Files\sdb\programs"

SYS: "C:\Program Files\sdb\programs\bin\sdbconfig.exe" "IndepData=C:\Data\MaxDB"

STDOUT: system path updated successfully

STDOUT: please reboot your system after installation to take effect changes

MSG: registry subkey "SOFTWARE\Microsoft" exist

MSG: registry subkey "SOFTWARE\Microsoft\Windows" exist

MSG: registry subkey "SOFTWARE\Microsoft\Windows\CurrentVersion" exist

MSG: registry subkey "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" exist

MSG: created registry subkey "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SAP DB (ALL)" successfully

ACTION: make directory "C:/Documents and Settings/All Users/Start Menu/Programs/MaxDB/Command Line Tools" mode "775"

MSG: start menu shortcuts created

MSG: packagedata of package Base changed

MSG: writing 1 packages

MSG: net install registry size = 27334 bytes

MSG: wrote install registry (30674 bytes)

MSG: packagedata of package Server Utilities changed

MSG: writing 2 packages

MSG: net install registry size = 27950 bytes

MSG: wrote install registry (31693 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBUTL.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:45 bin/

STDOUT: extracting: -rwxr-xr-x 65536 2007-08-22 13:00:51 bin/sdbinfo.exe

STDOUT: extracting: -rwxr-xr-x 352256 2007-08-22 14:54:35 bin/sqlrun.dll

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/sysmon.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xbackup.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xinstinfo.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xpu.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_analys.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_cons.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_server.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_show.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_start.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_stop.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wiz.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wizard.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wizstop.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_wiztrc.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:45 env/

STDOUT: extracting: -rw-rr 122 2007-08-22 13:11:04 env/serv.use

STDOUT: extracting: -rw-rr 245 2007-08-22 13:11:04 env/xstart.use

STDOUT: extracting: -rw-rr 542 2007-08-22 13:11:04 env/xstop.use

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:45 etc/

STDOUT: extracting: -rw-rr 207 2007-08-22 10:47:53 etc/VERSIONS

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:21:46 pgm/

STDOUT: extracting: -rwxr-xr-x 483328 2007-08-22 11:22:45 pgm/serv.exe

STDOUT: extracting: -rwxr-xr-x 311296 2007-08-22 11:22:01 pgm/show.exe

STDOUT: checking unpacked archive... MSG: check file "bin/x_wizstop.exe": ok

MSG: check file "bin/x_analys.exe": ok

MSG: check file "bin/x_cons.exe": ok

MSG: check file "bin/xpu.exe": ok

MSG: check file "bin/sysmon.exe": ok

MSG: check file "bin/x_start.exe": ok

MSG: check file "env/xstart.use": ok

MSG: check file "pgm/serv.exe": ok

MSG: check file "bin/x_server.exe": ok

MSG: check file "bin/sqlrun.dll": ok

MSG: check file "etc/VERSIONS": ok

MSG: check file "bin/xbackup.exe": ok

MSG: check file "bin/x_wiz.exe": ok

MSG: check file "bin/x_show.exe": ok

MSG: check file "env/serv.use": ok

MSG: check file "env/xstop.use": ok

MSG: check file "pgm/show.exe": ok

MSG: check file "bin/x_wizard.exe": ok

MSG: check file "bin/sdbinfo.exe": ok

MSG: check file "bin/xinstinfo.exe": ok

MSG: check file "bin/x_wiztrc.exe": ok

MSG: check file "bin/x_stop.exe": ok

STDOUT: ok

SYS: "c:\program files\sdb\programs\bin\x_server.exe" install: 19709 INFO: Service 'XServer' installed successfully

MSG: SYSTEM PATH is up to date

MSG: packagedata of package Server Utilities changed

MSG: writing 2 packages

MSG: net install registry size = 34516 bytes

MSG: wrote install registry (39107 bytes)

MSG: packagedata of package Database Kernel changed

MSG: writing 3 packages

MSG: net install registry size = 35011 bytes

MSG: wrote install registry (39960 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBKRN.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:29 bin/

STDOUT: extracting: -rwxr-xr-x 274432 2007-08-22 12:59:27 bin/backint.exe

STDOUT: extracting: -rwxr-xr-x 794624 2007-08-22 13:01:49 bin/dbmevtdisp.exe

STDOUT: extracting: -rwxr-xr-x 548864 2007-08-22 13:02:01 bin/dbmevthndl_display.exe

STDOUT: extracting: -rwxr-xr-x 561152 2007-08-22 13:02:13 bin/dbmevthndl_winlog.exe

STDOUT: extracting: -rwxr-xr-x 290816 2007-08-22 12:57:17 bin/dbmsrvctl.exe

STDOUT: extracting: -rwxr-xr-x 41705 2007-08-22 10:57:11 bin/ireport.py

STDOUT: extracting: -rwxr-xr-x 245760 2007-08-22 13:00:41 bin/pipe2file.exe

STDOUT: extracting: -rwxr-xr-x 1204224 2007-08-22 12:59:35 bin/sdbfill.exe

STDOUT: extracting: -rwxr-xr-x 352256 2007-08-22 14:54:35 bin/sqlrun.dll

STDOUT: extracting: -rwxr-xr-x 53248 2007-08-22 11:02:31 bin/sqlver.exe

STDOUT: extracting: -rwxr-xr-x 53248 2007-08-22 11:02:31 bin/sqlwhat.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xci.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xkernprot.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xoldci.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xservice.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/xtracesort.exe

STDOUT: extracting: -rwxr-xr-x 40960 2007-08-22 14:54:37 bin/x_diagnose.exe

STDOUT: extracting: -rwxr-xr-x 327680 2007-08-22 13:02:31 bin/x_python.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:14 cluster/

STDOUT: extracting: -rwxr-xr-x 2064384 2007-08-22 11:37:27 cluster/dbmsrv_clu.exe

STDOUT: extracting: -rwxr-xr-x 81920 2007-08-22 11:23:39 cluster/SAPDBMSCSEx.dll

STDOUT: extracting: -rwxr-xr-x 122880 2007-08-22 11:23:51 cluster/sapdbmscsman.dll

STDOUT: extracting: -rwxr-xr-x 77824 2007-08-22 11:23:11 cluster/SAPDBMSCSMan.exe

STDOUT: extracting: -rwxr-xr-x 57344 2007-08-22 11:23:05 cluster/SAPDBMSCSRes.dll

STDOUT: extracting: -rwxr-xr-x 307200 2007-08-22 11:24:07 cluster/service_clu.exe

STDOUT: extracting: -rwxr-xr-x 495616 2007-08-22 11:24:05 cluster/serv_clu.exe

STDOUT: extracting: -rwxr-xr-x 339968 2007-08-22 11:24:01 cluster/stop_clu.exe

STDOUT: extracting: -rwxr-xr-x 339968 2007-08-22 11:23:59 cluster/strt_clu.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:15 demo/

STDOUT: extracting: -rw-rr 3110911 2007-08-22 10:57:11 demo/HOTEL.py

STDOUT: extracting: -rwxr-xr-x 367 2007-08-22 10:57:11 demo/ltutorial.py

STDOUT: extracting: -rw-rr 11333 2007-08-22 10:57:11 demo/tutoriallib.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 doc/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/

STDOUT: extracting: -rw-rr 3455 2007-08-22 10:57:11 doc/FirstSteps/index.html

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:32 doc/FirstSteps/Java/

STDOUT: extracting: -rw-rr 1019 2007-08-22 10:57:11 doc/FirstSteps/Java/DemodbData.class

STDOUT: extracting: -rw-rr 1536 2007-08-22 10:57:11 doc/FirstSteps/Java/DemodbData.java

STDOUT: extracting: -rw-rr 1599 2007-08-22 10:57:11 doc/FirstSteps/Java/HelloMaxDB.class

STDOUT: extracting: -rw-rr 1459 2007-08-22 10:57:11 doc/FirstSteps/Java/HelloMaxDB.java

STDOUT: extracting: -rw-rr 1959 2007-08-22 10:57:11 doc/FirstSteps/Java/HowToJava.html

STDOUT: extracting: -rw-rr 1305 2007-08-22 10:57:11 doc/FirstSteps/Java/StateMaxDB.class

STDOUT: extracting: -rw-rr 1064 2007-08-22 10:57:11 doc/FirstSteps/Java/StateMaxDB.java

STDOUT: extracting: -rw-rr 227 2007-08-22 10:57:11 doc/FirstSteps/maxdbenv.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/ODBC/

STDOUT: extracting: -rw-rr 4510 2007-08-22 10:57:11 doc/FirstSteps/ODBC/HelloMaxDB.c

STDOUT: extracting: -rw-rr 1293 2007-08-22 10:57:11 doc/FirstSteps/ODBC/HowToODBC.html

STDOUT: extracting: -rw-rr 393 2007-08-22 10:57:11 doc/FirstSteps/ODBC/Makefile

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/Perl/

STDOUT: extracting: -rw-rr 973 2007-08-22 10:57:11 doc/FirstSteps/Perl/demodbData.pm

STDOUT: extracting: -rw-rr 1894 2007-08-22 10:57:11 doc/FirstSteps/Perl/HowToPerl.html

STDOUT: extracting: -rwxr-xr-x 960 2007-08-22 10:57:11 doc/FirstSteps/Perl/StateMaxDB.pl

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:33 doc/FirstSteps/Python/

STDOUT: extracting: -rw-rr 871 2007-08-22 10:57:11 doc/FirstSteps/Python/demodbData.py

STDOUT: extracting: -rwxr-xr-x 859 2007-08-22 10:57:11 doc/FirstSteps/Python/HelloMaxDB-API.py

STDOUT: extracting: -rwxr-xr-x 859 2007-08-22 10:57:11 doc/FirstSteps/Python/HelloMaxDB.py

STDOUT: extracting: -rw-rr 3043 2007-08-22 10:57:11 doc/FirstSteps/Python/HowToPython.html

STDOUT: extracting: -rwxr-xr-x 865 2007-08-22 10:57:11 doc/FirstSteps/Python/StateMaxDB.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:34 doc/FirstSteps/SQLDBC/

STDOUT: extracting: -rw-rr 3522 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/HelloMaxDB.cpp

STDOUT: extracting: -rw-rr 1329 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/HowToSQLDBC.html

STDOUT: extracting: -rw-rr 563 2007-08-22 10:57:11 doc/FirstSteps/SQLDBC/Makefile

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:21 env/

STDOUT: extracting: -rwxr-xr-x 6150 2007-08-22 13:02:13 env/APPS.py

STDOUT: extracting: -rw-rr 3800 2007-08-22 13:02:13 env/CNR3DATA.py

STDOUT: extracting: -rw-rr 8216 2007-08-22 13:02:13 env/CNR3TAB.py

STDOUT: extracting: -rw-rr 196453 2007-08-22 13:11:05 env/cserv.pcf

STDOUT: extracting: -rw-rr 1861 2007-08-22 13:02:15 env/DBANA.py

STDOUT: extracting: -rw-rr 17874 2007-08-22 13:02:15 env/DBMVIEWS.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:16 env/en/

STDOUT: extracting: -rw-rr 7609 2007-08-22 13:11:04 env/en/DBM.en

STDOUT: extracting: -rw-rr 15713 2007-08-22 13:02:15 env/GARBAGE.py

STDOUT: extracting: -rw-rr 249 2007-08-22 13:11:04 env/general.use

STDOUT: extracting: -rwxr-xr-x 1304 2007-08-22 13:02:21 env/getpackages.py

STDOUT: extracting: -rw-rr 1144 2007-08-22 13:02:15 env/INFO.py

STDOUT: extracting: -rw-rr 14122 2007-08-22 13:02:23 env/installib.py

STDOUT: extracting: -rw-rr 73794 2007-08-22 13:02:17 env/JDBC.py

STDOUT: extracting: -rw-rr 396 2007-08-22 13:11:04 env/kernprot.use

STDOUT: extracting: -rwxr-xr-x 949 2007-08-22 13:02:23 env/lapps.py

STDOUT: extracting: -rw-rr 8269 2007-08-22 10:57:11 env/lsystab.py

STDOUT: extracting: -rw-rr 19374 2007-08-22 13:02:15 env/ODBC.py

STDOUT: extracting: -rw-rr 1241 2007-08-22 13:02:17 env/ORADD.py

STDOUT: extracting: -rw-rr 266421 2007-08-22 13:02:17 env/ORADDCOM.py

STDOUT: extracting: -rw-rr 9586 2007-08-22 13:02:17 env/ORADDSYN.py

STDOUT: extracting: -rw-rr 158400 2007-08-22 13:02:17 env/ORADDV.py

STDOUT: extracting: -rw-rr 1400 2007-08-22 13:02:19 env/PRECOM.py

STDOUT: extracting: -rw-rr 50345 2007-08-22 13:02:23 env/REPOSITORY.py

STDOUT: extracting: -rw-rr 61439 2007-08-22 13:02:15 env/SAPDBLOADER.py

STDOUT: extracting: -rw-rr 4483 2007-08-22 13:02:19 env/SHOWCMD.py

STDOUT: extracting: -rw-rr 49869 2007-08-22 13:02:19 env/SQLDBC.py

STDOUT: extracting: -rw-rr 47433 2007-08-22 13:02:19 env/SYSDBA.py

STDOUT: extracting: -rw-rr 57876 2007-08-22 13:02:19 env/SYSDBACOM.py

STDOUT: extracting: -rw-rr 16770 2007-08-22 13:02:19 env/SYSINFO.py

STDOUT: extracting: -rw-rr 114095 2007-08-22 13:02:21 env/SYSINFOCOM.py

STDOUT: extracting: -rw-rr 12526 2007-08-22 13:02:21 env/TRIGGER.py

STDOUT: extracting: -rw-rr 3203 2007-08-22 13:02:21 env/UDE.py

STDOUT: extracting: -rw-rr 6596 2007-08-22 13:02:23 env/WA.py

STDOUT: extracting: -rw-rr 54824 2007-08-22 13:02:21 env/XDD.py

STDOUT: extracting: -rw-rr 106292 2007-08-22 13:02:21 env/XDDCOM.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:21 lib/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 lib/python2.3/

STDOUT: extracting: -rw-rr 6867 2007-08-22 10:57:11 lib/python2.3/optlib.py

STDOUT: extracting: -rwxr-xr-x 135234 2007-08-22 10:57:11 lib/python2.3/pyexpat.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 lib/python2.3/sdb/

STDOUT: extracting: -rw-rr 14852 2007-08-22 10:57:11 lib/python2.3/sdb/dbapi.py

STDOUT: extracting: -rwxr-xr-x 507904 2007-08-22 13:02:37 lib/python2.3/sdb/dbm.pyd

STDOUT: extracting: -rwxr-xr-x 487424 2007-08-22 13:02:41 lib/python2.3/sdb/loader.pyd

STDOUT: extracting: -rwxr-xr-x 471040 2007-08-22 13:02:49 lib/python2.3/sdb/sql.pyd

STDOUT: extracting: -rw-rr 208 2007-08-22 10:57:11 lib/python2.3/sdb/__init__.py

STDOUT: extracting: -rwxr-xr-x 61503 2007-08-22 10:57:11 lib/python2.3/zlib.pyd

STDOUT: extracting: -rwxr-xr-x 49218 2007-08-22 10:57:11 lib/python2.3/_socket.pyd

STDOUT: extracting: -rwxr-xr-x 57407 2007-08-22 10:57:11 lib/python2.3/_sre.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:22 misc/

STDOUT: extracting: -rw-rr 2437 2007-08-22 15:41:01 misc/create_demo_db.cmd

STDOUT: extracting: -rw-rr 417 2007-08-22 15:41:01 misc/drop_demo_db.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 pgm/

STDOUT: extracting: -rwxr-xr-x 200704 2007-08-22 13:00:45 pgm/backup.exe

STDOUT: extracting: -rwxr-xr-x 380928 2007-08-22 11:21:45 pgm/cons.exe

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:21:21 pgm/cr_param.exe

STDOUT: extracting: -rwxr-xr-x 940032 2007-08-22 10:57:11 pgm/dbghelp.dll

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:33 pgm/dbmreg.exe

STDOUT: extracting: -rwxr-xr-x 454656 2007-08-22 12:58:13 pgm/dbmshm.exe

STDOUT: extracting: -rwxr-xr-x 2043904 2007-08-22 12:57:05 pgm/dbmsrv.exe

STDOUT: extracting: -rwxr-xr-x 1814528 2007-08-22 12:57:53 pgm/dbmsrvscd.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:23 pgm/dbmstart.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:29 pgm/dbmstop.exe

STDOUT: extracting: -rwxr-xr-x 294912 2007-08-22 12:57:39 pgm/dbmunreg.exe

STDOUT: extracting: -rwxr-xr-x 69632 2007-08-22 15:07:11 pgm/dbpinstall.dll

STDOUT: extracting: -rwxr-xr-x 1069056 2007-08-22 11:46:57 pgm/diagnose.exe

STDOUT: extracting: -rwxr-xr-x 7131136 2007-08-22 12:56:49 pgm/kernel.exe

STDOUT: extracting: -rwxr-xr-x 118784 2007-08-22 11:38:37 pgm/libhsscopy.dll

STDOUT: extracting: -rwxr-xr-x 1175552 2007-08-22 15:00:39 pgm/liboms.dll

STDOUT: extracting: -rwxr-xr-x 147456 2007-08-22 15:08:37 pgm/libsqlcls.dll

STDOUT: extracting: -rwxr-xr-x 1159168 2007-08-22 15:10:19 pgm/libSQLDBC.dll

STDOUT: extracting: -rwxr-xr-x 1245184 2007-08-22 15:13:55 pgm/libSQLDBC_C.dll

STDOUT: extracting: -rwxr-xr-x 3006464 2007-08-22 13:10:31 pgm/lserver.exe

STDOUT: extracting: -rwxr-xr-x 20545 2007-08-22 10:57:11 pgm/pysapdb.exe

STDOUT: extracting: -rwxr-xr-x 974915 2007-08-22 10:57:11 pgm/python23.dll

STDOUT: extracting: -rw-rr 2071185 2007-08-22 10:57:11 pgm/python23.zip

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:21:21 pgm/renparam.exe

STDOUT: extracting: -rwxr-xr-x 290816 2007-08-22 11:22:51 pgm/service.exe

STDOUT: extracting: -rwxr-xr-x 1286144 2007-08-22 11:45:21 pgm/slowci.exe

STDOUT: extracting: -rwxr-xr-x 413696 2007-08-22 11:22:55 pgm/sqlinst.dll

STDOUT: extracting: -rwxr-xr-x 1359872 2007-08-22 11:23:01 pgm/sqlmsg.dll

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:21:53 pgm/stop.exe

STDOUT: extracting: -rwxr-xr-x 323584 2007-08-22 11:21:49 pgm/strt.exe

STDOUT: extracting: -rwxr-xr-x 98304 2007-08-22 13:18:51 pgm/StudioUtil.dll

STDOUT: extracting: -rwxr-xr-x 49152 2007-08-22 11:38:31 pgm/sysrc.exe

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 11:22:59 pgm/systemrc.exe

STDOUT: extracting: -rwxr-xr-x 225280 2007-08-22 13:19:01 pgm/TableDefC.dll

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 13:02:03 pgm/Tools_WinEvtLog.dll

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 13:10:47 pgm/tracesort.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:22:31 sap/

STDOUT: extracting: -rw-rr 147 2007-08-22 10:57:11 sap/dbpinstall.lst

STDOUT: extracting: -rw-rr 761 2007-08-22 12:59:05 sap/grantxdb.dbm

STDOUT: extracting: -rwxr-xr-x 18192 2007-08-22 10:57:11 sap/lcinit.bat

STDOUT: extracting: -rwxr-xr-x 126976 2007-08-22 15:06:45 sap/lvcbench.dll

STDOUT: extracting: -rw-rr 89 2007-08-22 10:57:11 sap/saprfc.ini

STDOUT: extracting: -rwxr-xr-x 86016 2007-08-22 13:21:11 sap/sphsapdb.dll

STDOUT: extracting: -rw-rr 12 2007-08-22 10:57:11 sap/sphsapdb.lst

STDOUT: checking unpacked archive... MSG: check file "doc/FirstSteps/ODBC/HowToODBC.html": ok

MSG: check file "lib/python2.3/_socket.pyd": ok

MSG: check file "pgm/dbmsrv.exe": ok

MSG: check file "env/INFO.py": ok

MSG: check file "pgm/diagnose.exe": ok

MSG: check file "misc/create_demo_db.cmd": ok

MSG: check file "lib/python2.3/sdb/__init__.py": ok

MSG: check file "bin/xci.exe": ok

MSG: check file "bin/xtracesort.exe": ok

MSG: check file "bin/x_diagnose.exe": ok

MSG: check file "pgm/Tools_WinEvtLog.dll": ok

MSG: check file "pgm/cons.exe": ok

MSG: check file "sap/grantxdb.dbm": ok

MSG: check file "demo/tutoriallib.py": ok

MSG: check file "sap/sphsapdb.dll": ok

MSG: check file "demo/HOTEL.py": ok

MSG: check file "env/cserv.pcf": ok

MSG: check file "lib/python2.3/_sre.pyd": ok

MSG: check file "pgm/service.exe": ok

MSG: check file "doc/FirstSteps/Python/HowToPython.html": ok

MSG: check file "doc/FirstSteps/ODBC/HelloMaxDB.c": ok

MSG: check file "doc/FirstSteps/Java/DemodbData.java": ok

MSG: check file "sap/saprfc.ini": ok

MSG: check file "pgm/dbghelp.dll": ok

MSG: check file "cluster/strt_clu.exe": ok

MSG: check file "cluster/SAPDBMSCSMan.exe": ok

MSG: check file "pgm/tracesort.exe": ok

MSG: check file "bin/sqlwhat.exe": ok

MSG: check file "lib/python2.3/pyexpat.pyd": ok

MSG: check file "pgm/libSQLDBC_C.dll": ok

MSG: check file "bin/x_python.exe": ok

MSG: check file "pgm/python23.dll": ok

MSG: check file "env/SQLDBC.py": ok

MSG: check file "cluster/SAPDBMSCSRes.dll": ok

MSG: check file "cluster/stop_clu.exe": ok

MSG: check file "pgm/sqlinst.dll": ok

MSG: check file "pgm/StudioUtil.dll": ok

MSG: check file "doc/FirstSteps/Python/HelloMaxDB.py": ok

MSG: check file "sap/sphsapdb.lst": ok

MSG: check file "pgm/cr_param.exe": ok

MSG: check file "bin/sqlrun.dll": ok

MSG: check file "bin/backint.exe": ok

MSG: check file "pgm/libSQLDBC.dll": ok

MSG: check file "bin/dbmsrvctl.exe": ok

MSG: check file "env/UDE.py": ok

MSG: check file "doc/FirstSteps/Java/DemodbData.class": ok

MSG: check file "sap/lcinit.bat": ok

MSG: check file "env/lsystab.py": ok

MSG: check file "doc/FirstSteps/Perl/StateMaxDB.pl": ok

MSG: check file "lib/python2.3/zlib.pyd": ok

MSG: check file "pgm/python23.zip": ok

MSG: check file "doc/FirstSteps/Java/HelloMaxDB.class": ok

MSG: check file "env/installib.py": ok

MSG: check file "pgm/renparam.exe": ok

MSG: check file "doc/FirstSteps/Python/StateMaxDB.py": ok

MSG: check file "env/TRIGGER.py": ok

MSG: check file "pgm/libhsscopy.dll": ok

MSG: check file "pgm/systemrc.exe": ok

MSG: check file "pgm/dbmunreg.exe": ok

MSG: check file "bin/dbmevtdisp.exe": ok

MSG: check file "doc/FirstSteps/ODBC/Makefile": ok

MSG: check file "pgm/stop.exe": ok

MSG: check file "lib/python2.3/sdb/sql.pyd": ok

MSG: check file "env/APPS.py": ok

MSG: check file "env/kernprot.use": ok

MSG: check file "pgm/liboms.dll": ok

MSG: check file "cluster/service_clu.exe": ok

MSG: check file "env/ORADDSYN.py": ok

MSG: check file "env/SYSINFOCOM.py": ok

MSG: check file "cluster/SAPDBMSCSEx.dll": ok

MSG: check file "doc/FirstSteps/SQLDBC/HelloMaxDB.cpp": ok

MSG: check file "env/CNR3DATA.py": ok

MSG: check file "doc/FirstSteps/index.html": ok

MSG: check file "doc/FirstSteps/Java/HowToJava.html": ok

MSG: check file "doc/FirstSteps/Perl/demodbData.pm": ok

MSG: check file "bin/pipe2file.exe": ok

MSG: check file "bin/dbmevthndl_winlog.exe": ok

MSG: check file "demo/ltutorial.py": ok

MSG: check file "doc/FirstSteps/Python/HelloMaxDB-API.py": ok

MSG: check file "bin/xservice.exe": ok

MSG: check file "env/REPOSITORY.py": ok

MSG: check file "cluster/serv_clu.exe": ok

MSG: check file "lib/python2.3/optlib.py": ok

MSG: check file "env/ORADDCOM.py": ok

MSG: check file "doc/FirstSteps/SQLDBC/Makefile": ok

MSG: check file "pgm/dbmsrvscd.exe": ok

MSG: check file "doc/FirstSteps/Perl/HowToPerl.html": ok

MSG: check file "pgm/TableDefC.dll": ok

MSG: check file "cluster/dbmsrv_clu.exe": ok

MSG: check file "pgm/sysrc.exe": ok

MSG: check file "bin/xoldci.exe": ok

MSG: check file "pgm/kernel.exe": ok

MSG: check file "doc/FirstSteps/Java/StateMaxDB.class": ok

MSG: check file "pgm/slowci.exe": ok

MSG: check file "env/SAPDBLOADER.py": ok

MSG: check file "bin/sqlver.exe": ok

MSG: check file "env/general.use": ok

MSG: check file "sap/dbpinstall.lst": ok

MSG: check file "pgm/dbpinstall.dll": ok

MSG: check file "doc/FirstSteps/Java/StateMaxDB.java": ok

MSG: check file "env/en/DBM.en": ok

MSG: check file "sap/lvcbench.dll": ok

MSG: check file "env/lapps.py": ok

MSG: check file "env/getpackages.py": ok

MSG: check file "pgm/lserver.exe": ok

MSG: check file "env/WA.py": ok

MSG: check file "lib/python2.3/sdb/dbm.pyd": ok

MSG: check file "misc/drop_demo_db.cmd": ok

MSG: check file "bin/ireport.py": ok

MSG: check file "lib/python2.3/sdb/dbapi.py": ok

MSG: check file "doc/FirstSteps/Java/HelloMaxDB.java": ok

MSG: check file "env/ORADDV.py": ok

MSG: check file "pgm/pysapdb.exe": ok

MSG: check file "doc/FirstSteps/maxdbenv.cmd": ok

MSG: check file "env/GARBAGE.py": ok

MSG: check file "pgm/libsqlcls.dll": ok

MSG: check file "bin/xkernprot.exe": ok

MSG: check file "env/SYSINFO.py": ok

MSG: check file "env/XDDCOM.py": ok

MSG: check file "bin/sdbfill.exe": ok

MSG: check file "doc/FirstSteps/SQLDBC/HowToSQLDBC.html": ok

MSG: check file "env/XDD.py": ok

MSG: check file "lib/python2.3/sdb/loader.pyd": ok

MSG: check file "env/ODBC.py": ok

MSG: check file "pgm/backup.exe": ok

MSG: check file "env/SYSDBA.py": ok

MSG: check file "pgm/dbmshm.exe": ok

MSG: check file "env/CNR3TAB.py": ok

MSG: check file "env/ORADD.py": ok

MSG: check file "env/PRECOM.py": ok

MSG: check file "pgm/strt.exe": ok

MSG: check file "cluster/sapdbmscsman.dll": ok

MSG: check file "env/DBANA.py": ok

MSG: check file "env/SHOWCMD.py": ok

MSG: check file "pgm/dbmstop.exe": ok

MSG: check file "env/SYSDBACOM.py": ok

MSG: check file "bin/dbmevthndl_display.exe": ok

MSG: check file "doc/FirstSteps/Python/demodbData.py": ok

MSG: check file "pgm/dbmstart.exe": ok

MSG: check file "env/DBMVIEWS.py": ok

MSG: check file "env/JDBC.py": ok

MSG: check file "pgm/sqlmsg.dll": ok

MSG: check file "pgm/dbmreg.exe": ok

STDOUT: ok

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/index.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Perl/HowToPerl.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Python/HowToPython.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/ODBC/HowToODBC.html" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/Java/HowToJava.html" modified by installer

MSG: file "c:/program files/sdb/7603/misc/create_demo_db.cmd" modified by installer

MSG: file "c:/program files/sdb/7603/misc/drop_demo_db.cmd" modified by installer

MSG: file "c:/program files/sdb/7603/doc/FirstSteps/maxdbenv.cmd" modified by installer

SYS: "C:\Program Files\sdb\7603\bin\dbmsrvctl.exe" start

SYS: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": ERR

SYS: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": -24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

STDERR: error occured while executing "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\"

STDERR: "C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": ERR

"C:\Program Files\sdb\programs\pgm\dbmcli.exe" -R "C:\Program Files\sdb\7603" inst_reg -k \"C:\Program Files\sdb\7603\": -24913,ERR_SERVICEDB: Cannot register service database instance for C:\Program Files\sdb\7603

STDERR: installation exited abnormally at We, Sep 12, 2007 at 16:42:41

MSG: packagedata of package Redist Python changed

MSG: writing 4 packages

MSG: net install registry size = 35481 bytes

MSG: wrote install registry (40814 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBRDPY.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:58 bin/

STDOUT: extracting: -rwxr-xr-x 327680 2007-08-22 13:02:31 bin/x_python.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:58 lib/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:59 lib/python2.3/

STDOUT: extracting: -rw-rr 6867 2007-08-22 10:57:11 lib/python2.3/optlib.py

STDOUT: extracting: -rwxr-xr-x 135234 2007-08-22 10:57:11 lib/python2.3/pyexpat.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:58 lib/python2.3/sdb/

STDOUT: extracting: -rwxr-xr-x 507904 2007-08-22 13:02:37 lib/python2.3/sdb/dbm.pyd

STDOUT: extracting: -rwxr-xr-x 487424 2007-08-22 13:02:41 lib/python2.3/sdb/loader.pyd

STDOUT: extracting: -rwxr-xr-x 471040 2007-08-22 13:02:49 lib/python2.3/sdb/sql.pyd

STDOUT: extracting: -rw-rr 208 2007-08-22 10:57:11 lib/python2.3/sdb/__init__.py

STDOUT: extracting: -rwxr-xr-x 61503 2007-08-22 10:57:11 lib/python2.3/zlib.pyd

STDOUT: extracting: -rwxr-xr-x 18432 2007-08-22 10:57:11 lib/python2.3/_csv.pyd

STDOUT: extracting: -rwxr-xr-x 49218 2007-08-22 10:57:11 lib/python2.3/_socket.pyd

STDOUT: extracting: -rwxr-xr-x 57407 2007-08-22 10:57:11 lib/python2.3/_sre.pyd

STDOUT: extracting: -rwxr-xr-x 36864 2007-08-22 10:57:11 lib/python2.3/_winreg.pyd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:59 pgm/

STDOUT: extracting: -rwxr-xr-x 20545 2007-08-22 10:57:11 pgm/pysapdb.exe

STDOUT: extracting: -rwxr-xr-x 974915 2007-08-22 10:57:11 pgm/python23.dll

STDOUT: extracting: -rw-rr 2071185 2007-08-22 10:57:11 pgm/python23.zip

STDOUT: checking unpacked archive... MSG: check file "lib/python2.3/_socket.pyd": ok

MSG: check file "lib/python2.3/sdb/__init__.py": ok

MSG: check file "lib/python2.3/_sre.pyd": ok

MSG: check file "lib/python2.3/pyexpat.pyd": ok

MSG: check file "lib/python2.3/_winreg.pyd": ok

MSG: check file "bin/x_python.exe": ok

MSG: check file "pgm/python23.dll": ok

MSG: check file "lib/python2.3/zlib.pyd": ok

MSG: check file "pgm/python23.zip": ok

MSG: check file "lib/python2.3/_csv.pyd": ok

MSG: check file "lib/python2.3/sdb/sql.pyd": ok

MSG: check file "lib/python2.3/optlib.py": ok

MSG: check file "lib/python2.3/sdb/dbm.pyd": ok

MSG: check file "pgm/pysapdb.exe": ok

MSG: check file "lib/python2.3/sdb/loader.pyd": ok

STDOUT: ok

MSG: packagedata of package Redist Python changed

MSG: writing 4 packages

MSG: net install registry size = 38247 bytes

MSG: wrote install registry (43998 bytes)

MSG: packagedata of package Loader changed

MSG: writing 5 packages

MSG: net install registry size = 38756 bytes

MSG: wrote install registry (44891 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBLD.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 bin/

STDOUT: extracting: -rwxr-xr-x 3063808 2007-08-22 13:10:41 bin/loadercli.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 config/

STDOUT: extracting: -rw-rr 2323 2007-08-22 10:57:11 config/loader.cfg

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:12 env/

STDOUT: extracting: -rw-rr 10895 2007-08-22 10:57:11 env/ISO_8859_1.TXT

STDOUT: extracting: -rw-rr 11119 2007-08-22 10:57:11 env/ISO_8859_2.TXT

STDOUT: extracting: -rw-rr 10794 2007-08-22 10:57:11 env/ISO_8859_3.TXT

STDOUT: extracting: -rw-rr 11095 2007-08-22 10:57:11 env/ISO_8859_4.TXT

STDOUT: extracting: -rw-rr 10730 2007-08-22 10:57:11 env/ISO_8859_5.TXT

STDOUT: extracting: -rw-rr 8568 2007-08-22 10:57:11 env/ISO_8859_6.TXT

STDOUT: extracting: -rw-rr 10890 2007-08-22 10:57:11 env/ISO_8859_7.TXT

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/python2.3/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/python2.3/sdb/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 lib/python2.3/sdb/loader/

STDOUT: extracting: -rw-rr 471627 2007-08-22 10:57:11 lib/python2.3/sdb/loader/transport.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:11 pgm/

STDOUT: extracting: -rwxr-xr-x 3006464 2007-08-22 13:10:31 pgm/lserver.exe

STDOUT: checking unpacked archive... MSG: check file "env/ISO_8859_5.TXT": ok

MSG: check file "env/ISO_8859_3.TXT": ok

MSG: check file "bin/loadercli.exe": ok

MSG: check file "env/ISO_8859_7.TXT": ok

MSG: check file "config/loader.cfg": ok

MSG: check file "env/ISO_8859_4.TXT": ok

MSG: check file "env/ISO_8859_6.TXT": ok

MSG: check file "lib/python2.3/sdb/loader/transport.py": ok

MSG: check file "pgm/lserver.exe": ok

MSG: check file "env/ISO_8859_2.TXT": ok

MSG: check file "env/ISO_8859_1.TXT": ok

STDOUT: ok

MSG: packagedata of package Loader changed

MSG: writing 5 packages

MSG: net install registry size = 41068 bytes

MSG: wrote install registry (47551 bytes)

MSG: packagedata of package ODBC changed

MSG: writing 6 packages

MSG: net install registry size = 41566 bytes

MSG: wrote install registry (48457 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBODBC.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:36 incl/

STDOUT: extracting: -rw-rr 10677 2007-08-22 10:57:11 incl/SDBBOS.h

STDOUT: extracting: -rw-rr 30864 2007-08-22 11:02:14 incl/sql.h

STDOUT: extracting: -rw-rr 80764 2007-08-22 11:02:15 incl/sqlext.h

STDOUT: extracting: -rw-rr 8831 2007-08-22 11:02:15 incl/sqltypes.h

STDOUT: extracting: -rw-rr 23610 2007-08-22 11:02:15 incl/sqlucode.h

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:36 lib/

STDOUT: extracting: -rw-rr 17738 2007-08-22 11:01:47 lib/sqlod32.lib

STDOUT: extracting: -rw-rr 25646 2007-08-22 11:02:15 lib/sqlod32w.lib

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:37 pgm/

STDOUT: extracting: -rwxr-xr-x 491520 2007-08-22 13:22:33 pgm/libSDBBOS.dll

STDOUT: extracting: -rwxr-xr-x 13312 2007-08-22 10:58:17 pgm/odbcreg.exe

STDOUT: extracting: -rwxr-xr-x 1081344 2007-08-22 11:01:47 pgm/sqlod32.dll

STDOUT: extracting: -rwxr-xr-x 1142784 2007-08-22 11:02:15 pgm/sqlod32w.dll

STDOUT: extracting: -rwxr-xr-x 45056 2007-08-22 11:02:29 pgm/sqlodext.dll

STDOUT: extracting: -rwxr-xr-x 73728 2007-08-22 11:02:25 pgm/sqlsp32.dll

STDOUT: checking unpacked archive... MSG: check file "pgm/sqlsp32.dll": ok

MSG: check file "incl/SDBBOS.h": ok

MSG: check file "pgm/sqlodext.dll": ok

MSG: check file "incl/sqlucode.h": ok

MSG: check file "pgm/libSDBBOS.dll": ok

MSG: check file "pgm/odbcreg.exe": ok

MSG: check file "lib/sqlod32w.lib": ok

MSG: check file "pgm/sqlod32w.dll": ok

MSG: check file "pgm/sqlod32.dll": ok

MSG: check file "lib/sqlod32.lib": ok

MSG: check file "incl/sql.h": ok

MSG: check file "incl/sqlext.h": ok

MSG: check file "incl/sqltypes.h": ok

STDOUT: ok

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB" -i -p "c:\program files\sdb\programs\pgm": ODBC Driver for 'SAP DB' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB" -i -p "c:\program files\sdb\programs\pgm":

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll: ODBC Driver for 'SAP DB (Unicode)' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll:

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB 7.4" -i -p "c:\program files\sdb\programs\pgm": ODBC Driver for 'SAP DB 7.4' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "SAP DB 7.4" -i -p "c:\program files\sdb\programs\pgm":

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB" -i -p "c:\program files\sdb\programs\pgm": ODBC Driver for 'MaxDB' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB" -i -p "c:\program files\sdb\programs\pgm":

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll: ODBC Driver for 'MaxDB (Unicode)' has been successfully registered.

SYS: "c:\program files\sdb\programs\pgm\odbcreg.exe" "MaxDB (Unicode)" -i -p "c:\program files\sdb\programs\pgm" -d sqlod32w.dll:

MSG: packagedata of package ODBC changed

MSG: writing 6 packages

MSG: net install registry size = 45735 bytes

MSG: wrote install registry (53227 bytes)

MSG: packagedata of package Messages changed

MSG: writing 7 packages

MSG: net install registry size = 46260 bytes

MSG: wrote install registry (54118 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBMSG.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:34 msg/

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_AccessPathOptimize.xml

STDOUT: extracting: -rw-rr 846 2007-08-22 10:57:11 msg/SDBMsg_Admin.xml

STDOUT: extracting: -rw-rr 787 2007-08-22 10:57:11 msg/SDBMsg_APO.xml

STDOUT: extracting: -rw-rr 1107 2007-08-22 10:57:11 msg/SDBMsg_Backup.xml

STDOUT: extracting: -rw-rr 2879 2007-08-22 10:57:11 msg/SDBMsg_BTree.xml

STDOUT: extracting: -rw-rr 3255 2007-08-22 10:57:11 msg/SDBMsg_Catalog.xml

STDOUT: extracting: -rw-rr 8583 2007-08-22 10:57:11 msg/SDBMsg_Converter.xml

STDOUT: extracting: -rw-rr 29010 2007-08-22 10:57:11 msg/SDBMsg_Data.xml

STDOUT: extracting: -rw-rr 1692 2007-08-22 10:57:11 msg/SDBMsg_DataCache.xml

STDOUT: extracting: -rw-rr 333 2007-08-22 10:57:11 msg/SDBMsg_DBMCLI.xml

STDOUT: extracting: -rw-rr 6813 2007-08-22 10:57:11 msg/SDBMsg_DBMEd.xml

STDOUT: extracting: -rw-rr 340 2007-08-22 10:57:11 msg/SDBMsg_DBMLog.xml

STDOUT: extracting: -rw-rr 3395 2007-08-22 10:57:11 msg/SDBMsg_DBMScd.xml

STDOUT: extracting: -rw-rr 103652 2007-08-22 10:57:11 msg/SDBMsg_DBMSrv.xml

STDOUT: extracting: -rw-rr 2164 2007-08-22 10:57:11 msg/SDBMsg_DBMSrvBackTemplate.xml

STDOUT: extracting: -rw-rr 354 2007-08-22 10:57:11 msg/SDBMsg_DBMSrvOI.xml

STDOUT: extracting: -rw-rr 1174 2007-08-22 10:57:11 msg/SDBMsg_DBMSrvTest.xml

STDOUT: extracting: -rw-rr 1321 2007-08-22 10:57:11 msg/SDBMsg_DBProc.xml

STDOUT: extracting: -rw-rr 13403 2007-08-22 10:57:11 msg/SDBMsg_DBProvider.xml

STDOUT: extracting: -rw-rr 553 2007-08-22 10:57:11 msg/SDBMsg_DIAGNOSE.xml

STDOUT: extracting: -rw-rr 9669 2007-08-22 10:57:11 msg/SDBMsg_FileDir.xml

STDOUT: extracting: -rw-rr 1478 2007-08-22 10:57:11 msg/SDBMsg_Index.xml

STDOUT: extracting: -rw-rr 7628 2007-08-22 10:57:11 msg/SDBMsg_IOMan.xml

STDOUT: extracting: -rw-rr 2420 2007-08-22 10:57:11 msg/SDBMsg_Join.xml

STDOUT: extracting: -rw-rr 1790 2007-08-22 10:57:11 msg/SDBMsg_JoinPathOptimizer.xml

STDOUT: extracting: -rw-rr 2668 2007-08-22 10:57:11 msg/SDBMsg_KernelCommon.xml

STDOUT: extracting: -rw-rr 1035 2007-08-22 10:57:11 msg/SDBMsg_KSQL.xml

STDOUT: extracting: -rw-rr 1510 2007-08-22 10:57:11 msg/SDBMsg_LiveCache.xml

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_Loader.xml

STDOUT: extracting: -rw-rr 813 2007-08-22 10:57:11 msg/SDBMsg_LockManager.xml

STDOUT: extracting: -rw-rr 392 2007-08-22 10:57:11 msg/SDBMsg_LOCKS.xml

STDOUT: extracting: -rw-rr 10275 2007-08-22 10:57:11 msg/SDBMsg_Log.xml

STDOUT: extracting: -rw-rr 4145 2007-08-22 10:57:11 msg/SDBMsg_Messages.xml

STDOUT: extracting: -rw-rr 465 2007-08-22 10:57:11 msg/SDBMsg_MultiVersionRead.xml

STDOUT: extracting: -rw-rr 562 2007-08-22 10:57:11 msg/SDBMsg_ObjectContainer.xml

STDOUT: extracting: -rw-rr 3793 2007-08-22 10:57:11 msg/SDBMsg_OMS.xml

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_OPMSG.xml

STDOUT: extracting: -rw-rr 172 2007-08-22 10:57:11 msg/SDBMsg_Optimizer.xml

STDOUT: extracting: -rw-rr 435 2007-08-22 10:57:11 msg/SDBMsg_Query.xml

STDOUT: extracting: -rw-rr 442 2007-08-22 10:57:11 msg/SDBMsg_QueryRewrite.xml

STDOUT: extracting: -rw-rr 3843 2007-08-22 10:57:11 msg/SDBMsg_Recovery.xml

STDOUT: extracting: -rw-rr 5744 2007-08-22 10:57:11 msg/SDBMsg_Rst.xml

STDOUT: extracting: -rw-rr 826 2007-08-22 10:57:11 msg/SDBMsg_RTECKC.xml

STDOUT: extracting: -rw-rr 2472 2007-08-22 10:57:11 msg/SDBMsg_RTEComm.xml

STDOUT: extracting: -rw-rr 2100 2007-08-22 10:57:11 msg/SDBMsg_RTEConf.xml

STDOUT: extracting: -rw-rr 889 2007-08-22 10:57:11 msg/SDBMsg_RTEDBState.xml

STDOUT: extracting: -rw-rr 5001 2007-08-22 10:57:11 msg/SDBMsg_RTEDiag.xml

STDOUT: extracting: -rw-rr 73375 2007-08-22 10:57:11 msg/SDBMsg_RTEIO.xml

STDOUT: extracting: -rw-rr 15680 2007-08-22 10:57:11 msg/SDBMsg_RTEKernel.xml

STDOUT: extracting: -rw-rr 9023 2007-08-22 10:57:11 msg/SDBMsg_RTEMem.xml

STDOUT: extracting: -rw-rr 11450 2007-08-22 10:57:11 msg/SDBMsg_RTESec.xml

STDOUT: extracting: -rw-rr 3696 2007-08-22 10:57:11 msg/SDBMsg_RTESync.xml

STDOUT: extracting: -rw-rr 2287 2007-08-22 10:57:11 msg/SDBMsg_RTESys.xml

STDOUT: extracting: -rw-rr 5248 2007-08-22 10:57:11 msg/SDBMsg_RTETask.xml

STDOUT: extracting: -rw-rr 1124 2007-08-22 10:57:11 msg/SDBMsg_RTEThread.xml

STDOUT: extracting: -rw-rr 16515 2007-08-22 10:57:11 msg/SDBMsg_RunTime.xml

STDOUT: extracting: -rw-rr 1653 2007-08-22 10:57:11 msg/SDBMsg_SAPDBAlgo.xml

STDOUT: extracting: -rw-rr 744 2007-08-22 10:57:11 msg/SDBMsg_SAPDBMem.xml

STDOUT: extracting: -rw-rr 1809 2007-08-22 10:57:11 msg/SDBMsg_Savepoint.xml

STDOUT: extracting: -rw-rr 5909 2007-08-22 10:57:11 msg/SDBMsg_SharedSQL.xml

STDOUT: extracting: -rw-rr 331 2007-08-22 10:57:11 msg/SDBMsg_SQLExecution.xml

STDOUT: extracting: -rw-rr 27488 2007-08-22 10:57:11 msg/SDBMsg_SQLMan.xml

STDOUT: extracting: -rw-rr 10192 2007-08-22 10:57:11 msg/SDBMsg_SrvTasks.xml

STDOUT: extracting: -rw-rr 3874 2007-08-22 10:57:11 msg/SDBMsg_Table.xml

STDOUT: extracting: -rw-rr 1523 2007-08-22 10:57:11 msg/SDBMsg_ToolsCommon.xml

STDOUT: extracting: -rw-rr 1620 2007-08-22 10:57:11 msg/SDBMsg_ToolsCommonDC.xml

STDOUT: extracting: -rw-rr 4031 2007-08-22 10:57:11 msg/SDBMsg_ToolsCommonXML.xml

STDOUT: extracting: -rw-rr 1548 2007-08-22 10:57:11 msg/SDBMsg_Transaction.xml

STDOUT: extracting: -rw-rr 7958 2007-08-22 10:57:11 msg/SDBMsg_ZZZTest.xml

STDOUT: checking unpacked archive... MSG: check file "msg/SDBMsg_RTEKernel.xml": ok

MSG: check file "msg/SDBMsg_Recovery.xml": ok

MSG: check file "msg/SDBMsg_FileDir.xml": ok

MSG: check file "msg/SDBMsg_Rst.xml": ok

MSG: check file "msg/SDBMsg_BTree.xml": ok

MSG: check file "msg/SDBMsg_Converter.xml": ok

MSG: check file "msg/SDBMsg_OMS.xml": ok

MSG: check file "msg/SDBMsg_DBMSrvOI.xml": ok

MSG: check file "msg/SDBMsg_RTESync.xml": ok

MSG: check file "msg/SDBMsg_APO.xml": ok

MSG: check file "msg/SDBMsg_Loader.xml": ok

MSG: check file "msg/SDBMsg_RTEThread.xml": ok

MSG: check file "msg/SDBMsg_ZZZTest.xml": ok

MSG: check file "msg/SDBMsg_DBProc.xml": ok

MSG: check file "msg/SDBMsg_DBProvider.xml": ok

MSG: check file "msg/SDBMsg_ToolsCommonDC.xml": ok

MSG: check file "msg/SDBMsg_ToolsCommonXML.xml": ok

MSG: check file "msg/SDBMsg_Table.xml": ok

MSG: check file "msg/SDBMsg_SAPDBMem.xml": ok

MSG: check file "msg/SDBMsg_RTECKC.xml": ok

MSG: check file "msg/SDBMsg_RTETask.xml": ok

MSG: check file "msg/SDBMsg_DBMSrvBackTemplate.xml": ok

MSG: check file "msg/SDBMsg_RTESys.xml": ok

MSG: check file "msg/SDBMsg_LockManager.xml": ok

MSG: check file "msg/SDBMsg_RunTime.xml": ok

MSG: check file "msg/SDBMsg_KernelCommon.xml": ok

MSG: check file "msg/SDBMsg_RTEIO.xml": ok

MSG: check file "msg/SDBMsg_Transaction.xml": ok

MSG: check file "msg/SDBMsg_RTEMem.xml": ok

MSG: check file "msg/SDBMsg_DBMCLI.xml": ok

MSG: check file "msg/SDBMsg_DBMSrv.xml": ok

MSG: check file "msg/SDBMsg_DBMScd.xml": ok

MSG: check file "msg/SDBMsg_OPMSG.xml": ok

MSG: check file "msg/SDBMsg_RTESec.xml": ok

MSG: check file "msg/SDBMsg_SrvTasks.xml": ok

MSG: check file "msg/SDBMsg_Data.xml": ok

MSG: check file "msg/SDBMsg_QueryRewrite.xml": ok

MSG: check file "msg/SDBMsg_Log.xml": ok

MSG: check file "msg/SDBMsg_AccessPathOptimize.xml": ok

MSG: check file "msg/SDBMsg_DIAGNOSE.xml": ok

MSG: check file "msg/SDBMsg_Index.xml": ok

MSG: check file "msg/SDBMsg_RTEConf.xml": ok

MSG: check file "msg/SDBMsg_DBMLog.xml": ok

MSG: check file "msg/SDBMsg_Admin.xml": ok

MSG: check file "msg/SDBMsg_IOMan.xml": ok

MSG: check file "msg/SDBMsg_Messages.xml": ok

MSG: check file "msg/SDBMsg_DataCache.xml": ok

MSG: check file "msg/SDBMsg_Catalog.xml": ok

MSG: check file "msg/SDBMsg_Query.xml": ok

MSG: check file "msg/SDBMsg_Optimizer.xml": ok

MSG: check file "msg/SDBMsg_RTEComm.xml": ok

MSG: check file "msg/SDBMsg_DBMSrvTest.xml": ok

MSG: check file "msg/SDBMsg_KSQL.xml": ok

MSG: check file "msg/SDBMsg_JoinPathOptimizer.xml": ok

MSG: check file "msg/SDBMsg_SQLExecution.xml": ok

MSG: check file "msg/SDBMsg_LOCKS.xml": ok

MSG: check file "msg/SDBMsg_SAPDBAlgo.xml": ok

MSG: check file "msg/SDBMsg_RTEDiag.xml": ok

MSG: check file "msg/SDBMsg_Backup.xml": ok

MSG: check file "msg/SDBMsg_Savepoint.xml": ok

MSG: check file "msg/SDBMsg_ToolsCommon.xml": ok

MSG: check file "msg/SDBMsg_LiveCache.xml": ok

MSG: check file "msg/SDBMsg_DBMEd.xml": ok

MSG: check file "msg/SDBMsg_MultiVersionRead.xml": ok

MSG: check file "msg/SDBMsg_ObjectContainer.xml": ok

MSG: check file "msg/SDBMsg_SharedSQL.xml": ok

MSG: check file "msg/SDBMsg_RTEDBState.xml": ok

MSG: check file "msg/SDBMsg_SQLMan.xml": ok

MSG: check file "msg/SDBMsg_Join.xml": ok

STDOUT: ok

MSG: packagedata of package Messages changed

MSG: writing 7 packages

MSG: net install registry size = 51568 bytes

MSG: wrote install registry (60562 bytes)

MSG: packagedata of package JDBC changed

MSG: writing 8 packages

MSG: net install registry size = 52039 bytes

MSG: wrote install registry (61379 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBJDBC.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/7603/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/7603/pgm/

STDOUT: extracting: -rwxr-xr-x 544768 2007-08-22 11:21:17 runtime/7603/pgm/sapdbcbin.dll

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:25:50 runtime/jar/

STDOUT: extracting: -rw-rr 649766 2007-08-22 10:57:11 runtime/jar/sapdbc.jar

STDOUT: checking unpacked archive... MSG: check file "runtime/7603/pgm/sapdbcbin.dll": ok

MSG: check file "runtime/jar/sapdbc.jar": ok

STDOUT: ok

MSG: packagedata of package JDBC changed

MSG: writing 8 packages

MSG: net install registry size = 54202 bytes

MSG: wrote install registry (63743 bytes)

MSG: packagedata of package Synchronization Manager changed

MSG: writing 9 packages

MSG: net install registry size = 54663 bytes

MSG: wrote install registry (64528 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SYNCMAN.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:59 app/syncman/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/doc/

STDOUT: extracting: -rw-rr 45805 2007-08-22 10:57:11 app/syncman/doc/RunningTheMessageServer.pdf

STDOUT: extracting: -rw-rr 54944 2007-08-22 10:57:11 app/syncman/doc/SynchronizationManager.pdf

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/example/

STDOUT: extracting: -rw-rr 107 2007-08-22 10:57:11 app/syncman/example/createexampledatabases.cmd

STDOUT: extracting: -rw-rr 104 2007-08-22 10:57:11 app/syncman/example/createexampletables.cmd

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/example/doc/

STDOUT: extracting: -rw-rr 465289 2007-08-22 10:57:11 app/syncman/example/doc/SyncManExample.pdf

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:57 app/syncman/example/lib/

STDOUT: extracting: -rw-rr 12222 2007-08-22 10:57:11 app/syncman/example/lib/syncmanexample.jar

STDOUT: extracting: -rw-rr 155 2007-08-22 10:57:11 app/syncman/example/Readme_SyncManExample.txt

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:59 app/syncman/lib/

STDOUT: extracting: -rw-rr 496 2007-08-22 10:57:11 app/syncman/lib/jndi.properties

STDOUT: extracting: -rw-rr 492 2007-08-22 10:57:11 app/syncman/lib/jndi.properties.ssl

STDOUT: extracting: -rw-rr 565313 2007-08-22 10:57:11 app/syncman/lib/msgserver.jar

STDOUT: extracting: -rw-rr 219031 2007-08-22 10:57:11 app/syncman/lib/msgserverclient.jar

STDOUT: extracting: -rw-rr 62801 2007-08-22 10:57:11 app/syncman/lib/syncmanacc.jar

STDOUT: extracting: -rw-rr 287185 2007-08-22 10:57:11 app/syncman/lib/syncmangui.jar

STDOUT: extracting: -rw-rr 263679 2007-08-22 10:57:11 app/syncman/lib/syncservice.jar

STDOUT: extracting: -rw-rr 6675 2007-08-22 10:57:11 app/syncman/MSGSERVER.xml

STDOUT: extracting: -rw-rr 17283 2007-08-22 10:57:11 app/syncman/syncman_caller.py

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:28:59 bin/

STDOUT: extracting: -rw-rr 94 2007-08-22 10:57:11 bin/msgserver.cmd

STDOUT: extracting: -rw-rr 95 2007-08-22 10:57:11 bin/syncmanacc.cmd

STDOUT: extracting: -rw-rr 95 2007-08-22 10:57:11 bin/syncmangui.cmd

STDOUT: extracting: -rw-rr 97 2007-08-22 10:57:11 bin/syncmanjconf.cmd

STDOUT: extracting: -rw-rr 96 2007-08-22 10:57:11 bin/syncservice.cmd

STDOUT: checking unpacked archive... MSG: check file "app/syncman/lib/jndi.properties": ok

MSG: check file "app/syncman/lib/msgserver.jar": ok

MSG: check file "app/syncman/lib/jndi.properties.ssl": ok

MSG: check file "app/syncman/example/lib/syncmanexample.jar": ok

MSG: check file "bin/syncservice.cmd": ok

MSG: check file "bin/msgserver.cmd": ok

MSG: check file "bin/syncmangui.cmd": ok

MSG: check file "app/syncman/lib/syncservice.jar": ok

MSG: check file "app/syncman/lib/syncmangui.jar": ok

MSG: check file "bin/syncmanacc.cmd": ok

MSG: check file "app/syncman/lib/msgserverclient.jar": ok

MSG: check file "bin/syncmanjconf.cmd": ok

MSG: check file "app/syncman/example/Readme_SyncManExample.txt": ok

MSG: check file "app/syncman/example/doc/SyncManExample.pdf": ok

MSG: check file "app/syncman/example/createexampledatabases.cmd": ok

MSG: check file "app/syncman/doc/RunningTheMessageServer.pdf": ok

MSG: check file "app/syncman/MSGSERVER.xml": ok

MSG: check file "app/syncman/example/createexampletables.cmd": ok

MSG: check file "app/syncman/lib/syncmanacc.jar": ok

MSG: check file "app/syncman/syncman_caller.py": ok

MSG: check file "app/syncman/doc/SynchronizationManager.pdf": ok

STDOUT: ok

MSG: file "c:\program files\sdb\programs\bin\msgserver.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncservice.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncmangui.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncmanacc.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\bin\syncmanjconf.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\app\syncman\example\createexampletables.cmd" generated by installer

MSG: file "c:\program files\sdb\programs\app\syncman\example\createexampledatabases.cmd" generated by installer

ACTION: make directory "c:/data/maxdb/app" mode "770"

ACTION: make directory "c:/data/maxdb/app/syncman" mode "770"

ACTION: make directory "c:/data/maxdb/app/syncman/extern" mode "770"

MSG: directory "c:\data\maxdb\app\syncman\extern" generated by installer

MSG: packagedata of package Synchronization Manager changed

MSG: writing 9 packages

MSG: net install registry size = 61113 bytes

MSG: wrote install registry (71690 bytes)

MSG: packagedata of package SQLDBC changed

MSG: writing 10 packages

MSG: net install registry size = 61635 bytes

MSG: wrote install registry (72610 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBC.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:22 bin/

STDOUT: extracting: -rwxr-xr-x 913408 2007-08-22 15:21:31 bin/sqldbc_cons.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:22 pgm/

STDOUT: extracting: -rwxr-xr-x 1159168 2007-08-22 15:10:19 pgm/libSQLDBC.dll

STDOUT: extracting: -rwxr-xr-x 1245184 2007-08-22 15:13:55 pgm/libSQLDBC_C.dll

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/sqldbc/

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/sqldbc/incl/

STDOUT: extracting: -rw-rr 154984 2007-08-22 10:57:11 sdk/sqldbc/incl/SQLDBC.h

STDOUT: extracting: -rw-rr 193139 2007-08-22 10:57:11 sdk/sqldbc/incl/SQLDBC_C.h

STDOUT: extracting: -rw-rr 29755 2007-08-22 10:57:11 sdk/sqldbc/incl/SQLDBC_Types.h

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:21 sdk/sqldbc/lib/

STDOUT: extracting: -rw-rr 80832 2007-08-22 15:10:19 sdk/sqldbc/lib/libSQLDBC.lib

STDOUT: extracting: -rw-rr 140288 2007-08-22 15:13:55 sdk/sqldbc/lib/libSQLDBC_C.lib

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:27:22 symbols/

STDOUT: extracting: -rw-rr 4631552 2007-08-22 15:10:17 symbols/libSQLDBC.pdb

STDOUT: extracting: -rw-rr 5098496 2007-08-22 15:13:53 symbols/libSQLDBC_C.pdb

STDOUT: checking unpacked archive... MSG: check file "bin/sqldbc_cons.exe": ok

MSG: check file "symbols/libSQLDBC_C.pdb": ok

MSG: check file "sdk/sqldbc/lib/libSQLDBC_C.lib": ok

MSG: check file "sdk/sqldbc/incl/SQLDBC_C.h": ok

MSG: check file "pgm/libSQLDBC_C.dll": ok

MSG: check file "pgm/libSQLDBC.dll": ok

MSG: check file "sdk/sqldbc/incl/SQLDBC_Types.h": ok

MSG: check file "sdk/sqldbc/lib/libSQLDBC.lib": ok

MSG: check file "symbols/libSQLDBC.pdb": ok

MSG: check file "sdk/sqldbc/incl/SQLDBC.h": ok

STDOUT: ok

MSG: packagedata of package SQLDBC changed

MSG: writing 10 packages

MSG: net install registry size = 63959 bytes

MSG: wrote install registry (75268 bytes)

MSG: packagedata of package DB Analyzer changed

MSG: writing 11 packages

MSG: net install registry size = 64467 bytes

MSG: wrote install registry (76154 bytes)

STDOUT: start real extraction of "C:/Temp/MaxC.tmp/SDBANA.TGZ"

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:49 bin/

STDOUT: extracting: -rwxr-xr-x 368640 2007-08-22 13:20:53 bin/dbanalyzer.exe

STDOUT: extracting: drwxr-xr-x 0 2007-08-22 16:26:48 env/

STDOUT: extracting: -rw-rr 181451 2007-08-22 10:57:11 env/dbanalyzer.cfg

STDOUT: extracting: -rw-rr 226058 2007-08-22 10:57:11 env/dbanalyzer742.cfg

STDOUT: extracting: -rw-rr 229850 2007-08-22 10:57:11 env/dbanalyzer743.cfg

STDOUT: extracting: -rw-rr 270923 2007-08-22 10:57:11 env/dbanalyzer75.cfg

STDOUT: extracting: -rw-rr 305668 2007-08-22 10:57:11 env/dbanalyzer76.cfg

STDOUT: checking unpacked archive... MSG: check file "env/dbanalyzer.cfg": ok

MSG: check file "bin/dbanalyzer.exe": ok

MSG: check file "env/dbanalyzer75.cfg": ok

MSG: check file "env/dbanalyzer742.cfg": ok

MSG: check file "env/dbanalyzer76.cfg": ok

MSG: check file "env/dbanalyzer743.cfg": ok

STDOUT: ok

MSG: packagedata of package DB Analyzer changed

MSG: writing 11 packages

MSG: net install registry size = 66440 bytes

MSG: wrote install registry (78398 bytes)

MSG: writing 11 packages

MSG: net install registry size = 66440 bytes

MSG: wrote install registry (78398 bytes)

MSG: install registry successfully unlocked