SAPRFC Installation

Hi there.
I've installed:
PHP 5  in C:/Programme/XAMPP
APACHE in C:/Programme/XAMPP and
unzipped SAPRFC in C:/Programme/XAMPP/PHP/ext/rfcsdk.
I've copied php_saprfc.dll into C:/Programme/XAMPP/PHP/ext and modified php.ini as below:
extension_dir = "C:\Programme\xampp\php\ext\"
extension=php_saprfc.dll
I've no problem with SAPGUI and PHP itself.
But I got following error:
Message: This script use SAPRFC extension module for PHP and the extension isn't loaded. If you have already the extension compiled and installed, check your php.ini configuration.
I've tried to follow the install instructions from SAPRFC. Is it possible that SAPRFC hat some problem with PHP-Location under XAMPP?
Thanks in adv.
sumiya

Hi,
I have checked the user authorizations. My user has SAP_ALL and is authorized to call/perform BSP-Applications and RFC-Functions.
I have tested on sap-system the function SO_USER_LIST_READ and it shows me more than 200 users.
Then I switched on tracing (ST01) and called my PHP-application, but there is no entries in the tracelist.
I modified example_userlist.php a little bit and inserted echo-commands giving out messages after every function. It seems, it doesn't even reach the SAP-System. I got only the first message "create saprfc", that I put after creating saprfc.
I would be very appriciated if you could have a look at the following codes:
<html>
<h1>SAPRFC-Class: Get List of Users in SAP-System</h1>
<?php
     require_once("saprfc/saprfc.php");
     $sap = new saprfc(array(
                              "logindata"=>array(
                                   "ASHOST"=>"myhost"     // application server
                                   ,"SYSNR"=>"00"          // system number
                                   ,"CLIENT"=>"420"     // client
                                   ,"USER"=>"AGOMBOJAV"     // user
                                   ,"PASSWD"=>"mypasswd"     // password )
                              ,"show_errors"=>false                         ,"debug"=>false)) ;
    echo '<p>create saprfc</p>';
     $result=$sap->callFunction("SO_USER_LIST_READ",
                                        array(     array("IMPORT","USER_GENERIC_NAME","*"),
                                                  array("TABLE","USER_DISPLAY_TAB",array())
     echo '<p>call function</p>';               
     if ($sap->getStatus() == SAPRFC_OK) {
          echo '<p>Yes, print Userlist</p>';
          ?><table>
               <tr><td>SAP-Name</td><td>User-Nummer</td></tr><?
          foreach ($result["USER_DISPLAY_TAB"] as $user) {
               echo "<tr><td>", $user["SAPNAM"],"</td><td>",$user["USRNO"],"</td></tr>";
          ?></table><?
     } else {
         echo '<p>No, print Error</p>';
          $sap->printStatus();
     echo '<p>Logoff/Close </p>';
     $sap->logoff();
?>
Is there anyway of debugging of php-applications in SAP-System?
thanks and regards,
sumiya

Similar Messages

  • Installation problem on Windows 2003

    Hi All,
    I have installed the saprfc extension on my laptop for testing purposes.
    Definitions of my laptop: Windows XP, IIS 6, PHP 4.4.2, SAP GUI 640
    Everything works fine and I can access the SAP through the web server on my laptop without any problem.
    Now, after finishing my tests I installed my web application on a real production server with the following definitions: Windows 2003 server, IIS 6, PHP 4.4.2
    As you can see – the two differences are the operating system and the fact that I do not have a complete SAP GUI installation on the server – I only located the librfc32.dll under the windows library.
    My problem is that I get the message that the php_saprfc.dll extension cannot be loaded (I edited the php.ini).
    Doe anyone have any idea why?
    Thanks,
    Roy

    Hi,
    I have an installation with my laptop WIN2003 server with apache web server instead of IIS, without problems.
    Are you sure that in your php.ini is all OK?
    Have you tried to copy the WIN2003 php.ini on your laptop and try to load saprfc.dll?
    Lorenzo

  • Error in installation of Java EE 5 Application Server

    I am getting error in the installation of "Java EE 5 Application Server". When I checked the log file it is showing as follows:
    (Oct 9, 2006 9:55:21 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\JP1\log.txt for details.
    (Oct 9, 2006 9:55:21 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="Mon Oct 09 09:55:20 IST 2006 An Error happened during the Change of the MaxDB Database passwords. Check end of Logfile C:/DOCUME1/162492/LOCALS1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="Mon Oct 09 09:55:20 IST 2006 An Error happened during the Change of the MaxDB Database passwords. Check end of Logfile C:/DOCUME1/162492/LOCALS1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:247)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    When I checked C:/DOCUME1/162492/LOCALS1/Temp/MaxDBSAPNWPREV.log file it is showing as follows :
    Mon Oct 09 09:51:52 IST 2006 MaxDB: Start SoftwareCheck
    Mon Oct 09 09:51:52 IST 2006 MaxDB: IndepProgPath:
    Mon Oct 09 09:51:52 IST 2006 MaxDB: IndepDataPath:
    Mon Oct 09 09:51:52 IST 2006 MaxDB: Software doesn't exist, Variable MAXDB_SOFTW_EXISTS set to NO
    Mon Oct 09 09:51:52 IST 2006 MaxDB: end of Check Section!
    Mon Oct 09 09:51:52 IST 2006 MaxDB: Password confirmation: 3-9 characters necessary
    Mon Oct 09 09:52:15 IST 2006 MaxDB: Start of Extracting Software and Backup.
    Mon Oct 09 09:52:45 IST 2006 MaxDB: End of Extracting Software and Backup.
    Mon Oct 09 09:52:45 IST 2006 MaxDB: Start of CallSdbinst
    Mon Oct 09 09:52:45 IST 2006 MaxDB: IndepProgPath = C:/sapdb/programs
    Mon Oct 09 09:52:45 IST 2006 MaxDB: inst_type = :restore:
    Mon Oct 09 09:52:45 IST 2006 MaxDB: Calling sdbinst with template option sapmds
    Mon Oct 09 09:52:45 IST 2006 MaxDB SID: JP1
    Mon Oct 09 09:52:45 IST 2006 MaxDB drive: C:\
    Mon Oct 09 09:52:45 IST 2006 MaxDB softwarepath: C:/sapdb
    Mon Oct 09 09:52:45 IST 2006 MaxDB Software location: C:/sapdb/JP1/_tempLocation
    Mon Oct 09 09:52:45 IST 2006 MaxDB backup_loc: C:/sapdb/JP1/_tempLocation/load_datasave
    Mon Oct 09 09:52:45 IST 2006 MaxDB program: C:/sapdb/JP1/_tempLocation/sdbinst.exe
    Mon Oct 09 09:52:45 IST 2006 MaxDB paramfile: C:/sapdb/JP1/_tempLocation/sapmds.txt
    Mon Oct 09 09:52:45 IST 2006MaxDB found sdbinst
    Mon Oct 09 09:52:45 IST 2006 MaxDB: Calling: C:/sapdb/JP1/_tempLocation/sdbinst.exe -t sapmds -f "C:/sapdb/JP1/_tempLocation/sapmds.txt" -p DBNAME=JP1 -p SOFTWAREPATH="C:/sapdb" -p INSTANCEBACKUP="C:/sapdb/JP1/_tempLocation/load_datasave"
    Mon Oct 09 09:52:50 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst:      Installation of MaxDB Software
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst:      *******************************
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst: starting installation Mo, Oct 09, 2006 at 09:52:50
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst: operating system: Windows I386 NT 5.1 Service Pack 2
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst: callers working directory: C:/Documents and Settings/162492/Desktop/SAPNWAS_JAVAEE5_T06
    Mon Oct 09 09:52:51 IST 2006 MaxDB sdbinst: installer directory: C:/sapdb/JP1/_tempLocation
    Mon Oct 09 09:52:52 IST 2006 MaxDB sdbinst: archive directory: C:/sapdb/JP1/_tempLocation
    Mon Oct 09 09:52:52 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:52 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:53 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:53 IST 2006 MaxDB sdbinst: starting preparing phase of package Base 7.6.00.33 32 bit
    Mon Oct 09 09:52:53 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst: independent data path: c:/sapdb/data
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst: independent program path: c:/sapdb/programs
    Mon Oct 09 09:52:54 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SDBBAS.TGZ"
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst: package Base successfully checked
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst: starting preparing phase of package SAP Utilities 7.6.00.33 32 bit
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:55 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst: : c:/sapdb/data
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst: independent program path: c:/sapdb/programs
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SAPUTL.TGZ"
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst: package SAP Utilities successfully checked
    Mon Oct 09 09:52:56 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst: starting preparing phase of package JDBC 7.6.00.30
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:52:57 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst: java driver path: c:/sapdb/programs
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SDBJDBC.TGZ"
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst: package JDBC successfully checked
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst: starting preparing phase of package Server Utilities 7.6.00.33 32 bit
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:52:58 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst: independent program path: c:/sapdb/programs
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SDBUTL.TGZ"
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst: package Server Utilities successfully checked
    Mon Oct 09 09:52:59 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst: starting preparing phase of package Database Kernel 7.6.00.33 32 bit
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:00 IST 2006 MaxDB sdbinst: dependent path: c:/sapdb/jp1/db
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SDBKRN.TGZ"
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst: package Database Kernel successfully checked
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst: starting preparing phase of package Messages MSG 0.3951
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:01 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst: messages path: c:/sapdb/programs
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SDBMSG.TGZ"
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst: package Messages successfully checked
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:02 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst: starting preparing phase of package ODBC 7.6.00.33 32 bit
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst: odbc path: c:/sapdb/programs
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SDBODBC.TGZ"
    Mon Oct 09 09:53:03 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst: package ODBC successfully checked
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst: starting preparing phase of package Webtools 7.6.00.33 32 bit
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst: checking interferences to other packages... ok
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:04 IST 2006 MaxDB sdbinst: collecting data finished:
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst: webtools path: c:/sapdb/programs/web
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst: start extraction test run of "C:/sapdb/JP1/_tempLocation/SDBWEB.TGZ"
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst: package Webtools successfully checked
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:05 IST 2006 MaxDB sdbinst: checking filesystem "C:"... free disk space ok
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst: starting installation phase of package Base 7.6.00.33 32 bit
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SDBBAS.TGZ"
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:08 bin/
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       786432 2006-07-18 04:47:21 bin/dbmevtdisp.exe
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-18 04:45:11 bin/protconv.exe
    Mon Oct 09 09:53:06 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       147456 2006-07-18 03:26:11 bin/sdbconfig.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7168 2006-07-18 06:32:29 bin/SDBINST.EXE
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         6144 2006-07-18 06:32:29 bin/sdbpack.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-18 06:32:29 bin/sdbreg.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-18 06:32:29 bin/sdbregview.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        13824 2006-07-18 06:32:29 bin/SDBSETUP.EXE
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7680 2006-07-18 06:32:29 bin/sdbuninst.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         7168 2006-07-18 06:32:29 bin/sdbverify.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1142784 2006-07-18 06:17:15 bin/sqlcli.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xsysrc.exe
    Mon Oct 09 09:53:07 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       315392 2006-07-18 03:42:35 bin/xtcpupd.exe
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       290816 2006-07-18 03:06:45 bin/xuser.exe
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_ping.exe
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:08 install/
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       192512 2006-07-18 06:30:11 install/Grid.dll
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       757760 2006-07-18 06:20:57 install/perl58.dll
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rw-rr        66953 2006-07-18 06:32:29 install/RESOURCES.TGZ
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rw-rr       447273 2006-07-18 06:32:28 install/SDBINST.TGZ
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       413696 2006-07-18 06:32:22 install/sdbrun.dll
    Mon Oct 09 09:53:08 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1245184 2006-07-18 06:31:44 install/Wx.dll
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      2265088 2006-07-18 06:29:53 install/wxmsw24.dll
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rw-rr        64320 2006-07-18 06:32:30 install/WXPERL.TGZ
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:09 pgm/
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-18 04:45:17 pgm/dbmcli.exe
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-18 04:45:17 pgm/dbmcli_HelpInst.exe
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       212992 2006-07-18 05:00:37 pgm/regupd.exe
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       303104 2006-07-18 03:43:05 pgm/sqlping.exe
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-18 02:54:49 pgm/sqltcp.dll
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-18 02:54:51 pgm/sqltcp1.dll
    Mon Oct 09 09:53:09 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-18 02:54:55 pgm/sqltcp2.dll
    Mon Oct 09 09:53:10 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-18 02:54:59 pgm/sqltcpn.dll
    Mon Oct 09 09:53:10 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       281952 2006-07-18 06:32:55 pgm/sqluser72.dll
    Mon Oct 09 09:53:10 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       372656 2006-07-18 06:33:13 pgm/sqluser73.dll
    Mon Oct 09 09:53:10 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       393216 2006-07-18 06:33:34 pgm/sqluser74.dll
    Mon Oct 09 09:53:10 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       438272 2006-07-18 06:33:53 pgm/sqluser74n.dll
    Mon Oct 09 09:53:10 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       516096 2006-07-18 06:05:41 pgm/sqluser76.dll
    Mon Oct 09 09:53:10 IST 2006 MaxDB sdbinst: checking unpacked archive... ok
    Mon Oct 09 09:53:11 IST 2006 MaxDB sdbinst: checking system libraries... ok
    Mon Oct 09 09:53:11 IST 2006 MaxDB sdbinst: system path updated successfully
    Mon Oct 09 09:53:11 IST 2006 MaxDB sdbinst: please reboot your system after installation to take effect changes
    Mon Oct 09 09:53:12 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:12 IST 2006 MaxDB sdbinst: starting installation phase of package SAP Utilities 7.6.00.33 32 bit
    Mon Oct 09 09:53:12 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:12 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:12 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SAPUTL.TGZ"
    Mon Oct 09 09:53:12 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:28 bin/
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       602112 2006-07-18 04:45:33 bin/dbmrfc.exe
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:29 lib/
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      8572928 2006-07-18 02:52:01 lib/icudt30.dll
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       692224 2006-07-18 02:52:01 lib/icuin30.dll
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       602112 2006-07-18 02:52:01 lib/icuuc30.dll
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      5562368 2006-07-18 03:01:17 lib/librfc32u.dll
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       102400 2006-07-18 02:52:01 lib/libsapu16vc71.dll
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       249856 2006-07-18 02:52:01 lib/libsapucum.dll
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:29 pgm/
    Mon Oct 09 09:53:13 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       507904 2006-07-18 04:45:15 pgm/dbmgetf.exe
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1167360 2006-07-18 02:54:43 pgm/sapni.dll
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:29 Support/
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:30 Support/Mapfiles/
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: -rw-rr       883889 2006-07-18 04:45:14 Support/Mapfiles/dbmgetf.map
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: -rw-rr      1007259 2006-07-18 04:45:33 Support/Mapfiles/dbmrfc.map
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: -rw-rr       440451 2006-07-18 02:54:42 Support/Mapfiles/sapni.map
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:30 symbols/
    Mon Oct 09 09:53:14 IST 2006 MaxDB sdbinst: extracting: -rw-rr      1010688 2006-07-18 02:54:42 symbols/sapni.pdb
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: checking unpacked archive... ok
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: starting installation phase of package JDBC 7.6.00.30
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SDBJDBC.TGZ"
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:36:51 runtime/
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:36:51 runtime/7600/
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:36:51 runtime/7600/pgm/
    Mon Oct 09 09:53:15 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       540672 2006-07-18 03:25:25 runtime/7600/pgm/sapdbcbin.dll
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:36:51 runtime/jar/
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: extracting: -rw-rr       489216 2006-07-18 03:01:17 runtime/jar/sapdbc.jar
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: checking unpacked archive... ok
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: starting installation phase of package Server Utilities 7.6.00.33 32 bit
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SDBUTL.TGZ"
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:40 bin/
    Mon Oct 09 09:53:16 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        65536 2006-07-18 04:46:49 bin/sdbinfo.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       348160 2006-07-18 05:57:53 bin/sqlrun.dll
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/sysmon.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xbackup.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xinstinfo.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xpu.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_analys.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_cons.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_server.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_show.exe
    Mon Oct 09 09:53:17 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_start.exe
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_stop.exe
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_wiz.exe
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_wizard.exe
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_wizstop.exe
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_wiztrc.exe
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:40 env/
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rw-rr          122 2006-07-18 04:52:54 env/serv.use
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rw-rr          245 2006-07-18 04:52:54 env/xstart.use
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: -rw-rr          542 2006-07-18 04:52:54 env/xstop.use
    Mon Oct 09 09:53:18 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:40 etc/
    Mon Oct 09 09:53:19 IST 2006 MaxDB sdbinst: extracting: -rw-rr          207 2006-07-18 02:50:43 etc/VERSIONS
    Mon Oct 09 09:53:19 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:40 pgm/
    Mon Oct 09 09:53:19 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       466944 2006-07-18 03:26:59 pgm/serv.exe
    Mon Oct 09 09:53:19 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       270336 2006-07-18 03:26:13 pgm/show.exe
    Mon Oct 09 09:53:19 IST 2006 MaxDB sdbinst: checking unpacked archive... ok
    Mon Oct 09 09:53:20 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: starting installation phase of package Database Kernel 7.6.00.33 32 bit
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SDBKRN.TGZ"
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:52 bin/
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       266240 2006-07-18 04:45:47 bin/backint.exe
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       786432 2006-07-18 04:47:21 bin/dbmevtdisp.exe
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       540672 2006-07-18 04:47:29 bin/dbmevthndl_display.exe
    Mon Oct 09 09:53:21 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       552960 2006-07-18 04:47:37 bin/dbmevthndl_winlog.exe
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       282624 2006-07-18 04:44:23 bin/dbmsrvctl.exe
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        42418 2006-07-18 03:01:17 bin/ireport.py
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       245760 2006-07-18 04:46:43 bin/pipe2file.exe
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1114112 2006-07-18 04:46:05 bin/sdbfill.exe
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       348160 2006-07-18 05:57:53 bin/sqlrun.dll
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        53248 2006-07-18 03:06:39 bin/sqlver.exe
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        53248 2006-07-18 03:06:37 bin/sqlwhat.exe
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xci.exe
    Mon Oct 09 09:53:22 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xkernprot.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xoldci.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xservice.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xsql.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xsqlro.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/xtracesort.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        40960 2006-07-18 05:57:55 bin/x_diagnose.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       323584 2006-07-18 04:47:47 bin/x_python.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:47 cluster/
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1982464 2006-07-18 03:41:59 cluster/dbmsrv_clu.exe
    Mon Oct 09 09:53:23 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        77824 2006-07-18 03:27:57 cluster/SAPDBMSCSEx.dll
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       122880 2006-07-18 03:28:09 cluster/sapdbmscsman.dll
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-18 03:27:27 cluster/SAPDBMSCSMan.exe
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        57344 2006-07-18 03:27:19 cluster/SAPDBMSCSRes.dll
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       303104 2006-07-18 03:28:29 cluster/service_clu.exe
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       483328 2006-07-18 03:28:27 cluster/serv_clu.exe
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       331776 2006-07-18 03:28:23 cluster/stop_clu.exe
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       335872 2006-07-18 03:28:21 cluster/strt_clu.exe
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:47 demo/
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rw-rr      3111624 2006-07-18 03:01:17 demo/HOTEL.py
    Mon Oct 09 09:53:24 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1080 2006-07-18 03:01:17 demo/ltutorial.py
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: -rw-rr        12046 2006-07-18 03:01:17 demo/tutoriallib.py
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:53 doc/
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:54 doc/FirstSteps/
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: -rw-rr         4158 2006-07-18 03:01:17 doc/FirstSteps/index.html
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:53 doc/FirstSteps/Java/
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1019 2006-07-18 03:01:17 doc/FirstSteps/Java/DemodbData.class
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2239 2006-07-18 03:01:17 doc/FirstSteps/Java/DemodbData.java
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1599 2006-07-18 03:01:17 doc/FirstSteps/Java/HelloMaxDB.class
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2162 2006-07-18 03:01:17 doc/FirstSteps/Java/HelloMaxDB.java
    Mon Oct 09 09:53:25 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2662 2006-07-18 03:01:17 doc/FirstSteps/Java/HowToJava.html
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1305 2006-07-18 03:01:17 doc/FirstSteps/Java/StateMaxDB.class
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1767 2006-07-18 03:01:17 doc/FirstSteps/Java/StateMaxDB.java
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr          227 2006-07-18 03:01:17 doc/FirstSteps/maxdbenv.cmd
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:53 doc/FirstSteps/ODBC/
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5213 2006-07-18 03:01:17 doc/FirstSteps/ODBC/HelloMaxDB.c
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1996 2006-07-18 03:01:17 doc/FirstSteps/ODBC/HowToODBC.html
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1101 2006-07-18 03:01:17 doc/FirstSteps/ODBC/Makefile
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:54 doc/FirstSteps/Perl/
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1686 2006-07-18 03:01:17 doc/FirstSteps/Perl/demodbData.pm
    Mon Oct 09 09:53:26 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2597 2006-07-18 03:01:17 doc/FirstSteps/Perl/HowToPerl.html
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1673 2006-07-18 03:01:17 doc/FirstSteps/Perl/StateMaxDB.pl
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:54 doc/FirstSteps/Python/
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1584 2006-07-18 03:01:17 doc/FirstSteps/Python/demodbData.py
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1572 2006-07-18 03:01:17 doc/FirstSteps/Python/HelloMaxDB-API.py
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1572 2006-07-18 03:01:17 doc/FirstSteps/Python/HelloMaxDB.py
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3746 2006-07-18 03:01:17 doc/FirstSteps/Python/HowToPython.html
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1578 2006-07-18 03:01:17 doc/FirstSteps/Python/StateMaxDB.py
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:54 doc/FirstSteps/SQLDBC/
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rw-rr         4225 2006-07-18 03:01:17 doc/FirstSteps/SQLDBC/HelloMaxDB.cpp
    Mon Oct 09 09:53:27 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2032 2006-07-18 03:01:17 doc/FirstSteps/SQLDBC/HowToSQLDBC.html
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1276 2006-07-18 03:01:17 doc/FirstSteps/SQLDBC/Makefile
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:49 env/
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         6940 2006-07-18 04:47:37 env/APPS.py
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rw-rr         4513 2006-07-18 04:47:37 env/CNR3DATA.py
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rw-rr         8929 2006-07-18 04:47:37 env/CNR3TAB.py
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rw-rr       194089 2006-07-18 04:52:54 env/cserv.pcf
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rw-rr        18587 2006-07-18 04:47:37 env/DBMVIEWS.py
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:48 env/en/
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rw-rr         7609 2006-07-18 04:52:54 env/en/DBM.en
    Mon Oct 09 09:53:28 IST 2006 MaxDB sdbinst: extracting: -rw-rr        16426 2006-07-18 04:47:37 env/GARBAGE.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr          249 2006-07-18 04:52:54 env/general.use
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         2017 2006-07-18 04:47:41 env/getpackages.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1857 2006-07-18 04:47:37 env/INFO.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr        14835 2006-07-18 04:47:41 env/installib.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr        74105 2006-07-18 04:47:39 env/JDBC.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr          396 2006-07-18 04:52:54 env/kernprot.use
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x         1662 2006-07-18 04:47:43 env/lapps.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr         8840 2006-07-18 03:01:17 env/lsystab.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr        19212 2006-07-18 04:47:39 env/ODBC.py
    Mon Oct 09 09:53:29 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1954 2006-07-18 04:47:39 env/ORADD.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr       267134 2006-07-18 04:47:39 env/ORADDCOM.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr        10299 2006-07-18 04:47:39 env/ORADDSYN.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr       159113 2006-07-18 04:47:39 env/ORADDV.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2113 2006-07-18 04:47:39 env/PRECOM.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr        49168 2006-07-18 04:47:43 env/REPOSITORY.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr        62152 2006-07-18 04:47:37 env/SAPDBLOADER.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5196 2006-07-18 04:47:39 env/SHOWCMD.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr        47440 2006-07-18 04:47:39 env/SQLDBC.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr        47024 2006-07-18 04:47:41 env/SYSDBA.py
    Mon Oct 09 09:53:30 IST 2006 MaxDB sdbinst: extracting: -rw-rr        58248 2006-07-18 04:47:41 env/SYSDBACOM.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr        17897 2006-07-18 04:47:41 env/SYSINFO.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr       106735 2006-07-18 04:47:41 env/SYSINFOCOM.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr        10964 2006-07-18 04:47:41 env/TRIGGER.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3916 2006-07-18 04:47:41 env/UDE.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr         7309 2006-07-18 04:47:43 env/WA.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr        54557 2006-07-18 04:47:41 env/XDD.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr       105718 2006-07-18 04:47:41 env/XDDCOM.py
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:49 lib/
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:49 lib/python2.3/
    Mon Oct 09 09:53:31 IST 2006 MaxDB sdbinst: extracting: -rw-rr         7577 2006-07-18 03:01:17 lib/python2.3/optlib.py
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       135234 2006-07-18 03:01:17 lib/python2.3/pyexpat.pyd
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:49 lib/python2.3/sdb/
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rw-rr        15565 2006-07-18 03:01:17 lib/python2.3/sdb/dbapi.py
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       503808 2006-07-18 04:47:51 lib/python2.3/sdb/dbm.pyd
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       483328 2006-07-18 04:47:55 lib/python2.3/sdb/loader.pyd
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       458752 2006-07-18 04:47:59 lib/python2.3/sdb/sql.pyd
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rw-rr          921 2006-07-18 03:01:17 lib/python2.3/sdb/__init__.py
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        61503 2006-07-18 03:01:17 lib/python2.3/zlib.pyd
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49218 2006-07-18 03:01:17 lib/python2.3/_socket.pyd
    Mon Oct 09 09:53:32 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        57407 2006-07-18 03:01:17 lib/python2.3/_sre.pyd
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:49 misc/
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2437 2006-07-18 06:18:47 misc/create_demo_db.cmd
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: -rw-rr          417 2006-07-18 06:18:47 misc/drop_demo_db.cmd
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:53 pgm/
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       200704 2006-07-18 04:46:45 pgm/backup.exe
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       372736 2006-07-18 03:25:55 pgm/cons.exe
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-18 03:25:29 pgm/cr_param.exe
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       940032 2006-07-18 03:01:17 pgm/dbghelp.dll
    Mon Oct 09 09:53:33 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-18 04:44:33 pgm/dbmreg.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       405504 2006-07-18 04:45:05 pgm/dbmshm.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1966080 2006-07-18 04:44:17 pgm/dbmsrv.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1748992 2006-07-18 04:44:49 pgm/dbmsrvscd.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-18 04:44:27 pgm/dbmstart.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-18 04:44:29 pgm/dbmstop.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       294912 2006-07-18 04:44:35 pgm/dbmunreg.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        69632 2006-07-18 06:05:39 pgm/dbpinstall.dll
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1060864 2006-07-18 03:46:37 pgm/diagnose.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      6971392 2006-07-18 04:44:09 pgm/kernel.exe
    Mon Oct 09 09:53:34 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       118784 2006-07-18 03:43:13 pgm/libhsscopy.dll
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1134592 2006-07-18 06:02:21 pgm/liboms.dll
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       151552 2006-07-18 06:06:13 pgm/libsqlcls.dll
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-18 06:06:55 pgm/libSQLDBC.dll
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1155072 2006-07-18 06:14:13 pgm/libSQLDBC_C.dll
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      2953216 2006-07-18 04:52:33 pgm/lserver.exe
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        20545 2006-07-18 03:01:17 pgm/pysapdb.exe
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       974915 2006-07-18 03:01:17 pgm/python23.dll
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rw-rr      2071185 2006-07-18 03:01:17 pgm/python23.zip
    Mon Oct 09 09:53:35 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-18 03:25:27 pgm/renparam.exe
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       290816 2006-07-18 03:27:05 pgm/service.exe
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1097728 2006-07-18 03:45:19 pgm/slowci.exe
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       405504 2006-07-18 03:27:09 pgm/sqlinst.dll
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1359872 2006-07-18 03:27:15 pgm/sqlmsg.dll
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       315392 2006-07-18 03:26:03 pgm/stop.exe
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       319488 2006-07-18 03:25:59 pgm/strt.exe
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        98304 2006-07-18 05:00:41 pgm/StudioUtil.dll
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        49152 2006-07-18 03:43:07 pgm/sysrc.exe
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-18 03:27:13 pgm/systemrc.exe
    Mon Oct 09 09:53:36 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       221184 2006-07-18 05:00:47 pgm/TableDefC.dll
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-18 04:47:31 pgm/Tools_WinEvtLog.dll
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-18 04:52:43 pgm/tracesort.exe
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:34:53 sap/
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rw-rr          147 2006-07-18 03:01:17 sap/dbpinstall.lst
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1474 2006-07-18 04:45:33 sap/grantxdb.dbm
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        18192 2006-07-18 03:01:17 sap/lcinit.bat
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       126976 2006-07-18 06:05:31 sap/lvcbench.dll
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rw-rr           89 2006-07-18 03:01:17 sap/saprfc.ini
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        86016 2006-07-18 05:02:09 sap/sphsapdb.dll
    Mon Oct 09 09:53:37 IST 2006 MaxDB sdbinst: extracting: -rw-rr           12 2006-07-18 03:01:17 sap/sphsapdb.lst
    Mon Oct 09 09:53:38 IST 2006 MaxDB sdbinst: checking unpacked archive... ok
    Mon Oct 09 09:53:42 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:42 IST 2006 MaxDB sdbinst: starting installation phase of package Messages MSG 0.3951
    Mon Oct 09 09:53:42 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:42 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SDBMSG.TGZ"
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:37:08 msg/
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr          846 2006-07-18 03:01:17 msg/SDBMsg_Admin.xml
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1107 2006-07-18 03:01:17 msg/SDBMsg_Backup.xml
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3255 2006-07-18 03:01:17 msg/SDBMsg_Catalog.xml
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr         4595 2006-07-18 03:01:17 msg/SDBMsg_Converter.xml
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr        13936 2006-07-18 03:01:17 msg/SDBMsg_Data.xml
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr          333 2006-07-18 03:01:17 msg/SDBMsg_DBMCLI.xml
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5254 2006-07-18 03:01:17 msg/SDBMsg_DBMEd.xml
    Mon Oct 09 09:53:43 IST 2006 MaxDB sdbinst: extracting: -rw-rr          328 2006-07-18 03:01:17 msg/SDBMsg_DBMLog.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3179 2006-07-18 03:01:17 msg/SDBMsg_DBMScd.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr        75397 2006-07-18 03:01:17 msg/SDBMsg_DBMSrv.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1071 2006-07-18 03:01:17 msg/SDBMsg_DBMSrvTest.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1321 2006-07-18 03:01:17 msg/SDBMsg_DBProc.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr          553 2006-07-18 03:01:17 msg/SDBMsg_DIAGNOSE.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr         7818 2006-07-18 03:01:17 msg/SDBMsg_FileDir.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr          477 2006-07-18 03:01:17 msg/SDBMsg_Index.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3461 2006-07-18 03:01:17 msg/SDBMsg_IOMan.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1384 2006-07-18 03:01:17 msg/SDBMsg_Join.xml
    Mon Oct 09 09:53:44 IST 2006 MaxDB sdbinst: extracting: -rw-rr          697 2006-07-18 03:01:17 msg/SDBMsg_JoinPathOptimizer.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2112 2006-07-18 03:01:17 msg/SDBMsg_KernelCommon.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1035 2006-07-18 03:01:17 msg/SDBMsg_KSQL.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr          801 2006-07-18 03:01:17 msg/SDBMsg_LiveCache.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-18 03:01:17 msg/SDBMsg_Loader.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5443 2006-07-18 03:01:17 msg/SDBMsg_Log.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3154 2006-07-18 03:01:17 msg/SDBMsg_Messages.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr          369 2006-07-18 03:01:17 msg/SDBMsg_ObjectContainer.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3159 2006-07-18 03:01:17 msg/SDBMsg_OMS.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-18 03:01:17 msg/SDBMsg_OPMSG.xml
    Mon Oct 09 09:53:45 IST 2006 MaxDB sdbinst: extracting: -rw-rr          172 2006-07-18 03:01:17 msg/SDBMsg_Optimizer.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr          435 2006-07-18 03:01:17 msg/SDBMsg_Query.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr          442 2006-07-18 03:01:17 msg/SDBMsg_QueryRewrite.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2021 2006-07-18 03:01:17 msg/SDBMsg_Recovery.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5220 2006-07-18 03:01:17 msg/SDBMsg_Rst.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr         2472 2006-07-18 03:01:17 msg/SDBMsg_RTEComm.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1406 2006-07-18 03:01:17 msg/SDBMsg_RTEConf.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr          889 2006-07-18 03:01:17 msg/SDBMsg_RTEDBState.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5001 2006-07-18 03:01:17 msg/SDBMsg_RTEDiag.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr        14767 2006-07-18 03:01:17 msg/SDBMsg_RTEIO.xml
    Mon Oct 09 09:53:46 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3625 2006-07-18 03:01:17 msg/SDBMsg_RTEMem.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr          511 2006-07-18 03:01:17 msg/SDBMsg_RTESec.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1808 2006-07-18 03:01:17 msg/SDBMsg_RTESys.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3550 2006-07-18 03:01:17 msg/SDBMsg_RTETask.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr         4541 2006-07-18 03:01:17 msg/SDBMsg_RunTime.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1653 2006-07-18 03:01:17 msg/SDBMsg_SAPDBAlgo.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr          562 2006-07-18 03:01:17 msg/SDBMsg_SAPDBMem.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1718 2006-07-18 03:01:17 msg/SDBMsg_Savepoint.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5909 2006-07-18 03:01:17 msg/SDBMsg_SharedSQL.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr        26284 2006-07-18 03:01:17 msg/SDBMsg_SQLMan.xml
    Mon Oct 09 09:53:47 IST 2006 MaxDB sdbinst: extracting: -rw-rr         9419 2006-07-18 03:01:17 msg/SDBMsg_SrvTasks.xml
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3638 2006-07-18 03:01:17 msg/SDBMsg_Table.xml
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: extracting: -rw-rr          883 2006-07-18 03:01:17 msg/SDBMsg_ToolsCommon.xml
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1186 2006-07-18 03:01:17 msg/SDBMsg_Transaction.xml
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: extracting: -rw-rr         4883 2006-07-18 03:01:17 msg/SDBMsg_ZZZTest.xml
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: checking unpacked archive... ok
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: starting installation phase of package ODBC 7.6.00.33 32 bit
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:48 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SDBODBC.TGZ"
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:36:55 incl/
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rw-rr        11380 2006-07-18 03:01:17 incl/SDBBOS.h
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rw-rr        31567 2006-07-18 03:06:19 incl/sql.h
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rw-rr        81467 2006-07-18 03:06:19 incl/sqlext.h
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rw-rr         9534 2006-07-18 03:06:19 incl/sqltypes.h
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rw-rr        24313 2006-07-18 03:06:20 incl/sqlucode.h
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:36:56 pgm/
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x       487424 2006-07-18 05:02:43 pgm/libSDBBOS.dll
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        12288 2006-07-18 03:01:39 pgm/odbcreg.exe
    Mon Oct 09 09:53:49 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1073152 2006-07-18 03:05:47 pgm/sqlod32.dll
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x      1130496 2006-07-18 03:06:19 pgm/sqlod32w.dll
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        45056 2006-07-18 03:06:35 pgm/sqlodext.dll
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst: extracting: -rwxr-xr-x        73728 2006-07-18 03:06:31 pgm/sqlsp32.dll
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst: checking unpacked archive... ok
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst: starting installation phase of package Webtools 7.6.00.33 32 bit
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst: -
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst:
    Mon Oct 09 09:53:50 IST 2006 MaxDB sdbinst: start real extraction of "C:/sapdb/JP1/_tempLocation/SDBWEB.TGZ"
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:37:19 config/
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3090 2006-07-18 04:53:47 config/mime.types
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3167 2006-07-18 03:01:17 config/wa.reg
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:37:19 Documents/
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1203 2006-07-18 03:01:17 Documents/index.html
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:37:19 Documents/WARoot/
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: drwxr-xr-x            0 2006-07-18 06:37:14 Documents/WARoot/HTML/
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: -rw-rr        39553 2006-07-18 04:53:35 Documents/WARoot/HTML/DBMBackup.htm
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: -rw-rr         5313 2006-07-18 04:53:37 Documents/WARoot/HTML/DBMBadDevspaces.htm
    Mon Oct 09 09:53:51 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3586 2006-07-18 04:53:35 Documents/WARoot/HTML/DBMCommand.htm
    Mon Oct 09 09:53:52 IST 2006 MaxDB sdbinst: extracting: -rw-rr         3756 2006-07-18 04:53:33 Documents/WARoot/HTML/DBMDatabases.htm
    Mon Oct 09 09:53:52 IST 2006 MaxDB sdbinst: extracting: -rw-rr        13373 2006-07-18 04:53:33 Documents/WARoot/HTML/DBMDevspace.htm
    Mon Oct 09 09:53:52 IST 2006 MaxDB sdbinst: extracting: -rw-rr        21425 2006-07-18 04:53:33 Documents/WARoot/HTML/DBMDevspaces.htm
    Mon Oct 09 09:53:52 IST 2006 MaxDB sdbinst: extracting: -rw-rr          568 2006-07-18 04:53:29 Documents/WARoot/HTML/DBMEmpty.htm
    Mon Oct 09 09:53:52 IST 2006 MaxDB sdbinst: extracting: -rw-rr         1596 2006-07-18 04:53:31 Documents/WARoot/HTML/DBMFile.htm
    Mon Oct 09 09:53:52 IST 2006 MaxDB sdbinst: extracting: -rw-rr        16387 2006-07-18 04:53:31 Documents/WARoot/HTML/DBMFiles.htm
    Mon Oct 09 09:53:52 IST 2006 MaxDB sdbinst: extracting: -rw-rr     

    Hi,
    this problem seems to be general. You will get every time the error in the Step if the password specified by user is longer as 9 characters.
    Updating password of SAP<SID>DB in UM_OBJECTS
    Updating OS username to 162492 in UM_OBJECTS
    1
    2
    3
    4
    5
    done with AP7 stuff
    MaxDB: Setting password for user CONTROL
    done
    MaxDB: Setting password for user SUPERDBA
    MaxDB: command failed: <DBMException -24988 ERR_UNKNOWN unknown error>
    Mon Oct 09 09:55:20 IST 2006 MaxDB: rc of changing passwords = 1
    The error has nothing to do with already installed instances ... The password may not be longer as 9 chars!
    Regards Galin

  • SAPRFC / PHP 5.3.0 / MacOSX Snow Leopard

    <pre>(seems message parsing is not working..) Hello gurus !
    I've read with a great interrest almost all posts on this forum, and I must say it helped me a lot sorting
    out a nearly functional solution for installing SAPRFC PHP extension on a MacOSX Snow Leopard system.
    It seems i'm just having a problem with the RFCSDK from SAP not being of the appropriate architecture.
    Let me describe my installation process (maybe it can help other people willing to install SAPRFC on
    Macintosh plateform equally !)
    1. Installation of Macintosh developpement tools (Xcode)
    First step was to install XCode Package, from http://developer.apple.com/tools/xcode/ it's a 650Mb
    disk-image, that once installed is 2.5Gb on harddrive. This provided me with all php headers that I
    needed for the next steps.
    I made sure my Apache/PHP was functionnal on the Macintosh, this page helped me :
    http://www.mac4ever.com/articles/creation/1153/php_mysql_sous_snow_leopard_et_xdebug_eclipse/ (it's in french)
    2. Download of RFCSDK from SAP
    I was not totally sure which version to install on my system since no "MacOsX version", so I picked
    the "Linux on x86_64 64bit" package.
    3. Extracting files from the SAR archive
    As the binary of SAPCAR was not willing to execute properly, I downloaded a Windows version and
    extracted my files on a Windows system.
    4. Installing RFCSDK files on the system
    I created a folder "sap" in folder "/usr" :
    $> sudo mkdir /usr/sap
    I created a folder "rfcsdk" in folder "/usr/sap"
    $> sudo mkdir /usr/sap/rfcsdk
    I copied all files i extracted from the SAR archive into the "/usr/sap/rfcsdk folder" :
    $> sudo cp -R ~/Desktop/Linux\ on\ x86_64\ 64bit/ /usr/sap/rfcsdk/*
    After this in "/usr/sap/rfcsdk" i have now : 4 folders : bin, include, lib and text
    I changed access rights for all the files in sap directory:
    $> sudo chmod -R 755 /usr/sap
    5. Compiling SAPRFC extension for PHP
    I downloaded SAPRFC 1.4.1 from http://saprfc.sourceforge.net/
    I created a folder module under "/usr/sap" :
    $> sudo mkdir "/usr/sap/module"
    I unpacked the files from the saprfc-1.4.1.tar.gz archive into "/usr/sap/module/"
    I ran phpize while in folder "/usr/sap/module/"
    $> cd /usr/sap/module
    $> sudo phpize
    Configuring for:
    PHP Api Version:         20090626
    Zend Module Api No:      20090626
    Zend Extension Api No:   220090626
    (I made sure the phpize which was called was the one corresponding to the php version i was
    running with apache, "locate phpize" helped me to sort out if there was serveral phpize that could
    potentially be executed)
    I ran then the configuration script
    $> sudo ./configure
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for cc... cc
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    creating libtool
    appending configuration tag "CXX" to libtool
    configure: creating ./config.status
    config.status: creating config.h
    config.status: config.h is unchanged
    Then i ran the compilation :
    $> sudo make
    /bin/sh /usr/sap/module/libtool --mode=compile cc  -I. -I/usr/sap/module -DPHP_ATOM_INC
    -I/usr/sap/module/include -I/usr/sap/module/main -I/usr/sap/module -I/usr/include/php
    -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext
    -I/usr/include/php/ext/date/lib -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2  
    -c /usr/sap/module/saprfc.c -o saprfc.lo
    mkdir .libs
    cc -I. -I/usr/sap/module -DPHP_ATOM_INC -I/usr/sap/module/include -I/usr/sap/module/main
    -I/usr/sap/module -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend
    -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/sap/rfcsdk/include -DHAVE_CONFIG_H -g -O2 -
    c /usr/sap/module/saprfc.c  -fno-common -DPIC -o .libs/saprfc.o
    /usr/sap/module/saprfc.c: In function '__callback_dispatch':
    /usr/sap/module/saprfc.c:263: warning: format not a string literal and no format arguments
    /bin/sh /usr/sap/module/libtool --mode=compile cc  -I. -I/usr/sap/module -DPHP_ATOM_INC
    -I/usr/sap/module/include -I/usr/sap/module/main -I/usr/sap/module -I/usr/include/php
    -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext
    -I/usr/include/php/ext/date/lib -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2  
    -c /usr/sap/module/rfccal.c -o rfccal.lo
    cc -I. -I/usr/sap/module -DPHP_ATOM_INC -I/usr/sap/module/include -I/usr/sap/module/main
    -I/usr/sap/module -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM
    -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/sap/rfcsdk/include
    -DHAVE_CONFIG_H -g -O2 -c /usr/sap/module/rfccal.c  -fno-common -DPIC -o .libs/rfccal.o
    /usr/sap/module/rfccal.c: In function 'cal_allocate':
    /usr/sap/module/rfccal.c:36: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
    /usr/sap/module/rfccal.c:50: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
    /bin/sh /usr/sap/module/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/sap/module/include -I/usr/sap/module/main -
    I/usr/sap/module -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend
    -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2  
    -o saprfc.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/sap/module/modules 
    saprfc.lo rfccal.lo -Wl,-rpath,/usr/sap/rfcsdk/lib -L/usr/sap/rfcsdk/lib -lrfccm
    cc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/saprfc.so -bundle 
    .libs/saprfc.o .libs/rfccal.o  -L/usr/sap/rfcsdk/lib -lrfccm -Wl,-rpath -Wl,/usr/sap/rfcsdk/lib
    +ld: warning: in /usr/sap/rfcsdk/lib/librfccm.so, file is not of required architecture+
    creating saprfc.la
    (cd .libs && rm -f saprfc.la && ln -s ../saprfc.la saprfc.la)
    /bin/sh /usr/sap/module/libtool --mode=install cp ./saprfc.la /usr/sap/module/modules
    cp ./.libs/saprfc.so /usr/sap/module/modules/saprfc.so
    cp ./.libs/saprfc.lai /usr/sap/module/modules/saprfc.la
    Libraries have been installed in:
       /usr/sap/module/modules
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
         during execution
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    Build complete.
    Don't forget to run 'make test'.
    And here seems the problem to be :
    ld: warning: in /usr/sap/rfcsdk/lib/librfccm.so, file is not of required architecture
    I continued anyway :
    $> sudo make install
    Installing shared extensions:     /usr/lib/php/extensions/no-debug-non-zts-20090626/
    6. Installing the PHP extension in the PHP.ini
    I went to /etc and stated editing php.ini :
    $> sudo vi /etc/php.ini
    I went to the extensions part and added the line :
    extension     = "/usr/lib/php/extensions/no-debug-non-zts-20090626/saprfc.so"
    +(for some reason, when setting extension = saprfc.so, i had some errors, while the
    extension folder was defined to extensions/no-debug-non-zts-20090626 ... no clue
    why, nevermind, works better with full path...)+
    ;   extension=/path/to/extension/msql.so
    ; If you only provide the name of the extension, PHP will look for it in its
    ; default extension directory.
    extension     = "/usr/lib/php/extensions/no-debug-non-zts-20090626/saprfc.so"
    ; Windows Extensions
    ; Note that ODBC support is built in, so no dll is needed for it.
    ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
    ; extension folders as well as the separate PECL DLL download (PHP 5).
    ; Be sure to appropriately set the extension_dir directive.
    ;extension=php_bz2.dll
    ;extension=php_curl.dll
    I saved my php.ini file forcing write of the read only file (Esc, ":wq!", enter)
    7. Testing the installation
    I restarted my apache server, and checked /var/log/apache2/error_log; at this time no
    error shows here yet.
    I put the saprfc_test.php file in my Sites/ folder to test it with http://localhost// and the page
    just load fine, and the php script seems to not fail on the test : if (! extension_loaded ("saprfc")),
    so.. normally the extension is loaded by php.
    After viewing the saprfc_test.php page, some errors appears in the /var/log/apache2/error_log :
    dyld: lazy symbol binding failed: Symbol not found: _RfcGetAllLibVersions
      Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20090626/saprfc.so
      Expected in: flat namespace
    dyld: Symbol not found: _RfcGetAllLibVersions
      Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20090626/saprfc.so
      Expected in: flat namespace
    8. Trying to find out the issue
    I wanted to run LDD tool on saprfc.so to find out if the linking was correctly done with the library
    "/usr/sap/rfcsdk/lib/librfccm.so" but it appears that ldd is not available on MacOSX and Apple
    recommand using "otool -L" instead.
    Here we go :
    *$> cd /usr/lib/php/extensions/no-debug-non-zts-20090626
    *$> otool -L saprfc.so"
    saprfc.so:
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0)
    Not very "verbose".. i tried the otool -l (minus L) to view any better info :
    *$> otool -l saprfc.so"
    saprfc.so:
    Load command 0
          cmd LC_SEGMENT_64
      cmdsize 552
      segname __TEXT
       vmaddr 0x0000000000000000
       vmsize 0x0000000000011000
      fileoff 0
    filesize 69632
       vmaddr 0x0000000000013000
       vmsize 0x0000000000006000
      fileoff 73728
    filesize 22088
      maxprot 0x00000007
    initprot 0x00000001
       nsects 0
        flags 0x0
    Load command 3
         cmd LC_UUID
    cmdsize 24
       uuid 0x21 0xea 0x9e 0x15 0xca 0x1c 0xd8 0xe8
            0x35 0x3e 0x54 0x86 0x3e 0x58 0xa1 0x8a
    Load command 4
                cmd LC_DYLD_INFO_ONLY
            cmdsize 48
         rebase_off 73728
        rebase_size 16
           bind_off 73744
          bind_size 1272
      weak_bind_off 0
    weak_bind_size 0
      lazy_bind_off 75016
    lazy_bind_size 2992
         export_off 78008
        export_size 1560
    Load command 5
         cmd LC_SYMTAB
    cmdsize 24
      symoff 79568
       nsyms 575
      stroff 89760
    strsize 6056
    Load command 6
                cmd LC_DYSYMTAB
            cmdsize 80
          ilocalsym 0
          nlocalsym 405
         iextdefsym 405
         nextdefsym 75
          iundefsym 480
          nundefsym 95
             tocoff 0
               ntoc 0
          modtaboff 0
            nmodtab 0
       extrefsymoff 0
        nextrefsyms 0
    indirectsymoff 88768
      nindirectsyms 247
          extreloff 0
            nextrel 0
          locreloff 0
            nlocrel 0
    Load command 7
              cmd LC_LOAD_DYLIB
          cmdsize 56
             name /usr/lib/libSystem.B.dylib (offset 24)
       time stamp 2 Thu Jan  1 01:00:02 1970
          current version 125.0.0
    compatibility version 1.0.0
    Load command 8
              cmd LC_RPATH
          cmdsize 32
             path /usr/sap/rfcsdk/lib (offset 12)
    OK this time, seems there is at least 1 mention of my RFCSDK in the last line, but .. just a path to the
    lib folder, no mention to the library file it self.. i'm just a bit confused now !
    Thank you for reading all this, now, maybe you if already managed to have a MacOSX SAPRFC
    working or have any clue where I can find a RFCSDK library (or compilable sources) that would
    just work on a Mac OSX system.. Thanks for your kind advices
    Edited by: Lemmus on Dec 22, 2009 1:59 PM
    Edited by: Julius Bussche on Dec 22, 2009 4:05 PM
    Fixed formating a bit </pre>

    Hey that is one crazy message Lemmus. If you want people to respond a little human parsing and indenting maybe required.
    I have one thought.
    What version on SAP are you connecting to? If it is ECC6 or a netweaver system I would get hold of the sapnwrfc library. (Google is your friend)
    It is designed to work with the new netweaver rfc interface.
    Cheers,
    Nigel

  • NW2004s ABAP Trial Version Installation Error

    Hello,
    I've tried to install the NW2004s ABAP trial to my home computer and received the following error in the error log:
    (Sep 27, 2006 3:27:41 AM), Install,
    com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file D:\sapdb\NSP\log.txt for details.
    (Sep 27, 2006 3:27:41 AM), Install,
    com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException:
    (error code = 601; message="Wed Sep 27 03:27:41 EDT 2006 An Error happened during the Change of the MaxDB Database passwords. Check end of Logfile C:/DOCUME1/ANYIZH1/LOCALS~1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="Wed Sep 27 03:27:41 EDT
    2006 An Error happened during the Change of the MaxDB Database passwords. Check end of Logfile
    C:/DOCUME1/ANYIZH1/LOCALS~1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:247)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown
    Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown
    Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown
    Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown
    Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown
    Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown
    Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown
    Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown
    Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown
    Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown
    Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown
    Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown
    Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have 1Gb of RAM and more than 30GB of free space on the partition that I planed to install the NW on.
    Could anyone let me know where the problem is?
    Thanks a lot!
    Regards,
    Anyi

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

  • Saprfc.ini component absent

    Hi All,
    when I did an installation check of BEX on my PC - I found out that saprfc.ini was absent from my bex installation. actually i was facing problem in selecting any filter in the query. it was throwing error Active X component missing , so i did the installation check .
    Kindly can anyboby let me know can saprfc.ini file be the reason behind it . what is this file saprfc.ini and what for this is used.
    Regards,
    Dola

    Hi Dola..
    Please find the below links taken from help.sap.com....may be these below links can helps you...
    http://help.sap.com/saphelp_nw04/helpdata/en/22/042a3e488911d189490000e829fbbd/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/22/04294f488911d189490000e829fbbd/content.htm
    Regards
    Sudheer

  • Saprfc extension not loaded

    Hi PHP Fans,
    I know this not really a SAP related question it's more Apache/PHP related but maybe somebody of you got simlar problems and was able to fix them.
    I use Apache 2.0 on Win2k Professional and just got saprfc. After some problems with the extension and a PHP patch of php5ts.dll everything seemed to work fine when starting the Apache Webserver. But when I tried saprfc_test.php out of saprfc download it says saprfc extension is not loaded.
    Is any PHP freak outside here in the forum who has an idea?
    Regards
    Heiko Küffen

    I didn't try from the CLI, but since phpinfo() works and shows the correct path, I excluded Apache problems. By the way your suggestion confirms that somehow the dll is seen but not loaded.
    PHPRC variable was already correctly set to:
    C:ProgrammiPHP
    Here is the extension_dir path from phpinfo()
    extension_dir     C:ProgrammiPHPext     C:ProgrammiPHPext
    (Removing the trailing slash doesn't cure the problem)
    Here are the ouput of both commands:
    D:nbesitisaprfc>php -version
    PHP Warning:  PHP Startup: Unable to load dynamic library 'C:ProgrammiPHPext
    php_saprfc.dll' - Impossibile avviare l'applicazione specificata. La configurazi
    one dell'applicazione non Þ corretta. Una nuova installazione dell'applicazione
    potrebbe risolvere il problema.
    in Unknown on line 0
    PHP 5.2.0 (cli) (built: Nov  2 2006 11:57:36)
    Copyright (c) 1997-2006 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
    D:nbesitisaprfc>c:programmiPHPphp.exe saprfc_test.php
    PHP Warning:  PHP Startup: Unable to load dynamic library 'C:ProgrammiPHPext
    php_saprfc.dll' - Impossibile avviare l'applicazione specificata. La configurazi
    one dell'applicazione non Þ corretta. Una nuova installazione dell'applicazione
    potrebbe risolvere il problema.
    in Unknown on line 0
    I tried as suggetsed a new installation from scratch of both php and saprfc but nothing changes.

  • SAPRFC BI7

    Dear All,
    The SAPRFC documentation says we need the SAP RFCSDK for non windows installations.  However it says download SAP WEB AS 6.20 - SAP RFC SDK, but we are using BI7 !?
    Can someone confirm what I need?
    Thanks
    Craig

    Well, I have just used the example_userlist.php script on a command line with php 5.2.3 and saprfc 1.4.1-5.2.3 and connected just fine to BI7 using Windows XP SP2 and librfc32.dll from the 7.10 gui install.
    So I know that works but when I finally get this on a Linux/Mac OSX box I'll have to compile and that's when I'll need to know.  Without trial and error I'd love to know if someone can confirm this for me.
    Thanks
    Craig

  • SAPRFC Extension with 64Bit Server 2003???

    Hi,
    i have some troubles getting the saprfc extension work with a 64bit OS (Win 2003 Server R3).
    Anybody some hints?
    Installation:
    Windows 2003 Server R3
    PHP 5.2.6 (32bit)
    SAPRFC 1.4.1 for PHP 5.2.6
    librfc32.dll in WIN\system32
    php_saprfc.dll in extension dir
    executed at command line to use the 32bit version of PHP on the 64bit OS:
    cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true
    deleted ASP.NET_2.0.50727.0 ISAP-Filter in ISS
    SAP GUI 710 not yet installed
    thanks
    florian

    Hallo.
    Did you solve it?
    I have the same problem : windows 2008 R2 64 bit.
    I am not able to use saprfc
    Thanks.
    Mario

  • WWI Central Installation

    Dear Team,
    I have installed the WWI server locally and it is working fine.
    What steps do I need to carry to make it central so that from any PC i can generate the reports.
    also i have configured SvcAdmin.exe and this service is also working.
    Does this only step required for Central Installation.
    Please guide.
    Regards
    Amol

    dear Niraj/Experts,
    I am trying to install, the WWI server as noted in wwi cook book. During the installation process, the setup must ask the RFC destination to pick. But it ceases to ask and finishes the installation. By this way, the ehs management server is not logged on the sap gateway. The services are not started. Further no saprfc.ini file is being created in the WWI folder.
    I have done this setup earlier 3 months back. Since we moved to a new server, i am facing this issue.
    I have maintained the RFC's and followed the steps mentioned in 850 config document from steps 3 to 12. The installation never asks the license info or the RFC destination.
    3.The installation wizard asks whether to install the EHSM Management Service to administrate the EHSM Server Components additionally. Choose Yes.
    4.Specify the destination folder for the WWI installation. The system suggests the standard WWI folder. Choose Next.
    5.Enter the license information on the License Check for EHSM WWI screen. Choose Next.
    Without a license key the server can be installed in an evaluation mode that is restricted to run for 10 days only. For more information refer to Note 513330.
    6.Confirm the screen that shows the installation information.
    7.The installation wizard asks whether you want to share the SAPRFC.INI file with other installations. Choose OK.
    8.The installation wizard asks for information about the RFC destination to be used/created for the management service. Make the following entries:
    Destination = BP_EH_EHS_MANSRV
    Type = Server
    GWHOST = <network address of your SAP server; for example server5.company.com>
    GWSERV = sapgw<nn> (where <nn> is the system number of your SAP system)
    ProgID = BP_EH_EHS_MANSRV
    The ProgID cannot be changed via entry fields like the other four fields before. You have to change it in the table displayed under the entry fields (use double-click on the line ProgID).
    9..Choose OK.
    10.An additional screen asks for configuration of a valid RFC destination. Choose entry BP_EH_EHS_MANSRV. Choose OK.
    11.The installation wizard asks for a temporary working directory for WWI. Accept the suggested value and choose OK.
    Kindly help
    Regards
    Dhinesh

  • ITunes & Windows Vista Home - Error File C:\Program Data\Apple Computer\Installer\Cache\iTunes 10.5.142\iTunes.msi was rejected by digital signature policy.

    Tried
    https://discussions.apple.com/thread/2713232?start=0&tstart=0
    and
    http://www.vistax64.com/vista-general/159940-computer-blocking-anything-no-digit al-signature.html
    with no avail!!!
    iTunes opens after I click OK on the above message however I cannot do anything within the app its like Windows it preventing it from running.
    PLEASE HELP!!!

    Update:
    I tried what the diagnostic told me to do, and repaired the installation. I was able to burn a CD in iTunes, but after I restarted, the drives have disappeared again! Here's the diagnostic info now:
    Microsoft Windows Vista Home Edition (Build 6000)
    MICRO-STAR INC. MS-6728
    iTunes 7.6.0.29
    QuickTime 7.4
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    Apple Mobile Device 1.1.3.26
    iTunes Serial Number 20D6EAF059AB94B4
    Current user is not an administrator.
    The current local date and time is 2008-01-15 19:09:32.
    iTunes is not running in safe mode.
    Video Display Information
    ATI Technologies Inc., Radeon X1600/X1650 Series
    ATI Technologies Inc., Radeon X1600/1650 Series Secondary
    ** External Plug-ins Information **
    Plug-in Name: Last.fm iTunes plugin
    Plug-in Loaded: Yes
    Plug-in Version: 0.0.13
    Plug-in File Version: 2.0.13.0
    Plug-in Path: C:\Program Files\iTunes\Plug-ins\itw_scrobbler.dll
    No drives showed up to be tested.

  • Can no longer enter data in the address bar {url Bar}, it correctly follows data from google search bar. It was a 1 month old installation so not a lot of complications

    I was not adding anything to Firefox. I Refused tool bars embedded in several application installs on this new computer. Was working fine. Then had a problem with Google search, restored default values and re-tooled Firefox. At this point all worked fine. Then my url, address bar changed color to the same color as the program shell, a grey brown as opposed to the white it was before. With the change in color it no longer allows me to change the data showing in the bar. I can not delete or add data. I used to add a url and navigate to the domain. Now I can not

    Greetings,
    TY for the reply, the information was enlightening to be sure. I never knew safe mode was an option with Firefox. I have so many tasks running that I didn't want to shut things down. What I did is turn off some of the last plug-ins I installed. That did not fix the problem at least in the first look. What happened next was very interesting none the less. I had a moment of mouse spastic wrist syndrome and accidentally moved a tab in such a way that it opened in a new window. The URL bar was white and editable. So I moved all my tabs to the new window and everything works as it should. I have restarted Firefox this morning and it came back with the bar editable and I am speechless to understand what I may have done to correct the problem if anything ??

  • Installation of IPC AP 7.0 Jar is getting Failed when uploading in CRM

    Hello Experts,
    we did some changes in the previosly uploded version of IPC AP 7.0  customer user exit Jar file in eclipse.
    While uploading the new modified jar through transaction /SAPCND/UE_DEV in CRM we are getting error :" installation of module <Jar file name > has failed ".
    when we checked the logs in SM 53 we seen the below mentioned error:
    Message: Exception of type com.sap.sql.log.OpenSQLException caught: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permit ted)" is not supported
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permitted)" is not supported
    --> com.sap.sql.log.OpenSQLException: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is n" is not suppor ted
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is not permitted)" is not supported
    at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lcom/sap/sql/log/OpenSQLException;(Syslog.java:85)
    at 
    if  required i can post the complete stack trace.
    any inputs/suggestions are most welcome.
    Thanks & regards,
    Siddharth

    Hi Mark,
    Yesterday after Posting the thread we found the same Note ,Issue occured because of  JAVA write access was not enabled on the table ,After enabling it as mentioned in SAP Note, Jar file get successfully uploaded.
    Thanks for your Help also.
    Regards,
    Siddharth

  • Installation problem with NW'04 SR1: database connection failed

    Hi all,
    while installing NW '04 SR1 on Windows Server 2003 SP1 and MS SQL Server 2000 SP4 I ran into an error related to the database connection. While performing the step "Load Java Database content" SAPinst crashes with the message
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    The connection to the SLQ Server with e.g. the Query Analyzer is OK. I had a problem with this installation setup before (have a look at the corresponding <a href="https://forums.sdn.sap.com/thread.jspa?threadID=338638&tstart=0">thread</a> ), the JDBC drivers where missing on the installation master but after copying them in the right direction the installation went on with no problem up to this point...
    Has anybody an idea what could have happened here? Is this maybe a problem connected to the one I recently had
    Below I attached the sapinst.log and jload.log with more detailed messages.
    sapinst.log ###########
    INFO 2007-03-12 22:06:24
    Working directory changed to C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST.
    INFO 2007-03-12 22:06:24
    Output of D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' is written to the logfile C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST/jload.java.log.
    WARNING 2007-03-12 22:06:26
    Execution of the command "D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'" finished with return code 1. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    12.03.2007 22:06:25 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.2007 22:06:26 com.sap.inst.jload.Jload main
    SCHWERWIEGEND: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    ERROR 2007-03-12 22:06:26
    CJS-20065  Execution of JLoad tool 'D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'' aborts with returncode 1. Check 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' and 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.java.log' for more information.
    jload.log ###########
    12.03.07 22:06 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.07 22:06 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    Best regards,
    Bernd

    Hello Kairat,
    Please follow the below mentioned guide to install it.
    Check all the parameters to set and run pre requisite checker before starting installation.
    Keep in mind that before starting any SAP installation you should always run prerequisite checker.
    https://websmp205.sap-ag.de/instguides --> SAP Netweaver -->SAP Netweaver 7.0 -- > Installations --> EHP2
    Regards,
    Amit Barnawal

  • Flash 12.0.0.77 plugin installs to wrong folder

    In Vista x64, using either Firefox 28 or Firefox 24.4 ESR, the plugin installer (one downloaded from Adobe distribution) installs the 32 bit .dll file to \system32\macromedia\flash\ folder;
    installs the 64 bit .dll to:  \sysWOW64\macromedia\flash\  folder.  So, they're exacly reversed.
    I uninstalled it completely - went well.  Then removed 1 remaining file in one of the above paths, then reinstalled.  Did the same thing.
    Before I did all this - I was *very sporadically* seeing the FlashPlayerPlugin_12_0_0_77.exe file, running (kinda "sitting") in background, in task manager.  It never came to foreground w/ a UI, asking for anything.  Couldn't figure out what it was, until started looking in the installation folders.
    That's what lead to discovery the files were in wrong folders.
    Anyone heard of this?
    BTW, "Nayana" of Adobe Support chat, is a few bricks shy of a load.  Or I am.  I couldn't create an acct for forums.  She kept saying, you don't need an acct - "just post your question.  Other people will answer it."

    EDIT:  Seems there's no error in Flash installing to wrong folders, only error in my brain.  Why didn't someone stop me from embarrassing myself?
    System32 (in a 64 bit OS / architecture) is for 64 bit drivers, files; SysWOW64 is for 32 bit apps running in 64 bit OS.
    https://en.wikipedia.org/wiki/WoW64
    WoW64 (Windows 32-bit on Windows 64-bit) is a subsystem of the Windows operating system capable of running 32-bit applications and is included on all 64-bit versions of Windows
    Also, http://www.samlogic.net/articles/32-64-bit-windows-folder-x86-syswow64.htm (section on SysWoW64)
    End Edit.
    Thanks for info on attaching images.  A bit different than most forums.  There's no "preview post" before submitting?
    Screenshots of the 2 flash folder contents.
    NOTE:  I attached full FlashInstall.log earlier.  I opened the 1.25 MB (text) file in an editor - copied contents to clipboard > paste to forum reply screen.  Immediately locked up Firefox like a big dog.  Couldn't perform any functions in Fx - not even reload or close browser.  At same time, Fx memory use was continually climbing; to nearly 2 GB when I killed it.  Won't make that mistake again.
    Been many yrs since Fx locked up, doing anything.  That aside, Adobe is definitely "different" than most forums.  Almost like a person w/ no $ to use one of the many forum softwares available.
    Most recent Flash installation logs.
    C:\Windows\SysWOW64\Macromed\Flash\FlashInstall.log:
    =O====== M/12.0.0.77 2014-03-27+18-59-59.282 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe" -maintain plugin
    0001 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0002 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0003 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0015 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0017 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0018 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0019 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0020 [W] 00001036 Software\Opera Software/Plugin Path 2
    0021 [W] 00001036 Software\Opera Software/Plugin Path 2
    0022 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0023 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0024 [I] 00000011 1
    0025 [I] 00000012
    =X====== M/12.0.0.77 2014-03-27+19-00-34.066 ========
    =O====== M/12.0.0.77 2014-03-27+19-15-43.835 ========
    0000 [I] 00000010 "E:\DOWNLOADS\Software\Multi Media\Browser PLUGINS\Flash Player\Flash Player Fx\install_flash_player_12.0.0.77_plugin002.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0012 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0013 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0014 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0015 [W] 00001036 Software\Opera Software/Plugin Path 2
    0016 [W] 00001036 Software\Opera Software/Plugin Path 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_77.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0021 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_77.exe
    0022 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0023 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/12.0.0.77 2014-03-27+19-16-11.879 ========

Maybe you are looking for

  • An iWeb blog about iWeb

    I've been playing around with IWeb since I got iLife '06 on Friday. As part of this exercise I've put together a blog in which I'm commenting on the experience and the pros and cons of iWeb as a web publishing solution. Why not drop by. You might jus

  • Snow Leopard Crashing on Save

    I am unable to save almost anything without a crash of that program. I have verified and repaired disk, I have repaired disk permissions several times, I have wiped disk and re-installed. This should be the log: Date/Time: 2010-09-05 12:18:54 -0400 O

  • I can't install cs6

    I tried to open the installer and it says can't install this app. I have a i5 quad core Imac with cs5.5 on it

  • Where do I find the "use" pop-up menu to complete install

    I am installing HP Officejet Pro 6830.  Have followed all instructions and am in the "Add printer" step. I selected the "bonjour multifunction" entry and hit add.  It then did a quick progress bar and goes back to the Add Printer window.   Step 3 sta

  • Samsung Smart Panel - compatibility with Mac OS X Lion

    Am using a MacBook Air with OS X Lion and have a Samsung CLP-315 color laser printer in the office.  My concern is that the Smart Panel does not seem to work with 10.7 Lion.  This is a bummer since I can't seem to determine the amount of toner left i