Listener cannot start in RHEL3U7

I installed yesterday Oracle 10.2 and it workerd fine. Then I rebooted the machine and now Oracle does not start.
The problem is related to listener. lnsrctl start shows these messages:
Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS TNS-12560: Message 12560 not found; no message for oproduct=network, facility=TNS TNS-00515; No message for product=network, facility=TNS
Linux error 2: No such file or directory
Thanks in advance
Aniceto Perez

Very simply ...
nearly all of the Oracle components look for their eror message language files from the $ORACLE_HOME/component/mesg directory. If the files are not in the expected directory, tyhen you get a 'message file not found' error.
The check is very, very simple - do the following at command line (do NOT replace $ORAZCLE_ORACLE_HOME - cut and paste)
cd ~
ls $ORACLE_HOME/network/mesgif that results in something like the following, we need to look at other possible problems. But in general, 99.9999% of the time, I have found that a) the $ORACLE_HOME is not set right and b) arguing about it doesn't help
pop2@fuzzy:~> ls $ORACLE_HOME/network
admin  install  lib  log  mesg  trace
pop2@fuzzy:~> cd
pop2@fuzzy:~> ls $ORACLE_HOME/network/mesg
ncrd.msb    niqja.msb   nlzhs.msb   nnff.msb    nzptb.msb   tnsd.msb
ncre.msb    niqko.msb   nlzht.msb   nnfi.msb    nzus.msb    tnse.msb
ncrf.msb    niqptb.msb  nmpd.msb    nnfja.msb   nzzhs.msb   tnsf.msb
ncri.msb    niqus.msb   nmpe.msb    nnfko.msb   nzzht.msb   tnsi.msb
ncrja.msb   niqzhs.msb  nmpf.msb    nnfptb.msb  snld.msb    tnsja.msb
ncrko.msb   niqzht.msb  nmpi.msb    nnfus.msb   snle.msb    tnsko.msb
ncrptb.msb  nld.msb     nmpja.msb   nnfzhs.msb  snlf.msb    tnsptb.msb
ncrus.msb   nle.msb     nmpko.msb   nnfzht.msb  snli.msb    tnsus.msb
ncrzhs.msb  nlf.msb     nmpptb.msb  nzd.msb     snlja.msb   tnszhs.msb
ncrzht.msb  nli.msb     nmpus.msb   nze.msb     snlko.msb   tnszht.msb
niqd.msb    nlja.msb    nmpzhs.msb  nzf.msb     snlptb.msb
niqe.msb    nlko.msb    nmpzht.msb  nzi.msb     snlus.msb
niqf.msb    nlptb.msb   nnfd.msb    nzja.msb    snlzhs.msb
niqi.msb    nlus.msb    nnfe.msb    nzko.msb    snlzht.msb
pop2@fuzzy:~>The easiest trick to get this set is:
1) make sure the /etc/oratab file contains a line lile
XE:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server:N
for each instance you want to start. The fields are:
SID:path-to-Oracle-Home:start/stop-using-dbstart/dbshut{Y/N}
2) include the following in some profile (/etc/profile, ~/.profile, ~/.bash_profile)
export ORACLE_SID=orcl
ORAENV_ASK=NO
. /usr/local/bin/oraenv.sh
(teh oraenv shell must be sources, not executed. It is located in the directory you specified using the root.sh command at the end of the install - default = /usr/local./bin. The file name may be oraenv.sh, oracle_env .sh, or some similar one. Those ending in .csh are for the C-shell

Similar Messages

  • Why the listener cannot start? All seems OK

    Why the listener cannot start? It seems no problems.
    [oracle@localhost database]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:46:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@localhost database]$ lsnrctl start listener
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:47:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.109)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@localhost admin]$ cat listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = db1)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (SID_NAME = db1)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
    [oracle@localhost admin]$ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DB1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = db1)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    [oracle@localhost admin]$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:13:21:C7:21:F1
    inet addr:192.168.0.109 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::213:21ff:fec7:21f1/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:11748 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:792680 (774.1 KiB) TX bytes:155584 (151.9 KiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:8335 errors:0 dropped:0 overruns:0 frame:0
    TX packets:8335 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3326132 (3.1 MiB) TX bytes:3326132 (3.1 MiB)
    peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:11747 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:839608 (819.9 KiB) TX bytes:225672 (220.3 KiB)
    Interrupt:17
    vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:3354 errors:0 dropped:0 overruns:0 frame:0
    TX packets:11748 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:155584 (151.9 KiB) TX bytes:792680 (774.1 KiB)
    xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:11618 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:614983 (600.5 KiB) TX bytes:0 (0.0 b)

    Thank you
    You are right. Doing according to you conduct, the Listener is started. But EM console cannot be started any more.
    How to do next?
    [oracle@host admin]$ emctl start dbconsole
    TZ set to US/Eastern
    Exception in getting local host
    java.net.UnknownHostException: host: host
    at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
    Exception in getting local host
    java.net.UnknownHostException: host: host
    at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
    OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_null_db1 not found.
    Edited by: junez on Jul 18, 2009 9:05 AM

  • Installation of Oracle 11g on RHEL 5 (Listener cannot start )

    Hello,
    I have install Oracle 11g on my linux RHEL5. The installation was succesfull but cannot start the listener. The configuration of even the EM at the end of the installation for the same reason , Listener not started.
    Trying to connect to my Listener i got the following error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=karen)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=karen)(PORT=2484)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    LSNRCTL> start
    Starting /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
    TNS-12537: TNS:connection closed
    TNS-12560: TNS:protocol adapter error
    TNS-00507: Connection closed
    Linux Error: 29: Illegal seek
    Can Some help troubleshoot this problem.
    Thanks

    Dear bezgodo!
    Please execute the following commands and compare the results.
    1.
    hostname --fqdn2.
    nslookup <your_ip_address>In both cases you should see the fully qualified hostname of your server.
    Yours sincerely
    Florian W.

  • 10g listener cannot start after install 11g

    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincent

    pj**** wrote:
    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincentonly 1 listener is needed on any DB Server & the listener should be for the highest version of Oracle DB Server

  • Syncthing error - Cannot start GUI: listen tcp 127.0.0.1:8080 [SOLVED]

    Since I've used syncthing I loved it. So it had to make my friends to use it and in one of them we have following error every time we want to start it.
    Cannot start GUI: listen tcp 127.0.0.1:8080: bind: address already in use
    Does anyone have experienced this before?
    Last edited by Marvix (2014-07-19 19:43:49)

    Only under HTTPS as I had already set it before.
    I think I found the solution. I had the program to run, since the installation it recommends to autostart with
    systemctl start syncthing@user
    and i stopped it using
    systemctl stop syncthing@user
    and tried again with success without error.
    Thank you very much for your time.
    Last edited by Marvix (2014-07-19 19:44:26)

  • 4.0.8.2.4  Cannot start listener after changing user/group to nobody/nobody

    Installed OAS 4.0.8.2.4 and configured it. Everything is working fine with listener, plsql cartridge, Java cartridge and OSSWA. But if change listener's user/group from Oracle/Dba to nobody/nobody. Listener will not start. It hangs in as follows:
    ========================================================================
    Information: Listening on NORM port 80 address 0.0.0.0
    Information: wriorProcessInit: RMProxy IOR Bootstrap Service initialized
    Information: Adapter services initialized successfully
    Information: The server started successfully
    Server now running as process 15654
    OWS-08850: Oracle Web Listener 'www' started.
    Oracle Web Listener 4.0.8.2.4 Enterprise Edition - Release (Domestic)
    Copyright (c) Oracle Corporation 2000. All rights reserved.
    Information: Listening on NORM port 5502 address 0.0.0.0
    Information: wriorProcessInit: RMProxy IOR Bootstrap Service initialized
    ===========================================================================
    from the message above, we can see if it failed to start the "Adapter services"
    If we change the user/group back to Oracle/Dba, it starts fine.
    And also, we have under $ORACLE_BASE/admin, the listener ( name devl ) permission has been changed accordingly to the user/group change. We follow the instruction from OAS configuration to change user/group.
    ( Read access to the configuration file
    Read access to all files that provide content for servicing requests
    Read access to all imagemap files
    Execute access to all Oracle Application Server binaries and program files that the Web Listener must execute
    Write access to the log and error files
    Read access to user directories )
    Thanks.

    Thanks. After a few more days testing. We finally figure out where it went wrong. We changed user/group from node manager. ( from Oracle/dba, installer, to nobody/nobody). After that, we only changed $ORACLE_BASE/admin/ows/SITE_name/httpd-host_name/listener_name to be read and write accessed by nobody. We forgot to change owl.cfg to be read access to nobody/nobody. After we changed that. It starts fine.
    Thanks again.

  • Urgent: cannot start the shadow instance at phase STARTSAP_TRANS

    We are upgrading to NW2004s (ABAP only) from 640.
    <u><b>How to re-start the shadow instance?</b></u>
    At this point, <b>anyway we cannot start the shadow instance.</b>
    At SAPMMC, the disp+work
    1) first show "running but the dialog queue standstill"
    2) then show" running but not connected to the message server"
    3) then the disp+work dies.
    Above happens in 1 minute after re-start.
    <b>The dev_ms reads:
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 4740] Mon Apr 02 15:07:53 2007
    [Thr 4740] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    94
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        2932
    [Thr 4740] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2932) [msxxserv.c   1824]
    [Thr 4740] load acl file = D:\usr\sap\put\XYZ\SYS\global\ms_acl_info.DAT
    [Thr 4740] MsGetOwnIpAddr: my host addresses are :
    [Thr 4740]   1 : [10.10.10.68] houston (HOSTNAME)
    [Thr 4740]   2 : [127.0.0.1] houston.monet.local (LOCALHOST)
    [Thr 4740] Mon Apr 02 15:07:54 2007
    [Thr 4740] MsHttpInit: full qualified hostname = houston.monet.local
    [Thr 4740] HTTP logging is switch off
    [Thr 4740] MsHttpOwnDomain: own domain[1] = monet.local
    [Thr 4740] ms/icf_info_server : deleted
    [Thr 4740] *** I listen to port sapmsSHDXYZ (3660) ***
    [Thr 4740] CUSTOMER KEY: >B0790292062<
    [Thr 4740] Mon Apr 02 15:08:54 2007
    [Thr 4740] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from houston_XYZ_60 [msxxserv.c   4679]
    [Thr 4740] Mon Apr 02 15:19:35 2007
    [Thr 4740] *** ERROR => MsSCheckConnections: no response from client C0 (10.10.10.68) after 300 secs received [msxxserv.c   3165]
    [Thr 4740] *** ERROR => MsSCheckConnections: disconnect now [10.10.10.68] [msxxserv.c   3169]</b>
    The dev_disp reads:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      60
    sid        XYZ
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    95
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        4036
    Mon Apr 02 15:07:53 2007
    kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    length of sys_adm_ext is 360 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (60 4036) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 95 successfully loaded
         shared lib "dw_xtc.dll" version 95 successfully loaded
         shared lib "dw_stl.dll" version 95 successfully loaded
         shared lib "dw_gui.dll" version 95 successfully loaded
         shared lib "dw_mdm.dll" version 95 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    Mon Apr 02 15:07:58 2007
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >houston_XYZ_60                         <
    DpShMCreate: sizeof(wp_adm)          19888     (904)
    DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1280)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05BF0040, size: 4240712)
    DpShMCreate: allocated sys_adm at 05BF0040
    DpShMCreate: allocated wp_adm at 05BF1A28
    DpShMCreate: allocated tm_adm_list at 05BF67D8
    DpShMCreate: allocated tm_adm at 05BF6808
    DpShMCreate: allocated wp_ca_adm at 05F66A98
    DpShMCreate: allocated appc_ca_adm at 05F6B0E8
    DpShMCreate: allocated comm_adm at 05F6C858
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05FED708
    DpShMCreate: allocated gw_adm at 05FED748
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05FED778
    DpShMCreate: allocated wall_adm at 05FED780
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Memory Reset disabled as NT default
    <ES> 2039 blocks reserved for free list.
    ES initialized.
    WARNING => System running without ICM - check rdisp/start_icman [dpxxdisp.c   12314]
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( houston) [dpxxdisp.c   11663]
    DpStartStopMsg: send start message (myname is >houston_XYZ_60                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 95
    Release check o.K.
    Mon Apr 02 15:08:38 2007
    ERROR => W0 (pid 1084) died [dpxxdisp.c   14318]
    ERROR => W1 (pid 4200) died [dpxxdisp.c   14318]
    ERROR => W2 (pid 3316) died [dpxxdisp.c   14318]
    ERROR => W3 (pid 5276) died [dpxxdisp.c   14318]
    ERROR => W4 (pid 5348) died [dpxxdisp.c   14318]
    ERROR => W5 (pid 3436) died [dpxxdisp.c   14318]
    ERROR => W6 (pid 3920) died [dpxxdisp.c   14318]
    ERROR => W7 (pid 4868) died [dpxxdisp.c   14318]
    ERROR => W8 (pid 5380) died [dpxxdisp.c   14318]
    ERROR => W9 (pid 4584) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x1f --> 0x1e
    ERROR => W10 (pid 4188) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x1e --> 0x1c
    ERROR => W11 (pid 2700) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x1c --> 0x18
    ERROR => W12 (pid 4604) died [dpxxdisp.c   14318]
    ERROR => W13 (pid 4916) died [dpxxdisp.c   14318]
    ERROR => W14 (pid 4440) died [dpxxdisp.c   14318]
    ERROR => W15 (pid 4544) died [dpxxdisp.c   14318]
    ERROR => W16 (pid 1888) died [dpxxdisp.c   14318]
    ERROR => W17 (pid 548) died [dpxxdisp.c   14318]
    ERROR => W18 (pid 2800) died [dpxxdisp.c   14318]
    ERROR => W19 (pid 2080) died [dpxxdisp.c   14318]
    ERROR => W20 (pid 2888) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x18 --> 0x10
    ERROR => W21 (pid 5572) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x10 --> 0x0
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1609
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Apr 02 15:08:48 2007
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Mon Apr 02 20:08:48 2007
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     1084 Ended         no      1   0             0                                                             
    1 DIA     4200 Ended         no      1   0             0                                                             
    2 DIA     3316 Ended         no      1   0             0                                                             
    3 DIA     5276 Ended         no      1   0             0                                                             
    4 DIA     5348 Ended         no      1   0             0                                                             
    5 DIA     3436 Ended         no      1   0             0                                                             
    6 DIA     3920 Ended         no      1   0             0                                                             
    7 DIA     4868 Ended         no      1   0             0                                                             
    8 DIA     5380 Ended         no      1   0             0                                                             
    9 DIA     4584 Ended         no      1   0             0                                                             
    10 UPD     4188 Ended         no      1   0             0                                                             
    11 ENQ     2700 Ended         no      1   0             0                                                             
    12 BTC     4604 Ended         no      1   0             0                                                             
    13 BTC     4916 Ended         no      1   0             0                                                             
    14 BTC     4440 Ended         no      1   0             0                                                             
    15 BTC     4544 Ended         no      1   0             0                                                             
    16 BTC     1888 Ended         no      1   0             0                                                             
    17 BTC      548 Ended         no      1   0             0                                                             
    18 BTC     2800 Ended         no      1   0             0                                                             
    19 BTC     2080 Ended         no      1   0             0                                                             
    20 BTC     2888 Ended         no      1   0             0                                                             
    21 SPO     5572 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Mon Apr 02 20:08:48 2007
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    1
    2000
    1
    1
    --------++++--
    +
    DIA
    3
    3
    2000
    3
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          7
    wake_evt_udp_now     0
    wake events           total     3,  udp     3 (100%),  shm     0 (  0%)
    since last update     total     3,  udp     3 (100%),  shm     0 (  0%)
    Dump of tm_adm structure:               Mon Apr 02 20:08:48 2007
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Mon Apr 02 20:08:48 2007
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1609
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Apr 02 15:08:53 2007
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >houston_XYZ_60                         < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (2072) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:2072  HANDLE:1580)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1609
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Apr 02 15:08:54 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2072  HANDLE:1580)
    DpStartStopMsg: send stop message (myname is >houston_XYZ_60                         <)
    NiIMyHostName: hostname = 'houston'
    AdGetSelfIdentRecord: >                                                                           <
    XYZvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    XYZvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Mon Apr 02 15:08:55 2007
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   11976]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1488 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1488 (pos=2)
    SiSelNRemove: removed sock 1488
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    XYZvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    XYZvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    XYZvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/22
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 9)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1488
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 4036) [dpxxdisp.c   10333]
    Good Bye .....
    <b>The dev_w21 reads:
    trc file: "dev_w21", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Apr 02 15:08:01 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\put\exe\dbmssslib.dll' ...
    B  Library 'D:\usr\sap\put\exe\dbmssslib.dll' loaded
    B  Version of 'D:\usr\sap\put\exe\dbmssslib.dll' is "700.08", patchlevel (0.87)
    B  New connection 0 created
    M sysno      60
    M sid        XYZ
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    95
    M intno      20050900
    M make:      multithreaded, ASCII, optimized
    M pid        5572
    M
    M  kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    M  length of sys_adm_ext is 360 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc21 5572) [dpxxdisp.c   1301]

    I Mon Apr 02 15:08:02 2007
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          19888     (904)
    M  DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    M  DpShMCreate: sizeof(comm_adm)          528048     (1048)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (96)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1280)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 063F0040, size: 4240712)
    M  DpShMCreate: allocated sys_adm at 063F0040
    M  DpShMCreate: allocated wp_adm at 063F1A28
    M  DpShMCreate: allocated tm_adm_list at 063F67D8
    M  DpShMCreate: allocated tm_adm at 063F6808
    M  DpShMCreate: allocated wp_ca_adm at 06766A98
    M  DpShMCreate: allocated appc_ca_adm at 0676B0E8
    M  DpShMCreate: allocated comm_adm at 0676C858
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 067ED708
    M  DpShMCreate: allocated gw_adm at 067ED748
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 067ED778
    M  DpShMCreate: allocated wall_adm at 067ED780
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 21 initializing ....
    X  Using implementation view
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host houston

    M Mon Apr 02 15:08:03 2007
    M  calling db_connect ...
    C  Thread ID:4020
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'D:\usr\sap\put\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      87
    C    patchcomment MSSQL: UTAB/ATAB/Dynp-access via clientside cursor (1002914)
    C  np:(local) connection used on houston
    C  CopyLocalParameters: dbuser is 'XYZ_shd'
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Provider Release:9.00.1399.06
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Can't use MARS (on sql 8.0).  Reconnecting without MARS functionality.
    C  Using Provider SQLNCLI
    C  Provider Release:9.00.1399.06
    C  Using Provider SQLNCLI
    C  CheckCodepageType: line 24329. hr: 0x80040e37 Invalid object name 'DBPROPERTIES'.
    C  sloledb.cpp [CheckCodepageType,line 24329]: Error/Message: (err 208, sev 16), Invalid object name 'DBPROPERTIES'.
    C  Procname: [CheckCodepageType -- no proc]
    C  Cache sizes: header 52 bytes, 20000 names (26720000 bytes), 500 dynamic statements (2724000 bytes), total 29444052 bytes
    C  Initializing shared procedure name cache houston_XYZXYZ_XYZ_SHD_MEM.
    C  procedure cache created/attached
    C  PSP: 0 procedure names registered
    C  Connected to db server : [houston] server_used : [np:(local)], dbname: XYZ, dbuser: XYZ
    C  pn_id:houston_XYZXYZ_XYZ_SHD
    C  Not using MARS (on sql 8.0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20070402 150803 houston       
    C  The IRow interface is supported by this OLEDB provider
    C  sloledb.cpp [ParamStmtExec,line 12988]: Error/Message: (err 8180, sev 0), Statement(s) could not be prepared.
    C  Procname: [##YshoustonXYZ00000055720000000001150803]
    C  sloledb.cpp [ParamStmtExec,line 12988]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    C  Procname: [##YshoustonXYZ00000055720000000001150803]
    C  ParamStmtExec failed.  HR 80040e14 DBSL retcode 103. stmt: [SELECT TOP      1 VERSION FROM SVERS ]
    C  Conn_i:1 selection:1 singleton:1 flag_fupd:0 use_cursor:0 chksum: 112156
    C  DbSlRead - Error 103 (dbcode 208) on open
    C  DbSlRead - <##YshoustonXYZ00000055720000000001150803>
    C  DbSlRead - Error 103 (dbcode 208) on fetch
    C  DbSlRead - <##YshoustonXYZ00000055720000000001150803>
    B  ***LOG BZA=> table SVERS      does not exist on database            [dblink#3 @ 1299] [dblink  1299 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 004096) [thxxhead.c   1426]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10240]

    M  Info for wp 21

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_SPOWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server houston_XYZ_60 on host houston (wp 21)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Mon Apr 02 15:08:03 2007
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10439
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc21 5572) [dpnttool.c   327]</b>
    On SDN there are many discussions about similar errors but none
    of them fits our situation.
    Please give your advice. Points will be given.
    Thanks!

    Target SAP system is ADC
    Enter the SAP instance number [59]:
    ? INSTANCE NUMBER   =
    Waiting for input since Mar 22, 2007 1:20:45 PM
    > INSTANCE NUMBER   =  59
    Type of database system is MSS
      >>>>>>>>>> Input Wizard <<<<<<<<<<
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 01 =
    ? MOUNT POINT 02 =
    ? MOUNT POINT 03 =
    ? MOUNT POINT 04 =
    ? MOUNT POINT 05 =
    ? MOUNT POINT 06 =
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 07 =
    ? MOUNT POINT 08 =
    ? MOUNT POINT 09 =
    ? MOUNT POINT 10 =
    ? MOUNT POINT 11 =
    ? MOUNT POINT 12 =
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 13 =
    ? MOUNT POINT 14 =
    ? MOUNT POINT 15 =
    ? MOUNT POINT 16 =
    ? MOUNT POINT 17 =
    ? MOUNT POINT 18 =
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 19 =
    ? MOUNT POINT 20 =
    ? MOUNT POINT 21 =
    ? MOUNT POINT 22 =
    ? MOUNT POINT 23 =
    ? MOUNT POINT 24 =
    Waiting for input since Mar 22, 2007 1:20:49 PM
    > MOUNT POINT 12 =  D:\D12\SAP_CRM_5.0_SR2_Installation_Export
    > MOUNT POINT 23 =  D:\D23\51032247
    > MOUNT POINT 18 =  D:\D18\NW_2004s_SR2_liveCache_7.6.00_Bd._29
    > MOUNT POINT 15 =  D:\D15\NW_2004s_SR2_Upgrade_Master
    > MOUNT POINT 09 =  D:\D9
    > MOUNT POINT 14 =  D:\D14\SAP_CRM_5.0_SR2_Installation_Export
    > MOUNT POINT 01 =  D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 08 =  D:\D8\SAP_CRM_5.0_SR2_Languages
    > MOUNT POINT 20 =  D:\D20\NW_2004s_SR2_Languages
    > MOUNT POINT 03 =  C:\D3\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 06 =  C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86
    > MOUNT POINT 10 =  D:\D10
    > MOUNT POINT 17 =  D:\D17\51032257
    > MOUNT POINT 21 =  D:\D21\NW_2004s_SR2_Languages
    > MOUNT POINT 19 =  D:\D19\51032257
    > MOUNT POINT 05 =  C:\D5\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 04 =  C:\D4\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 11 =  D:\D11\SAP_CRM_5.0_SR2_Installation_Export
    > MOUNT POINT 07 =  D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master
    > MOUNT POINT 24 =  D:\D24
    > MOUNT POINT 02 =  C:\D2\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 22 =  D:\D22\NW_2004s_SR2_Languages
    > MOUNT POINT 16 =  D:\D16\BS_2005_SR2_SAP_Installation_Master
    > MOUNT POINT 13 =  D:\D13\SAP_CRM_5.0_SR2_Installation_Export
    Reading data from "Upgrade Master CD/DVD"...
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR successfully unpacked to D:\usr\sap\put.
    Welcome to the SAP upgrade control program.
    Important information for this upgrade is included
    in the upgrade Note and further Notes mentioned therein.
    Refer to the upgrade manual for the number of this note.
    It is advisable to obtain this Note before starting any process
    since it also contains important information about preparing
    the upgrade.
    It is essential that you get a current version of this Note
    before starting the upgrade with SAPup. It contains a keyword
    which is necessary to start the upgrade procedure.
    Please look into the SAP Service Marketplace or, if not available,
    use the form in your packet to request the upgrade Note.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:24:47 PM
    > cancel
    Connection to SAPup  was closed
    Target SAP system is ADC
    Enter the SAP instance number [59]:
    ? INSTANCE NUMBER   =
    Waiting for input since Mar 22, 2007 1:28:34 PM
    > INSTANCE NUMBER   =  59
    Type of database system is MSS
    Reading data from "Upgrade Master CD"...
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR successfully unpacked to D:\usr\sap\put.
    Welcome to the SAP upgrade control program.
    Important information for this upgrade is included
    in the upgrade Note and further Notes mentioned therein.
    Refer to the upgrade manual for the number of this note.
    It is advisable to obtain this Note before starting any process
    since it also contains important information about preparing
    the upgrade.
    It is essential that you get a current version of this Note
    before starting the upgrade with SAPup. It contains a keyword
    which is necessary to start the upgrade procedure.
    Please look into the SAP Service Marketplace or, if not available,
    use the form in your packet to request the upgrade Note.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:28:43 PM
    > continue
    SAP  UPGRADE  CONTROL  PROGRAM
    ================================
    This is SAPup version 7.00/2 upgrade to release
            500 of BBPCRM
            2005_1_700 of PI_BASIS
            700 of SAP_ABA
            700 of SAP_AP
            700 of SAP_BASIS
            700 of SAP_BW
            2005_1_700 of ST-PI
    Target SAP system is ADC, MSSQL database
    SAPup started in PREPARE mode.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:28:50 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:28:54 PM
    > select
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input    initial        yes
    ?                   Initialization    initial        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:28:56 PM
    >                  Parameter input    initial        yes
    You selected the following PREPARE modules:
    Parameter input
    execute: Execute the selected PREPARE modules.
             Make sure that you have carried out the actions described in
             D:\usr\sap\put\log\CHECKS.LOG before continuing.
             (Note: The contents of file CHECKS.LOG are saved
              in D:\usr\sap\put\log\CHECKS.SAV)
    select:  Display screen for selecting PREPARE modules.
    exit:    Exit PREPARE.
    help:    Getting help about PREPARE modules.
    ? execute
    ? select
    ? exit
    Waiting for input since Mar 22, 2007 1:28:59 PM
    > execute
    Execution of PREPARE module Parameter input begins at 20070322142901
    >> 14:29:01  PREPARE: START OF PHASE BEGIN_PRE
    Generating html phase list files 'phase_toc.html' and 'phaselist.html'
    >> 14:29:01  PREPARE: END OF PHASE   BEGIN_PRE
    >> 14:29:01  PREPARE: START OF PHASE KEY_CHK
    Correction package 'D:\usr\sap\put\FIX_CRM50SR2.UPG' found, extracting to 'D:\usr\sap\put'
    Archive successfully unpacked.
    Enter the SAPup keyword of note 961511
    ? SAPup keyword =
    Waiting for input since Mar 22, 2007 1:29:02 PM
    > SAPup keyword = 19327784
    >> 14:37:23  PREPARE: END OF PHASE   KEY_CHK
    >> 14:37:23  PREPARE: START OF PHASE EXTRACTKRN_PRE
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR" to "D:\usr\sap\put\exe" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR successfully unpacked to D:\usr\sap\put\exe.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\UNINSTSAP.EXE" to "D:\usr\sap\put\exe" ...
    Done.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR" to "D:\usr\sap\put\exe" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR successfully unpacked to D:\usr\sap\put\exe.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR" to "D:\usr\sap\put\exe" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR successfully unpacked to D:\usr\sap\put\exe.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSEXE.SAR" to "D:\usr\sap\put\exe" ...
    Done.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSHELPER.SAR" to "D:\usr\sap\put\exe" ...
    Done.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR" to "D:\usr\sap\put\exenew" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR successfully unpacked to D:\usr\sap\put\exenew.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\UNINSTSAP.EXE" to "D:\usr\sap\put\exenew" ...
    Done.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR" to "D:\usr\sap\put\exenew" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR successfully unpacked to D:\usr\sap\put\exenew.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR" to "D:\usr\sap\put\exenew" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR successfully unpacked to D:\usr\sap\put\exenew.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSEXE.SAR" to "D:\usr\sap\put\exenew" ...
    Done.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSHELPER.SAR" to "D:\usr\sap\put\exenew" ...
    Done.
    >> 14:40:10  PREPARE: END OF PHASE   EXTRACTKRN_PRE
    >> 14:40:10  PREPARE: START OF PHASE INITPUT_PRE
    Supply the following information:
    Confirm the name of your SAP system:
    ? SAP SYSTEM ID     =
    The hostname of your central SAP server:
    ? SAP SYSTEM HOST   =
    Enter the SAP instance number:
    ? INSTANCE NUMBER   =
    Waiting for input since Mar 22, 2007 1:40:10 PM
    > INSTANCE NUMBER   =  59
    > SAP SYSTEM HOST   =  damascus
    > SAP SYSTEM ID     =  ADC
    The system identifier of your database:
    ? DATABASE ID       =
    The hostname of your database server:
    ? DATABASE HOST     =
    Waiting for input since Mar 22, 2007 1:43:59 PM
    > DATABASE HOST     =  damascus
    > DATABASE ID       =  ADC
    Executing script MSSCONCHECK ...
    Supply the following information:
    The password for SAP user DDIC in client 000
    (may be 19920706):
    ? DDIC PASSWORD  =
    Verify password for SAP user DDIC:
    ? DDIC PASSWORD  =
    Waiting for input since Mar 22, 2007 1:44:03 PM
    > DDIC PASSWORD  =  <hidden input>
    > DDIC PASSWORD  =  <hidden input>
    The hostname of your batch server:
    ? BATCH HOST        =
    Waiting for input since Mar 22, 2007 1:44:14 PM
    > BATCH HOST        =  damascus
    Supply the following information:
    The maximum number of parallel processes during uptime:
    ? MAXIMUM UPTIME PROCESSES =
    The number of parallel import processes:
    ? R3TRANS PROCESSES =
    The maximum profile value of "bufreftime":
    ? MAXIMUM SYNC TIME =
    Waiting for input since Mar 22, 2007 1:44:16 PM
    > R3TRANS PROCESSES =  3
    > MAXIMUM SYNC TIME =  120
    > MAXIMUM UPTIME PROCESSES =  1
    The password for Operating System account .\SAPServiceADC:
    ? PASSWORD  =
    Verification of the password for Operating System account .\SAPServiceADC:
    ? PASSWORD  =
    Waiting for input since Mar 22, 2007 1:44:19 PM
    > PASSWORD  =  <hidden input>
    > PASSWORD  =  <hidden input>
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    Executing script MSSUPGSPS ...
    Executing script MSSINCHK ...
    >> 14:44:43  PREPARE: END OF PHASE   INITPUT_PRE
    >> 14:44:43  PREPARE: START OF PHASE DBCHK_PRE
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    Is there more than one system running in this database?
    (MCOD: Multiple components in one database)
    ? no
    ? yes
    Waiting for input since Mar 22, 2007 1:44:45 PM
    > no
    >> 14:44:49  PREPARE: END OF PHASE   DBCHK_PRE
    >> 14:44:49  PREPARE: START OF PHASE CONFCHK_IMP
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    >> 14:44:50  PREPARE: END OF PHASE   CONFCHK_IMP
    >> 14:44:50  PREPARE: START OF PHASE SOLMAN_CHK
    The SAP Solution Manager Key is required for the upgrade.
    Further informations can be found in the upgrade guide,
    the SAP Service Marketplace and SAP note 805390!
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:44:50 PM
    > continue
    ? SAP Solution Manager Key =
    Waiting for input since Mar 22, 2007 1:44:53 PM
    > SAP Solution Manager Key = 12D8B10981
    >> 14:45:14  PREPARE: END OF PHASE   SOLMAN_CHK
    >> 14:45:14  PREPARE: START OF PHASE CHKSYSTYPE
    >> 14:45:14  PREPARE: END OF PHASE   CHKSYSTYPE
    >> 14:45:14  PREPARE: START OF PHASE HIAV_CHK
    >> 14:45:14  PREPARE: END OF PHASE   HIAV_CHK
    >> 14:45:15  PREPARE: START OF PHASE J2EE_CHK1
    >> 14:45:15  PREPARE: END OF PHASE   J2EE_CHK1
    >> 14:45:15  PREPARE: START OF PHASE REQ_J2EEUPG
    >> 14:45:15  PREPARE: END OF PHASE   REQ_J2EEUPG
    >> 14:45:15  PREPARE: START OF PHASE SETSYNC_PREP_STARTED
    >> 14:45:15  PREPARE: END OF PHASE   SETSYNC_PREP_STARTED
    >> 14:45:15  PREPARE: START OF PHASE REQ_READNOTE
    >> 14:45:15  PREPARE: END OF PHASE   REQ_READNOTE
    >> 14:45:15  PREPARE: START OF PHASE INIT_CBU
    >> 14:45:15  PREPARE: END OF PHASE   INIT_CBU
    >> 14:45:15  PREPARE: START OF PHASE CHECKGROUP_END0
    Execution of PREPARE module Parameter input ends at 20070322144515
    Execution of the selected PREPARE modules finished
    with the statuses as follows:
    'Parameter input'  status: succeeded
    Please see file D:\usr\sap\put\log\CHECKS.LOG
    for the actions which have to be performed.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:45:15 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:45:23 PM
    > select
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input  succeeded        yes
    ?                   Initialization    initial        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:45:26 PM
    >                   Initialization    initial        yes
    You selected the following PREPARE modules:
    Initialization
    execute: Execute the selected PREPARE modules.
             Make sure that you have carried out the actions described in
             D:\usr\sap\put\log\CHECKS.LOG before continuing.
             (Note: The contents of file CHECKS.LOG are saved
              in D:\usr\sap\put\log\CHECKS.SAV)
    select:  Display screen for selecting PREPARE modules.
    exit:    Exit PREPARE.
    help:    Getting help about PREPARE modules.
    ? execute
    ? select
    ? exit
    ? display CHECKS.LOG
    Waiting for input since Mar 22, 2007 1:45:30 PM
    > execute
    Execution of PREPARE module Initialization begins at 20070322144532
    >> 14:45:32  PREPARE: START OF PHASE INITCURENV
    >> 14:45:32  PREPARE: END OF PHASE   INITCURENV
    >> 14:45:32  PREPARE: START OF PHASE DBCHK_INI
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    >> 14:45:34  PREPARE: END OF PHASE   DBCHK_INI
    >> 14:45:34  PREPARE: START OF PHASE RFCCHK_INI
    >> 14:45:34  PREPARE: END OF PHASE   RFCCHK_INI
    >> 14:45:34  PREPARE: START OF PHASE VERSCHK_INI
    >> 14:45:34  PREPARE: END OF PHASE   VERSCHK_INI
    >> 14:45:34  PREPARE: START OF PHASE VALCHK_INI
    >> 14:45:35  PREPARE: END OF PHASE   VALCHK_INI
    >> 14:45:35  PREPARE: START OF PHASE TOOLVERSION_INI
    >> 14:45:36  PREPARE: END OF PHASE   TOOLVERSION_INI
    >> 14:45:36  PREPARE: START OF PHASE UNICODE_CHK_PRE
    >> 14:45:36  PREPARE: END OF PHASE   UNICODE_CHK_PRE
    >> 14:45:36  PREPARE: START OF PHASE TOOLVERSION_UPG1
    >> 14:46:00  PREPARE: END OF PHASE   TOOLVERSION_UPG1
    >> 14:46:00  PREPARE: START OF PHASE DBCONNCHK_INI
    Checking DB connect with 'D:\usr\sap\put\exe\R3trans.exe'.
    >> 14:46:00  PREPARE: END OF PHASE   DBCONNCHK_INI
    >> 14:46:00  PREPARE: START OF PHASE SETSYNC_INFO_FINISHED
    >> 14:46:00  PREPARE: END OF PHASE   SETSYNC_INFO_FINISHED
    >> 14:46:00  PREPARE: START OF PHASE UCMIG_DECISION
    Your system is configured as a non-Unicode SCP (Single Code Page) configuration.
    If you plan to perform a Unicode Conversion after the upgrade, you may choose to perform a combined
    Upgrade and Unicode Conversion.
    In this case, several of the migration preparation steps can be done already on the start release
    or on the upgrade shadow system.
    For further information, please refer to OSS note 928729.
    Do you want to perform a combined Upgrade and Unicode Conversion?
    ? Yes
    ? No
    Waiting for input since Mar 22, 2007 1:46:06 PM
    > No
    >> 14:48:04  PREPARE: END OF PHASE   UCMIG_DECISION
    >> 14:48:04  PREPARE: START OF PHASE CLNT_CHK_INI
    >> 14:48:09  PREPARE: END OF PHASE   CLNT_CHK_INI
    >> 14:48:09  PREPARE: START OF PHASE PATCH_CHK1
    >> 14:48:15  PREPARE: END OF PHASE   PATCH_CHK1
    >> 14:48:15  PREPARE: START OF PHASE INTCHK_INI
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getddxttent ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getddxtfent ADC
    >> 14:48:15  PREPARE: END OF PHASE   INTCHK_INI
    >> 14:48:15  PREPARE: START OF PHASE ADJ_CNTRANS
    Calling R3trans to import 'RSUPDTEC.60X'.
    Waiting 130 seconds for buffer synchronization ...
    working ...
    >> 14:50:38  PREPARE: END OF PHASE   ADJ_CNTRANS
    >> 14:50:38  PREPARE: START OF PHASE INIT_CNTRANS
    >> 14:50:38  PREPARE: END OF PHASE   INIT_CNTRANS
    >> 14:50:38  PREPARE: START OF PHASE CNTRANS_PRE
    >> 14:50:38  PREPARE: END OF PHASE   CNTRANS_PRE
    >> 14:50:38  PREPARE: START OF PHASE DMPSPC_INI
    >> 14:50:38  PREPARE: END OF PHASE   DMPSPC_INI
    >> 14:50:38  PREPARE: START OF PHASE JOB_RSDB4090
    >> 14:50:38  PREPARE: END OF PHASE   JOB_RSDB4090
    >> 14:50:38  PREPARE: START OF PHASE CHK_DB6_REG_PRE
    >> 14:50:38  PREPARE: END OF PHASE   CHK_DB6_REG_PRE
    >> 14:50:39  PREPARE: START OF PHASE CHK_DB6_PAR_INI
    >> 14:50:39  PREPARE: END OF PHASE   CHK_DB6_PAR_INI
    >> 14:50:39  PREPARE: START OF PHASE SPACECHK_INI
    Executing script MSSSPACE ...
    >> 14:50:39  PREPARE: END OF PHASE   SPACECHK_INI
    >> 14:50:39  PREPARE: START OF PHASE KRNCHK_DEST
    >> 14:50:39  PREPARE: END OF PHASE   KRNCHK_DEST
    >> 14:50:39  PREPARE: START OF PHASE DBPREP_CHK
    >> 14:50:39  PREPARE: END OF PHASE   DBPREP_CHK
    >> 14:50:39  PREPARE: START OF PHASE EXECCV
    >> 14:50:44  PREPARE: END OF PHASE   EXECCV
    >> 14:50:44  PREPARE: START OF PHASE EXECAV
    >> 14:50:50  PREPARE: END OF PHASE   EXECAV
    >> 14:50:50  PREPARE: START OF PHASE COMPINFO_INI
    >> 14:50:50  PREPARE: END OF PHASE   COMPINFO_INI
    >> 14:50:50  PREPARE: START OF PHASE ADDON_CHK
    >> 14:50:50  PREPARE: END OF PHASE   ADDON_CHK
    >> 14:50:50  PREPARE: START OF PHASE ADDON_INFO
    >> 14:50:50  PREPARE: END OF PHASE   ADDON_INFO
    >> 14:50:50  PREPARE: START OF PHASE ADDON_SPEC1
    >> 14:50:55  PREPARE: END OF PHASE   ADDON_SPEC1
    >> 14:50:56  PREPARE: START OF PHASE ADDON_TREAS
    >> 14:50:56  PREPARE: END OF PHASE   ADDON_TREAS
    >> 14:50:56  PREPARE: START OF PHASE ADDON_WFM
    >> 14:51:01  PREPARE: END OF PHASE   ADDON_WFM
    >> 14:51:01  PREPARE: START OF PHASE ADDON_DMC
    >> 14:51:01  PREPARE: END OF PHASE   ADDON_DMC
    >> 14:51:01  PREPARE: START OF PHASE ACE_CHK
    >> 14:51:01  PREPARE: END OF PHASE   ACE_CHK
    >> 14:51:02  PREPARE: START OF PHASE CRM_BILL
    >> 14:51:02  PREPARE: END OF PHASE   CRM_BILL
    >> 14:51:02  PREPARE: START OF PHASE PR_DBPAR
    >> 14:51:02  PREPARE: END OF PHASE   PR_DBPAR
    >> 14:51:02  PREPARE: START OF PHASE CHECKGROUP_END1
    Execution of PREPARE module Initialization ends at 20070322145102
    Execution of the selected PREPARE modules finished
    with the statuses as follows:
    'Initialization'  status: succeeded
    Please see file D:\usr\sap\put\log\CHECKS.LOG
    for the actions which have to be performed.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:51:02 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:51:41 PM
    > continue
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input  succeeded        yes
    ?                   Initialization  succeeded        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:51:41 PM
    SAP  UPGRADE  CONTROL  PROGRAM
    ================================
    This is SAPup version 7.00/2 upgrade to release
            500 of BBPCRM
            2005_1_700 of PI_BASIS
            700 of SAP_ABA
            700 of SAP_AP
            700 of SAP_BASIS
            700 of SAP_BW
            2005_1_700 of ST-PI
    Target SAP system is ADC, MSSQL database
    SAPup started in PREPARE mode.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:58:46 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:58:53 PM
    > select
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input  succeeded        yes
    ?                   Initialization  succeeded        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:58:56 PM
    >                           Import    initial        yes
    You selected the following PREPARE modules:
    Import
    execute: Execute the selected PREPARE modules.
             Make sure that you have carried out the actions described in
             D:\usr\sap\put\log\CHECKS.LOG before continuing.
             (Note: The contents of file CHECKS.LOG are saved
              in D:\usr\sap\put\log\CHECKS.SAV)
    select:  Display screen for selecting PREPARE modules.
    exit:    Exit PREPARE.
    help:    Getting help about PREPARE modules.
    ? execute
    ? select
    ? exit
    ? display CHECKS.LOG
    Waiting for input since Mar 22, 2007 1:59:00 PM
    > execute
    Execution of PREPARE module Import begins at 20070322145902
    >> 14:59:02  PREPARE: START OF PHASE REQIMPORT
           The PREPARE module Import will be started now.
    During this module programs, structures, and table entries
    required by PREPARE are imported (the socalled "tool import").
    Note: This can cause a loss of performance in R/3
    In rare cases, a concurrent transport via the transport directory
    may disturb the tool import. Please avoid any concurrent import
    during this PREPARE module.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:59:02 PM
    > continue
    >> 14:59:05  PREPARE: END OF PHASE   REQIMPORT
    >> 14:59:05  PREPARE: START OF PHASE READDATA
    Trying to find archive files ...
    Extracting archive "D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC7000.SAR" to "D:\usr\sap\put" ...
    Archive D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC7000.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC700X.SAR" to "D:\usr\sap\put" ...
    Archive D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC700X.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC_SP.SAR" to "D:\usr\sap\put" ...
    Archive D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC_SP.SAR successfully unpacked to D:\usr\sap\put.
    Trying to find archive files ...
    Extracting archive "C:\D2\SAP_CRM_5.0_SR2_Upgrade_Export\UPG2\DBINDEP\MISC700I.SAR" to "D:\usr\sap\put" ...
    Archive C:\D2\SAP_CRM_5.0_SR2_Upgrade_Export\UPG2\DBINDEP\MISC700I.SAR successfully unpacked to D:\usr\sap\put.
    >> 14:59:40  PREPARE: END OF PHASE   READDATA
    >> 14:59:40  PREPARE: START OF PHASE READDATA_EXT
    Trying to find archive files ...
    >> 14:59:41  PREPARE: END OF PHASE   READDATA_EXT
    >> 14:59:41  PREPARE: START OF PHASE TOOLFIX_CHK
    Correction package 'D:\usr\sap\put\FIX_CRM50SR2.UPG' found, extracting to 'D:\usr\sap\put'
    Archive successfully unpacked.
    >> 14:59:42  PREPARE: END OF PHASE   TOOLFIX_CHK
    >> 14:59:42  PREPARE: START OF PHASE CPYFIL0_CBU
    >> 14:59:42  PREPARE: END OF P

  • DVD and CD-RW Drives "cannot start"

    Upon upgrading to the new 7.5 iTunes, BOTH of my drives came up with an exclamation point. Clicking properties of each revealed the message "Device cannot start. (Code 10)
    I had to call DELL to fix it and they went to the registry and deleted some settings. Then they uninstalled the drives and had me reboot.
    This worked! But iTunes will not be able to burn CD's or DVD's. I can still use it for buying, listening, etc.
    So...I thought I'd repair the iTunes installation. It did it AGAIN! So I had DELL fix it again.
    I realized that with iTunes version 7.5, that I will not be able to use it until they (APPLE) come out with an update.
    So until then, everytime I want to use iTunes, I get this message "The registry settings used by the iTunes drivers for importing and buring CDs and DVDs are missing. This can happen as a result of installing other CD burning softward. Please reinstall iTunes."
    I won't be doing that until they fix it. Until then, I will use Windows Media Player for that.
    I would love to have been able to tell this to someone at Apple, but they won't let you email them (and I didn't see a phone number either). This appears to be my only option.
    Customer Service?

    This fix will only get your cd and dvd drive working again. It will not get iTunes to work properly (you will still be able to buy music from them and play it, you just won't be able to burn cd's or dvd'd using iTunes. I suggest Windows Media Player.
    Locate the CD/ DVD drive in the list and Remove Drive from Device manager. (Single right click and you get option to remove the drive in the list) Then Close Device Manager
    Click the Start button, click Run
    In the Open box, type Regedit, and then click OK.
    Click the plus sign next to HKEYLOCALMACHINE.
    Click the plus sign next to SYSTEM.
    Click the plus sign next to Current Control Set.
    Click the plus sign next to Control.
    Click the plus sign next to Class.
    Click {4D36E965-E325-11CE-BFC1-08002BE10318}.
    on the right hand side of the window, click Upper Filters.
    Click Edit on the menu bar.
    Click Delete, and then click OK.
    On the right-hand side of the window, click Lower Filters.
    Click Edit on the menu bar.
    Click Delete, and then click OK.
    Click File, and then click Exit.
    Do not restart the system.
    Look for a drive letter in My Computer.
    *Double-click My Computer.
    * Check if the Drive is listed there.
    Click on action. Choose the option scan for new hardware.
    This, however, will not get iTunes to work properly, it will only get your cd and dvd drive functioning again.

  • Cannot start instance of another server : correction

    Correction : To the moderator of the newsgroup, please delete my other post with
    the subject 'Cannot start instance of another server'.
    In the console of WLS 6.1 SP3 on HP-UX, I have created another instance of a server
    I called 'another_of_myserver' (in addition to the default myserver). When I
    try to start another_of_myserver, it won't start and gives the following error
    ============================
    <Nov 26, 2002 1:32:04 PM EST> <Error> <NodeManager> <Could not start server 'another_of_myserver'
    via Node Manager - reason: '[SecureCommandInvoker: Could not create a socket to
    the NodeManager running on host 'localhost:5555' to execute command 'another_of_myserver',
    reason: Connection refused. Ensure that the NodeManager on host 'localhost' is
    configured to listen on port '5555' and that it is actively listening]'>
    ===========================
    What does it mean and how do I get it to start ?
    Thanks for any help or suggestion.

    Athooya,
    If you do not specify a weblogic.nodemanager.listenPort or
    weblogic.nodemanager.listenAddress they will be set to the default.
    So the listenAddress will be localhost and so not matching exactly the address
    used by the remote
    start. Please try to set the listen address of the Node Manager when it is
    started. You can specify the address on which the Node Manager will listen for
    requests from the
    Administration Server with the following parameter: -Dweblogic.nodemanager.listenAddress=host
    where host is the DNS name or IP address of the machine where the Node Manager
    is started.
    The default port on which the Node Manager will listen for requests
    from the Administration Server is 5555. You can change this with the following
    startup parameter:
    -Dweblogic.nodemanager.listenPort=port
    Refer to
    http://edocs.bea.com/wls/docs61/adminguide/remotestart.html for additonal information.
    Chuck Nelson
    DRE
    BEA Technical Support

  • Cannot start the OracleXETNSListener

    Hi,
    I installed the Oracle XE Beta 3 on XP SP2 (let's call this PC PC1).
    I cannot start it.
    the listener service doesn't start.
    ==> C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start
    OracleXETNSListener
    The OracleXETNSListener service is starting.
    The OracleXETNSListener service could not be started.
    The service did not report an error.
    As found in the forum, I tried
    to add "TRACE_LEVEL_LISTENER = USER " in listener.or
    to set SQLNET.AUTHENTICATION_SERVICES = (NONE) in sqlnet.ora
    I checked the ports used by my PC (netstat /ab) ==> 1521 is not used.
    I successfully installed it on another PC (PC2).
    - on PC2, using JDBC (ojdbc14.jar) from a java client, I can access to the oracle base on PC2
    but from my PC1, the same code doesn't work
    ==> java.sql.SQLException: Exception d'E/S: The Network Adapter could not establish the connection
    - but from PC1, I can access to another oracle DB (9.2.0 on hpux)
    Thanks a lot for your help.
    Guillaume

    LSNRCTL> status
    Message 1053 not found; No message file for product=NETWORK, facility=TNSTNS-12557: Message 12557 not found; No message file for product=NETWORK, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=NETWORK, facility=TNS
    TNS-00527: Message 527 not found; No message file for product=NETWORK, facility=TNS
    Guillaume

  • Cannot start em console

    Hi,
    with dbca I create a new database but I cannot start em console
    OS: Win 7 (32 Bit)
    DB Oracle 11gR2
    Error:
    OC4J Configuration issue. C:\app\Administrator\product\11.2.0\dbhome_1/oc4j/j2ee
    /OC4J_DBConsole_toshilap_toshilap not found.
    Can I create this file?
    Thank you
    Siegwin

    I cannot drop the database control:
    C:\app\Administrator\product\11.2.0\dbhome_1\BIN>emca -deconfig dbcontrol db -re
    pos drop
    STARTED EMCA um 31.07.2013 12:46:27
    EM-Konfigurationsassistent, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle.  All rights reserved. Alle Rechte vorbehalten.
    Geben Sie folgende Informationen ein:
    Datenbank-SID: orvmpc3
    Listener-Port-Nummer: 1521
    Kennwort f³r SYS-Benutzer:
    Kennwort f³r SYSMAN-Benutzer:
    M÷chten Sie fortfahren? [ja(Y)/nein(N)]: Y
    31.07.2013 12:46:48 oracle.sysman.emcp.EMConfig perform
    INFO: Dieser Vorgang wird in C:\app\Administrator\cfgtoollogs\emca\orvmpc3\emca_
    2013_07_31_12_46_27.log protokolliert.
    31.07.2013 12:46:48 oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Database Control wird gestoppt (dies kann etwas lõnger dauern) ...
    31.07.2013 12:46:52 oracle.sysman.emcp.EMConfig perform
    SCHWERWIEGEND: Der Listener ist nicht hochgefahren, oder der Datenbank-Service i
    st nicht mit ihm registriert. Starten Sie den Listener, registrieren Sie den Dat
    enbank-Service, und f³hren Sie den EM-Konfigurationsassistenten erneut aus.
    Weitere Einzelheiten finden Sie in der Log-Datei in C:\app\Administrator\cfgtool
    logs\emca\orvmpc3\emca_2013_07_31_12_46_27.log.
    Die Konfiguration konnte nicht abgeschlossen werden. Weitere Einzelheiten finden
    Sie in der Log-Datei in C:\app\Administrator\cfgtoollogs\emca\orvmpc3\emca_2013
    _07_31_12_46_27.log.
    Listener.ora status:
    LSNRCTL> status
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS des LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Startdatum                31-JUL-2013 12:59:35
    Uptime                    0 Tage 0 Std. 1 Min. 42 Sek.
    Trace-Ebene               off
    Sicherheit                ON: Local OS Authentication
    SNMP                      OFF
    Parameterdatei des Listener C:\app\Administrator\product\11.2.0\dbhome_1\network
    \admin\listener.ora
    Log-Datei des Listener    c:\app\administrator\diag\tnslsnr\vmpc3\listener\alert
    \log.xml
    Zusammenfassung Listening-Endpunkte...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services _bersicht...
    Dienst "CLRExtProc" hat 1 Instanzen.
      Instanz "CLRExtProc", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "ORVMPC3.WORLD" hat 2 Instanzen.
      Instanz "ORVMPC3", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
      Instanz "orvmpc3", Status READY, hat 1 Handler f³r diesen Dienst...
    Dienst "orvmpc3XDB.world" hat 1 Instanzen.
      Instanz "orvmpc3", Status READY, hat 1 Handler f³r diesen Dienst...
    Der Befehl wurde erfolgreich ausgef³hrt.

  • Win2k cannot start oracle services

    Hi,
    Usually, our oracle servers can start up autometically
    when the machine start up.
    Just now, oracle services cannot start. I try use
    start->control panel->administrator tool-> services to
    start oracle service, it gets errors as following:
    could not start the OracleOraHome90TNSListener service on
    local computer.
    Error 5: Access is denied.
    Then I try to use "lsnrctl start listener"
    I got following errors:
    Failed to start service, error 5.
    TNS-12536: TNS:operation would block
    TNS-12560: TNS:protocol adapter error
    TNS-00506: Operation would block
    32-bit Windows Error: 997: Unknown error
    I check listener log file, no new message is add to it.
    My OS is window 2000 professional.
    Oracle server version: 9.0.1.1.1
    Thank you for some advice.
    Julie

    Hi,
    I try to fix it by change log on setting by
    setting the oracle service as 'this account' and
    fill in account and password with system administrator
    account information. Then all oracle services can work
    properly. But with this setting the web application which
    connect oracle database cannot login to database.
    It may be the registry database of the machine get
    corrupted.
    How can I delete all oracle services and recreate the
    them again, then will re-register the service information?
    By the way, all other services in system are log on as
    localsystem account, only oracle services does not allow
    me set up as localsystem account, if I did that way, oracle service will not start and complain "error 5:
    access is denied"
    Thank you for give me some guide lines.
    Julie

  • RHEL 3  - RAC - Firewire - Listener Not Starting

    Hi,
    I almost got thru the howto install guide on the Firewire RAC server install, but hit a snag. During the TNSListener configuration, I see both server - run the config just like the instructions say, but it barks back that permissions are denied and cannot start the listener which maybe already started. I then try manually starting the listener using the lsnrctl start command - but the bloody thing still won't start.
    Any ideas - I'm about to scrap the install and start over since I was planning on doing that anyway......

    I also try a startup of the nodeapps using srvctl - here's the results I get.
    [oracle@cberac2 admin]$ srvctl start nodeapps -n cberac2
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 20-SEP-2005 17:33:14
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Copyright (c) 1991, 2004, Oracle. All rights reserved.
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:TNSLSNR for Linux: Version 10.1.0.3.0 - Production
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener_cberac2.log
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.68.61.192)(PORT=1521)))
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.68.61.190)(PORT=1521)))
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vip-cberac2)(PORT=1521)(IP=FIRST)))
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:TNS-12547: TNS:lost contact
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-12560: TNS:protocol adapter error
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-00517: Lost contact
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: Linux Error: 104: Connection reset by peer
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.68.61.190)(PORT=1521)(IP=FIRST)))
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:TNS-12541: TNS:no listener
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-12560: TNS:protocol adapter error
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-00511: No listener
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: Linux Error: 111: Connection refused
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 20-SEP-2005 17:33:14
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Copyright (c) 1991, 2004, Oracle. All rights reserved.
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vip-cberac2)(PORT=1521)(IP=FIRST)))
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:TNS-12541: TNS:no listener
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-12560: TNS:protocol adapter error
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-00511: No listener
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: Linux Error: 111: Connection refused
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.68.61.190)(PORT=1521)(IP=FIRST)))
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr:TNS-12541: TNS:no listener
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-12560: TNS:protocol adapter error
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: TNS-00511: No listener
    cberac2:ora.cberac2.LISTENER_CBERAC2.lsnr: Linux Error: 111: Connection refused
    CRS-0215: Could not start resource ora.cberac2.LISTENER_CBERAC2.lsnr.

  • Why the scan lister and listener configure/start from GRID home why not from Oracle Home.

    Hi
       why the scan lister and listener configure/start from GRID home why not from Oracle Home.

    > why the scan lister and listener configure/start from GRID home why not from Oracle Home.
    Because Oracle says that's the way it has to be.
    As @MohaAGOU said, starting in 11gR2, the Listeners (both SCAN and traditional) are now cluster resources. Let's start with the SCAN Listener. There are only 3 of them, even if you have 4 or more nodes in the cluster. If a node goes down and a SCAN Listener were running on it, Grid Infrastructure will relocate the SCAN Listener to a surviving node. Much easier to do this if the entire resource were in the GI home. Note that an instance cannot be relocated and it is running on a different home.
    As for the traditional listener. The Listener itself won't be relocated during a node termination, but its VIP will.
    Cheers,
    Brian

  • Cannot start the db after reboot machine

    Hi,
    Oracle DB: 10.2.0
    OS: RHEL5
    Successfully installed db and created the database.
    but after reboot of machine I cannot start the database.
    I have tried all the possible means( i deleted the listener and tns, recreated again rebooted etc etc)
    oracle@med ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Sep 5 13:48:10 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn /as sysdba
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specified
    SQL> conn sys/medisys@rmct as sysdba
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Thanking you,
    regards,

    risingstar wrote:
    Hi,
    Thanks for ur reply
    plz have a look
    [oracle@med ~]$ cd $ORACLE_HOME/dbs
    [oracle@med dbs]$ ls
    hc_rmct.dat init.ora initrmct.ora orapwrmct sqlnet.log
    initdw.ora init.ora.84201013612 lkRMCT spfilermct.ora
    regards,Well.You see that your sid is rmct not RMCT then
    export ORACLE_SID=rmct
    sqlplus "/as sysdba"
    startup

Maybe you are looking for

  • Can I move photos from my ipod to my computer?

    I recently reformatted my computer. after I restored my documents half of my photos are missing. They are all on my ipod can I move these photos back to my computer? I am afraid that if I sync the ipod to the computer they will disappear.

  • MacBook Pro "restore"  I lost very important documents - please help!

    Hello! I recently did a restore on my MacBook Pro- that was not smart as I have now lost a ton of documents and I really need those back. I should have icloud and I have time machine.  Please tell me if those documents are out there and how I can ret

  • Crystal reports 2013 issue

    Hi Experts, We have directly migrated from Crystal Reports 2008 to CR 2013. Source is ECC and we have around 80 reports (Agreement reports include formulas) after migration, some reports are unable to open and some reports are not displaying proper a

  • SerialOracleClob usage in weblogic server 8.1

    Hi, An application is deployed successfully on weblogic 7.0 server but there was a ClassCastException for SerialOracleClob class when the same was deployed on 8.1 server.Also when I tried to compile the source code using weblogic.jar of 8.1,i got the

  • How to close a view

    hello all, I have a view that opens an html view on a button click. how can I go back to the first iview from the html view? I tried to use a toolbar button with different system action - but without success.... thanks, Michal