Why aren't adapter errors visible in SXMB_MONI?

My client has an integration scenario that updates an Oracle database through a JDBC receiver channel.  Occasionally an insert/update statement will fail.  The adapter engine logs the Oracle error message, but that error message doesn’t show up in SXMB_MONI.   SXMB_MONI happily displays the checkered flag.  You can only see the adapter error in runtime workbench. 
Why aren’t adapter errors “visible” in SXMB_MONI?

> It seems odd that error messages aren’t propagated
> from one stack to the other so that we  have a
> COMPLETE view of the lifecycle of our messages.  The
> left hand doesn't communicate with the right.
You can't propagate an error which occurs in a later point of the pipeline to a previous point.
They error may occurr in the adapter, but when the message gets to the AE, the Integration Engine pipeline is already complete.
But you know, the later point can carry on errors occurred at a earlier point. That is why you can see the Integration Engine errors in the Messsage Monitoring.
It is a matter of culture. SAP consultants, in general, are more confortable with ABAP stack (SXMB_MONI) than with Java Stack (Message Monitoring). But, in this case, the Java tool is more complete.
Regards,
Henrique.

Similar Messages

  • How can we make pe_adapter errors visible in sxmb_moni

    Hello,
    We are running on xi 3.0
    Some errors that occur in mapping are not visible in sxmb_moni
    The only way to see them is to open the successfull message and see that the second message of adapter is in status : 29 "Transfer to process engine"
    or to open some workflow transaction monitoring were we can see work item is in error.
    Is there a way to see this error in sxmb_moni or to modify the message status?
    Thanks,
    Laurent.

    hmmm.. Unfortunately No
    Best way to avoid manual monitoring is to use XI 's Alert Framework.If an error occurs, the Alert is triggered and the Alert contains the Message ID and this will help you locate the message immediately.
    We have used XI Alerts and I have found them to be really useful!
    Regards
    Bhavesh

  • Why aren't audio files visible individually in the timeline?

    It seems like this would be helpful. But I could, as always, be oh-so-wrong! Thanks.

    This has helped me a lot. I hadn't realized I could see the audio that way. I'm still working on it, but the concept is a bit clearer.
    I'll repeat my whining cry about Captivate and Adobe: Mac has made things so easy for me to learn from Day 1, in the 1980s, and I've been taught all the ins and outs easily, when I take the time to do it.
    Unfortunately, Adobe makes learning this app very, very hard. It assumes we know things, and we simply do not. It's hard to then go searching for more information on the internet, when we don't know the words to use.
    It would be so easy to have someone like David Pogue write about it and turn it into a friendly, usable app. Give it to us in tiny pieces, in a sensible order. I don't know why Adobe doesn't make that available, because then it could be used by tons of people like me.
    Ah, there I go ranting again. Sorry, guys! I do think it could be wonderful, but I wish it weren't taking me years.
    Thanks, Lilybiri     I don't know why it won't let me mark your answer correct.

  • TNS-12560: TNSrotocol adapter error

    Iu2019m installing SAP ERP 6.0 on a Windows server 2008 with Oracle 10.2.0.4.0.
    First of all I installed the Oracle software by means of Oracle Universal Installer.Then I used the Sapinst tool. At the step u201CConfigure Oracle server Networku201D I get an error. In the lsnrctl.log file I can read:
    TNS-12560: TNSrotocol adapter error
    TNS-00530: Protocol adapter error
    These are my .ora files in the path <oracle-home>\NETWORK\ADMIN::
    1 )LISTENER.ORA
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = IPC)
    (KEY = DEV.WORLD)
    (ADDRESS=
    (PROTOCOL = IPC)
    (KEY = DEV)
    (ADDRESS =
    (COMMUNITY = SAP.WORLD)
    (PROTOCOL = TCP)
    (HOST = SAP-BTdemo)
    (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = DEV)
    (ORACLE_HOME = F:\oracle\DEV\102)
    2) SQLnet.ora:
    AUTOMATIC_IPC = ON
    TRACE_LEVEL_CLIENT = OFF
    NAMES.DEFAULT_DOMAIN = WORLD
    05.01.06 unsorported parameter now
    #NAME.DEFAULT_ZONE = WORLD
    05.01.06 set the default to 10
    SQLNET.EXPIRE_TIME = 10
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    05.01.06 set to default
    #TCP.NODELAY=YES
    05.01.06 set to 32768
    DEFAULT_SDU_SIZE=32768
    3) tnsname.ora:
    DEV.WORLD=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = SAP.WORLD)
    (PROTOCOL = TCP)
    (HOST = SAP-BTdemo)
    (PORT = 1527)
    (CONNECT_DATA =
    (SID = DEV)
    (GLOBAL_NAME = DEV.WORLD)
    I have set the following Environment Variables:
    u2022 ORACLE_HOME = F:\oracle\DEV\102
    u2022 ORACLE _SID= DEV
    u2022 TNS_ADMIN= F:\oracle\DEV\102\NETWORK\ADMIN
    I have installed Oracle by Universal Installer and, in the Server Manager, I got only the following Oracle Service:
    OracleDEV102iSQL*Plus
    If I use the command lsnrctl start from Windows prompt I get the same error.
    Can anyone help me?

    Ok, I made all the things that you say: installed Oracle sw, installed the Opatch end started SAPinst.
    But SAPinst stops when configuring oracle server network. I really don't understand what to do. If i write the command of LSNRCTL and tnsping the DEV (my DBsid) i have the following error:
    LSNRCTL> services
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=DEV.WORLD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=DEV))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=10.32.33.4)(PORT
    =1527))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    LSNRCTL> status
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=DEV.WORLD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=DEV))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=10.32.33.4)(PORT
    =1527))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    C:\SAPinst>tnsping DEV
    TNS Ping Utility for 64-bit Windows: Version 10.2.0.4.0 - Production on 27-OCT-2
    010 14:11:45
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    Used parameter files:
    F:\oracle\DEV\102\NETWORK\ADMIN\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP
    .WORLD) (PROTOCOL = TCP) (HOST = 10.32.33.4) (PORT = 1527))) (CONNECT_DATA = (SI
    D = DEV) (GLOBAL_NAME = DEV.WORLD)))
    TNS-12541: TNS:no listener
    Why isn't SAPINST able to use the listener??
    Edited by: Paolo Rubino on Oct 27, 2010 3:16 PM

  • HTTP Adapter - Error While Starting

    Hi all,
    I get the following error message when i start my HTTP Adapter.
    Initializing the Bridge oracle.oai.agent.adapter.technology.TechBridge..
    Bridge started in XML mode.
    java.lang.NoClassDefFoundError: HTTPClient/ModuleException
    at oracle.oai.agent.adapter.transport.basic.TransportSenderFactory.createTransportSender(TransportSenderFactory.java:73)
    at oracle.oai.agent.adapter.technology.TechBridge.registerTransportSender(TechBridge.java:1531)
    at oracle.oai.agent.adapter.technology.TechBridge.init(TechBridge.java:402)
    at oracle.oai.agent.proxy.AgentProxy.go(AgentProxy.java:600)
    at oracle.oai.agent.proxy.AgentProxy.start(AgentProxy.java:639)
    at oracle.oai.agent.proxy.AgentProxy.<init>(AgentProxy.java:363)
    at oracle.oai.agent.service.AgentService.run(AgentService.java:41)
    at java.lang.Thread.run(Unknown Source)
    The adapter is configured at the target side (Subscriber). Message type used is XML. The requirement is : Subscribe the XML message and post it to an URL. I get the above error when i start the adapter.
    Any idea why iam getting this error message? Has anyone succeeded using the HTTP adapter.
    Thanks,
    Shah

    The library http_client.jar is probably missing in your adapter classpath.
    The problem is that this jar is not delivered by the adapter installation . You will find this library either in the Hub directories nor int the java OC4J product librairies
    regards

  • XI - Call Adapter Error - HTTP client. Code 402 reason ICM_HTTP_TIMEOUT

    I am using HTTP adapter to post XML PO to vendor's site. We are having this problem with one of our vendor when PO's has more than 15 line items. XI server is getting error-"Call Adapter Error - HTTP client. Code 402 reason ICM_HTTP_TIMEOUT". Actually PO is posted good for the first time on vendor's site but XI is getting above error message and it keeps posting it again. Is there anyway to stop it otherthan manually stopping the XI message? Is there anyway to increase the wait time of the XI server to get the message.
    Thanks in advance.
    Mrudula Patel

    I'm getting the same issue "500 TIMEOUT error" in runtime work bench-->IE--->Test Message. When i manually trigger the file.
    The issue is basically from 01-01-2015 02:00 pm to 02-01-2015 01:am , File is picked from source ftp folder and places in archive but xml messages are not reflecting in SXMB_MONI.
    Today suddenly after 01:00 am messages are successfully processing.
    Please help on this issue. Many Thanks.

  • TNS-12560: TNS:protocol adapter error (when starting database)

    Hi.. everyone.
    I am testing oracle9i and oracle10g on the same machine, windows xp pro.
    When I was trying to start oracle10g using command line mode,
    I got the error, TNS-12560: TNS:protocol adapter error.
    I entered these command.
    set oracle_home=10g_homexxxx
    set oracle_sid=xxdb
    sqlplus /nolog
    conn sys/xxx as sysdba
    I got the error, TNS-12560: TNS:protocol adapter error.
    The install of two different versions of oracle , oracle9i and oracle10g,
    on the same machine(windows xp pro) could cause this problem?
    Is it safe to install two different versions of oracle on the same window machine?
    Is there any confliction in environment variables?
    I think there is no problem on the linux, unix system.
    I stoped the listener of oracle9i and tried again. But I failed.
    I am looking forwared to hearing your experience and advice.
    Thanks in advance. Have a good day.
    Ho.

    Dear Werner.
    Thanks for your reply.
    I shutdown oracle9i and 10g, using "services.msc" utility from windows.
    Therefore, "OracleService<xxdd>" is not running.
    What I want to do is to startup 10g database using "cmd",command line mode.
    In addition, I would like to know why I could not start 10g database, using "cmd"
    on windows xp pro.
    I installed 9i first and installed 10g. I think there are a kind of environment variable
    conflictions.
    I am wondering how I can fix them, and whether or not they are curable.
    Thanks for your reply. Have a good day.
    Regards.
    Ho.

  • TNS-12560: TNS:protocol adapter error - Of a different sort

    Hi ,
    Have a unique problem.
    System :- Win 2K
    I have installed 9iDB & 9iDS. They were working perfectly fine. I was able to connect to DB from forms. But due to some restrictions i had to resort to 6i forms.
    Now i installed 6i forms on the same machine. But when i try to connect to DB i get the TNS:Protocol Adapter error. I am sure the instance and the listener is up and running. Because still i am able to connect from 9i forms. The DB name is MYDB.
    The error i am getting is :-
    ========================
    Fatal NI connect error 12203, connecting to:
    (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle80)(ARGV0=oracle80ORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\Oracle6i\BIN\PLUS80W.EXE)(HOST=xxx.xxx.xxx.xxx)(USER=Myself))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 8.0.6.0.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 8.0.6.0.0 - Production
    Time: 01-DEC-05 18:33:56
    Tracing not turned on.
    Tns error struct:
    nr err code: 12203
    TNS-12203: TNS:unable to connect to destination
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 0
    nt OS err code: 0
    ===============================
    Can someone please guide me as to how i can connect to my 9iDB from 6iforms.
    Thanks & Regards,
    Anandh

    Oracle is a bit touchy with tnsnames.ora spelling. I copied your entry, just changing names :
    MYDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    $ sqlplus scott/tiger@mydb
    SQL*Plus: Release 9.2.0.4.0 - Production on Fri Dec 2 11:20:24 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve service nameThen I change MYDB entry, just adding some spaces :
    MYDB =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    $ sqlplus scott/tiger@mydb
    SQL*Plus: Release 9.2.0.4.0 - Production on Fri Dec 2 11:23:17 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    SQL>                                                                                       That's why I told you of Easy configuration, but if you cannnot use it.....
    Did you try copying 9iDS SQLNET.ORA and TNSNAMES.ORA to 6i Home ?

  • WS Receiver Adapter Error - Error in WSDL access for task ID

    Hi Experts,
    Need Help..I am working on (PI 7.1:HP-UX) IDoc to WS Adapter scenario. Message failed in SXMB_Moni...Pasting the Error log. Does this related to any Network Issues? Do I need to do anymore configurations in WS Received Adapter?
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">WS_ADAPTER_SYS_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>System error while calling Web service adapter: Error in WSDL access: &#39;Error in WSDL access for task ID &quot;00000000000000000021&quot;; read the long text&#39;</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks,
    Phani Akella.

    Hi,
    Ports were opened in the firewall...Now struggling with a different error. Gone through SDN and found Note 1142454 - Error when initializing the SOAP application.
    System error while calling Web service adapter: Error when initializing SOAP client application: &#39;error_text&#39
    This did not help...Do we need to do any SOAMANAGER Configuration? Please suggest.
    Thanks in Advance,
    Phani Akella.

  • HTTP Receiver adapter error ?

    HI Guys,
    I have configured the IDOC-HTTP. I have defined a bsuiness service on the receiver side as the receiver is not in our landscape and he is our business partner.
    I have created a RFC connection of type G and it is working properly but the HTTP reciver adapter gives the error as below
    I'm getting an error when I go to "sxmb_moni" which says
    Error Category = PLAINHTTP_ADAPTER
    Error ID = ATTRIBUTE_SERVER
    Kindly help..
    Thanks,
    Raj
    Message was edited by:
            raj reddy

    Hi Raj,
    <b>Error Category = PLAINHTTP_ADAPTER
    Error ID = ATTRIBUTE_SERVER</b>
    as far as i know this problem is due to high  traffic.When the data comes in bulk some of the message are failing or when they are not able to connect to reciever server.So it gives error.
    u can look @ these threads of similer taste
    PLAINHTTP_ADAPTER.ATTRIBUTE_SERVER error
    PLAIN HTTP ADAPTER -ATTRIBUTE_SERVER ERROR
    Plain HTTP adapter error
    PLAINHTTP_ADAPTER  -  ATTRIBUTE_SERVER
    and also look @
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
    Regards
    biplab

  • IDOC Adapter error"ATTRIBUTE_INV_SND_SERV'

    I am doing small example like Using HTTP Client to submit Order Response XML from my browser and Converting Order Response XML file to an order response IDOC of type ORDERS05 idoc.  I have developed  all the necessary objects in Integartion Repository & Integration Directory and posted the Order Response XML file through HTTP client.
    I am getting the error message(in SXMB_MONI)like "Unable to convert sender service OrderResponse to an ALE logical system".
    Appritiate, if some one help me On this .
    Thanks
    Sudha

    For the business sytem you have to mention the adapter specific identifiers in the Integration Directory.
    Go to Int. Directory -> Double Click on your IDoc Business System -> Menu -> Service -> Adapter Specific Identifiers
    Maintain Logical System name and System ID and Client number.
    Check the following blog.
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    regards
    Shravan

  • RNIF adapter error - Transmitting the message to endpoint failed

    Hi
    I have developed one interface SAPR/3 - PI - RNIF (Vendor system). the communication happens from PI to Vendor  via HTTPS protocol, the SSL certificates has been installed on PI J2EE engine, and configured in RNIF receiver communication channel.
    But when i perofrm end-end test and tryting to send messages from PI to Vendor system getting below error.
    "Transmitting the message to endpoint https://**.*.*.:***/SeeburgerDT/HTTPController?HTTPInterface=rosettanet using connection RNIFAdapter failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.lang.RuntimeException: Error while silently connecting: org.w3c.www.protocol.http.HttpException: Connect timed out."
    The URL "https://**.*.*.:***/SeeburgerDT/HTTPController?HTTPInterface=rosettanet" provided by Vendor team. i have checkd with the Vendor team and they said the URL works fine from their side and able to receive XML messages from our PI server (we are working on PI7.1.).
    Pls suggest why im getting Transmission error in PI RNIF adapter log.
    Is it the problem with SSL certificates installed on PI or URL used in RNIF communication channel ?
    Please help how to resolve this issue.. i would appreciate your help.
    Regards,
    Rajesh

    Hi,
    we are getting same message.
    "Transmitting the message to endpoint https://**.*.*.:**/*********************** using connection RNIFAdapter failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.lang.RuntimeException: Error while silently connecting: org.w3c.www.protocol.http.HttpException: Connect timed out."
    SSL_get_state() returned 0x00001180 "SSLv3 read client certificate A"
    [Thr 1085831488] *** ERROR during SecudeSSL_SessionStart() from SSL_accept()==SSL_ERROR_SSL
    [Thr 1085831488] SecudeSSL_SessionStart: SSL_accept() failed --
    [Thr 1085831488]   secude_error 536875074 (0x20001042) = "received a fatal SSLv3 bad certificate alert message from the peer"
    [Thr 1085831488] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 1085831488] WARNING in ssl3_read_bytes: (536875074/0x20001042) received a fatal SSLv3 bad certificate alert message from the pe
    [Thr 1085831488] << -
    End of Secude-SSL Errorstack -
    [Thr 1085831488]   SSL NI-sock: local=10.1.1.11:51101  peer=210.71.237.26:41004
    [Thr 1085831488] <<- ERROR: SapSSLSessionStart(sssl_hdl=102b270)==SSSLERR_SSL_ACCEPT
    [Thr 1085831488] *** ERROR => IcmConnInitServerSSL: SapSSLSessionStart returned (-56): SSSLERR_SSL_ACCEPT [icxxconn_mt. 1676]
    [Thr 1088473408] Thu Oct 15 07:31:46 2009
    [Thr 1088473408]   SSL_get_state() returned 0x00001180 "SSLv3 read client certificate A"
    [Thr 1088473408] *** ERROR during SecudeSSL_SessionStart() from SSL_accept()==SSL_ERROR_SSL
    [Thr 1088473408] SecudeSSL_SessionStart: SSL_accept() failed --
    [Thr 1088473408]   secude_error 536875074 (0x20001042) = "received a fatal SSLv3 bad certificate alert message from the peer"
    [Thr 1088473408] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 1088473408] WARNING in ssl3_read_bytes: (536875074/0x20001042) received a fatal SSLv3 bad certificate alert message from the pe
    [Thr 1088473408] << -
    End o
    Could you please let us know how did you resolve the issue?
    Thanks inadvance
    Regards
    Lshriva

  • ORA-12560: TNS:protocol adapter error rman

    hello all,
    i am on xp, and 10.2 oracle version....i created a dummy database with name comp using dbca...used FRA and took a backup though rman....i have teh backup now in FRA....
    I droped the database to do a test restore...but i cant even login to rman or sqlplus ??? i was able to login to rman before to take a backup....but now i cant.... could not figure out why...any help would be appericiated....
    C:\oracle\sql>set ORACLE_SID=comp
    C:\oracle\sql>
    C:\oracle\sql>echo %ORACLE_SID%
    comp
    C:\oracle\sql>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 6 09:54:16 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-12560: TNS:protocol adapter error
    C:\oracle\sql>
    C:\oracle\sql>
    C:\oracle\sql>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUL-2011 09:54:20
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxxxxx)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date                06-JUL-2011 09:53:53
    Uptime                    0 days 0 hr. 0 min. 26 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File         C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxxxxxx)(PORT=1521)))
    Services Summary...
    Service "COMP" has 1 instance(s).
      Instance "COMP", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\oracle\sql>

    user8363520 wrote:
    hello all,
    i am on xp, and 10.2 oracle version....i created a dummy database with name comp using dbca...used FRA and took a backup though rman....i have teh backup now in FRA....
    I droped the database to do a test restore...but i cant even login to rman or sqlplus ??? i was able to login to rman before to take a backup....but now i cant.... could not figure out why...any help would be appericiated....
    If you have backup and you dropped database then you can create it again.
    1) Create directories for background,user,audit dumpdest and control,online log,datafiles.
    2) Create OracleServiceComp if that is not exists using ORADIM utility(oradim -new -sid COMP -intpwd <syspass> -pfile <pfile location>)
    3) After starting oracle service
    set ORACLE_SID=COMP
    rman target /
    /*if you do not have spfile also then you have to restore it from
    full/auto backup or startup database using pfile(create it manually)*/
    startup nomount ;
    restore controlfile from 'full or autobackup location';
    alter database mount;
    catalog start with 'backup location';
    restore database;
    recover database;
    alter database open resetlogs;

  • ORA-12560: TNS Protocol adapter error after full database restore.

    Good afternoon,
    Following the steps given in page 9-32 of the 2 Day DBA document, after doing a full database restore, the home page shows:
    NOTE: all of the output shown in this post is obtained directly from the host not a client. AND all using ENTERPRISE MANAGER.
    1. The database instance is down
    2. The listener is up
    3. Agent Connection to Instance has status of Failed, followed by ORA12505: TNS: listener does not currently know of SID in connect descriptor (DBD ERROR: OCIServerAttach)
    When I try to connect as sysdba using SQL Plus, I get the output shown below:
    0 18:14 [Oracle] [13G] [2,031M] E:\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN>
    tnsping dbca
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 30-AUG-2
    010 18:14:36
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    E:\Oracle\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = orahost.john.local)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = dbca.
    john.local)))
    OK (50 msec)
    0 18:14 [Oracle] [13G] [2,050M] E:\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN>
    sqlplus /nolog
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 30 18:17:53 2010
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> connect
    Enter user-name: sys as sysdba
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL>All I did was perform a full database restore in the same database, the simplest case. Any ideas as to why I can no longer connect ?
    Thank you very much for your help,
    John.
    Edited by: 440bx - 11gR2 on Aug 30, 2010 6:58 PM - added Using Enterprise Manager.

    I don't know what else I could have done given the behavior of the service.You can avoid problems like this in the future by avoiding Windows & using any approved *NIX Operating System.
    No such "service" or daemon exist on any *NIX OS.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • ORA-12560: TNS:protocol adapter error. Running sqlplus in different paths.

    Hi,
    Title: ORA-12560: TNS:protocol adapter error. Running sqlplus in different paths.
    Very strange. We have windows host, 32 bit oracle software 10g, 64 bit sap kernel X64.
    We have done Kernel patch yesterday and it was successful, system up and running.
    Only problem with sqlplus. I have logged in as SIDADM user and when i open command box, the default path is C:\Documents and Settings\SIDADM. when i run sqlplus sys as sysdba, iam able to connnect without any problem but when iam in this path -   /usr/sap/SID/SYS/exe/run and run sqlplus sys as sysdba, it returns ORA-12560 error. Thats why, the BRTOOLS are also not working, giving same error.
    Is there a problem in the kernel? Where could be the problem?
    The environment variables ORACLE_SID, ORACLE_HOME are set properly.
    Many thanks,
    Mohan.

    Hi,
    Please look into below SAP recommendation from SAP note 192822:
    3. Can I run 32-bit applications on my 64-bit platform?
    This depends on the platform you are running on. For all unix- platforms, this  can be done without any problem. Even if the OS is started in 64-bit mode, it is possible to run 32-bit applications (R/3, oracle) on it. there is no need to either upgrade oracle or R/3 toa 64-bit version.
    This, however is NOT the case for windows & Linux. If you have IA64 hardware in place, you do need to run an 64-bit OS as well as all application in 64-bit mode.
    Could you please now share with me your OS (version and whether it is 32 bit or 64 bit as well), database (32 bit or 64 bit), SAP system (32 bit or 64 bit and System release) ?
    Thanks
    Sunny

Maybe you are looking for

  • Fail to open PDF file. Error for trying to paste in object.

    So occasionaly, i will paste in a PDF into my InDesign document and this error will pop up, Fail to open PDF file.  It's not like im opening the file im just trying to paste it in.  I try other pdf files and the same error comes up.  Usually this err

  • ME21N - Doc.Overview On/Off

    Hi All, ME21N :Document.Overview On/Off ->Selection Variant - CHANGES 1.Go to ME21N transaction 2.Click Document Overview On 3.Now a hierarchial ALV will be displayed 4.In that selection variant select options - Purchase Orders/PR/Contracts etc.. lik

  • PI7.0: Problem about openning alert configuration in RWB

    Hi experts,    I encounter a problem about alert configuration.    I have defined the alert catogory in WAS ABAP and use the report RSALERTTEST to test it. It's OK. Then I logon RWB and click u201CAlert configurationu201D,system popup a login window.

  • Intel-iMac Keyboard not working...

    So I've had my Intel-iMac for a year and some change now and have had no problems until today when my keyboard stoped working. I have tried plugging into different usb ports but nothing. Each time I plug into a usb port the caps lock light does flash

  • Dbms_sheduler error

    hi, When i try to run a job i am getting the following error. BEGIN DBMS_SCHEDULER.RUN_job (job_name => 'TEST110' ); END; ERROR at line 1: ORA-27369: job of type EXECUTABLE failed with exit code: Permission denied ORA-06512: at "SYS.DBMS_ISCHED", lin