"srvctl start instance -d some_db -i some_db2" executes too long

Hi,
We got [2 node Oracle 10g RAC (10.2.0.4) on hpux 11.31 v3].
While starting second instance of some databases through "srvctl start instance -d some_db -i some_db2" it takes almost 5-10 minutes. While this "instance startup" process, some clients experience "disconnect"/"service loss".
TNSNAMES.ORA for a database looks like:
some_db =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.136)(PORT = 1525))
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.137)(PORT = 1525))
(LOAD_BALANCE=yes)
(CONNECT_DATA =
(server=dedicated)(service_name=some_db)
(failover_mode=(type=select)(method=basic)(retries=180)(delay=5))
The questions are:
- what could be wrong and where?
- what additional info would be helpful that I can provide?
Best Regards,

Hi,
The space on the disk volumes sould not be the cause for such a message, probably.
Real cause seems the bug mentioned in posts (by Ivan Kartik):
- Not able to start the RAC database service
- http://ivan.kartik.sk/static/42/
Suspicion also on datetime matters in the second node, as log files in that node show different timestamp than that of the OS. (alert log timestamp difference in a RAC node
_Digging further yet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Difference between sqlplus - start and srvctl start instance

    Hello,
    why we need to start RAC instances with SRVCTL command, what is the difference between sqlplus -- startup and (srvctl start instance -d dbname -i inst_name)
    Thanks
    Karthick K

    The first ever thing that comes to mind is that sql*plus is not a clusterware utility which means, any updations done from it, may not update correctly the OCR . If you would play with RAC, you may see that doing the startup/shutdown using the sql*plus at times show a conflict the status of the instance when checked through crs_stat command. That's a reason that the srvctl is preferred against sql*plus in the cluster environments.
    HTH
    Aman....

  • Vi execute too long

    hello,
    i 've got a time critical problem.
    i've made a vi which comunicates with a profibus.
    this vi is called very often in my application.
    the problem is that the vi has different execution times.
    if i execute the vi alone and continue it the vi takes 1 ms.
    in my application where i call the vi i need between 20ms and up to 150ms.
    where can the problem be.

    I think the VI needs to be synchronized with some standard clock.
    Kudos always welcome for helpful posts

  • Can't start instance by srvctl with error PRKP-1001 and CRS-0215

    We just create a database with Oracle10g RAC and ASM on 8 nodes, but only node1's instance can start up. What's wrong with the other nodes?
    The error is below:
    oracle@DBRAC01:~> srvctl status instance -i dbrac2 -d dbrac
    Instance dbrac2 is not running on node dbrac02
    oracle@DBRAC01:~> srvctl start instance -i dbrac2 -d dbrac
    PRKP-1001 : Error starting instance dbrac2 on node dbrac02
    CRS-0215: Could not start resource ora.dbrac.dbrac2.inst.
    What should I do? Modify some configurations ?

    Have you configured the required virtual IP addresses for the Instances? If no use Virtual IP Configuration Assistant (VIPCA) to do so. Your installtion guide should show how to do this.
    If yes, see if you are hitting Bug 4337645.
    The error message relates to the -s flag for the Oracle Cluster Registry (OCR). In Oracle 9.2, when the database was added to the OCR, the -s flag referred to the spfile. But in Oracle 10g, it indicates a database startup option.
    With your example, assuming your directory is directory is /u01/oradata, the [DATABASE.DATABASES.mydb.START_OPTIONS] entry in the OCR will show something like ORATEXT : /u01/oradata/dbrac2/spfiledbrac2.ora
    Correct this problem by modifying the startup option as below
    $ srvctl modify database -d dbrac2 -s open

  • Cannot start RAC DB using srvctl start database

    Hello Fellows,
    We used to have a 10.1.0.4 RAC DB on top of CRS 10.1.0.4 on top of Sun cluster 3.1 on both Sun Solaris SPARC 64-bit 5.9 nodes.
    We :
    - Unregisted the current RAC DB from the 10.1.0.4 CRS.
    - Removed the CRS 10.1.0.4 permanently and cleanly
    - Installed a new Clusterware 10.2.0.1 and patched to 10.2.0.4 + patch 8705958.
    - CRS servcies are healthy and up :
    $ crs_status.sh
    ora.tibisdb1.LISTENER_TIBISDB1.lsnr ONLINE ....etc for all other services
    Now we are trying to upgrade the RAC DB from 10.1.0.4 to 10.2.
    When i started the DBUA it i chose the cluster mode and then DBUA tried to startup both DB instances but it failed. To reproduce this, i registed the databse TIBIS with the 2 instances to the CRS and then tried to startup the DB but it failed:
    $ crs_status.sh
    ora.TIBIS.TIBIS1.inst OFFLINE OFFLINE
    ora.TIBIS.TIBIS2.inst OFFLINE OFFLINE
    ora.TIBIS.db OFFLINE OFFLINE ...etc
    $ srvctl start database -d TIBIS
    PRKP-1001 : Error starting instance TIBIS1 on node tibisdb1
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    SQL*Plus: Release 10.1.0.4.0 ...
    Connected to an idle instance.
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-27504: IPC error creating OSD context
    ORA-27300: OS system dependent operation:IPC init failed with status: 65
    ORA-27301: OS failure message: Package not installed
    ORA-27302: failure occurred at: skgxpcini
    ORA-27303: additional information:libskgxpd.so called
    tibisdb1:ora.TIBIS.TIBIS1.inst:libskgxp10.so should reference real implementation.
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL> Disconnected
    CRS-0215: Could not start resource 'ora.TIBIS.TIBIS1.inst'.
    PRKP-1001 : Error starting instance TIBIS2 on node tibisdb2
    CRS-0215: Could not start resource 'ora.TIBIS.TIBIS2.inst
    BTW, i can open the instances fine through SQLPLUS.
    I did a full SRVCTL trace for the command and got the same errors above only.
    I also followed also Note :Note : 814896.1
    1. cd $ORACLE_HOME/rdbms/lib
    2. rename the original library (if exists)
    mv libskgxp10.so libskgxp10.so.old
    3. Relink to configure UDP for IPC
    make -f ins_rdbms.mk rac_on ipc_udp ioracle
    4. Check whether the library exists
    ls -l $ORACLE_HOME/lib/libskgxp10.so
    Same result when try to SRVCTL START DATABASE -D TIBIS
    RECENT CHANGES:
    - Unregisted the current 10.1.0.4 RAC DB from the 10.1.0.4 CRS.
    - Removed the CRS 10.1.0.4 permanently and cleanly
    - Installed a new Clusterware 10.2.0.1 and patched to 10.2.0.4 + patch 8705958.
    - Try to upgrade/register the 101 RAC DB to 10.2 .
    O/S DETAILS:
    $ uname -a
    SunOS tibisdb1 5.9 Generic_122300-29 sun4u sparc SUNW,Sun-Fire-V240
    CLUSTERWARE:
    Sun Cluster 3.1
    Please advise,
    Thank you.
    Feras

    Hello,
    Thanks first for your following up and trying to help. I appreciate that.
    Here is what you suggested :
    $ srvctl start instance -d TIBIS -i TIBIS1
    PRKP-1001 : Error starting instance TIBIS1 on node tibisdb1
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL*Plus: Release 10.1.0.4.0 - Production on Tue Nov 17 08:57:50 2009
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:Copyright (c) 1982, 2005, Oracle. All rights reserved.
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:Enter user-name: Connected to an idle instance.
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL> ORA-00603: ORACLE server session terminated by fatal error
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27504: IPC error creating OSD context
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27300: OS system dependent operation:IPC init failed with status: 65
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27301: OS failure message: Package not installed
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27302: failure occurred at: skgxpcini
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27303: additional information: libskgxpd.so called
    tibisdb1:ora.TIBIS.TIBIS1.inst:libskgxp10.so should reference real implementation.
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL> Disconnected
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    CRS-0215: Could not start resource 'ora.TIBIS.TIBIS1.inst'.
    $ $ORA_CRS_HOME/bin/crs_stat -p ora.TIBIS.TIBIS1.inst
    NAME=ora.TIBIS.TIBIS1.inst
    TYPE=application
    ACTION_SCRIPT=/oracle/product/10.1.0/db_1/bin/racgwrap
    ACTIVE_PLACEMENT=0
    AUTO_START=1
    CHECK_INTERVAL=600
    DESCRIPTION=CRS application for Instance
    FAILOVER_DELAY=0
    FAILURE_INTERVAL=0
    FAILURE_THRESHOLD=0
    HOSTING_MEMBERS=tibisdb1
    OPTIONAL_RESOURCES=
    PLACEMENT=restricted
    REQUIRED_RESOURCES=ora.tibisdb1.vip
    RESTART_ATTEMPTS=5
    SCRIPT_TIMEOUT=600
    START_TIMEOUT=0
    STOP_TIMEOUT=0
    UPTIME_THRESHOLD=7d
    USR_ORA_ALERT_NAME=
    USR_ORA_CHECK_TIMEOUT=0
    USR_ORA_CONNECT_STR=/ as sysdba
    USR_ORA_DEBUG=0
    USR_ORA_DISCONNECT=false
    USR_ORA_FLAGS=
    USR_ORA_IF=
    USR_ORA_INST_NOT_SHUTDOWN=
    USR_ORA_LANG=
    USR_ORA_NETMASK=
    USR_ORA_OPEN_MODE=
    USR_ORA_OPI=false
    USR_ORA_PFILE=
    USR_ORA_PRECONNECT=none
    USR_ORA_SRV=
    USR_ORA_START_TIMEOUT=0
    USR_ORA_STOP_MODE=immediate
    USR_ORA_STOP_TIMEOUT=0
    USR_ORA_VIP=
    $ CRS_HOME/bin/crs_stat -p ora.oradb.oradb1.inst | grep ACTION_SCRIPT
    /usr/bin/ksh: CRS_HOME/bin/crs_stat: not found
    $ $ORA_CRS_HOME/bin/crs_stat -p ora.TIBIS.TIBIS1.inst | grep ACTION_SCRIPT
    ACTION_SCRIPT=/oracle/product/10.1.0/db_1/bin/racgwrap
    $ ls -ltr /oracle/product/10.1.0/db_1/bin/racgwrap
    -rwxr-x--x 1 oracle dba 629 Oct 17 14:23 /oracle/product/10.1.0/db_1/bin/racgwrap
    $ more /oracle/product/10.1.0/db_1/bin/racgwrap
    #!/bin/sh
    # Wrapper script
    ORACLE_HOME=/oracle/product/10.1.0/db_1
    export ORACLE_HOME
    ORACLE_BASE=/oracle/product/10.1.0/db_1
    # export ORACLE_BASE if it is set
    if [ ! -z "$ORACLE_BASE" ]
    then
    export ORACLE_BASE
    fi
    PATH=$ORACLE_HOME/bin:/usr/bin:$PATH
    export PATH
    # environment variable need to be set for executing
    # lsnrctl, agentctl and sqlplus
    ORA_RACG_EXEC_ENV="LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH"
    export ORA_RACG_EXEC_ENV
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    #_USR_ORA_DEBUG=1
    #export USRORA_DEBUG
    $ORACLE_HOME/bin/racgmain "$@"
    status=$?
    exit $status
    $Regarding the Oracle SR, they replied yesterday and requested logs..etc. Waiting for their feedback while trying to resolve this.
    Please advise.
    Thanks,
    Feras

  • Can't start instance on the second node

    I install RAC on Redhat AS 2.1 with LVM.
    After run "srvctl start db -d RAC" or "srvctl start instance -d RAC -i RAC2",
    the instance on node2 is not running.
    The error message say that the instance is already running even I just start RAC2 only. But the RAC1 runs well.
    I don't know it is the file system or the environment problem.
    Thanks

    I installed Oracle 9ir2 RAC on two RH advance server 2.1. There are some error on creating database, OLAP and ODM.
    Starting db instance on node1 is fine, but the second node is not running. Then I install database on the second node
    With software only(to get sqlplus to work), and start instance by SQL. I found the SGA is not the same.
    To get my SCSI and LVM to work, I recompiler the kernel. Is that possible two different kernel image to make SGA has
    Different size? Will the SGA size be the same on Real Application Cluster? I am sure the sem, shmmax have the same
    Value on both nodes. How can I change the role of node1 to node2 manually in ocm?
    Thanks

  • CRS Can not start instance PRKP-1001

    Hello
    I have a 2 node database and on the first node I can not start the instance using srvctl start instance it gives the following error: PRKP-1001 : Error starting instance htdb1 on node telepin1. When I start it using sqlplus it is ok.
    Can someone please explain?
    Thanks

    Do you also see CRS-0215? There's a known problem , when parameter sqlnet.inbound_connect_timeout is set in sqlnet.ora, it should be unset. Unfortunately the error is a little bit generic, if this parameter is currently not set, you have another problem.
    Werner

  • Databases instances stuck in MOUNT MODE after srvctl start database -d

    Hi,
    I wonder if anyone can shed some light on why the following scenario is happening in our environment.
    We have a 4 node site, configured with RAC on nodes 1 & 2 and dataguard shipping the logs to a standby physical cluster
    database on nodes 3 & 4.
    Our issue is this:
    When the database instances on nodes 1 & 2 are stopped and restarted using this command sequence
    srvctl stop database -d SOCPRODCAV
    srvctl start database -d SOCPRODCAV
    each database instance gets started up only as far as MOUNT mode.
    The databases are not opened and i have to go in and do this manually for each instance.
    The above command sequence used to successfully restart the database and leave it open for use so i'm wondering how the start
    mode has been changed and if there is an area of configuration or view anyone can guide me to look at it.
    I provide remote DBA support for this client's and it is possible that another onsite DBA may have changed something.
    Any pointers gratefully received.
    Regards,
    George

    See current configuration as follows
    srvctl config database -d SOCPRODCAV -aThis should show you current startup/stop settings as follows
    Start options: open
    Stop options: immediate
    Now you can change current settings if Start option is not "open"
    srvctl modify database -d SOCPRODCAV -s OPENReference
    http://docs.oracle.com/cd/E14072_01/server.112/e10595/restart005.htm#i1009665
    Salman

  • Unable to start instance via EM

    Hi,
    i'm having trouble with a windows based rack.
    after a crash the oracle database had some problems and now i can't start instance.
    this is the error in Enterprise Manager:
    Srvctl Error
    An error occurred when executing the operation.
    Ensure that CRS processes and SRVCTL are functioning properly.
    Refresh the page to see the current status.
    Refer to the following error: SQL*Plus: Release 10.2.0.3.0 - Production on Mer Lug 9
    10:18:40 2008 Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    SQL> SQL>
    ERROR: ORA-01031: insufficient privileges
    PRKP-1001 : Error starting instance i1 on node db1
    CRS-0215: Could not start resource 'ora.db.db1.inst'.
    PRKP-1001 : Error starting instance i2 on node db2
    CRS-0215: Could not start resource 'ora.db.db2.inst'.
    PRKP-1001 : Error starting instance 13 on node db3
    CRS-0215: Could not start resource 'ora.db.db3.inst'.
    any suggestion??
    ah...is a 3 node cluster on windows server 2003 standard x64 and oracle 10.2.0.3 patchset 6 with CRS
    Message was edited by:
    Ciuoto

    Chen,
    this is crs_stat -t
    C:\>c:\oracle\product\10.2.0\crs\BIN\crs_stat -t
    Nome Tipo Dest...ne Stato Host
    ora....D1.inst application ONLINE OFFLINE
    ora....D2.inst application ONLINE OFFLINE
    ora....D3.inst application ONLINE OFFLINE
    ora....3D3.srv application ONLINE OFFLINE
    ora....DMIN.cs application ONLINE OFFLINE
    ora....3D1.srv application ONLINE OFFLINE
    ora....PROC.cs application ONLINE OFFLINE
    ora....3D2.srv application ONLINE OFFLINE
    ora....VIEW.cs application ONLINE OFFLINE
    ora.S3D.db application ONLINE OFFLINE
    ora....SM1.asm application ONLINE ONLINE s3dbw1
    ora....W1.lsnr application ONLINE ONLINE s3dbw1
    ora.s3dbw1.gsd application ONLINE ONLINE s3dbw1
    ora.s3dbw1.ons application ONLINE ONLINE s3dbw1
    ora.s3dbw1.vip application ONLINE ONLINE s3dbw1
    ora....SM2.asm application ONLINE ONLINE s3dbw2
    ora....W2.lsnr application ONLINE ONLINE s3dbw2
    ora.s3dbw2.gsd application ONLINE ONLINE s3dbw2
    ora.s3dbw2.ons application ONLINE ONLINE s3dbw2
    ora.s3dbw2.vip application ONLINE ONLINE s3dbw2
    ora....SM3.asm application ONLINE ONLINE s3dbw3
    ora....W3.lsnr application ONLINE ONLINE s3dbw3
    ora.s3dbw3.gsd application ONLINE ONLINE s3dbw3
    ora.s3dbw3.ons application ONLINE ONLINE s3dbw3
    ora.s3dbw3.vip application ONLINE ONLINE s3dbw3
    and...
    crs is up&running
    C:\>crsctl check crs
    CSS appears healthy
    CRS appears healthy
    EVM appears healthy
    and again...
    starting via srvctl
    C:\>srvctl start database -d s3d
    PRKP-1001 : Error starting instance S3D1 on node s3dbw1
    CRS-0215: Impossibile avviare la risorsa 'ora.S3D.S3D1.inst'.
    PRKP-1001 : Error starting instance S3D2 on node s3dbw2
    CRS-0215: Impossibile avviare la risorsa 'ora.S3D.S3D2.inst'.
    PRKP-1001 : Error starting instance S3D3 on node s3dbw3
    CRS-0215: Impossibile avviare la risorsa 'ora.S3D.S3D3.inst'.
    and the same starting signle instances
    starting via sqlplus
    SQL> startup
    ORA-00119: invalid specification for system parameter REMOTE_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENERS_S3D'

  • Unable to Start Instance during hetrogenius system copy

    Hi,
    i am doing heterogeneous  system copy from source windows 2003 & MSS-2005 to Target RHEL 5.5 & Oracle 10.2.0.4.
    It stopped in Start instance phase. Here is log of sapinst.log
    Starting SAP-Collector Daemon
    18:59:20 13.01.2011   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - v2.16, AMD/Intel x86_64 with Linux, 2008/08/28
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    Starting collector (create new process)
    saposcol on host testbox started
    Starting SAP Instance DVEBMGS00
    Startup-Log is written to /home/tstadm/startsap_DVEBMGS00.log
    Instance Service on host testbox started
    Instance on host testbox started
    INFO 2011-01-13 19:00:22.970
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:23.044
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:23.201
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:23.248
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:25.809
    State of instance TST/DVEBMGS00 changed from ABAP: UNKNOWN to ABAP: UNKNOWN.
    INFO 2011-01-13 19:00:32.183
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:32.184
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:32.360
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:00:32.361
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.328
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.329
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.333
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:01.333
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.143
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.144
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.146
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.147
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:29.836
    State of instance TST/DVEBMGS00 changed from ABAP: SHUTDOWN to ABAP: SHUTDOWN.
    INFO 2011-01-13 19:01:55.952
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:55.953
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:55.959
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:01:55.960
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.639
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.640
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.659
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:25.660
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.194
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.195
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.225
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:02:56.226
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.722
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.723
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.729
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:25.730
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.133
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.133
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.135
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:03:55.135
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.370
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.371
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.372
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:25.372
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.516
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.517
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.518
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:04:55.518
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.631
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.631
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.633
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:24.633
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.749
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.749
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.751
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:05:54.751
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.870
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.870
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.871
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:24.871
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.991
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.991
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.992
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:06:54.993
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.112
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.112
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.113
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:25.113
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.232
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.232
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.233
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:07:55.233
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.352
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.352
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.354
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:08:25.354
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.937
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.938
    Disconnect from message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.939
    Connect to message server (testbox/3900) succeeded.
    INFO 2011-01-13 19:09:01.939
    Disconnect from message server (testbox/3900) succeeded.
    ERROR 2011-01-13 19:09:02.075
    CJS-30149  ABAP processes of instance TST/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:00 minutes. Giving up.
    ERROR 2011-01-13 19:09:11.975
    FCO-00011  The step start with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start was executed with status ERROR ( Last error reported by the step :ABAP processes of instance TST/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:00 minutes. Giving up.).
    INFO 2011-01-13 19:19:06.105
    An error occured and the user decided to retry the current step: "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start".

    Hi Markus,
    I excuted R3trans -d from SIDadm. Below is log of trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 12.06.09 - 15:20:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 14.01.2011 - 15:59:05
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri Jan 14 15:59:05 2011                                                1012  0.001012
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                        71  0.001083
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                 50  0.001133
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/TST/SYS/exe/run/dboraslib.so' ...            46  0.001179
    4 ETW000  [dev trc     ,00000]  Fri Jan 14 15:59:06 2011                                              319057  0.320236
    4 ETW000  [dev trc     ,00000]  DlLoadLib() success: dlopen("/usr/sap/TST/SYS/exe/run/dboraslib.so"), hdl 0
    4 ETW000                                                                                121  0.320357
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/TST/SYS/exe/run/dboraslib.so' loaded                    28  0.320385
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/TST/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                46  0.320431
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/TST/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.205)
    4 ETW000                                                                                1512  0.321943
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/TST/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                38  0.321981
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/TST/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                50  0.322031
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  35  0.322066
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                55  0.322121
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             29  0.322150
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                22  0.322172
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                56  0.322228
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.4.0'                                    33767  0.355995
    4 ETW000  [dev trc     ,00000]  -->oci_initialize(con_hdl=0, char='', nchar='')                           75  0.356070
    4 ETW000  [dev trc     ,00000]  application info callback registered                                      25  0.356095
    4 ETW000  [dev trc     ,00000]  OCIEnvCreate(mode=16384=OCI_UTF16) returned 0 (for default NLS handle)
    4 ETW000                                                                                192709  0.548804
    4 ETW000  [dev trc     ,00000]  Client character set UTF16 -> UTF8                                      5322  0.554126
    4 ETW000  [dev trc     ,00000]  Client NLS setting (OCINlsGetInfo): connection handle 0 -> 'AMERICAN_AMERICA.UTF8'
    4 ETW000                                                                                66  0.554192
    4 ETW000  [dev trc     ,00000]  charset='', chset='UTF8', UNI_ASC=FALSE/FALSE                             25  0.554217
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password                               28  0.554245
    4 ETW000  [dev trc     ,00000]  Connecting as /@TST on connection 0 (nls_hdl 0) ... (dbsl 700 220409)
    4 ETW000                                                                                36  0.554281
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                42  0.554323
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                       0x485d350  0x4864df0  0x48756f8
    4 ETW000                                                                                37  0.554360
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0                        22856  0.577216
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                                          75  0.577291
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server TST (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                83  0.577374
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x4878b98 to service context 0x4875628       332935  0.910309
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                                         16605  0.926914
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr='/',svchp=0x4875628, srvhp=0x4878b98, usrhp=0x48b8450)
    4 ETW000                                                                                100  0.927014
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               78963  1.005977
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1034:              162  1.006139
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        34  1.006173
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                56  1.006229
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x4878b98)                          26  1.006255
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                36  1.006291
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x4878b98 from con_hdl=0              269  1.006560
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'                         66  1.006626
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1034                                     32  1.006658
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1034)                                    28  1.006686
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1034                                   101  1.006787
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        30  1.006817
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                83  1.006900
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                                      25  1.006925
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@TST on connection 0 (nls_hdl 0) ... (dbsl 700 220409)
    4 ETW000                                                                                38  1.006963
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                38  1.007001
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                       0x485d350  0x4864df0  0x48756f8
    4 ETW000                                                                                39  1.007040
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                                          24  1.007064
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server TST (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                54  1.007118
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x4878b98 to service context 0x4875628        24605  1.031723
    4 ETW000  [dev trc     ,00000]  Assigning username to user session: con_hdl=0, usrhp=0x48b8450            31  1.031754
    4 ETW000  [dev trc     ,00000]  Assigning password to user session: con_hdl=0, usrhp=0x48b8450            27  1.031781
    4 ETW000  [dev trc     ,00000]  Fri Jan 14 15:59:07 2011                                               34656  1.066437
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPSR3/<pwd>, svchp=0x4875628, srvhp=0x4878b98, usrhp=0x48b8450)
    4 ETW000                                                                                49  1.066486
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               59656  1.126142
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1034:              182  1.126324
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        33  1.126357
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                56  1.126413
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x4878b98)                          26  1.126439
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x4875628,srvhp=0x4878b98)
    4 ETW000                                                                                34  1.126473
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x4878b98 from con_hdl=0              170  1.126643
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'                         38  1.126681
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1034                                     25  1.126706
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1034)                                    24  1.126730
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1034                                    96  1.126826
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        28  1.126854
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or direc
    4 ETW000  [dev trc     ,00000]     tory                                                                               
    4 ETW000                                                                                80  1.126934
    4 ETW000  [dblink      ,00433]  ***LOG BY2=>sql error 1034   performing CON [dblink#8 @ 433]           21784  1.148718
    4 ETW000  [dblink      ,00433]  ***LOG BY0=>ORA-01034: ORACLE not available                               88  1.148806
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        Linux-x86_64 Error: 2: No such file or directory [dblink#8 @ 433]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'TST'"

  • 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

  • Error in Start Instance Phase

    Hi Experts,
    I am in phase start instance in doing hetero system copy for our solman server.
    sapinst.log
    INFO 2008-08-09 01:46:33.712
    State of instance SLM/DVEBMGS00 changed from ABAP: UNKNOWN to ABAP: UNKNOWN.
    INFO 2008-08-09 01:46:59.727
    Connect to message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:46:59.727
    Disconnect from message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:46:59.727
    Connect to message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:46:59.727
    Disconnect from message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:47:28.852
    Connect to message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:47:28.852
    Disconnect from message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:47:28.852
    Connect to message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:47:28.852
    Disconnect from message server (portal01/3900) succeeded.
    INFO 2008-08-09 01:47:28.962
    State of instance SLM/DVEBMGS00 changed from ABAP: STARTING to ABAP: STARTING.
    ERROR 2008-08-09 01:47:28.962
    CJS-30105  Instance SLM/DVEBMGS00 reached state SHUTDOWN after having state STARTING. Giving up.
    ERROR 2008-08-09 01:47:29.56
    FCO-00011  The step start with step key |NW_Doublestack_OneHoThis is r3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DB
    DFT = 'SLM'"
    r3trans finished (0012).st|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start was executed with status ERROR ( Last error reported by the step :Instance SLM/DVEBMGS00 reached state SHUTDOWN after having state STARTING. Giving up.).
    trans.log
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Sat Aug 09 01:18:12 2008                               0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll' ...
    4 ETW000                                                                               0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll), hdl 0
    4 ETW000                                                                            7233  0.007233
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll"
    4 ETW000                                                                              13  0.007246
    4 ETW000  [dev trc     ,00000]  Library 'D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll' loaded
    4 ETW000                                                                              14  0.007260
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll
    4 ETW000                                                                              21  0.007281
    4 ETW000  [dev trc     ,00000]  Version of 'D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll' is "700.08", patchlevel (0.167)
    4 ETW000                                                                             908  0.008189
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll
    4 ETW000                                                                              15  0.008204
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library D:\usr\sap\SLM\SYS\exe\uc\NTAMD64\dbdb6slib.dll
    4 ETW000                                                                              25  0.008229
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              37  0.008266
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              51  0.008317
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         23  0.008340
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              13  0.008353
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              17  0.008370
    4 ETW000  [dev trc     ,00000]  Sat Aug 09 01:18:13 2008                          567617  0.575987
    4 ETW000  [dev trc     ,00000]  DB2 library successfully loaded DB2 library '
    portal01\sapmnt\SLM\SYS\global\db6\WINDOWS_AMD64\db6_clidriver\bin\db2app64.dll' successfully loaded
    4 ETW000                                                                             105  0.576092
    4 ETW000  [dev trc     ,00000]  DB6 (DB2 UDB) UNICODE database interface 700.08 [opt]
    4 ETW000                                                                              25  0.576117
    4 ETW000  [dev trc     ,00000]  DB6 shared library (dbdb6slib) patchlevels             8  0.576125
    4 ETW000  [dev trc     ,00000]    (0.8) DB6: V8.2.2 optguidelines in OPEN SQL (note 150037)
    4 ETW000                                                                              12  0.576137
    4 ETW000  [dev trc     ,00000]    (0.8) Support of SDBUPDEXCL (note 847616)           73  0.576210
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: use export file for dbdb6slib (note 835135)
    4 ETW000                                                                              17  0.576227
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: Core in getAndBindSQLDA (note 833183)
    4 ETW000                                                                              12  0.576239
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: link dbdb6slib.dll on windows with libdb6.obj (note 761159)
    4 ETW000                                                                              12  0.576251
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: DUPLICATE_KEY on MERGE -> repeat (note 851474)
    4 ETW000                                                                              11  0.576262
    4 ETW000  [dev trc     ,00000]    (0.15) DB6: wrong CAST for short string ABAP type (note 861905)
    4 ETW000                                                                              12  0.576274
    4 ETW000  [dev trc     ,00000]    (0.17) DB6: special characters in sidadm passwd (note 865839)
    4 ETW000                                                                              12  0.576286
    4 ETW000  [dev trc     ,00000]    (0.21) DB6: no SAP_INFO comments (note 873889)
    4 ETW000                                                                              11  0.576297
    4 ETW000  [dev trc     ,00000]    (0.22) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                              12  0.576309
    4 ETW000  [dev trc     ,00000]    (0.23) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                              12  0.576321
    4 ETW000  [dev trc     ,00000]    (0.26) DB6: DB6_DBSL_CLP_COMMAND STRING_BAD_REF (note 883402)
    4 ETW000                                                                              11  0.576332
    4 ETW000  [dev trc     ,00000]    (0.27) DB6: activate value compression (note 886231)
    4 ETW000                                                                              11  0.576343
    4 ETW000  [dev trc     ,00000]    (0.28) DB6: optimization guidelines on views part 2 (note 868888)
    4 ETW000                                                                              12  0.576355
    4 ETW000  [dev trc     ,00000]    (0.30) DB6: no SQL trace for SQLCancel (note 892111)
    4 ETW000                                                                              11  0.576366
    4 ETW000  [dev trc     ,00000]    (0.33) DB6: append SAP_TA comment (note 873889)
    4 ETW000                                                                              11  0.576377
    4 ETW000  [dev trc     ,00000]    (0.34) DB6: activate value compression with quoted names (note 886231)
    4 ETW000                                                                              12  0.576389
    4 ETW000  [dev trc     ,00000]    (0.36) DB6: Repeat isolated DDL statements after SQL0911 (note 901338)
    4 ETW000                                                                              13  0.576402
    4 ETW000  [dev trc     ,00000]    (0.41) DB6: add V9 to list of supported DB2 releases (note 912386)
    4 ETW000                                                                              11  0.576413
    4 ETW000  [dev trc     ,00000]    (0.50) DB6: reread passwords for secondary connections (note 931742)
    4 ETW000                                                                              12  0.576425
    4 ETW000  [dev trc     ,00000]    (0.52) DB6: double quote table names in optguidelines (note 868888)
    4 ETW000                                                                              12  0.576437
    4 ETW000  [dev trc     ,00000]    (0.54) DB6: error handling in DBSL CLP (note 940260)
    4 ETW000                                                                              11  0.576448
    4 ETW000  [dev trc     ,00000]    (0.69) DB6: technical support of DB2 CLI driver (note 962892)
    4 ETW000                                                                              20  0.576468
    4 ETW000  [dev trc     ,00000]    (0.73) DB6: log table name on TRUNCATE failure (note 970743)
    4 ETW000                                                                              13  0.576481
    4 ETW000  [dev trc     ,00000]    (0.79) DB6: column type XML in index size calculation (note 982993)
    4 ETW000                                                                              12  0.576493
    4 ETW000  [dev trc     ,00000]    (0.82) DB6: CAST for SSTRING data types (note 989568)
    4 ETW000                                                                              12  0.576505
    4 ETW000  [dev trc     ,00000]    (0.86) DB6: long runtimes for R3szchk (note 1000847)
    4 ETW000                                                                              11  0.576516
    4 ETW000  [dev trc     ,00000]    (0.88) DB6: patch collection Dec 06 (note 1005574)
    4 ETW000                                                                              12  0.576528
    4 ETW000  [dev trc     ,00000]    (0.96) DB6: patch collection Jan 07 (note 1017852)
    4 ETW000                                                                              11  0.576539
    4 ETW000  [dev trc     ,00000]    (0.97) DB6: CLP commands with DB2 CLI Driver (note 1024102)
    4 ETW000                                                                              11  0.576550
    4 ETW000  [dev trc     ,00000]    (0.99) DB6: SUBSTITUTE VALUES with FAE statements (note 1028779)
    4 ETW000                                                                              12  0.576562
    4 ETW000  [dev trc     ,00000]    (0.107) DB6: patch collection Apr 07 (note 1047194)
    4 ETW000                                                                              11  0.576573
    4 ETW000  [dev trc     ,00000]    (0.110) DB6: SAP user names ending with non-ASCII char (note 1054555)
    4 ETW000                                                                              13  0.576586
    4 ETW000  [dev trc     ,00000]    (0.113) DB6: work process type in application snapshot (note 1059905)
    4 ETW000                                                                              12  0.576598
    4 ETW000  [dev trc     ,00000]    (0.114) DB6: connect using SAPDBHOST and DB2DB6_SVCENAME (note 1062049)
    4 ETW000                                                                              12  0.576610
    4 ETW000  [dev trc     ,00000]    (0.117) DB6: patch for execution of long DDL statements (note 1069658)
    4 ETW000                                                                              12  0.576622
    4 ETW000  [dev trc     ,00000]    (0.122) DB6: SNAPSHOT_TBS_CFG table function is deprecated (note 1077963)
    4 ETW000                                                                              12  0.576634
    4 ETW000  [dev trc     ,00000]    (0.123) DB6: CLP commands on Windows with V9.1 (note 1080149)
    4 ETW000                                                                              12  0.576646
    4 ETW000  [dev trc     ,00000]    (0.124) DB6: Set DB2CODEPAGE=819 for non-Unicode (note 1084400)
    4 ETW000                                                                              12  0.576658
    4 ETW000  [dev trc     ,00000]    (0.126) DB6: reuse optguidelines on FAE statements (note 1087375)
    4 ETW000                                                                              12  0.576670
    4 ETW000  [dev trc     ,00000]    (0.126) DB6: Enforce DB2CODEPAGE=819 for non-Unicode environments (note 1084400)
    4 ETW000                                                                              12  0.576682
    4 ETW000  [dev trc     ,00000]    (0.128) DB6: db6_free on invalid memory area (note 1092030)
    4 ETW000                                                                              12  0.576694
    4 ETW000  [dev trc     ,00000]    (0.133) DB6: statement cache enhancements (note 1101031)
    4 ETW000                                                                              11  0.576705
    4 ETW000  [dev trc     ,00000]    (0.136) DB6: change for enhancement pack installer (note 1111536)
    4 ETW000                                                                              20  0.576725
    4 ETW000  [dev trc     ,00000]    (0.138) DB6: improoved table size estimate for DB8 V8 (note 1119934)
    4 ETW000                                                                              13  0.576738
    4 ETW000  [dev trc     ,00000]    (0.144) I5/OS ldappasswd support for 5250 terminal. (note 1129573)
    4 ETW000                                                                              12  0.576750
    4 ETW000  [dev trc     ,00000]    (0.144) MSSQL: ODBC fastload on separate connection (note 1131805)
    4 ETW000                                                                              11  0.576761
    4 ETW000  [dev trc     ,00000]    (0.148) DB6: allocate new CLI env handle if PID changes (note 1141570)
    4 ETW000                                                                              12  0.576773
    4 ETW000  [dev trc     ,00000]    (0.150) DB6: USE AND KEEP EXCLUSIVE LOCKS clause lost (note 1145580)
    4 ETW000                                                                              13  0.576786
    4 ETW000  [dev trc     ,00000]    (0.151) DB6: projection views on virtual tables (note 1146142)
    4 ETW000                                                                              11  0.576797
    4 ETW000  [dev trc     ,00000]    (0.152) Corrections of odbc-based dbsl (note 1135165)
    4 ETW000                                                                              12  0.576809
    4 ETW000  [dev trc     ,00000]    (0.156) "DB6: TRUNCATE on table with DELETE triggers" (note 1156597)
    4 ETW000                                                                              12  0.576821
    4 ETW000  [dev trc     ,00000]    (0.164) DB6: patch collection 06/08 (note 1172220)
    4 ETW000                                                                              11  0.576832
    4 ETW000  [dev trc     ,00000]    (0.167) DB2 - z/OS: performance improvement for long running LUWs (note 1179742)
    4 ETW000                                                                              13  0.576845
    4 ETW000  [dev trc     ,00000]  Supported features:                                    6  0.576851
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                 22  0.576873
    4 ETW000  [dev trc     ,00000]  ..done                                               384  0.577257
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                             9  0.577266
    4 ETW000  [dev trc     ,00000]  Running with CLI driver                           445377  1.022643
    4 ETW000  [dev trc     ,00000]  Sat Aug 09 01:18:14 2008                          397090  1.419733
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1695] CON = 0 (BEGIN)
    4 ETW000                                                                              26  1.419759
    4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6( SQLConnect ): [IBM][CLI Driver] SQL30082N  Security processing failed with reason "24" ("USERNAME
    4 ETW000                                                                              18  1.419777
    4 ETW000  [dev trc     ,00000]  &+     AND/OR PASSWORD INVALID").  SQLSTATE=08001                                                                       
    4 ETW000                                                                              16  1.419793
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              15  1.419808
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              37  1.419845
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                             116  1.419961
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1695] (END)          11  1.419972
    4 ETW000  [dbdb6.c     ,00000]  *** ERROR => DbSlConnect to 'SLM' as 'sapslm' failed
    4 ETW000                                                                           14706  1.434678
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'SLM'"
    I tested db2 connection and succeeded, and tried to change regenerate dscdb6up file by changing the password, but failed.
    I tried to regenerate dsdb6up.conf file by changing the password.
    Need your assistance, since the system is needed asap.
    Thanks and Regards,
    Rudi

    Hi Frank,
    Thanks for your reply, i run the given command and it showed the following message:
    db2 => connect to DB user sapslm using <pwd>
    SQL1013N  The database alias name or database name "DB" could not be found.
    SQLSTATE=42705
    I changed the command with:
    db2 => connect user sapslm using <pwd>
       Database Connection Information
    Database server        = DB2/NT64 9.5.0
    SQL authorization ID   = SAPSLM
    Local database alias   = SLM
    db2 => connect user slmadm using <pwd>
       Database Connection Information
    Database server        = DB2/NT64 9.5.0
    SQL authorization ID   = SLMADM
    Local database alias   = SLM
    Then, i re-generate dscdb6up.conf file with:
    dscdb6up -create <pwd> <pwd>
    and restart installing but still not work.
    Did i miss something?
    Please advise.
    Thanks and Regards,
    Rudi

  • Error  installing  7.01 ABAP trial version, during step "start instance"

    Hi,
    I have installed 7.01 ABAP trial version on WINDOWS VISTA.
    During the step 24/27 "start  instance" I have this error:
    INFO 2009-10-05 03:17:19.165
    Disconnect from message server (PC-Andre/3900) succeeded.
    INFO 2009-10-05 03:17:19.181
    Connect to message server (PC-Andre/3900) succeeded.
    INFO 2009-10-05 03:17:19.181
    Disconnect from message server (PC-Andre/3900) succeeded.
    INFO 2009-10-05 03:17:19.306
    State of instance NSP/DVEBMGS00 changed from ABAP: STARTING to ABAP: STARTING.
    WARNING[E] 2009-10-05 03:17:19.321
    CJS-30105  Instance NSP/DVEBMGS00 reached state SHUTDOWN after having state STARTING. Giving up.
    ERROR 2009-10-05 03:17:19.337
    FCO-00011  The step start with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|10|0|NW_CI_Instance_Start|ind|ind|ind|ind|2|0|start was executed with status ERROR .
    INFO 2009-10-05 08:46:25.193
    An error occured and the user decided to stop.\n Current step "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|10|0|NW_CI_Instance_Start|ind|ind|ind|ind|2|0|start".
    Please help me.
    Thanks.
    Andrea

    Thanks peoplel!!!
    The problem was the file "host" :
    in  the file C:\Winnt\system32\drivers\etc\hosts enter:
    <permanent IP address> <host name>
    For example:
    10.10.0.10      yourhost
    I was forget to change it.
    Bye!!!
    Edited by: zerofolle on Oct 6, 2009 12:24 AM

  • Dialog Instance Installation failed at start instance phase

    Hi Experts,
    I am using SWPM to do the installation for the DI (ECC6.0 EHP4) but failed on start instance phase.
    I got below error when i run R3trans -d.
    Kernel 7.21
    oracle client 11.2.03
    When i manually run the command R3trans -d then return error as below.
    This is R3trans version 6.24 (release 721 - 26.09.13 - 20:13:07 ).
    unicode enabled version
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/IEP/SYS/exe/run') or dbms_type ('ORA')"
    Trans.log as below.
    4 ETW000 R3trans version 6.24 (release 721 - 26.09.13 - 20:13:07 ).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time : 27.06.2014 - 18:06:40
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000 trace at level 2 opened for a given file pointer
    4 ETW000 [ dev trc,00000] Fri Jun 27 18:06:40 2014 20660 0.020660
    4 ETW000 [ dev trc,00000] db_con_init called 22 0.020682
    4 ETW000 [ dev trc,00000] set_use_ext_con_info(): usage of ssfs switched off (rsdb/ssfs_connect=0)
    4 ETW000 1727 0.022409
    4 ETW000 [ dev trc,00000] determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000 37 0.022446
    4 ETW000 [ dev trc,00000] create_con (con_name=R/3) 22 0.022468
    4 ETW000 [ dev trc,00000] Loading DB library '/usr/sap/IEP/SYS/exe/run/dboraslib.so' ... 462 0.022930
    4 ETW000 [dlux.c ,00000] *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/IEP/SYS/exe/run/dboraslib.so") FAILED
    4 ETW000 "Unable to find library 'libclntsh.so.10.1'." 5275 0.028205
    4 ETW000 [dbcon.c ,00000] *** ERROR => Couldn't load library '/usr/sap/IEP/SYS/exe/run/dboraslib.so'
    4 ETW000 7277 0.035482
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/IEP/SYS/exe/run') or dbms_type ('ORA')"
    I have confirmed the environment is correctly set by comparing with the current workable DI include replaced the kernel from workable DI.
    Also redo the steps for oracle client based on SAPNOTE 819829.
    It's looks like oracle client issue. But, i can't find out what is the issue.
    Kindly advise.
    Thank you.

    Hi Deepak,
    As per requested.
    trc file: "sapstartsrv.log", trc level: 0, release: "721"
    pid 12457
    [Thr 01] Fri Jun 27 09:28:03 2014
    No halib defined => HA support disabled
    CCMS agent initialization for instance type ABAP: return code 0.
    CCMS agent start: return code 0.
    Initializing SAPControl Webservice
    Starting AutoRestart thread
    [Thr 03] Fri Jun 27 09:28:04 2014
    AutoRestart thread started
    SapSSLInit failed => https support disabled
    Starting WebService thread
    Webservice thread started, listening on port 54013
    Trusted http connect via Unix domain socket '/tmp/.sapstream54013' enabled.
    trusted unix domain socket user is stopping SAP System at 2014/06/27 9:29:05
    trusted unix domain socket user is starting SAP System at 2014/06/27 9:29:11
    trusted unix domain socket user is stopping SAP System at 2014/06/27 9:30:32
    trusted unix domain socket user is starting SAP System at 2014/06/27 9:30:56
    [Thr 03] Fri Jun 27 09:48:04 2014
    Timestamp of sapstartsrv executable cannot be retrieved. Checking again in five minutes
    [Thr 03] Fri Jun 27 09:53:04 2014
    Timestamp of sapstartsrv executable cannot be retrieved. Checking again in five minutes
    [Thr 03] Fri Jun 27 12:13:04 2014
    Timestamp of sapstartsrv executable cannot be retrieved. Checking again in five minutes
    SAP-R/3-Startup Program Rel 721 V2.0 (2008/11/15)
    Starting at 2014/06/27 09:30:57
    Startup Profile: "/usr/sap/IEP/SYS/profile/START_D40_a2prde04"
    Setup Environment Variables
    (14322) SETENV DIR_LIBRARY=/usr/sap/IEP/D40/exe
    (14322) SETENV LD_LIBRARY_PATH=/usr/sap/IEP/D40/exe:/usr/sap/IEP/D40/exe
    (14322) SETENV SHLIB_PATH=/usr/sap/IEP/D40/exe:/usr/sap/IEP/SYS/exe/run:/usr/sap/IEP/SYS/exe/uc/hpia64:/oracle/client/11x_64/instantclient
    (14322) SETENV LIBPATH=/usr/sap/IEP/D40/exe:
    (14322) SETENV PATH=/usr/sap/IEP/D40/exe:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/sentinel/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/ignite/bin:/usr/sap/IEP/SYS/exe/uc/hpia64:/usr/sap/IEP/SYS/exe/run:/home/iepadm:.
    (14322) SETENV SECUDIR=/usr/sap/IEP/D40/sec
    Execute Pre-Startup Commands
    (14323) Local: /usr/sap/IEP/SYS/exe/run/sapcpe pf=/export/sapmnt/IEP/profile/IEP_D40_a2prde04
    (14331) Local: /usr/sap/IEP/SYS/exe/run/sapcpe pf=/export/sapmnt/IEP/profile/IEP_D40_a2prde04 list:/usr/sap/IEP/SYS/exe/run/sapcrypto.lst
    (14335) Local: /usr/sap/IEP/D40/exe/sapmscsa pf=/export/sapmnt/IEP/profile/IEP_D40_a2prde04 -n
    (14337) Local: rm -f dw.sapIEP_D40
    (14339) Local: ln -s -f /usr/sap/IEP/D40/exe/disp+work dw.sapIEP_D40
    (14341) Local: rm -f ig.sapIEP_D40
    (14343) Local: ln -s -f /usr/sap/IEP/D40/exe/igswd_mt ig.sapIEP_D40
    Starting Programs
    (14347) Starting: local dw.sapIEP_D40 pf=/export/sapmnt/IEP/profile/IEP_D40_a2prde04
    (14322) Waiting for Child Processes to terminate.
    (14348) Starting: local ig.sapIEP_D40 -mode=profile pf=/export/sapmnt/IEP/profile/IEP_D40_a2prde04
    (14348) New Child Process created.
    (14348) Starting local Command:
    Command: ig.sapIEP_D40
    -mode=profile
    pf=/export/sapmnt/IEP/profile/IEP_D40_a2prde04
    (14347) New Child Process created.
    (14347) Starting local Command:
    Command: dw.sapIEP_D40
    pf=/export/sapmnt/IEP/profile/IEP_D40_a2prde04
    (14322) **** 2014/06/27 09:31:51 Child 14347 terminated with Status 0 . ****
    (14347) **** 2014/06/27 09:31:51 No RestartProgram command for program 0 ****
    Thank you.

  • Start clusterware (CRS) without starting instance in a node

    version ==> 11.2.0.1
    os : Solaris 5.10
    Using
    #$GRID_HOME/bin/crsctl start crsI can start CRS in a node. But , i don't want to start the instance in this node. I just want to start the clusterware and ASM instance in this node.
    Any idea how i can do this?
    Didn't see this option in the help menu for crsctl
    # ./crsctl -h
    Usage: crsctl add       - add a resource, type or other entity
           crsctl backup    - back up voting disk for CSS
           crsctl check     - check a service, resource or other entity
           crsctl config    - output autostart configuration
           crsctl debug     - obtain or modify debug state
           crsctl delete    - delete a resource, type or other entity
           crsctl disable   - disable autostart
           crsctl discover  - discover DHCP server
           crsctl enable    - enable autostart
           crsctl get       - get an entity value
           crsctl getperm   - get entity permissions
           crsctl lsmodules - list debug modules
           crsctl modify    - modify a resource, type or other entity
           crsctl query     - query service state
           crsctl pin       - Pin the nodes in the nodelist
           crsctl relocate  - relocate a resource, server or other entity
           crsctl replace   - replaces the location of voting files
           crsctl release   - release a DHCP lease
           crsctl request   - request a DHCP lease
           crsctl setperm   - set entity permissions
           crsctl set       - set an entity value
           crsctl start     - start a resource, server or other entity
           crsctl status    - get status of a resource or other entity
           crsctl stop      - stop a resource, server or other entity
           crsctl unpin     - unpin the nodes in the nodelist
           crsctl unset     - unset a entity value, restoring its default

    Hi,
    you cannot directly give these information during clusterware startup.
    Only option is to disable the ressources, you do not want to start before starting the node.
    Note: You can do this from another node, to disable the startup on the node you want to start:
    In generall you can do this with
    $ srvctl disable
    The correct syntax, depends on the type of management you used.
    Policy Managed databases use:
    srvctl disable database -d <db_unique_name> -n <node_name>
    Administrator managed databases:
    srvctl disable instance -d <db_unique_name> -i "<inst_name_list>"
    Regards
    Sebastian

Maybe you are looking for

  • Changing font in canvas doesn't work

    Hi, this is the code: g.setFont(Font.getFont(Font.FACE_PROPORTIONAL, Font.STYLE_BOLD,Font.SIZE_LARGE)); While in the emulator and in my old Motorola V975 it works, in my Moto V3i it doesn't (the font remain always the same). Any suggestions, please ?

  • Error in MIGO :Number range object for object J_1IINTNUM, year 2010, excise

    Dear Experts,                           While  posting  MIGO, System throws below error :  Mainintain number range object for object J_1IINTNUM, year 2010, excise Maiintain number range object for object J_1IRG23A1, year 2010, excise Maintain number

  • Document library, hide all documents by default.

    Hi I have a document library and I want to give access to client. I want to hide all documents by default except the few I share with them. If I upload new document it should not be visible to them by default until I share with them. I have given rea

  • Focusing a text field

    Hi, I have an input field in a view. This field is not getting focused when the view appears. What I mean is the cursor is not appearing in the field when the view appears and once the user taps on the field, it is focusing. So without tapping, how w

  • MultiThread Problem

    My applet constructs and starts 2 identical Threads. While running, my debuging utility tells me that one of them quits running at some point. Moving the mouse, it makes it to continue to run. At some other point again, one of the Threads stops runni