Job triggered at Central Instance

Hi
an abap program will trigger several jobs to run at the central instance.
Question:  More than one job will run simultaneously or will run a job at a time?
I need that only one job runs at a time in the central instance.
Thanks in advance.
Gaia

Hi Marcin
Thanks for your response.
It is not possible one job with steps, because it is a program that will run several times and each time will trigger a job at the central instance. But I need that this job does not run simultaneously.  
I think that it will be necessary control it with parameters at job_close function.
Thanks.
Gaia

Similar Messages

  • Proxy triggering in central instance but not in application

    Hi friends,
    There is one report which triggers the proxy. but this is not triggering in application servers and it is working fine when i trigger it in central instance.
    In this case i am executing this report in background and at that  time i can't check whether it is executing in central or application.
    i need to do any configuration in application servers so that this error will not come..
    And when i am updateing the sap tables by server proxy it is gettinng struck in queue and each time i need activate the queus.. if i need to execute this interface at nights this should not happen..
    so for all these we need to do any settings..
    Regards
    Vijay

    Hi,
    >>And when i am updateing the sap tables by server proxy it is gettinng struck in queue and each time i need activate the queus.. if i need to execute this interface at nights this should not happen..
    Make sure that You have cleared all the Strucked messages from the Queues before doing the bellow steps.
    Goto SMQR and just Delete all the Queues.
    Goto SXMB_ADMManage Queues-Just Say Register Queues Dont say Activate and all.
    Now try to execute the scenario and this time it shld floe the message
    REgards
    Seshagiri

  • Create at runtime a job to run at the central instance with high priority

    Hi All
    Using the function modules  (  job_open, job_submit and job_close )  or ( job_open, submit via job  jobname number jobcount, job_close) I need that this job runs in the central instance and with high priority.
    I would like to know how to  inform  it using the statements above?  How to pass the parameters to make the job run in the central instance with high priority?
    I would appreciate any help.
    Thanks in advance.
    João Gaia

    Hi
    I hadn't realized about the parameter TARGETSERVER of  the function module JOBCLOSE. I am going to make some tests.
    thanks in advance

  • Best Practice to migrate existing Message/Central Instance to new hardware?

    I've done some searching for this, but it all seems to be fairly old (I found one decent thread from 2008, but it just seemed outdated).  I would like to get some updated info & suggestions on a process to follow for this task.
    Here is some info about the current config:
    I have an existing SAP ERP 6.0 EHP5 system.  SID "XYZ"
    Everything is currently running on Windows x64.
    ABAP only config.
    It is currently setup as a distributed system.
    DB server is SQL, which is running on its own hardware as a dedicated DB server.  I don't need to touch this.
    Uses logon groups to distribute the load between 3 App servers.
    One of the App Servers is setup as the Message/CI server. This is what I am wanting to move to VM hardware.
    The other two App Servers are setup just as Dialog Instances.  VM already.  I don't need to touch these.
    What I am wanting to do:
    I am wanting to migrate the existing Message/CI server to VM hardware to get the current Message/CI system off of very old hardware.
    I need to keep the system with the same name & IP.
    I do not need/want to mess with the DB server at all. 
    Need to minimize downtime as much as possible.
    I do NOT want to go to an HA environment.  That is a different project for the future.
    Suggestions? I would like to hear what some of you have done.
    Minimize downtime?  I have a short maintenance window of a few hours coming up in the next few months, and would like to do this changeover during that downtime.
    How do I handle setting this up on the new hardware using the same name & IP, especially with the existing system still running.
    What I think I need to do: (Some of these may be out of order, which is why I'm asking for suggestions)
    Setup new Windows VM server, named differently than current Message/CI server (Done already).
    Run SAPINST to run Global Host Preparation on the new Windows VM server.
    Run SAPINST to setup ASCS Instance on the new Windows VM server.
    Skip the Database Instance installation, since I already have one running.
    Run SAPINST to setup Central Instance on the new Windows VM server.
    Copy all of the appropriate profile parameters that were on the old server.
    Start SAP and make sure everything is running and working correctly.
    Copy all job, spool files, etc. from the old server.
    What needs to be done in between those steps for the server rename & IP changes?
    Which of these steps can I do in advance of my maintenance downtime window, without it affecting the currently running system?
    I have a test environment that I am going to test this with.  I'm just trying to get a jump start on my instructions, so that I can hopefully do this quickly and easily.  I'm very comfortable doing the installs.  Just needing some guidance on how to handle this case.
    I'm open to suggestions, and any links you can send my way that show some more recent success at doing this.  Everything I keep finding talks about doing the migration for the DB.  I am not migrating my DB.  It is staying where it is.  I'm just wanting to migrate my Message/Central Instance to a VM, without affecting the users, and hopefully them never noticing the changes.
    Thanks!

    If you're using VMWare, there is a tool provided to virtualize existing systems.  Basically it makes a copy of the old system (while it is down) and recreates it as a VM with the same name, IP, etc.  I haven't double-checked to see if this process is 'officially' supported by SAP, and I don't know the technical details about how it's done or how long it will take (VMWare is managed by the Network Operations group in my team, so as the SAP sysadmin I'm basically a customer of theirs).  However, we have virtualized a few smaller systems that needed to get off failing hardware in a hurry and it worked very well, so I would expect it would for an SAP dialog instance as well.  As you're not copying a database, just the app server, it probably would fit within your maintenance window.
    If this route works for you, then there is no need to actually install the SAP system on the VM instance... you just copy the old server as-is, then make any adjustments required due to no longer needing old drivers, etc, plus potentially having different memory parameters.

  • Function Module to get central instance -  /SDF/INSTANCE_INFO

    Hi All
    Inside an abap program it is necessary to create a job. This job must run at the central instance with high priority.
    I am going to use the FM /sdf/instance_info to obtain the central instance and export it at the targetserver parameter of the function JOB_CLOSE. 
    At the FM JOB_OPEN I will export 'A' to the parameter job_class.
    My question:
    - This function /SDF/INSTANCE_INFO may somehow cause damage to the production environment?
    - Submitting a job with class 'A'  may harm  the production environment?
    Could you please advise?
    Thanks in advance.
    João Gaia

    Hi,
    The FM only reads the central instance, it wont update anything so you can use the FM.
    A-High priority, the system reserves at least one separate background work process for your job. Class A jobs are always processed before jobs of other classes.
    If your job is a critical job then use this class otherwise use default class C.
    Regards
    Praveen

  • Error in Central Instance installation ERP 2005 Distributed System

    Hi All,
    I am currently trying to install Central Instance for ABAP Distributed system  on AIX.
    During the installation I encounter this error message:
    WARNING 2006-09-20 14:22:39
    Could not determine a valid JAVA_HOME directory from the environment.
    INFO 2006-09-20 14:22:39
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/DISTRIBUTED/AS-ABAP/CI/FormalPasswordCheck.log.
    ERROR 2006-09-20 14:22:39
    FSL-04008  Unable to access application bin/java. A file or directory in the path name does not exist.
    Before the installation SAPINST_JRE_HOME and JAVA_HOME variables were set to /usr/java14.
    Please help.
    Thanks,
    Chie

    Hi Chie,
    definately wrong
    the output should be similar to this one:
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142sr1aifx-20051020 (SAP 142SR1a + 88494 + 84428 + 83602 + 89528 + 90372 + 88233 + 66827 + 92741 + 95636 + 96556 + 96581) (JIT enabled: jitc))
    note the "64 bit" and "SAP" in there...
    You can download it here:
    https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=javasap
    Regards,
    Pascal
    PS: please give points for helpful answers

  • How to make upgrade from application server and not from central instance?

    Hello SAP Gurus!
    I have SAP ECC release 6.0, and I´m gonna make upgrade to enhancement package 6.06, do you know if Can I make upgrade from application server, but not from central instance?
    Thanks.

    Hi Victor,
    Upgrade process has to execute from the server where message server is running.
    So I guess it is not possible to initiate the SAP upgrade  from application server.
    Regards,
    Deepak Kori

  • Central instance error at "start instance" phase abap unknown...

    hi there,
    im installing central instance in mscs envi and im getting the error at "start instance" saying abap unknown.
    below is the sapinst log can help pls
    sapinst log
    INFO 2008-01-25 15:39:30
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/keydb.1.xml'.
    INFO 2008-01-25 15:39:30
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\inifile.xml.
    INFO 2008-01-25 15:39:30
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/inifile.1.xml'.
    INFO 2008-01-25 15:39:30
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:39:35
    Execute step readProductXML of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Read_Product_XML|ind|ind|ind|ind|1|0.
    WARNING 2008-01-25 15:39:35
    The install parameter INSTPARA_DB is already defined (existing value IND, new value ORA ).
    INFO 2008-01-25 15:39:35
    Execute step checkRuntimeSystem of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Execute step askStandardMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Execute step syncKeydb of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/product.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/product.1.xml'.
    INFO 2008-01-25 15:39:35
    Execute step changeUserInstall of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\change.log.
    INFO 2008-01-25 15:39:35
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-01-25 15:39:35
    Execution of the command "change user /install" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2008-01-25 15:39:35
    Execute step chgautInstdirPublicAllOS4 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Execute step replaceDLLs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    File not found: [C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/msvcp71.dll].
    INFO 2008-01-25 15:39:35
    File not found: [C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/msvcr71.dll].
    INFO 2008-01-25 15:39:35
    Execute step registerEventsDll of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Execute step AddPrivileges of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'ECO\Centiq' on host '.'.
    INFO 2008-01-25 15:39:35
    Execute step checkInstDirPermissions of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:35
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\testfile.1.
    INFO 2008-01-25 15:39:35
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\testfile.1.
    INFO 2008-01-25 15:39:36
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:41
    Execute step sync of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:41
    Execute step adminCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:41
    Execute step W2KSPCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:41
    Execute step XPSPCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:42
    Execute step DNSCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:39:42
    DNS is configured correctly.
    INFO 2008-01-25 15:39:42
    Execute step done of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:39:42
    Execute step startDefaultMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:42
    Execute step setDefaults of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:42
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Fri Jan 25 15:39:42 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-25 15:39:42
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Fri Jan 25 15:39:42 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-25 15:39:42
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-25 15:39:42
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_15-x64 with JDK version 1.4.2_15.
    INFO 2008-01-25 15:39:52
    Copied file 'Z:/Java_comp/J2EE_OSINDEP/JDKVersion.xml' to '.'.
    INFO 2008-01-25 15:39:52
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-25 15:39:52
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_15-x64 with JDK version 1.4.2_15.
    INFO 2008-01-25 15:39:52
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-25 15:39:52
    Execute step getCD of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:52
    Execute step verifyJavaHome of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:52
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Fri Jan 25 15:39:52 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-25 15:39:55
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Fri Jan 25 15:39:55 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-25 15:39:55
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Fri Jan 25 15:39:55 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    2
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-25 15:39:55
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/2/sapinst_exe.3444.1201275543/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-25 15:39:55
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.1.xml'.
    INFO 2008-01-25 15:39:55
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.2.xml'.
    INFO 2008-01-25 15:39:55
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.3.xml'.
    INFO 2008-01-25 15:39:55
    Execute step verifyPolicy of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:55
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck.
    INFO 2008-01-25 15:39:55
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-25 15:39:55
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-25 15:39:55
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\local_policy.log.
    INFO 2008-01-25 15:39:55
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2008-01-25 15:39:56
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe xvf C:/j2sdk1.4.2_15-x64/jre/lib/security/local_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_DSA.SF
    extracted: META-INF/JCE_DSA.DSA
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_local.policy
    INFO 2008-01-25 15:39:56
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-25 15:39:56
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-25 15:39:56
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\US_export_policy.log.
    INFO 2008-01-25 15:39:56
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe is written to the logfile US_export_policy.log.
    INFO 2008-01-25 15:39:56
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe xvf C:/j2sdk1.4.2_15-x64/jre/lib/security/US_export_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_DSA.SF
    extracted: META-INF/JCE_DSA.DSA
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_US_export.policy
    INFO 2008-01-25 15:39:56
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\default_local.policy.
    INFO 2008-01-25 15:39:56
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\default_US_export.policy.
    INFO 2008-01-25 15:39:56
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_DSA.DSA.
    INFO 2008-01-25 15:39:56
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_DSA.SF.
    INFO 2008-01-25 15:39:56
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2008-01-25 15:39:56
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2008-01-25 15:39:56
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2008-01-25 15:39:56
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck/META-INF.
    INFO 2008-01-25 15:39:56
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-25 15:39:56
    Execute step setNWOption of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:39:56
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-25 15:39:56
    Execute step collect of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:58
    Found these instances:
    sid: PPI, number: 00, name: ASCS00, host: sapxpi
    sid: PPI, number: 01, name: SCS01, host: sapxpi
    sid: PPI, number: 10, name: ERS10, host: s5
    sid: PPI, number: 11, name: ERS11, host: s5
    sid: PPI, number: 10, name: ERS10, host: s6
    sid: PPI, number: 11, name: ERS11, host: s6
    INFO 2008-01-25 15:39:58
    Execute step getMounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:58
    Execute step getMounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0|NW_getMounts|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:59
    Execute step updateMountInfo of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:39:59
    Execute step getProfileDir of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:40:48
    Execute step fillContext2 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-25 15:40:49
    Execute step isUnicodeFromStack of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:40:49
    Execute step isUnicodeFromExecutables of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:40:50
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\msg_server.exe.log.
    INFO 2008-01-25 15:40:50
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-25 15:40:50
    Output of F:\usr\sap\PPI\ASCS00\exe\msg_server.exe -v is written to the logfile msg_server.exe.log.
    INFO 2008-01-25 15:40:50
    Execution of the command "F:\usr\sap\PPI\ASCS00\exe\msg_server.exe -v" finished with return code 0. Output:
    msgserver information
    kernel release                700
    kernel make variant           700_REL
    DBMS client library          
    compiled on                   NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Aug 31 2006 20:13:01
    update level                  0
    patch number                  73
    source id                     0.075
    supported environment
    database (SAP, table SVERS)   700
    operating system
    Windows NT 5.0
    Windows NT 5.1
    Windows NT 5.2
    msgserver patch information
    ( 0.001) MS: enable server shutdown (note 821875)
    ( 0.001) MS: dont bind external port for SCS instance (note 821875)
    ( 0.002) MS: new pseudo parameter rdisp/msserv_no (note 834052)
    ( 0.007) CST patch collection 21 2005 (note 845887)
    ( 0.011) CST patch collection 24 2005 (note 851195)
    ( 0.014) CST Patch Collection 28 2005 (note 860319)
    ( 0.018) CST Patch Collection 31 2005 (note 867690)
    ( 0.023) CST Patch Collection 36 2005 (note 874665)
    ( 0.023) CST Patch Collection 37 2005 (note 877058)
    ( 0.023) VMC Patch Collection 6 (note 865932)
    ( 0.026) CST Patch Collection 39 2005 (note 884266)
    ( 0.033) CST Patch Collection 45 2005 (note 895230)
    ( 0.034) J2EE engine can't reconnect (note 895230)
    ( 0.036) CST Patch Collection 49 2005 (note 904777)
    ( 0.046) CST Patch Collection 06 2006 (note 921223)
    ( 0.049) CST Patch Collection 09 2006 (note 928898)
    ( 0.050) Avoid deadlock in exception handler, when writing the stacktrace (note 907123)
    ( 0.053) CST Patch Collection 14 2006 (note 937223)
    ( 0.057) CST Patch Collection 17 2006 (note 944284)
    ( 0.060) CST Patch Collection 22 2006 (note 950845)
    ( 0.065) P4HTTP added as logon type (note 958374)
    ( 0.065) CST Patch Collection 26 2006 (note 957514)
    ( 0.069) CST Patch Collection 29 2006 (note 962917)
    ( 0.073) CST Patch Collection 33 2006 (note 970657)
    INFO 2008-01-25 15:40:50
    Execute step isUnicodeFromMsgServer of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:40:50
    Execute step isUnicodeFromProfile of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:40:50
    Execute step askUnicode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:40:51
    Execute step checkMsgServer of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:40:51
    Execute step askABAPMs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:40:51
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:51
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:51
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:51
    Message server (sapxpi/3900) allows connections to its internal port from this host.
    INFO 2008-01-25 15:40:51
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:51
    Execute step askJavaMs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:40:51
    Connect to message server (sapxpi/3901) succeeded.
    INFO 2008-01-25 15:40:51
    Disconnect from message server (sapxpi/3901) succeeded.
    INFO 2008-01-25 15:40:51
    Connect to message server (sapxpi/3901) succeeded.
    INFO 2008-01-25 15:40:51
    Message server (sapxpi/3901) allows connections to its internal port from this host.
    INFO 2008-01-25 15:40:51
    Disconnect from message server (sapxpi/3901) succeeded.
    INFO 2008-01-25 15:40:51
    Execute step getUnicode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:40:52
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Execute step getMsPort of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:40:52
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-25 15:40:52
    Execute step getUnixIDs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-25 15:40:52
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0.
    INFO 2008-01-25 15:40:52
    Execute step unpcackSECINSTTOOLS of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetMasterPassword|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:40:52
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec.
    INFO 2008-01-25 15:40:52
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/installsec.
    INFO 2008-01-25 15:40:52
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-25 15:40:52
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\SECINSTTOOLS.log.
    INFO 2008-01-25 15:40:52
    Output of C:\DOCUME1\centiq\LOCALS1\Temp\2\sapinst_exe.3444.1201275543\SAPCAR.exe is written to the logfile SECINSTTOOLS.log.
    INFO 2008-01-25 15:40:53
    Output of C:\DOCUME1\centiq\LOCALS1\Temp\2\sapinst_exe.3444.1201275543\SAPCAR.exe -x -v -g -i -f Z:\BS2005\IM_WINDOWS_X86_64\COMMON\INSTALL\SECINSTTOOLS.SAR,:
    SAPCAR: processing archive Z:/BS2005/IM_WINDOWS_X86_64/COMMON/INSTALL/SECINSTTOOLS.SAR (version 2.01)
    x exception.jar
    x logging.jar
    x tc_sec_compat.jar
    SAPCAR: 3 file(s) extracted
    INFO 2008-01-25 15:40:53
    Execute step askMasterPwd of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetMasterPassword|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:05
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:05
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u DDIC -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u DDIC -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 25, 2008 3:41:05 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 25, 2008 3:41:05 PM  Info: Called for user "DDIC"
    Jan 25, 2008 3:41:05 PM  Info: Stack type: ABAP
    Jan 25, 2008 3:41:05 PM  Info: Performing check for username
    Jan 25, 2008 3:41:05 PM  Info: Performing check for password
    Jan 25, 2008 3:41:05 PM  Info: Operation executed successfully
    Jan 25, 2008 3:41:05 PM  Info: Leaving with return code 0
    INFO 2008-01-25 15:41:06
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPSTAR -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPSTAR -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 25, 2008 3:41:06 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 25, 2008 3:41:06 PM  Info: Called for user "SAPSTAR"
    Jan 25, 2008 3:41:06 PM  Info: Stack type: ABAP
    Jan 25, 2008 3:41:06 PM  Info: Performing check for username
    Jan 25, 2008 3:41:06 PM  Info: Performing check for password
    Jan 25, 2008 3:41:06 PM  Info: Operation executed successfully
    Jan 25, 2008 3:41:06 PM  Info: Leaving with return code 0
    INFO 2008-01-25 15:41:06
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_ADMIN -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_ADMIN -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 25, 2008 3:41:06 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 25, 2008 3:41:06 PM  Info: Called for user "J2EE_ADMIN"
    Jan 25, 2008 3:41:06 PM  Info: Stack type: ABAP
    Jan 25, 2008 3:41:06 PM  Info: Performing check for username
    Jan 25, 2008 3:41:06 PM  Info: Performing check for password
    Jan 25, 2008 3:41:06 PM  Info: Operation executed successfully
    Jan 25, 2008 3:41:06 PM  Info: Leaving with return code 0
    INFO 2008-01-25 15:41:06
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_GUEST -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_GUEST -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 25, 2008 3:41:06 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 25, 2008 3:41:06 PM  Info: Called for user "J2EE_GUEST"
    Jan 25, 2008 3:41:06 PM  Info: Stack type: ABAP
    Jan 25, 2008 3:41:06 PM  Info: Performing check for username
    Jan 25, 2008 3:41:06 PM  Info: Performing check for password
    Jan 25, 2008 3:41:06 PM  Info: Operation executed successfully
    Jan 25, 2008 3:41:06 PM  Info: Leaving with return code 0
    INFO 2008-01-25 15:41:06
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPJSF -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-25 15:41:06
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPJSF -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 25, 2008 3:41:06 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 25, 2008 3:41:06 PM  Info: Called for user "SAPJSF"
    Jan 25, 2008 3:41:06 PM  Info: Stack type: ABAP
    Jan 25, 2008 3:41:06 PM  Info: Performing check for username
    Jan 25, 2008 3:41:06 PM  Info: Performing check for password
    Jan 25, 2008 3:41:06 PM  Info: Operation executed successfully
    Jan 25, 2008 3:41:06 PM  Info: Leaving with return code 0
    INFO 2008-01-25 15:41:06
    Execute step setDefaults of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:41:07
    Execute step askDomain of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:41:07
    Execute step askPasswords of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-25 15:41:14
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-25 15:41:16
    Execute step setInstallationLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:16
    Execute step askSystemCopyLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:16
    Execute step setLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:16
    Execute step setInstallDB of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-25 15:41:16
    Execute step fillDB6InitializeContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-25 15:41:16
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetDBUserParameter|ind|ind|ind|ind|5|0.
    INFO 2008-01-25 15:41:16
    Execute step sanityCheckAccounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-25 15:41:16
    Execute step fillContext2 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:17
    Execute step fillPRCContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:17
    Execute step fillContextliveCache of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:17
    Execute step loadUsageTypes of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Init|ind|ind|ind|ind|13|0.
    INFO 2008-01-25 15:41:17
    Execute step stopDefaultMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:17
    Execute step fillContextUsageTypes of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0.
    INFO 2008-01-25 15:41:17
    Execute step setAllPossible of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:18
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.1.xml'.
    INFO 2008-01-25 15:41:18
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.2.xml'.
    INFO 2008-01-25 15:41:18
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jexclude.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jexclude.1.xml'.
    INFO 2008-01-25 15:41:18
    Execute step determineScenarioParameters of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:18
    Execute step prepareUsagesTableForUserInputXml of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-25 15:41:18
    Execute step determinePossibleUsageTypesXml of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Sof

    sap resolved it

  • Java Add-in Installation of the Central instance installation

    I'm trying to re-install the Java Add-in Central Instance for ABAP.
    During the installation of Java Engine, i met the error on SecureStore step.
    In the LOG:
    >> SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    >> A key/value pair with this key already exists in the store.
    I had the right roles at the user SAPJSF.
    I have also renamed the files in /usr/sap/MWF/SYS/global/security/data
    SecStore.key
    SecStore.properties
    ..and i receive the following:
    SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    com.sap.security.core.server.secstorefs.FileMissingException: File "/sapmnt/MWF/global/security/data/SecStore.properties" does not exist although it should.
            at com.sap.security.core.server.secstorefs.StorageHandler.openExistingStore(StorageHandler.java:372)
            at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1946)
            at com.sap.security.core.server.secstorefs.SecStoreFS.handleInsert(SecStoreFS.java:963)
            at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1276)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    If i rename only the SecStore.key in SecStore.key.old, i will receive the following:
    >> SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    >> Warning: this command line user interface is meant as a last resort if
    >> everything else fails.
    >> The key phrase that you must type in now will be visible on the screen!
    I've also lunched the following command from the opreating system level:
    /usr/java14_64/bin/java -classpath /tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB2/CENTRAL/CI/install/sharedlib/launcher.jar -Xmx256m -Xj9 com.sap.engine.offline.OfflineToolStart com.sap.security.core.server.secstorefs.SecStoreFS /usr/sap/MWF/SYS/global/security/lib/tools/iaik_jce.jar:/usr/sap/MWF/SYS/global/security/lib/tools/iaik_jsse.jar:/usr/sap/MWF/SYS/global/security/lib/tools/iaik_smime.jar:/usr/sap/MWF/SYS/global/security/lib/tools/iaik_ssl.jar:/usr/sap/MWF/SYS/global/security/lib/tools/w3c_http.jar:/tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB2/CENTRAL/CI/install/lib:/tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB2/CENTRAL/CI/install/sharedlib:/usr/opt/db2_08_01/java//db2jcc.jar:/usr/opt/db2_08_01/java//db2jcc_license_cisuz.jar insert -s MWF -f /usr/sap/MWF/SYS/global/security/data/SecStore.properties -k /sapmnt/MWF/global/security/data/SecStore.key admin/host/MWF
    >> SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    >> Usage:
    >> SecStoreFS status  <standard>
    >> SecStoreFS exists  <standard>
    >> SecStoreFS create  <standard> -noenc
    >> SecStoreFS create  <standard> -enc -p "<key phrase>" [-nostore]
    >> SecStoreFS insert  <standard> <key> <value>
    >> SecStoreFS encrypt <standard>      -p "<key phrase>" [-nostore]
    >> SecStoreFS updatep <standard>      -p "<key phrase>" [-nostore]
    >>where <standard> is [-s <SID>] [-f <data filename> -k <key filename>]
    >> No value given!
    Anybody knows how is possible to follow with the installation?
    Best Regards.

    Dear Kumar,
    referring to the note 1063396, i haven't got "iaik_jce_export.jar" file in the directory specifed in the note.
    So, i've just renamed the following files
    SecStore.key
    SecStore.properties
    NOTHING DIFFERENT.
    To be sure, i have also renamed the directory /sapmnt/MWF/global/security/data  --> data.old
    You can see the result on the following log:
    >>/tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB2/CENTRAL/CI#cat SecureStoreInsert.log
    >>SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    >>
    >>com.sap.security.core.server.secstorefs.FileMissingException: >>File "/sapmnt/MWF/global/security/data/SecStore.properties" does not exist although it should.
    >>        at com.sap.security.core.server.secstorefs.StorageHandler.openExistingStore(StorageHandler.java:372)
    >>        at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1946)
    >>        at com.sap.security.core.server.secstorefs.SecStoreFS.handleInsert(SecStoreFS.java:963)
    >>        at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1276)
    >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    >>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    >>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    >>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    >>        at java.lang.reflect.Method.invoke(Method.java:391)
    >>        at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Do you have any idea to solve the problem and to start teh installation again?
    Best regards.

  • Systemcopy problem by installing the central instance

    Hello,
    i am trying to make a Systemcopy from the PRD System to QAS System (Release R/3 4.7 X200) ,
    and got a error message duringsapinst.exe at Input section:
    Error by Dbo objects check Database QAS contains user objects belonging to
    system user dbo;
    correct reported errors before continuing with the installation.
    Step´s to reproduce the problem.
    1. Install Windows 2K3 server and Service packs
    2. Install the SQL 2000 and patches
    3. Create the database and restore the database from the production backup
    4. run Sapinst.exe---->nonunicode installation--->Install a Central
    Instance--->Local Installation--->Install Additional SAP system into an
    existing database------>enter the database name -
    then got the error
    above
    I can´t execute the Script user_Change.sql because the sidadm user can not be find.
    any help ?
    Regards
    Steven

    sorry but we use a MSSQL Server 2000 and when i try to use the new sapinst, where the option
    "system copy by "backup/restore" a CI (and DI) will be installed, sapinst stops and requests you to import the backup." is placed,
    we must use a SQL Server 2005 because the new sapinst doesn´t support the old MSSQL Database.
    I see.
    You know
    Note 151603 - Copying an SQL Server database
    And just for curiousity: Any reason why you don't use SQL Server 2005?
    Markus

  • Error: installing Java Add-in for Central instance

    Dear experts,
    i've installed the SCS and the Java Add-in for DB successful. While trying to install the java add-in for the central instance i get the following error:
    An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > Java Add-In for ABAP > MaxDB > Central System > Central Instance Java Add-In ( Last error reported by the step :TypeError: instance has no properties (in script NW_Addin_CI|ind|ind|ind|ind, line 109346: ???)
    Thanks in advance.
    Daniel

    Hi,
    Check below thread:
    Error installing SAP NetWeaver 2004s Java Trial Version (SP9)
    Thanks
    Sunny

  • Error at phase "Configure SLD" NW 7.0 Central instance step

    Hi All
    I am installing NW 7.0 EHP1, on clustered Oracle10g, win2003.  I have an error on AMSC step, configure SLD.
    here some logs
    java.exe.log
    ConfigMainExt state401
    TYPE=A<BR>STATE=401<BR>INFO_SHORT=Error connecting to http://AAAPRD:50200/ctc/ConfigServlet?param=com.sap.ctc.util.
    SecurityRoleConfig;MAP_SECURITYROLE_TO_USER;ROLE=DataSupplierLD,USER=SLDDSUSER,COMPONENT=sap.com/com.sap.lcr*sld,
    HOST=AAAPRD,P4PORT=50204,J2EE_ADMIN=J2EE_ADMIN,J2EE_PASSWORD=des19(118|17|152|163|51|195|178|104|235|).
    The provided user data might be incorrect or user might be locked.<BR>CONFIGURATION=
    ALL USERS ARE NOT LOCKED, only JAVA_GUEST is locked
    sapinst.log
    INFO 2009-06-13 16:13:15.983
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO 2009-06-13 16:13:16.014
    Removing file C:\Program Files\sapinst_instdir\x.
    INFO 2009-06-13 16:14:02.843
    Creating file C:\Program Files\sapinst_instdir\NW701\PI\ORA\HA\CI\x.
    INFO 2009-06-13 16:14:02.843
    Removing file C:\Program Files\sapinst_instdir\NW701\PI\ORA\HA\CI\x.
    INFO 2009-06-13 16:14:05.718
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO 2009-06-13 16:14:05.718
    Removing file C:\Program Files\sapinst_instdir\x.
    INFO 2009-06-13 16:14:07.374
    Copied file 'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/statistic.xml' to '
    C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/statistic.12.xml'.
    INFO 2009-06-13 16:14:08.906
    Copied file 'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/statistic.xml' to '
    C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/statistic.13.xml'.
    WARNING 2009-06-13 16:14:20.218
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation.
    Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2009-06-13 16:14:22.984
    Copied file 'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/inifile.xml' to
    'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/inifile.5.xml'.
    INFO 2009-06-13 16:14:23.249
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|2|0
    W2K_ServicePack_Check
    ind
    ind
    ind
    ind
    2
    0
    INFO 2009-06-13 16:14:38.781
    Copied file 'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/keydb.xml' to
    'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/keydb.5.xml'.
    INFO 2009-06-13 16:14:38.937
    Copied file 'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/statistic.xml' to
    'C:/Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI/statistic.14.xml'.
    INFO 2009-06-13 16:14:39.78
    Execute step configSLDMainLocalMapSecRolesToUsers of component
    NW_Doublestack_CI
    ind
    ind
    ind
    ind
    0
    0
    SAP_Software_Features_Configuration
    ind
    ind
    ind
    ind
    17
    0
    NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|0|0
    INFO 2009-06-13 16:14:39.859
    Creating file C:\Program Files\sapinst_instdir\NW701\PI\ORA\HA\CI\java.exe.log.
    INFO 2009-06-13 16:14:39.890
    Output of C:\j2sdk1.4.2_17-x64\bin\java.exe -classpath D:/usr/sap/GAC/DVEBMGS02/j2ee/cluster/server0/apps/sap.com/
    tclmctcutilbasic_ear/servlet_jsp/ctc/root/WEB-INF/classes/ com.sap.ctc.util.ConfigMainExt XXXXXX
    AAAPRD:50200 J2EE_ADMIN XXXXXX is written to the logfile java.exe.log.
    INFO 2009-06-13 16:14:40.000
    Execution of the command "C:\j2sdk1.4.2_17-x64\bin\java.exe -classpath D:/usr/sap/GAC/DVEBMGS02/j2ee/cluster/server0/
    apps/sap.com/tclmctcutilbasic_ear/servlet_jsp/ctc/root/WEB-INF/classes/ com.sap.ctc.util.ConfigMainExt XXXXXX
    AAAPRD:50200 J2EE_ADMIN XXXXXX" finished with return code 0. Output:
    ConfigMainExt state401
    TYPE=A<BR>STATE=401<BR>INFO_SHORT=Error connecting to http://AAAPRD:50200/ctc/ConfigServlet?param=com.sap.ctc.util.
    SecurityRoleConfig;MAP_SECURITYROLE_TO_USER;ROLE=DataSupplierLD,USER=SLDDSUSER,COMPONENT=sap.com/com.sap.lcr*sld,
    HOST=AAAPRD,P4PORT=50204,J2EE_ADMIN=J2EE_ADMIN,J2EE_PASSWORD=des19(118|17|152|163|51|195|178|104|235|).
    The provided user data might be incorrect or user might be locked.<BR>CONFIGURATION=
    ERROR 2009-06-13 16:14:40.000
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'JSE '.
    ERROR 2009-06-13 16:14:40.234
    FCO-00011  The step configSLDMainLocalMapSecRolesToUsers with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|
    SAP_Software_Features_Configuration|ind|ind|ind|ind|17|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|
    NW_CONFIG_SLD|ind|ind|ind|ind|0|0|configSLDMainLocalMapSecRolesToUsers was executed with status ERROR
    ( Last error reported by the step :Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'JSE '.).
    sapinst_dev.log
    TRACE      2009-06-13 16:14:39.843
    NWCallJava: Arguments passed: ROLE=DataSupplierLD,USER=SLDDSUSER,
    COMPONENT=sap.com/com.sap.lcr*sld,HOST=AAAPRD,P4PORT=50204,J2EE_ADMIN=J2EE_ADMIN,J2EE_PASSWORD=XXXX
    INFO       2009-06-13 16:14:39.859 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW701\PI\ORA\HA\CI\java.exe.log.
    INFO       2009-06-13 16:14:39.890
               CJSlibModule::writeInfo_impl()
    Output of C:\j2sdk1.4.2_17-x64\bin\java.exe -classpath D:/usr/sap/GAC/DVEBMGS02/j2ee/cluster/server0/apps/sap.com/
    tclmctcutilbasic_ear/servlet_jsp/ctc/root/WEB-INF/classes/ com.sap.ctc.util.ConfigMainExt XXXXXX AAAPRD:50200
    J2EE_ADMIN XXXXXX is written to the logfile java.exe.log.
    INFO       2009-06-13 16:14:40.000
               CJSlibModule::writeInfo_impl()
    Execution of the command "C:\j2sdk1.4.2_17-x64\bin\java.exe -classpath D:/usr/sap/GAC/DVEBMGS02/j2ee/cluster
    /server0/apps/sap.com/tclmctcutilbasic_ear/servlet_jsp/ctc/root/WEB-INF/classes/ com.sap.ctc.util.ConfigMainExt
    XXXXXX AAAPRD:50200 J2EE_ADMIN XXXXXX" finished with return code 0. Output:
    ConfigMainExt state401
    TYPE=A<BR>STATE=401<BR>INFO_SHORT=Error connecting to http://AAAPRD:50200/ctc/ConfigServlet?param=com.sap.ctc.util.
    SecurityRoleConfig;MAP_SECURITYROLE_TO_USER;ROLE=DataSupplierLD,USER=SLDDSUSER,COMPONENT=sap.com/com.sap.lcr*sld,
    HOST=AAAPRD,P4PORT=50204,J2EE_ADMIN=J2EE_ADMIN,J2EE_PASSWORD=des19(118|17|152|163|51|195|178|104|235|).
    The provided user data might be incorrect or user might be locked.<BR>CONFIGURATION=
    TRACE      2009-06-13 16:14:40.000
    NWException thrown: nw.configError:
    Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'JSE '.
    TRACE      2009-06-13 16:14:40.000
    Function setMessageIdOfExceptionMessage: nw.configError
    ERROR      2009-06-13 16:14:40.000
               CJSlibModule::writeError_impl()
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'JSE '.
    TRACE      2009-06-13 16:14:40.172 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2009-06-13 16:14:40.234 [sixxcstepexecute.cpp:950]
    FCO-00011  The step configSLDMainLocalMapSecRolesToUsers with step key |
    NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|17|0|NW_Usage_Types_Configuration_AS
    |ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|0|0|configSLDMainLocalMapSecRolesToUsers was executed with status
    ERROR ( Last error reported by the step :Java EE Engine configuration error. DIAGNOSIS: See output of logfile
    java.log: 'JSE '.).
    TRACE      2009-06-13 16:14:40.265 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option SAP NetWeaver 7.0 including
    Enhancement Package 1 > SAP Process Integration > Oracle > High-Availability System > Central Instance
    ( Last error reported by the step :Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'JSE '.).
    You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i>
    to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p>
    Log files are written to C:\Program Files/sapinst_instdir/NW701/PI/ORA/HA/CI. </p> </body></html>
    TRACE      2009-06-13 16:14:40.265 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI

    Hi,
    SecurityRoleConfig;MAP_SECURITYROLE_TO_USER;ROLE=DataSupplierLD,USER=SLDDSUSER,COMPONENT=sap.com/com.sap.lcrsld, HOST=AAAPRD,P4PORT=50204,J2EE_ADMIN=J2EE_ADMIN,J2EE_PASSWORD=des19(118|17|152|163|51|195|178|104|235|). The provided user data might be incorrect or user might be locked.*
    Above error is mainly coming because of 2 reasons:
    1) user is locked SLDDSUSER. Please check this user of locked...if it is global user which is used by other system as well to connect to SLD then might be password in any other system will be worng which is causing this user globally locked...
    2) Potential reason might be roles of this user is not properly mapped or this user does not contains appropriate roles..Please check SLDDSUSER profile..it must contains all roles...
    Please check above if error still persists the paste log again...
    Thanks
    sunny

  • Central Instance Error on WIndows 2003 MSCS on  oracle 10g

    HI All,
    Im installing central instance on node1 on local disk and im getting the following error.Can any one help me out pls
    sapinst log
    INFO 2008-01-23 15:24:42
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/keydb.1.xml'.
    INFO 2008-01-23 15:24:42
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\inifile.xml.
    INFO 2008-01-23 15:24:42
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/inifile.1.xml'.
    INFO 2008-01-23 15:24:42
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:24:47
    Execute step readProductXML of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Read_Product_XML|ind|ind|ind|ind|1|0.
    WARNING 2008-01-23 15:24:47
    The install parameter INSTPARA_DB is already defined (existing value IND, new value ORA ).
    INFO 2008-01-23 15:24:47
    Execute step checkRuntimeSystem of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step askStandardMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step syncKeydb of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/product.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/product.1.xml'.
    INFO 2008-01-23 15:24:47
    Execute step changeUserInstall of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\change.log.
    INFO 2008-01-23 15:24:47
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-01-23 15:24:47
    Execution of the command "change user /install" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2008-01-23 15:24:47
    Execute step chgautInstdirPublicAllOS4 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step replaceDLLs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    File not found: [C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/msvcp71.dll].
    INFO 2008-01-23 15:24:48
    File not found: [C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/msvcr71.dll].
    INFO 2008-01-23 15:24:48
    Execute step registerEventsDll of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    Execute step AddPrivileges of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'ECO\Centiq' on host '.'.
    INFO 2008-01-23 15:24:48
    Execute step checkInstDirPermissions of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\testfile.1.
    INFO 2008-01-23 15:24:48
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\testfile.1.
    INFO 2008-01-23 15:24:48
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step sync of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step adminCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step W2KSPCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step XPSPCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step DNSCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:24:53
    DNS is configured correctly.
    INFO 2008-01-23 15:24:53
    Execute step done of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:24:53
    Execute step startDefaultMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:53
    Execute step setDefaults of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:53
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:24:53 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:24:53
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:24:53 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:24:53
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:24:53
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_15-x64 with JDK version 1.4.2_15.
    INFO 2008-01-23 15:25:08
    Copied file 'Z:/Java_comp/J2EE_OSINDEP/JDKVersion.xml' to '.'.
    INFO 2008-01-23 15:25:08
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:25:08
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_15-x64 with JDK version 1.4.2_15.
    INFO 2008-01-23 15:25:08
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:25:08
    Execute step getCD of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:08
    Execute step verifyJavaHome of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:08
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:25:08 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:25:12
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:25:12 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:25:12
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:25:12 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:25:13
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:25:13
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.1.xml'.
    INFO 2008-01-23 15:25:13
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.2.xml'.
    INFO 2008-01-23 15:25:13
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.3.xml'.
    INFO 2008-01-23 15:25:13
    Execute step verifyPolicy of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:13
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:25:13
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\local_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe xvf C:/j2sdk1.4.2_15-x64/jre/lib/security/local_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_DSA.SF
    extracted: META-INF/JCE_DSA.DSA
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_local.policy
    INFO 2008-01-23 15:25:13
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:25:13
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\US_export_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe is written to the logfile US_export_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe xvf C:/j2sdk1.4.2_15-x64/jre/lib/security/US_export_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_DSA.SF
    extracted: META-INF/JCE_DSA.DSA
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_US_export.policy
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\default_local.policy.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\default_US_export.policy.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_DSA.DSA.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_DSA.SF.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2008-01-23 15:25:13
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck/META-INF.
    INFO 2008-01-23 15:25:13
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Execute step setNWOption of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:13
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:25:13
    Execute step collect of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:15
    Found these instances:
    sid: PPI, number: 00, name: ASCS00, host: sapxpi
    sid: PPI, number: 01, name: SCS01, host: sapxpi
    sid: PPI, number: 10, name: ERS10, host: s5
    sid: PPI, number: 11, name: ERS11, host: s5
    sid: PPI, number: 10, name: ERS10, host: s6
    sid: PPI, number: 11, name: ERS11, host: s6
    INFO 2008-01-23 15:25:16
    Execute step getMounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:16
    Execute step getMounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0|NW_getMounts|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:16
    Execute step updateMountInfo of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:16
    Execute step getProfileDir of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:26:37
    Execute step fillContext2 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:26:38
    Execute step isUnicodeFromStack of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:38
    Execute step isUnicodeFromExecutables of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\msg_server.exe.log.
    INFO 2008-01-23 15:26:39
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:26:39
    Output of F:\usr\sap\PPI\ASCS00\exe\msg_server.exe -v is written to the logfile msg_server.exe.log.
    INFO 2008-01-23 15:26:39
    Execution of the command "F:\usr\sap\PPI\ASCS00\exe\msg_server.exe -v" finished with return code 0. Output:
    msgserver information
    kernel release                700
    kernel make variant           700_REL
    DBMS client library          
    compiled on                   NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Aug 31 2006 20:13:01
    update level                  0
    patch number                  73
    source id                     0.075
    supported environment
    database (SAP, table SVERS)   700
    operating system
    Windows NT 5.0
    Windows NT 5.1
    Windows NT 5.2
    msgserver patch information
    ( 0.001) MS: enable server shutdown (note 821875)
    ( 0.001) MS: dont bind external port for SCS instance (note 821875)
    ( 0.002) MS: new pseudo parameter rdisp/msserv_no (note 834052)
    ( 0.007) CST patch collection 21 2005 (note 845887)
    ( 0.011) CST patch collection 24 2005 (note 851195)
    ( 0.014) CST Patch Collection 28 2005 (note 860319)
    ( 0.018) CST Patch Collection 31 2005 (note 867690)
    ( 0.023) CST Patch Collection 36 2005 (note 874665)
    ( 0.023) CST Patch Collection 37 2005 (note 877058)
    ( 0.023) VMC Patch Collection 6 (note 865932)
    ( 0.026) CST Patch Collection 39 2005 (note 884266)
    ( 0.033) CST Patch Collection 45 2005 (note 895230)
    ( 0.034) J2EE engine can't reconnect (note 895230)
    ( 0.036) CST Patch Collection 49 2005 (note 904777)
    ( 0.046) CST Patch Collection 06 2006 (note 921223)
    ( 0.049) CST Patch Collection 09 2006 (note 928898)
    ( 0.050) Avoid deadlock in exception handler, when writing the stacktrace (note 907123)
    ( 0.053) CST Patch Collection 14 2006 (note 937223)
    ( 0.057) CST Patch Collection 17 2006 (note 944284)
    ( 0.060) CST Patch Collection 22 2006 (note 950845)
    ( 0.065) P4HTTP added as logon type (note 958374)
    ( 0.065) CST Patch Collection 26 2006 (note 957514)
    ( 0.069) CST Patch Collection 29 2006 (note 962917)
    ( 0.073) CST Patch Collection 33 2006 (note 970657)
    INFO 2008-01-23 15:26:39
    Execute step isUnicodeFromMsgServer of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Execute step isUnicodeFromProfile of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Execute step askUnicode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Execute step checkMsgServer of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:39
    Execute step askABAPMs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Message server (sapxpi/3900) allows connections to its internal port from this host.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Execute step askJavaMs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Message server (sapxpi/3901) allows connections to its internal port from this host.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Execute step getUnicode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Execute step getMsPort of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:41
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Execute step getUnixIDs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:41
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:26:41
    Execute step unpcackSECINSTTOOLS of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetMasterPassword|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:26:41
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec.
    INFO 2008-01-23 15:26:41
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/installsec.
    INFO 2008-01-23 15:26:41
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:26:41
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\SECINSTTOOLS.log.
    INFO 2008-01-23 15:26:41
    Output of C:\DOCUME1\centiq\LOCALS1\Temp\1\sapinst_exe.3344.1201101841\SAPCAR.exe is written to the logfile SECINSTTOOLS.log.
    INFO 2008-01-23 15:26:41
    Output of C:\DOCUME1\centiq\LOCALS1\Temp\1\sapinst_exe.3344.1201101841\SAPCAR.exe -x -v -g -i -f Z:\BS2005\IM_WINDOWS_X86_64\COMMON\INSTALL\SECINSTTOOLS.SAR,:
    SAPCAR: processing archive Z:/BS2005/IM_WINDOWS_X86_64/COMMON/INSTALL/SECINSTTOOLS.SAR (version 2.01)
    x exception.jar
    x logging.jar
    x tc_sec_compat.jar
    SAPCAR: 3 file(s) extracted
    INFO 2008-01-23 15:26:41
    Execute step askMasterPwd of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetMasterPassword|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:26:56
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u DDIC -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u DDIC -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:57 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:57 PM  Info: Called for user "DDIC"
    Jan 23, 2008 3:26:57 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:57 PM  Info: Performing check for username
    Jan 23, 2008 3:26:57 PM  Info: Performing check for password
    Jan 23, 2008 3:26:57 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:57 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:57
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPSTAR -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPSTAR -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:57 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:57 PM  Info: Called for user "SAPSTAR"
    Jan 23, 2008 3:26:57 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:57 PM  Info: Performing check for username
    Jan 23, 2008 3:26:57 PM  Info: Performing check for password
    Jan 23, 2008 3:26:57 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:57 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:57
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_ADMIN -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_ADMIN -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:57 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:57 PM  Info: Called for user "J2EE_ADMIN"
    Jan 23, 2008 3:26:57 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:57 PM  Info: Performing check for username
    Jan 23, 2008 3:26:57 PM  Info: Performing check for password
    Jan 23, 2008 3:26:57 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:57 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:57
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_GUEST -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:58
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_GUEST -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:58 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:58 PM  Info: Called for user "J2EE_GUEST"
    Jan 23, 2008 3:26:58 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:58 PM  Info: Performing check for username
    Jan 23, 2008 3:26:58 PM  Info: Performing check for password
    Jan 23, 2008 3:26:58 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:58 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:58
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:58
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPJSF -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:58
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPJSF -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:58 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:58 PM  Info: Called for user "SAPJSF"
    Jan 23, 2008 3:26:58 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:58 PM  Info: Performing check for username
    Jan 23, 2008 3:26:58 PM  Info: Performing check for password
    Jan 23, 2008 3:26:58 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:58 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:58
    Execute step setDefaults of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:58
    Execute step askDomain of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:58
    Execute step askPasswords of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:27:06
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-23 15:27:08
    Execute step setInstallationLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step askSystemCopyLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step setLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step setInstallDB of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-23 15:27:08
    Execute step fillDB6InitializeContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-23 15:27:08
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetDBUserParameter|ind|ind|ind|ind|5|0.
    INFO 2008-01-23 15:27:08
    Execute step sanityCheckAccounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:27:08
    Execute step fillContext2 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step fillPRCContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step fillContextliveCache of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step loadUsageTypes of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Init|ind|ind|ind|ind|13|0.
    INFO 2008-01-23 15:27:09
    Execute step stopDefaultMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Execute step fillContextUsageTypes of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0.
    INFO 2008-01-23 15:27:09
    Execute step setAllPossible of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.1.xml'.
    INFO 2008-01-23 15:27:09
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.2.xml'.
    INFO 2008-01-23 15:27:09
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jexclude.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jexclude.1.xml'.
    INFO 2008-01-23 15:27:09
    Execute step determineScenarioParameters of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Execute step prepareUsagesTableForUserInputXml of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Execute step determinePossibleUsageTypesXml of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0

    Hi,
    It looks like it is trying to create an account for SAP and getting error. It's permission problem. You may want to continue installation with administration previliges.
    or try restart.
    Thanks,

  • Error in installation of Central Instance in Windows Cluster with Oracle

    Hi!
    If I try to continue with the installation of Central Instance of Cluster I get the following error:
    The java load in database <sid>/<server> has already been configured. 
    Solution: remove the schema and load it with a new load before you run this installation
    Can some one tell me how to proceed?
    Thank you very much!
    Regards
    Thom

    Thom,
         Did you figure this one out?
    Thanks
    S.

  • Place file in central instance(AIX/UNIX) from Application server in Windows

    Hi guys,
    We have the central instance running in AIX and app servers in AIX/UNIX as well. now we want to replace the app server by windows server.
    so central instance remain as AIX/unix server and app server becomes Windows NT.
    then how can i place a file in my central instance while using this Windows based app server... because open dataset with forward slash (/usr/sap/) will be not be interpretated by windows,
    so i used logical file name.. and kept both windows and unix path..
    unix path as /usr/sap/tmp/<File_Name>
    and windows path as
    servername\usr\sap\tmp\ and even tried with
    usr\sap\tmp\
    nothing worked.. when i used open dataset fetching the path from logical path, it ways unable to open the file..

    Hi,
    you can't directly open file on central instance if you are not connected to it. You have access only to files which are on application server which you are connected to. If you want to have a folder which will be accessible from all application servers then you need to map folder on application server to folder on central instance.
    To solve the issue with different paths for different operating systems you can use transaction FILE. Here you can define a logical filename where you can configure different paths for different syntax groups such as UNIX or WINDOWS NT. You can use FM FILE_GET_NAME to get valid path for application server.
    Cheers

Maybe you are looking for

  • How to Push the into SAP ( XML data converted into IDOC )

    Hi i am getting XML file from Non SAP system.I need to push XML data into SAP on daily basis with out using XI as the middleware. I know if i get text file will use BDC's or LSMW. But i am getting data in XML format and then i need to converted into

  • Error retrieving child form data using API in 11g

    Hi, I am getting the following error while reading the process form child data from the process task. <Jul 25, 2012 11:14:43 PM IST> <Error> <XELLERATE.APIS> <BEA-000000> <tcFormInstanceOperationsBean/isProcessFormChildDataDataUnique: no PRF isKey se

  • Acrobat Forms - receiving Images embedded in Distributed Forms

    Hi, I've been using the Acrobat forms through Live Cycle for a while now for small simple projects, but trying to implement it now in something a bit more complex (as well as learning more as I go). I've made a form in LiveCycle ES2 requesting Text,

  • Changing the compression mode..

    So I have a slideshow I'd like to export to DVD. The pictures that are animated to get the ken burns effect. I watched it on an LCD tv on a dvd player and the interlaced fields were so prevelant that the movie was almost unwatchable. In FCE4, at 100%

  • Time Series Plot

    Is there a standard way to create a time series chart in Apex 4.2? The line chart does not take into account irregular time intervals - it assumes that the data points on the X axis are equally spaced, its just really a bar chart but with a line inst