Template Installer from Java to BI error in SLD

Hello Gurus,
I've install my BI system system (ABAP Only)  and my Portal system (Java Only). Now I'm running the template installer from http://host:53800/nwa.
I'm getting an error at the very first step "Test SLD connection:It was not possible to test the SLD system (SLD_HOST) with the user (SLD_ADMIN)  and its password ".
The anoying thing is, I can see that both system (BI & Portal) are registered in the SLD, when checking the "visual administrator -> "SID" -> Server xx -> Services -> Configuration adaptor -> CTC -> Propertysheet " I can see that the user is SLDDSUSER and and is pointing to the correct host & port.
In SM59 I've create the RFC pointing to the already created JCO.
In http://host:53800/webdynpro/dispatcher/sap.com/tcwdtools/Explorer, when running the test, I can see that is pointing to the SLD in the portal system and not my SLD.
I went trough OSS note 983156 and follow it.
Does anybody have any idea about this?
Thanks & Regards
Jaime Esteves

Hello Jaime Esteves,
I have the same problem. Did you solve this issue?
If yes, how?
Regards, Michael

Similar Messages

  • Hello2 (from java EE tutorial) error

    hello2 was built successfully but i cannot login into the page i get a username and password prompt and have tried all entries including my admin username and passwords, can someone help please?
    thanks

    As a follow-up to be clear, the app.module property is used in the deploy task of the app-server-ant.xml. It is the last argument of the argument list.
    <target name="deploy" depends="tools,-pre-deploy"
    description="deploys the application">
    <fail unless="app.module" message="app.module must be set before invoking this target. Otherwise there is no application to deploy."/>
    <fail unless="module.name" message="app.name must be set before invoking this target. Otherwise there is no application to deploy."/>
    <condition property="app.url" value="http://${javaee.server.name}:${javaee.server.port}/${run.uri}">
    <not>
    <isset property="app.endpointuri"/>
    </not>
    </condition>
    <property name="failonerror" value="true"/>
    <exec executable="${asadmin}" failonerror="${failonerror}">
    <arg line=" deploy "/>
    <arg line=" --user ${javaee.server.username}" />
    <arg line=" --passwordfile ${javaee.server.passwordfile}" />
    <arg line=" --host ${javaee.server.name}" />
    <arg line=" --port ${javaee.adminserver.port}" />
    <arg line=" --name ${module.name}"/>
    <arg line=" --force=true "/>
    <arg line=" --upload=true "/>
    <arg line=" --dbvendorname ${db.vendorname}"/>
    <arg line="${app.module}" />
    </exec>
    <antcall target="deploy-url-message"/>
    </target>

  • In PI Post Installation error in template installer

    Hi,
    When i run the template installer it shows the following error
    The process errors out on configure the role of Integration service - error max no of 100 conversation exceeded. SXMB_SET_ROLE_TO_IS AbapConfigurationWriter FAILED.
    Your help expected.

    Hi Sony,
    The error says "max no of 100 conversations exceeded". that means more than 100 users are accessing the R/3 system simultaneously and the SSO is configured only for maximum of 100.
    Refer SAP  notes: 316877, 314530
    For this CPIC is an OS environment variable and you should change this on the server side. You can increase the default value for CPIC_MAX_CONV (see note 314530).
    Regards,
    Prateek

  • BI - Portal Template Installer Issue

    Hi all,
    Guess it's appropriate forum for this question regarding BI to portal connectivity. I've tried Template Installer from SAP Note 983156 but in it's first step "create RFC destination in abap" fails with following error message:
    1     Create Destination in ABAP     Import not successful     
    Element'SAPConfigLib.BIW.Unclassified.createRfcDestination':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.BIW.Unclassified.createRfcDestination':Error during executing Java Reflection:JCO.Client not connected in repository call
    There are few threads on this issue but fail to resolve the issue here. If some came across this issue I'll be pleased if a solution can be shared here.
    Regards.

    Issue resolved,
    Template installer runs on specific SP levels on BI.
    Check SAP notes for this.
    Rgds.

  • OFF TOPIc  : java with Oralce  error in INSERT

    Hi
    Java send a string thar I split in values(with decimal point) When I do test only Oracle It work fine , but
    when the user call from Java return me error
    Then inside procedure I replace in the String changing decimal points (. by , ), then work fine
    Somebody know How can Java change decimal points ?

    I replace in the String changing decimal points (. by , ), then work fineThis sounds like an internationalization issue. With Oracle the decimal separators are determined by NLS parameters. In Java it is the DecimalFormatSymbols class. Whether this will solve your problem I can't say without knowing more about your code (which I don't want to know) but it seems the obvious way to go.
    Cheers, APC
    Blog : http://radiofreetooting.blogspot.com/

  • BI Java Template Installer Error

    Hi
    I am about to run the CTC template installer for BI Java and get the following error message and corresponding details from default.trc
    I have completed and cross checked all the related notes and pre requisites. FYI, BI Java and BI ABAP are in two different machines. Please let me know if any of you had come across this.
    Validation Error: Test SLD connection:It was not possible to test the SLD system (SLD_HOST) with the user (SLD_ADMIN)  and its password given in the property sheet. Please verify and retype the values in the corresponding fields. You can also go to visual administrator -> "SID" -> Server xx -> Services -> Configuration adaptor -> CTC -> Propertysheet SystemProperties, make sure that the parameters related to SLD are correctly typed and rerun the template.
    com.sap.ctc.util.core.services.ping.SLDPing#sap.com/tcwddispwda#com.sap.ctc.util.core.services.ping.SLDPing.pingConnection()#Administrator#359##SAPBWPILOT02.CSGSAP_BWP_3889450#Administrator#bae3af307db111ddbe81005056a25999#SAPEngine_Application_Thread[impl:3]_24##0#0#Error#1#/Applications/CTC/LIB#Java###Unexpected exception catched and will be rethrown:
    [EXCEPTION]
    #2#com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: User credentials are invalid or user is denied access#com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: User credentials are invalid or user is denied access
         at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.newCommunicationException(WBEMHttpRequestSender.java:398)
         at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.processResponse(WBEMHttpRequestSender.java:309)
         at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.send(WBEMHttpRequestSender.java:142)
         at com.sap.sld.api.wbem.client.WBEMRemoteClient.send(WBEMRemoteClient.java:720)
         at com.sap.sld.api.wbem.client.WBEMRemoteClient.send(WBEMRemoteClient.java:694)
    Thanks, Raj

    Hi Raj,
    pls note that the passwords are now cAsE sensititve.
    Can you logon to the SLD at http://<hostname>:<postnr>/sld
    with the provided user and password in the CTC template
    installer ?
    Thanks
    regards,
    andreas

  • Template Installer Error - after upgrade to  SP8 from NW04s SP4

    Hi,
    After upgrading our NW04s SP4 to SP8 we are encountering the following error when we run template installer.
    Element 'SAPConfigLib.J2E.Unclassified.configureCms':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.J2E.Unclassified.configureCms':Error during executing Java Reflection:null
    What is the issue and the workaround?
    thanks,
    Suparna

    Hi Suparna,
    The fix for this issue is available in Service Marketplace. Please apply the latest LMTOOLS patch available. This should rectify your problem.
    Best Regards,
    Rishi

  • Error when using the template installer MI post installation process

    Hi all,
    I am busy to configure the Netweaver Administrator in order to create setup packages for mobile devices. This is a WAS 6.40 ABAP JAVA instance with mobile infrastructure.
    I have installed the netweaver SR1 and upgraded abap and java to SPS18 afterwards.
    Afterwards I used the template installer, I executed:  MI post installation process.
    But when I did this an error message occured on the following node:
    step ID 8 registering RFC connection.
    Error message:
    Element
    'SAPConfigLib.<SID>.Unclassified.set_Server_Service':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException:
    <--Localization failed:
    ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle',
    ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments:
    []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!179-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.89
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41 Element 'SAPConfigLib.<SID>.Unclassified.set_Server_Service':Error during executing Java Reflection:JCO.Client not connected in repository call
    Here after I followed manual: MI25 SPS18 inst newtech.pdf for configuring the NWA.
    I checked the complete manual, but still the error message occurs, when I am using the template installer.
    There is one more thing.
    When I go to the NWA, to the Mobile Infrastructure node, allmost all subnodes give me the following error:
    (For instance on hierarchy grouping:)
    Failed to get hierarchy group elements from middleware. Reason: Could not connect to middleware.
    Does this error message relate to the other error message?
    Please give me advise/hints/directions to solve this problem....
    Your help will be appreciated!
    Best regards,
    Jacco Raymakers

    I got error during use of template installer in NWA. It is MI post installation in N/w2004s SP09
    Error message:
    Element
    'SAPConfigLib.<SID>.Unclassified.set_Server_Service':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException:
    <--Localization failed:
    ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle',
    ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments:
    []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!179-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.89
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41 Element 'SAPConfigLib.<SID>.Unclassified.set_Server_Service':Error during executing Java Reflection:JCO.Client not connected in repository call
    Please help me the resolve this.

  • 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

  • Error , while running the Template Installer

    Hi Experts,
    I am getting the following error when running the Template Installer in NWA.
    When i trying to save the domain information in CMS , i am getting the following error.
    Unexpected error; inform your system administrator: <Localization failed: ResourceBundle='com.sap.cms.util.exception.CMSExceptionMessages', ID='SLD name-server configuration error', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key SLD name-server configuration error.
    I have seen following  solution in the forums.
    In the SLD->Technical Landscape-> Technical System Type, select "System Landscape Directory" ensure that the SLD server you use has the 'Name Server' check box selected and right CIM Server URL is mentioned.
    But i haven't find this navigation for (Technical Landscape)in my SLD again in that choosing the"System Landscape Directory" . Please let me know the correct path to fix this problem.
    I have logged in to sld
    http://<server>:<port>/sld
    Under the "Home" -> Link having Landscape -> Technical System and Landscapes.
    I have tried in both (Technical Systems and Landscapes)the places , i have nt find the "System Landscape Directory". to see the "Name Server" check box to select.
    Please give the right path to select the respective check box
    Please give the solution . It is urgent.
    Regards
    Vijay

    Hi
    When you use the template installer, the users
    NWDI Administration User
    NWDI CMS Administration User
    NWDI Development User
    are automatically created and they are required. Also the steps to allocate the users to groups are automatically performed
    Check the following help doc for more info
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/60dc1943c2311ce10000000a155369/frameset.htm
    Perhaps you might try creating the groups manually as described
    Regards
    krishna

  • Java.lang.UnsupportedOperationException Error in WAD Template

    Hi Frnds,
    My WAD Template and the default template to execute Query is working fine for all the Query. But there is only one Query For which when am trying to execute it in portal it's working fine for some selection(when there is no data) and for some selection criteria it's showing "500 Internal Server Error - java.lang.UnsupportedOperationException" error. But the Query is working fine in the TCODE-RSRT.
    500 Internal Server Error
    Information for Administrator:
    To avoid this exception see the steps below. To help SAP better investigate this issue, you will need to provide the diagnostic information from these steps.
    1. Most likely, the issue you are experiencing has already been corrected. Please make sure that the most recent patch level is deployed on your system according to notes 1033246 and 1011241. Starting with SAP NetWeaver  7.0 Support Package Stack 16 patch level 30, BI Java is delivered according to the synchronized delivery process described in the note 1164789.
    2. Please ensure that NetWeaver  Business Intelligence Diagnostics & Support Desktop Tool  does not report any issues on your server according to note 937697. You can start it by clicking here (administrator permissions are required).
    3. When opening any customer message on this issue, please attach:
    Support Desktop Tool support info ZIP  file according to note 937697,
    Required information for reproduction  according to note 948490.
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause:
    The initial exception that caused the request to fail was:  
    java.lang.UnsupportedOperationException
    java.lang.UnsupportedOperationException
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.selection.ComponentList.getSingleMembers(ComponentList.java:987)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.MemberAccessComparator.prepare(MemberAccessComparator.java:91)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxisTupleElementComparator.prepare(RsAxisTupleElementComparator.java:43)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QvSorting.prepareForTupleElementSorting(QvSorting.java:317)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.sortTuples(RsAxis.java:2013)
    So please help

    Hi,
    please implement the ABAP correction of note:
    1413377 :    java.lang.UnsupportedOperationException
    Import Support Package 22 for SAP NetWeaver 7.0 BI Java into your
    BI system.
    The Support Package is available when Note 1404367 "SAPBINEWS 7.0
    BI JAVA Support Package 22", which describes this Support Package
    in more detail, is released for customers.
    In urgent cases, you can implement the correction instructions by
    applying BI Java patches:
    Apply the BI Java patch Support Package 20 Patch 30 for SAP
    NetWeaver 7.0 BI Java to your BI system.
    Support Package 20 Patch 30 is available when Note 1404370
    "Released -  NW 7.0 Support Package Stack 20 Patch 30 note for BI
    Java", which describes this patch in more detail, has been
    released for customers.
    See Note 1033246 for the planned delivery dates of all BI Java
    patches.
    Regards,
    Venkat
    Edited by: Venkadesh S on Sep 23, 2011 5:12 PM

  • Error in Running the Template Installer

    Hi Experts,
    I am getting the following error when running the Template installer in NWA.
    Element 'SAPConfigLib.J2E.Unclassified.createTrack':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.J2E.Unclassified.createTrack':Error during executing Java Reflection:Unable to open connection to host "pwdf3102:50100". The IP address of the host could not be resolved. Maybe the URL is misspelled or the host does no longer exist..
    The exception message was clear that. "pwdf3102" not able to connect this host. Acually , that was not my system name. so, Please let me know the process for changing this entry "pwdf3102" with the actual system name.
    Regards
    Vijay

    Hi
    Check these links..
    NW04S: Problems with NetWeaver Administrator
    NWDI Configuration Through Templet installer.
    Template Installer JDI NW2004s SP05

  • The Java load in database SID / hostname has not been configured yet. You cannot run an installation from the System Copy folder with this load

    Dear Gurus,
    We are facing the below issue when performing a homogeneous system copy of NW 7.0 system using backup/restore method for DB6 system.
    The Java load in database <SID>/<hostname> has not been configured yet. You cannot run an installation from the System Copy folder with this load.
    We went through the SAP Note http://service.sap.com/sap/support/notes/2049842, and followed the same but no luck.
    We updated the Kernel to the latest, but still no luck.
    Request for your quick help as we have to complete it by EOD today.
    Thanks a lot in advance.
    Best Regards,
    Anuj

    Hello Ashutosh ,
    Thanks for your reply.
    We have gone followed the below sequence:
    SCS Installation
    Database Instance Installation using backup/restore method
    CI installation. -> getting error, when we provide the Java Components DVD.
    Best Regards,
    Anuj

  • Error MUT-02041 : While exporting the data from Java system.

    Dear Friends,
    When exporting data from Java system (source system) using SAPINST. We are getting
    the below error in 4 of 5 (Archiving SDM Repository) stage.
    Error :
    MUT-02041 SDM call of createsdmkitjar ends with returncode 2
    With this, I am unable to proceed further. Please help me on this to proceed further.
    Thanks in advance,
    regards,
    Srinivas

    Hi All,
    I could find the below error log from sapinst.log file.
    =============
    Info: Exclude components as specified
    in /usr/sap/IPD/DVD_JAVA/51033746_1/Installation_Master_6.20_6.40_05_08/IM_AIX_PPC64/SAPINST/COMMON/INSTALL/JMIG/EXCLUDE.XML
    Info: Resulting JAR
    file: /oracle/IPD/sapdata1/data_export/SDM/SDMKIT.JAR
    Info: No temporal directory for packing is provided. SDM home directory
    will be used.
    Info: Pack directory exists already. Remove it first.
    Info: Start packing the components of com.gsk in
    packedOrigin_com.gsk.jar
    Info: Create /usr/sap/IPD/JC02/SDM/program/pack/packedOrigin_com.gsk.jarInfo: The components of com.gsk were successfully packed in
    packedOrigin_com.gsk.jar
    Info: Start packing the components of local in packedOrigin_local.jar
    Info: Create /usr/sap/IPD/JC02/SDM/program/pack/packedOrigin_local.jar
    Info: Create /oracle/IPD/sapdata1/data_export/SDM/SDMKIT.JAR
    Warning: Warning during command execution: No metadata files exist for
    development
    component 'revtrac_agu11'/'local'/'LOKAL'/'0.2009.08.11.10.56.14'/'0'.
    Cannot pack this archive.
    No metadata files exist for development
    component 'revtrac_aug13eartest'/'local'/'LOKAL'/'0.2009.08.13.14.44.25'/'0'. Cannot pack this archive.
    No metadata files exist for development
    component 'Aug10_09'/'local'/'LOKAL'/'0.2009.08.10.14.39.29'/'0'.
    Cannot pack this archive.
    No metadata files exist for development
    component 'Aug14'/'local'/'LOKAL'/'0.2009.08.14.10.46.38'/'0'. Cannot
    pack this archive.
    No metadata files exist for development
    component 'Aug14two'/'local'/'LOKAL'/'0.2009.08.14.10.55.21'/'0'.
    Cannot pack this archive.
    No metadata files exist for development
    component 'revtrac_aug11b'/'local'/'LOKAL'/'0.2009.08.13.14.36.43'/'0'.
    Cannot pack this archive.
    Missing archives may lead to errors after the packed SDM installation
    has been extracted later.
    Info: This SDM installation has been packed
    to /oracle/IPD/sapdata1/data_export/SDM/SDMKIT.JAR
    To unpack this installation again,
    extract /oracle/IPD/sapdata1/data_export/SDM/SDMKIT.JAR and invoke the
    SDM command install with parameter extractpackedinst=true
    Executed, but finished with warning(s). Return code: 2
    Error: Executed, but finished with warning(s). Return code: 2
    ERROR 2010-10-21 15:54:48
    MUT-02041 SDM call of createsdmkitjar ends with returncode 2
    =============
    Can you please check this and help me on this to proceed further.
    thanks..
    Srinivas

  • Error when I launch the template installer

    Hi All,
    When I try to launch the template installer after going into http://localhost:50100/index.html->SAP NetWeaver Adiminstrator -> Deploy & Change -> Template Installer I get the error as enclosed below.
    java.lang.NullPointerException
         at com.sap.tc.lm.ctc.ccl.templateinstaller.ScenarioTemplateView.wdDoModifyView(ScenarioTemplateView.java:226)
         at com.sap.tc.lm.ctc.ccl.templateinstaller.wdp.InternalScenarioTemplateView.wdDoModifyView(InternalScenarioTemplateView.java:492)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:282)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:468)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:475)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:533)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:415)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:101)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:650)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.processRequest(ClientManager.java:155)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:105)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:63)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:50)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    It will be great if anyone of you tell me how to solve this error.
    Thanks for all your help in advance.
    Best regards,
    Divya

    I believe 623 had a bad reference to the ChilKat dll that may have caused this.
    Make sure you have the latest release v626.

Maybe you are looking for

  • Report to see Delivery pending for invoicing

    I want to know the T-code to see delivery made but pending for invoicing.

  • Can't get dupe checking working

    I'm currently making an inventory management system in java for college. The user enters a two letter combination (specified in a 2d array, the other side holds the full name for display purposes later). Now I also need to check whether or not the it

  • Process order confirmation at individual capacity level

    Hi Guys, I want to select the individual capacity of the resource while confirming the process order , is it possible if possible please enlight me how to do the same? Thanks and regards Thamizhchelvan G

  • Breaking a pdf into multiple pdf's

    I have a 250 page pdf.  each page represents a departments information.  Is there a way to break apart that pdf into single pdf's but using part of the file to name the pdf? for example, if the first report has a title that contains department 123, I

  • HELP! I need help to understand how to get value on radio buttons!

    hello, I realy need the help from anyone that knows how to get value from radio buttons in a JSP. I have this : <% java.util.Vector vLinha = (java.util.Vector) datos.get("ConsNefect");           java.util.Hashtable ordens;           java.util.Enumera