Facing an problem in production server cluster

Dear All,
I am facing an problem in production server, we are using Ecc5, windows 2003 with Oracle 9i and  with the is clustering node A and node B
The problem is suddenly the sap sever get restated and the resources get move from  one node to another e.g. .node A to node B but not all the resources move to one node ,  except the kernel drive where sap is installed it is in different node and rest in other  node.  At present time both the node are active.
How to move the all the resources into one node I have tried before also but my  experience in not good
One time I have to recover the database and another time I have hard time to start service of sap R/3.
This time I have the same problem please suggest me how to do it in correct way and to solve this problem.
Regards,
Shiva

Hi,
This is related to virus problem. Pls check virus with latesh dat.
Anil

Similar Messages

  • Smartform working fine in DEV and Quality But Problem in Production server

    Hi
    i had done a smartform ..that is working fine in devlopement and
    quality server  but the data in few of the column not appearing in production
    server.i had debug it and found prolem in S0RT Syntax ..Had not faced this kind of problem before i had 20 records in my itab.
    iam sorting it by vbeln and posnr ....
    and deleting the adjacent duplicates ....comparing veln and posnr...
    both are same ..in 20 records .
    but iam fetching the adrees number at first in the loop.
    so the first record of table is with adrs number...
                                                       vbeln          posnr
    a1       a2      a3            a4    a5     a6              a7              a8          a9
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607 471403  290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    if i sort the above table in devlopement and quality ..it will be in the same way
    as above but in production it gets sorted in this way
                                                       vbeln          posnr
    a1       a2      a3            a4    a5     a6              a7              a8          a9
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607 471403  290644
    and when i delete duplicate only i get
                                                       vbeln          posnr
    a1       a2      a3            a4    a5     a6              a7              a8          a9
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    in this where i dont get the adrs number so cant get adrs detail...
    Can anyone theie tell me what is the problem with it ONLY IN PRODUCTION SERVER..
    ITS WORKING FINE DEV  AND QUALITY SERVER...
    REGARDS....

    are u using my DELETE keywords ?
    if yes , then use
    delete adjacent duplicates from itab comparing all fields.
    Regards
    Prabhu

  • Urgent - Serious problem in production (server crashes unexpectedly)

    Hi,
    We got the following error in production server and caused the server to
    exit immediately. It just crashed the server. There are some jsp calls
    before this error.
    Tue Jan 02 14:20:23 EST 2001:<E> <HTTP> --------------- nested
    within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    register new response:
    'weblogic.servlet.internal.ServletResponseImpl@2df8587' with pending
    response: 'weblogic.servlet.internal.ServletResponseImpl@2dffb64' ]
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:53)
    at weblogic.utils.NestedError.<init>(NestedError.java:15)
    at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
    at weblogic.utils.Debug.assert(Compiled Code)
    at weblogic.socket.JVMSocketHTTPServer.registerPending(Compiled Code)
    at weblogic.socket.TunnelRecv.service(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.dispatchNextMessage(Compiled Code)
    at weblogic.socket.NTSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
    Our operating environment is as follows -
    WL 4.5.1 SP 13 on Windows NT 4.0 SP 5
    Execute thread count = 30
    JDBC connection pool = 25 min, 100 max.
    JDBC driver = oracle thin drivers.
    JDK 1.1.7B
    Oracle 8i database
    Thanks in advance.
    -SG

    First, you should verify that SP13 has been installed properly as it addresses
    several "assert" errors. If the service pack was installed per the installation
    documentation, you should contact BEA WebLogic support and report this problem
    for an answer/resolution.
    Thanks,
    Charlie
    PS - Please don't post your messages to multiple newsgroups as this tends to
    clutter them and most message are not relevant to more than one subject
    category.
    The views expressed in this posting are solely those of the author, and
    BEA Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness
    of the information provided and assumes no duty to correct, expand
    upon, delete or update any of the information contained in this posting.
    Sudheendra Galgali wrote:
    Hi,
    We got the following error in production server and caused the server to
    exit immediately. It just crashed the server. There are some jsp calls
    before this error.
    Tue Jan 02 14:20:23 EST 2001:<E> <HTTP> --------------- nested
    within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    register new response:
    'weblogic.servlet.internal.ServletResponseImpl@2df8587' with pending
    response: 'weblogic.servlet.internal.ServletResponseImpl@2dffb64' ]
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:53)
    at weblogic.utils.NestedError.<init>(NestedError.java:15)
    at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
    at weblogic.utils.Debug.assert(Compiled Code)
    at weblogic.socket.JVMSocketHTTPServer.registerPending(Compiled Code)
    at weblogic.socket.TunnelRecv.service(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.dispatchNextMessage(Compiled Code)
    at weblogic.socket.NTSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
    Our operating environment is as follows -
    WL 4.5.1 SP 13 on Windows NT 4.0 SP 5
    Execute thread count = 30
    JDBC connection pool = 25 min, 100 max.
    JDBC driver = oracle thin drivers.
    JDK 1.1.7B
    Oracle 8i database
    Thanks in advance.
    -SG

  • RFC Connection Problem between Production Server & Solution Manager

    Hi,
    I want to make a RFC Connection between Production Server & Solution Manager.
    But when go through Tcode- SM59 and click on Remote Logon from Production to connect Solution Manager it showing me a  Client/Userid/Password window and when i connect go through Solution Manger to Production Server it connects normally. I already done the same process in both the clients, as i already mentioned Logon details in the Logon/Security tab but why it is showing me Client/Userid/Password pad when i am login through Production to SolMan?
    +Tell me where the actual problem is! In my Solution Manager end or in my Production Server end +
    I want to access Solution Manager from Production Server on just clicking once on Remote Logon from Tcode- SM59.
    Thank you.
    Edited by: varun@pcl on Jul 31, 2010 4:40 PM

    Hi
    Mention which Client u login and valid username and password from both PROD Server and Solman .
    https://websmp201.sap-ag.de/support under Solman manager .
    https://websmp201.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000633637&
    Regards

  • Alignment Problem in Production server

    Hi friends,
         I am developing one report in which all the amount fields are right aligned and works fine in dev server, but the same report exeuting in  in Production server some of  the amout fields are left-aligned. I am using the same Varient in both the servers .
    Can you please help me how the alignment will change from Dev to Prod server for the same varient.
    Regards,
    Suresh

    Do we have same domain for the field type that is giving issue.
    Check if we have CHAR in Production and CURR/NUMC in Development system!
    And
    Which type of report is this? ALV or Normal?
    Thanks,
    Naveen.I

  • Metastat problem in Production server

    Dear frinds,
    This is the result of metastat in Production server and system has rebooted.
    d50: Mirror
    Submirror 0: d52
    State: Okay
    Submirror 1: d51
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 41945472 blocks (20 GB)
    d52: Submirror of d50
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s6 0 No Okay Yes
    d51: Submirror of d50
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s6 0 No Okay Yes
    d40: Mirror
    Submirror 0: d42
    State: Okay
    Submirror 1: d41
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 12587712 blocks (6.0 GB)
    d42: Submirror of d40
    State: Okay
    Size: 12587712 blocks (6.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s5 0 No Okay Yes
    d41: Submirror of d40
    State: Okay
    Size: 12587712 blocks (6.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s5 0 No Okay Yes
    d30: Mirror
    Submirror 0: d32
    State: Okay
    Submirror 1: d31
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 41945472 blocks (20 GB)
    d32: Submirror of d30
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s3 0 No Okay Yes
    d31: Submirror of d30
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s3 0 No Okay Yes
    d20: Mirror
    Submirror 0: d22
    State: Okay
    Submirror 1: d21
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 16780224 blocks (8.0 GB)
    d22: Submirror of d20
    State: Okay
    Size: 16780224 blocks (8.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s1 0 No Okay Yes
    d21: Submirror of d20
    State: Okay
    Size: 16780224 blocks (8.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s1 0 No Okay Yes
    d10: Mirror
    Submirror 0: d12
    State: Needs maintenance
    Submirror 1: d11
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 20972736 blocks (10 GB)
    d12: Submirror of d10
    *State: Needs maintenance
    Invoke: metareplace d10 c0t1d0s0 <new device>
    Size: 20972736 blocks (10 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s0 0 No Maintenance Yes
    d11: Submirror of d10
    State: Okay
    Size: 20972736 blocks (10 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s0 0 No Okay Yes
    How can i resolve the D10 and D12 status plesae help me.
    Thank you!

    to sync again, execute
    metareplace -e d10 /dev/dsk/d12

  • Facing a series of problems in production server

    Dear All,
    I am facing a series of problems.
    We are using ecc5 on windows with oracle 9i.
    Two nodes on cluster.
    1. I am getting error in log file 
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    2. dev_disp getting error *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3893]
    MtxInit: -2 0 0
    3. Suddenly shutdown of server.
    4.E error in nmiconf.log
    I am unable to find the Listener problem because at present it listener is up.
    Please help to find the root cause because there 3 Listener.ora
    1     LISTENER1.log current date.
          2     LISTENER. Log with old date
    And which file and what change I have to do.
    2.What settings have to change in DNS settings?
    3.What is suddenly caused of server shutdown?
    Log file of LISTENER2.log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener2.log
    Trace information written to E:\oracle\ora92\network\trace\listener2.trc
    Trace level is currently 0
    Started with pid=1332
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    Log file of LISTENER1.log
    Started with pid=1180
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener1.log
    Trace information written to E:\oracle\ora92\network\trace\listener1.trc
    Trace level is currently 0
    Started with pid=1304
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Log file of LISTENER. log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 11-AUG-2008 17:10:07
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener.log
    Trace information written to E:\oracle\ora92\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=7440
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1527)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    11AUG-2008 17:10:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=#####1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 17:59:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11AUG-2008 18:14:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 18:17:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    LISTENER.ORA
    LISTENER.ORA Network Configuration File: E:\oracle\ora92\network\admin\listener.ora
    Generated by Oracle configuration tools.
    STARTUP_WAIT_TIME_FSL@@@@-SAP-ORAV = 0
    LISTENER1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1528))
    ADMIN_RESTRICTIONS_FSL@@@@-SAP-ORAV = on
    FSL@@@@-SAP-ORAV =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1))
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1.WORLD))
        (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(Host = #####)(Port = 1527))
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:04 2005
    TRACE_LEVEL_FSL@@@@-SAP-ORAV = OFF
    CONNECT_TIMEOUT_LISTENER = 10
    STARTUP_WAIT_TIME_LISTENER = 0
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1527))
    SID_LIST_FSL@@@@-SAP-ORAV =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    LISTENER_000.ORA
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:02 2005
    LISTENER =
      (ADDRESS_LIST=
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1.WORLD)
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1)
        (ADDRESS=
          (COMMUNITY=SAP.WORLD)
          (PROTOCOL=TCP)
          (HOST=########)
          (PORT=1527)
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER_001.ORA
    Filename......: listener.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/640-2/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = PRD1.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = PRD1)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = @@@@-@@@@)
              (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    nmiconf.log
    DBSNMP for 32-bit Windows: release 9.2.0.7.0 - Production on 22-SEP-08 11:33:50
    Discovering services on @@@@-@@@@ configured on host addresses {@@@@-@@@@.@@@@.COM 192.168.10.5 @@@@-@@@@}
    Warning : Skipping OracleOraHome92TNSListenerFsl@@@@-sap-orav : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerLISTENER2 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1.world : Could not find corresponding listener definition in
    Warning : LISTENER1 defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : LISTENER defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : No Listener found for SID PRD1. PRD1 will be skipped
    Could not determine location of emtab.
    Regards,
    Shiva

    Dear All,
    I am facing a series of problems.
    We are using ecc5 on windows with oracle 9i.
    Two nodes on cluster.
    1. I am getting error in log file 
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    2. dev_disp getting error *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3893]
    MtxInit: -2 0 0
    3. Suddenly shutdown of server.
    4.E error in nmiconf.log
    I am unable to find the Listener problem because at present it listener is up.
    Please help to find the root cause because there 3 Listener.ora
    1     LISTENER1.log current date.
          2     LISTENER. Log with old date
    And which file and what change I have to do.
    2.What settings have to change in DNS settings?
    3.What is suddenly caused of server shutdown?
    Log file of LISTENER2.log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener2.log
    Trace information written to E:\oracle\ora92\network\trace\listener2.trc
    Trace level is currently 0
    Started with pid=1332
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    Log file of LISTENER1.log
    Started with pid=1180
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener1.log
    Trace information written to E:\oracle\ora92\network\trace\listener1.trc
    Trace level is currently 0
    Started with pid=1304
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Log file of LISTENER. log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 11-AUG-2008 17:10:07
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener.log
    Trace information written to E:\oracle\ora92\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=7440
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1527)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    11AUG-2008 17:10:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=#####1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 17:59:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11AUG-2008 18:14:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 18:17:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    LISTENER.ORA
    LISTENER.ORA Network Configuration File: E:\oracle\ora92\network\admin\listener.ora
    Generated by Oracle configuration tools.
    STARTUP_WAIT_TIME_FSL@@@@-SAP-ORAV = 0
    LISTENER1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1528))
    ADMIN_RESTRICTIONS_FSL@@@@-SAP-ORAV = on
    FSL@@@@-SAP-ORAV =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1))
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1.WORLD))
        (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(Host = #####)(Port = 1527))
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:04 2005
    TRACE_LEVEL_FSL@@@@-SAP-ORAV = OFF
    CONNECT_TIMEOUT_LISTENER = 10
    STARTUP_WAIT_TIME_LISTENER = 0
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1527))
    SID_LIST_FSL@@@@-SAP-ORAV =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    LISTENER_000.ORA
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:02 2005
    LISTENER =
      (ADDRESS_LIST=
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1.WORLD)
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1)
        (ADDRESS=
          (COMMUNITY=SAP.WORLD)
          (PROTOCOL=TCP)
          (HOST=########)
          (PORT=1527)
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER_001.ORA
    Filename......: listener.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/640-2/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = PRD1.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = PRD1)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = @@@@-@@@@)
              (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    nmiconf.log
    DBSNMP for 32-bit Windows: release 9.2.0.7.0 - Production on 22-SEP-08 11:33:50
    Discovering services on @@@@-@@@@ configured on host addresses {@@@@-@@@@.@@@@.COM 192.168.10.5 @@@@-@@@@}
    Warning : Skipping OracleOraHome92TNSListenerFsl@@@@-sap-orav : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerLISTENER2 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1.world : Could not find corresponding listener definition in
    Warning : LISTENER1 defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : LISTENER defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : No Listener found for SID PRD1. PRD1 will be skipped
    Could not determine location of emtab.
    Regards,
    Shiva

  • Problem accessing sql server cluster node

    Simple two node cluster configuration with SQL server 2014 and Windows Server 2012.  When node 2 is active, remote client access to SQL server works fine through SQL Management Studio.  However, when node 1 is active, remote client access will
    not work.  Node 1 was installed first, and node 2 was the added node when SQL server was installed.  All other settings have been confirmed to be the same.  Anyone have any ideas????
    TIA

    Hi TIA,
    Did you try to disable all the node firewall and try again, any error information you got when it fail connect to SQL cluster?
    Best Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • DEFAULT_WS_DEST web service destination - problem with production server

    Hi All,
    I'm getting close to go live for a project which uses a vast number of custom web services to access an Oracle DB backend to supply data to a Portal front end.  Many of the applications we have developed are based on Web Dynpro and so we have used adaptive web service models to call the web services.  My basis guy and I sat down and configured the DEFAULT_WS_DEST logical web service destination to work correctly in both our DEV and QA systems.
    We completed the production build but when testing the Web Dynpro applications I get a dump saying '"DEFAULT_WS_DEST/default" cannot be found'.
    Does anyone know why our production system is looking for a connection called "DEFAULT_WS_DEST/default" instead of just "DEFAULT_WS_DEST" as per our DEV and QA system?
    Thanks in advance.

    Ok, I was really hoping for some response at least!  Guess no-one has had this problem before?
    Here's the exception message:-
    Caused by: java.rmi.RemoteException: Error while processing document security. The error was class com.sap.engine.frame.core.configuration.NameNotFoundException A configuration with the path
    "webservices/proxies/sap.com/DynamicWSProxies/DEFAULT_WS_DEST/default" does not exist.. See trace entry [no trace for com.sap.security.core.client.ws.DeployableSecurityProtocol (severity above PATH)].;
    nested exception is: com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: Error while processing document security. The error was class
    com.sap.engine.frame.core.configuration.NameNotFoundException A configuration with the path "webservices/proxies/sap.com/DynamicWSProxies/DEFAULT_WS_DEST/default" does not exist.
    If anyone has any suggestions at all I'd be very grateful.  As mentioned, the DEFAULT_WS_DEST configuration does exist and it works perfectly in both DEV and QA but not PROD.
    Thanks,
    Gareth.

  • I'm facing the problem in production support

    Hi,
    Actually i'm working supporting project,i did modifications in Transfer Rules,now i'm checking that will be working properly or not,now i'm did schedule the data was in PSA,how to send the data to ODS,how to see the data in ODS.
    i'm waiting for ur reply
    urgent
    from
    Srilatha

    Srilatha,
    Did you get the approval from The client for the done....!!
    Ok
    Did you select Only PSA in the processing option.
    If yes then goto RSA1 > PSA > Search the PSA Technical name > Right Click > Schedule the Update.
    For everything you need to take the approval, coz am to working on support project , I had a bad experience in one issue.... Let me know if you need any further clarifications.
    Thanks
    Ramu
    09885034196

  • SSO issue in the production server,com.sap.mw.jco.JCO$Exception: (103)

    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets
    in the production server.....
    while testing the jco maintained for Ess applications.
    if i go for uidpw method for modeldata destination i am getting the error. in the Ess pages that administrtor not in this peroid(administrator with which id i maintained jco destination)
    if i assign one employee to the admin in pa30......for every employee getting the same details of admin)
    I guess this problem with modeldata ......i should maintain the usermanagement method for modeldata jco destination is logon ticket.
    while maintainig that ping is successfull but getting the above error.
    it is the problem with production server.......of E.P
    in dev and quality everything is working fine.
    plz help me out.
    thankyou
    swapna

    Hi Swapna,
    Please check the logon group properties for SAP system in t-code SMLG. If there is any issue with logon group then it might cause for this issue.
    Refer to [Click here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/portal%20integration/how%20to%20configure%20the%20jco%20destination%20settings.pdf] and [System Landscape Directory Process and JCo Configuration|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c1d495-048e-2b10-babd-924a136f56b5?QuickLink=index&overridelayout=true]
    Hope it will helps
    Regards, Arun Jaiswal

  • Problem in Product Update

    Hi All,
    I am facing a problem in product updation.I am using maintain FM to update Product in sap crm 2007. after that I am using COM_PRODUCT_SAVE_API.This API takes a lot of time to update only one set type .When I debug this API ,there is a badi FM (COM_PR_CHBADI_CHANGE_AFTER_UPD )which is used in this API is taking time.I tried to remove this badi by creating Z API to save Product but Product is not updated with new values.Please tell me any solution for the same..
    Regards,
    Hem

    Hi Hem,
    I faced this issue with CRM 5.0 couple of years back. We didn't get any solution at that time other than to update the set type tables with direct table updates.
    I thought in higher versions this issue would have been resolved, but i guess not. If you find any solution, please do share.
    Regards,
    Shyamak

  • Deployment Problem in my Server

    Hai,
    I faced a problem on my server. when we try to deploy or undeploy soem error is coming.. the error is..
    // error
    Deployment failed: This Oracle9iAS instance is not in sync with the repository, cannot do further configuration and deployment changes.
    What could be the problem... We are unable to deploy anything and undeploy..
    Please help me anyone...
    Thanks..
    Damodar

    Hai,
    I faced a problem on my server. when we try to deploy or undeploy soem error is coming.. the error is..
    // error
    Deployment failed: This Oracle9iAS instance is not in sync with the repository, cannot do further configuration and deployment changes.
    What could be the problem... We are unable to deploy anything and undeploy..
    Please help me anyone...
    Thanks..
    Damodar

  • Problems with assembly update in Biztalk production server

    Hi.
    I'm facing a problem I cannot solve about an update in one of the resources of an application in Biztalk production server.
    Suddenly a bug in an application that receives messages through an external web service appeared. To find out where the bug was occurring, the orchestration was filled with many EventLogs and some other things to test. After the bug was tracked and corrected,
    it was added an update in resource with the original code of orchestration, that way the EventLogs were no more logged in Event Viewer and the other things wouldn't exists in production.
    Occurrs that the EventLogs are still being logged in Event Viewer. Even after the resource was added many times in server and after many resets in the host instances.
    The problem aren't the logged events, are the other things that we must remove from production to avoid headaches.
    There is a way to fix this? Or some better way to search a resolution for that?
    I'm thinking remove the resource, reset the hosts instances, then add the resource and reset again, but for me this is very hardcore, even more in the production Server.
    Usually, the deployment in production Server is made based in the import of msi files and execution of this files. The "Add -> Biztalk Assemblies" method was used this time only because was an emergency. I don't know if makes sense.
    Thank you for reading, please if you have any answer or material to solve this, reply this question. If you don't understand something because of the English I'm very sorry, I'm still learning the language (and yes I use Google Translate).

    Rafael,
    Enabling the options for GAC as you did, should GAC the components.
    BizTalk uses
    C:\Windows\assembly folder for assemblies. So when you import the msi with GACing options enables, ensure the assemblies are gaced in C:\Windows\assembly folder.
    Otherwise, just drag and drop the assemblies from your folder to this folder. Or using command prompt
    cd to c:\windows\assembly\gac_msil and copy the assembly from your folder.
    Ensure you have GACed the assemblies in all the BizTalk processing machines when you more than one BizTalk machines.
    Also ensure you’re restarting the correct host instances. If the artefact under the isolated host instance, ensure Application pool /IIS is restarted.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Problem in Domain Server for Cluster SAP installation

    Hello,
    SAP Production Landscape Information :
    SAP Version: ECC 6.0
    OS: Windows 2003
    Database : Oracle 10.2.0.2
    Production Server is in MSCS cluster involving two nodes.
    Also, this is a domain installation and hence user SAPSID and SAPSERVICESID resides on altogether different domain Server.
    Problem:
    OS of u2018Windows domain serveru2019 has crashed. Hence, domain server is almost not usable.
    Restart of it takes several hours. Repair of OS is tried by Microsoft without any success.
    So this has resulted into communication problem between SAP Production server and Domain server. As an effect, restart of production server takes approximately an hour.
    And hence I need some solution to resolve this SAP Server    Domain Server link.
    Logically, following can be solution of this problem,
    1.     If Current SAP Production can be made as Local Installation instead of Domain installation. (Basically, creating users locally and making SAP refer that)
    2.     If above is not feasible then replicating domain server on new hardware and making SAP point to this new domain server.
    However, I am not sure about feasibility and procedures for both of above cases.
    Please let me know your views and any other solution for the same.
    Thanks and Regards,
    Nirav.

    Hi Markus,
    Thanks for your reply.
    Possibility of converting domain installation to local is ruled out as MSCS cluster needs domain.
    As you have rightly mentioned, I do have secondary domain sever.
    For More information:
    1)Domain details for primary server are
        Full computer name : APPL-SERVER.SHREE
        domain            : SHREE
       as secondary server is kept shutdown, details are not available. (I can't run both server running simultaneously)
    2)sqlplus "/as sysdba"
    sql> select username from dba_users;
        TSMSYS
        OPS$SHREE\SAPSERVICEPRD
        OUTLN
        OPS$SHREE\PRDADM
        DIP
        DBSNMP
        SAPPRD
        SYS
        SYSTEM
    3) In the services, mainly users are using SHREE\PRDADM & PASSWORD.
    Client have tried shutting down primary and promoting secondary domain controller. However, after that SAP service were not getting started. But on again starting primary controller,start of SAP services were successful.
    As can be seen in 2nd & 3rd point above,SAP database and  SAP services both refer to name "SHREE" which seems domain name and not to hostname.
    So in this case, when I start secondary domain server (primary is shut down) then as SAP is referring to domain name, SAP's service should start.
    However, that was not the case. SAP Services were not able to get started.
    So, do we have to change anything in SAP as to make it point to secondary domain server.
    Let me know your views.
    Regards,
    Nirav.

Maybe you are looking for

  • Trouble with built in iSight macbook C2D late 2006

    I´ve resetted my smc on my macbook, nothing happens, I´ve the same problem, "there is no cam" photobooth answered, but my systemprofiler shows the builtin isight, with win xp on my bootcamp partition it works, but only win-like. Later I´ve made the p

  • Where do i find cofiles/datafiles for virtual system

    Hello, Here is my setup at our site there was a development system DEV, and a production virtual system PRD was created. After everything is ready in DEV we make a system copy to remote production system  (PRD)and need to add the transports there, as

  • Where to find 9iAS (9.0.3.0.0) or  9iAS (9.0.2.0.0)

    Dear sir/ Madam, I have to install Oracle 9i application server R2 or R3 but i am unable to find them in oracle site where to download them. Secondly i have followed ORACLE-BASE site ( http://oracle-base.com/articles/9i/Oracle9iASInstallationOnRedHat

  • Photoshop 6.0+mac

    Läuft dieses Programm auch auf 0S 10.4.2 Grüsse Lucca

  • Importing large picture database

    Trying to import 100+ folders with pictures into iPhoto 6 I am looking for an automated way to do this: All pictures have to come in an iPhoto folder with the same name as the original folder. Any suggestions? thank you iMac intel   Mac OS X (10.4.5)