Reg. application server contro

Hi,
I tried to secure (SSL) my application server control.
I did the following procedure for that
$emctl stop ias-console
$ emctl secure em
$emctl start ias-console.
I did that activity successfully but i need to revert the changes from https to http again.
Because m getting some errors regarding certificate.
Please help me , to revert https to http.
Thanks in advance ....
Waiting for you reply ...
Regards,
Ajinkya

Ajinkya wrote:
I did that activity successfully but i need to revert the changes from https to http again.
Because m getting some errors regarding certificate.
Please help me , to revert https to http.
Thanks in advance ....
Waiting for you reply ...Ajinkya,
Please follow this Metalink note. (Doc ID: 280034.1)
HTH,
AMN

Similar Messages

  • Reg: Application Server startup objects

    Hello...
    I am using weblogic server v9. I want to hit the database and populate a couple of objects during startup of my app server and store them in application scope.
    I have no idea on how to proceed. Any hints on the same will be appreciated.
    ~SirG

    Hello SirGeneral,
    You need to implement the ServletContextListener in your application. To do this add following in you web.xml
    <listener-class>
         AppStartListener
    </listener-class>
    Where AppStartListener implements ServletContextListener. Implement the contextInitialized and contextDestroyed methods of the interface. Use the ServletContextEvent argument passed to these methods to lookup your servelt context as event.getServletContext(), which is your application scope. Now do what ever you wish with it.
    Also see my response to thread �Disabling Multiple login of a user�.
    Again, , not sure why you posted in EJB forum, your issue is jsp/servlet related. You would get best responses there.
    Good Luck
    Regards,
    NAG
    Message was edited by:
    nag1610

  • Failed to search the log and log repository using Application Server Contro

    I installed the OAS 9.0.4(10g) and tried to use Application Sever Control to search the log files or log repository. However, each time I clicked the Search button, the error page showed the following messages:The operation cannot be performed because the page contains expired data. The data will be automatically refreshed so you can try your operation again.
    I checked the emias.log and something like following existed:
    ERROR chart.EmChartCacheWorker getCachedChart.505 - EmChartCacheWorker.getCachedChart: 4abdc63146b7578d9853d1adc2aec4245fbf113b.png
    EXCEPTION: java.io.FileNotFoundException: /home/oas/product/OAS904/sysman/webapps/emd/images/chartCache/chart4abdc63146b7578d9853d1adc2aec4245fbf113b.png.png (No such file or directory)
    2004-09-14 11:27:37,414 [HttpRequestHandler-24691856] ERROR chart.EmChartBean getChartImage.2662 - ERROR generating chart image: java.io.FileNotFoundException: /home/oas/product/OAS904/sysman/webapps/emd/images/chartCache/chart4abdc63146b7578d9853d1adc2aec4245fbf113b.png.png (No such file or directory)
    2004-09-14 11:27:37,422 [HttpRequestHandler-30430942] ERROR chart.EmChartBean getChartImage.2655 - EXCEPTION while generating chart image [id]: 030ddc5b70a789c374eb11e2ae97ac8c79441f5b.png
    2004-09-14 11:27:37,422 [HttpRequestHandler-30430942] ERROR chart.EmChartBean getChartImage.2658 - java.io.FileNotFoundException: /home/oas/product/OAS904/sysman/webapps/emd/images/chartCache/chart030ddc5b70a789c374eb11e2ae97ac8c79441f5b.png.png (No such file or directory)
    I searched the directory specified in the emias.log and found it was empty!
    So what should I do to avoid this problem?
    Thanks in advance!

    Thank you.
    When you fire the processes to the report server you
    can trace the report with the following parameter:
    RWCLIENT.EXE SERVER=my_server
    TRACEFILE=c:\my_trace.trc
    TRACEMODE=TRACE_REPLACE
    TRACEOPTS=TRACE_ALL

  • Servlet error in portal of oracle application server

    I'm have ploblem in portal. Two user login in portal at the same time. Use Administrator Level login Portal.After that user 1 to change password during user 2 (I AM)
    working portal. when I'm logout and go to login again I'm can't login the portal error
    ------------------massage error------------
    Servelt Error
    An unexpected servlet error was encountered
    Please check the log file for more details.
    please help me
    thank you very much
    tanomsup
    Message was edited by: tanom
    user474356

    HI,
    How did the user 1 change the password?. This error is generally encountered when a user changes the passward through SQLPLUS prior to changing it through application server. Follow the following solution it should fix it.
    Thanks
    Rakesh Patel
    IT Manager Bearing Point.
    1. Log into Oracle Directory Manager and find the Portal db schema password. You can use the following note to assist you with this:
    Note.198800.1 How to get the Portal schema password of the Infrastructure database.
    2. Once you have the password, log into sqlplus as the sys user and change the Por
    tal password to the value in Oracle Directory Manager.
    3. Delete all the files under the folders
    /<MIDTIER>/Apache/modplsql/cache/plsql
    /<MIDTIER>/Apache/modplsql/cache/session
    4. Restart the midtier. Test Portal again by attempting to navigate to it. If still getting the error, then try to change t
    he Portal schema password again through application server control to the value
    from Oracle Directory Manager. To change the value in application server contro
    l, try these steps:
    6.4.1 Changing Schema Passwords Using the Application Server Control Console
    Some schemas store their passwords in Oracle Internet Directory. You must change their passwords using the Application Server Control Console
    so the password is updated in both the database and Oracle Internet Directory.
    To change a schema password using the Application Server Control Console:
    1. Depending on the schema, navigate to the home page for the middle-tier in
    stance or the Infrastructure. Refer to Table 6-2 to determine which home page to
    use.
    2. On the home page, click Infrastructure.
    3. On the Infrastructure page, click Change Schema Password.
    4. On the Change Schema Password page, select the schema. Enter the new password in the Password and Confi
    rm Password fields. Click OK.
    5. Test Portal again and update the tar.
    *************************

  • Session time out in Application server -reg

    hi friends
    We have Oracle Application server 10g in cluster mode in our organization. We are using Oracle Forms and Reports . But there is one issue. If the user keeps the screen idle for more than 20 min the system gets timed out and requires sdba authentication . We actually increased the time out value. But we could not able to remove sdba authentication. Our aim is to remove authentication after session time out. It is ok even if the application completely closes and comes out of the screen. But the user must not be asked to enter sdba credentials after system is idle for the time out period.
    M.C.Jayanarayan

    Hi,
    you posted this question to the JDeveloper forum, where it may be better posted to the application server forum or the Forms forum
    Frank

  • Reg : Executing .exe file from application server

    Dear Experts,
                        i have a requirement to execute an .exe file from application server,i tried with method CL_GUI_FRONTEND_SERVICES=>EXECUTE but it executes .exe file from presentation server only.can
    anyone kindly clarify to execute .exe file from application server?
    Thanks in advance,
    Sujay

    Hi,
    Did you search before posting?
    Re: Execute a .exe file present in the Application Server
    Vikranth

  • Reg. Web Application Server

    Hi Guys,
    Please see the below URL.
              http://adsap33.fssgmh.com
    As for as my knowledge is concern "adsap33" is my application server. but i am able to find out "fssgmh" in that URL.
    Please clarify me if you know.
    Thanks in Advance
    Peter B

    Hi Santhosh
    My question is 'We have got new linux box and we now need to install oracle application server in this new linux box. And afterwards we will shift to this new box after installing. So i am looking into points for installing oracle application server in this new linux box as similar to the box where it is working fine now.'
    Thanks
    Suneel Jakka

  • Unable to download file to application server

    Hi,
    I am trying to download a file to the application server. I've also attached my code below.After the execution of this program, it is just returning blank values to the application server file. Let me know why it is not populating the values to the files.
    Raj.
    tables: kna1,
            knb1.
    DATA: BEGIN OF itab_ls OCCURS 0,
           kunnr LIKE kna1-kunnr,
           altkn LIKE knb1-altkn,
         END OF itab_ls.
    TYPES : BEGIN OF t_file,
              date(5) TYPE c,   " Date
              time(5) TYPE c,   " Time
            end of t_file.
    DATA : gt_file TYPE TABLE OF t_file, " File Path
           g_spath TYPE fileextern,   " Path
           g_fieldname   TYPE dynfnam. " Field Name
    SELECTION-SCREEN BEGIN OF BLOCK b_01 WITH FRAME TITLE text-b01.
    SELECT-OPTIONS s_erdat FOR kna1-erdat obligatory.
    SELECTION-SCREEN END   OF BLOCK b_01.
    SELECTION-SCREEN BEGIN OF BLOCK b_02 WITH FRAME TITLE text-b02.
    SELECTION-SCREEN BEGIN OF LINE.
    Radio button for Presentation server file
    PARAMETERS    : p_pres RADIOBUTTON GROUP file DEFAULT 'X'
                    USER-COMMAND file.
    SELECTION-SCREEN COMMENT 3(20)  text-s01 FOR FIELD p_pres.
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 23(22) text-s02 FOR FIELD p_flnam1
                                                   MODIF ID com.
    Presentation server file Name
    PARAMETERS    : p_flnam1 TYPE localfile MODIF ID com ."MEMORY ID zp1.
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    Radio button for Application server file
    PARAMETERS    : p_app RADIOBUTTON GROUP file  .
    SELECTION-SCREEN COMMENT 3(20)  text-s03 FOR FIELD p_app.
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 23(22) text-s04 FOR FIELD p_flnam2
                                                   MODIF ID com.
    Application server file Name
    PARAMETERS    : p_flnam2 TYPE localfile MODIF ID com ."MEMORY ID zp2 .
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN END   OF BLOCK b_02.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_flnam1.
      g_fieldname = 'P_PCFILE'.
      PERFORM call_pres_help USING    g_fieldname
                             CHANGING p_flnam1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_flnam2.
      PERFORM call_app_help CHANGING p_flnam2.
    AT SELECTION-SCREEN OUTPUT.
    Start-of-selection.
    SELECT kna1kunnr knb1altkn kna1ktokd kna1erdat
    INTO CORRESPONDING FIELDS OF TABLE itab_ls
    FROM kna1 INNER JOIN knb1 ON kna1kunnr = knb1kunnr WHERE kna1~erdat in
    s_erdat AND KNA1KTOKD = 'Z002' order by kna1kunnr.
    OPEN DATASET p_flnam2 for output IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc EQ 0.
      LOOP AT itab_ls.
        TRANSFER itab_ls TO p_flnam2.
      ENDLOOP.
      CLOSE DATASET p_flnam2.
    endif.
    WRITE:/'SAP Ship-toCustID', 18 'LegacyCustID'.
    ULINE.
    Loop at itab_ls.
      write: /3 itab_ls-KUNNR, 18 itab_ls-ALTKN.
    endloop.
    PERFORM download_file.
    *&      Form  call_pres_help
          text
         -->P_FIELDNAME  text
         -->P_PARAMETER  text
    FORM call_pres_help  USING    p_fieldname    TYPE dynfnam
                        CHANGING p_parameter    TYPE localfile.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          program_name  = sy-repid
          dynpro_number = sy-dynnr
          field_name    = p_fieldname
        IMPORTING
          file_name     = p_parameter.
    ENDFORM.                    "call_pres_help
    *&      Form  call_app_help
          text
         -->P_PARAMETER  text
    FORM call_app_help  CHANGING p_parameter    TYPE localfile.
      CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
        EXPORTING
          directory        = g_spath
        IMPORTING
          serverfile       = p_parameter
        EXCEPTIONS
          canceled_by_user = 1
          OTHERS           = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    "call_app_help

    Hi,
    If the SY-SUBRC is equal to 8, then error is nothing but "The file could not be opened". So pls check the file name again.
    And for write statement,
    If SY-SUBRC = 4 then the Contents of name are invalid, statement could not be executed, and contents of destination remain unchanged. So pls do check this also.
    regs,
    Venkat Ramanan
    Message was edited by: Venkat Ramanan Natarajan

  • 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

  • Help add Sun Application Server 7 on netbean 5.5

    First I setup netbean 5.5 on winxp and then i add Sun Appliction Server 7 on netbean but I can't reg my domain at (C:\Sun\AppServer7\Domains\Domain1).I get my error in output of netbean:
    --domaindir : Option does not have an exact match
    Usage: create-domain [--path domain_path] [--sysuser sys_user] [--passwordfile file_name] adminport port_number adminuser admin --adminpassword password domain_name

    so either ask Netbeans support, or go to
    Developers Forum -> Whatever -> Sun One Application Server
    and ask there.

  • Oracle Application Server 10.1.3.1 installation issue

    Hi,
    I am trying to install Oracle Applicaiton server on linux and i have installed it on similar boxes before without any issues, however this time around after i am done with the installation, it is not showing me the enterprise console. It gives a successful installation message but with the following message.
    Application Server Control Console is not running in this instance of Oracle Application Server. You can manage this instance remotely through another instance of Oracle Application Server that is configured to run Application Server Control Console.
    What should I do to get the admin console. I also looking around and saw but emctl utitlity is not there in ORACLE_HOME/bin
    Edited by: user9938780 on Dec 11, 2008 11:34 AM

    the 10.1.3.1 version does not use emctl
    if you do a opmnctl status -app you can see your applications, one of them is ascontrol
    you can reach the emconsole through http://hostname:7777/em
    to start you can issue opmnctl startproc application=ascontrol
    reg
    Michel
    Edited by: MichelS on Dec 11, 2008 11:53 AM
    Edited by: MichelS on Dec 11, 2008 11:54 AM

  • Process Chain - Delete File from Application Server

    Hi Gurus,
    Im working with Process chain, and i have a load from a flat file, so my question is :
    How can i delete that file from the application server after was loaded ?
    THANKS IN ADVANCED !!! I REALLY APRECCIATE YOUR HELP.
    Marcos

    hi,
    I have gone through the forum you have posted for deleting files from application server through process chain.
    I have similar reuirement in my project.
    Can you please provide me the solution?
    Your inputs will be highly appreciated.
    Thanks in advance.
    Regards,
    Lavanya.

  • How to delete file from application server(Unix)

    Hi All,
    Using the below code downloading a file from application server(Unix) to client machine. I want to delete the file from application server once it is downloaded to client
    We work on Forms 11.1.1.4.0 and Oracle DB 10g. Client machine are Windows 7.
    BEGIN
      IF webutil_file_transfer.AS_to_Client
      (clientFile => Name_In('global.g_file_name')
      ,serverFile => ls_AppServer_Loc)THEN
      message('Data exported Successfully');
      ELSE
       message('File download from Application Server failed');
      END IF;
    EXCEPTION
      WHEN OTHERS THEN
      message('File download failed: '||SUBSTR(sqlerrm,1,200));
      END;
    I have search for solution on OTN. Few suggested to use HOST.
    Can any one help me how to use Host() built_in to delete the file.
    Thanks,
    Maddy

    Can any one help me how to use Host() built_in to delete the file.
    Host('/bin/rm <complete file path>');

  • Delete file from application server

    Hi,
       Can any one tell me how to delete a file from application server?
    Thanks,
    Rahul.

    Basic question, please search for available information.
    Thread locked.
    Thomas

  • Use of Open and close data set in to pick up files from application server

    Hi,
    As per my earlier posts i m making a programm which will pick excel sheet from application server and make auto PR by bapi and this all process will be handle by background processing (SM36, SM37). My concer is all proces are working fine but my files are not been picked by application server , when run on my own machine everything is working fine.I never used OPENDATA SET command before , so i have no idea how it will be used , can anyone provide me details with my set of codes where it should be used ....
    sou_dir_name = 'Y:\Sucess\'.
    tar_dir_name = 'Y:\destination\'.
    Open dataset sou_dir_name for input in text mode encoding default.
    if sy-subrc eq 0.
       do.
           read dataset sou_dir_name into file_table.
       if sy-subrc ne 0.
         exit.  " end of file.
    enddo.
    endif.
    CALL FUNCTION 'TMP_GUI_DIRECTORY_LIST_FILES'
      EXPORTING
        DIRECTORY  = sou_dir_name
        FILTER     = '.'
      IMPORTING
        FILE_COUNT = file_count
        DIR_COUNT  = dir_count
      TABLES
        FILE_TABLE = file_table
        DIR_TABLE  = dir_table
      EXCEPTIONS
        CNTL_ERROR = 1
        OTHERS     = 2.
    IF SY-SUBRC <> 0.
    ENDIF.
    loop at file_table into wa_file_table.
    clear  :  strr , str1 , str2 , str3 .
      strr = wa_file_table-PATHNAME .
      concatenate sou_dir_name strr into str1 .
      concatenate tar_dir_name strr into str2 . " success
      concatenate tar_dir_name1 strr into str3 .         " failed
    FILE = STR1 .
    *start-of-selection.
    *&  Function For Retrieve Data From Excel
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
      EXPORTING
        filename                      = FILE
        i_begin_col                   = col_start
        i_begin_row                   = row_start
        i_end_col                     = col_end
        i_end_row                     = row_end
      tables
        intern                        = excel_bdcdata
    EXCEPTIONS
       INCONSISTENT_PARAMETERS       = 1
       UPLOAD_OLE                    = 2
       OTHERS                        = 3.
      IF sy-subrc NE 0.
    WRITE : / 'File Error'.
    EXIT.
    ENDIF.
      loop at excel_bdcdata.
        translate excel_bdcdata to upper case .
        move excel_bdcdata-col to it_index.
        assign component it_index of  structure  wa_file to <fs> .
        move excel_bdcdata-value to <fs>.
        at end of row.
          append wa_file to it_file .
            clear wa_file.
          endat.
      endloop.

    Parsing XML data:
    http://help.sap.com/saphelp_nw04/helpdata/en/86/8280ba12d511d5991b00508b6b8b11/frameset.htm
    or alternatively check out ABAP online help for "CALL TRANSFORMATION".
    For creating the material master look at BAPI_STANDARDMATERIAL_CREATE.
    Thomas

Maybe you are looking for

  • 10.5.2; Canon 1DsM3 Raw Files = "Unsupported Image Format" in Aperture

    Just did the update and pointed Aperture to a folder of Canon 1Ds Mark III raw files (standard raw files, no sRaw or anything like that). Thumbnail previews are grey and Viewer says, "Unsupported Image Format". Tried rebooting and verifying/fixing pe

  • It says iMovie is installed on the App Store, but I can't locate it on my Macbook Pro?

    So it says it's installed, but I cannot find it ANYWHERE. Please help!

  • Insert Longraw data type

    Hi...! I have two tables with longraw data type. I want to insert / update first table from the second table. My script on trigger after insert is " insert into FIRST[FIRST TABLE] (fieldA [CHAR-3], FieldB [LONGRAW] ) select fieldA [char-3], fieldB [L

  • MY TOSHIBA L655 SHUT DOWN BY ITSELF AFTER 30 SECS

    Hello, I have a Satellite L655D-S5076 and after booting up i can go about my business for anywhere from 1-5 minutes before it shuts down. It doesn't get a shut down screen or anything just shuts off. I have been looking around and have read some thin

  • Is it Iphone save from being stollen?

    My Iphone 5 was stollen. I would like to know how is it possible that a so high secure smartphone can be turned off when blocked by a code? It shouldn't be possible to do it, because that way, they are easily stollen. This happened to me on friday, 2