Services don't register with static listener

HI, no matter what configurations I do the static listener shows no services. Can you help me? Here is my listener.ora:
SID_LIST_LISTENER =
        (SID_LIST =
                (SID_DESC =
                        (GLOBAL_DBNAME=ELLISON9)
                        (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
                        (SID_NAME=ELLISON9)
LISTENER11G =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = ora1)(PORT = 1522))
ADR_BASE_LISTENER = /u01/app/oracle
My tnsnames.ora:
ELLISON9 =
  (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ora1)(PORT = 1522))
        (CONNECT_DATA =
        (SERVICE_NAME = ELLISON9)
And my parameters in the database are:
service_names=ELLISON9
local_listener=' ';
STATUS of the LISTENER
Alias                     LISTENER11G
Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Start Date                11-JUN-2013 10:07:09
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File         /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/ora1/listener11g/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ora1)(PORT=1522)))
The listener supports no services
The command completed successfully
[oracle@ora1 admin]$ sqlplus sys/oracle@ora1:1522/ELLISON9 as sysdba
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor

XerXi wrote:
Isn't the local_listener parameter creating dynamic listener?
I already had a listener named LISTENER from another home and not to confuse both I decided to name it something else. But come to think of it, it wouldn't have been a problem to have 2 listeners with same names but different homes, correct?
No, no, and no.
No. The local_listener parameter doesn't create anything.  It tells the database where to find the listener so that it can register itself with the listener.  And it is only needed if the listener is not using the default port of 1521.
see: [url http://edstevensdba.wordpress.com/2011/07/30/exploring-the-local_listener-parameter/] exploring-the-local_listener-parameter [/url]
No, there is no such this as a 'dynamic listener'.  There is dynamic registration with a listener.  But there is no 'dynamic listener'.  A listener is a listener is a listener.
I don't know if you can have two listeners with the same name running from two different homes or not. I've never been so insane as to try it.  If it *is* possible, it would certainly be the most difficult to maintain multi-listener setup I can imagine.
One more time.  Repeat after me.  "One single listener with the default name  of LISTENER and using the default port of 1521 was designed to support multiple databases of multiple versions running from multiple homes.  Anything else is needless complexity."
Please tell us again what problem you thought you were solving by having multiple listeners ...
Message was edited by: EdStevens

Similar Messages

  • 11gR2 Install Error, Listener is not up or database service is not registered with it

    Hi all,
    I'm currently studying towards my OCA, I've passed 1z0-051 (SQL Fundementals I), and now I'm moving onto 1z0-052 (Admin 1).
    Im really having trouble creating a database in Oracle 11g R2 Enterprise Edition. I install the software no problem. Then I create a database, and during the creation I have to createsa listener which uses TCP (default port:1521) and IPC. whilst creating the database I get the following error
    'Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM configuration Assistant again.'
    Now, before you lynch me, I have searched this forum for answer to this for a day and a half. I've also tried google, i just can't find a answer that sorts out my problem. please assist me.
    I'm running on Windows 7 Professional (32bit) (I have previously tried on the 64 bit version with teh same results).
    Here's teh contents of my listener.ora file:
    # listener.ora Network Configuration File: C:\app\Damien\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\Damien\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\Damien\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = ipc))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.10.4)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    ADR_BASE_LISTENER = C:\app\Damien
    Here's the contents of my tsnames.ora:
    # tnsnames.ora Network Configuration File: C:\app\Damien\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Here is the last fe lines of my emConfig.log:
    Jan 18, 2014 9:38:22 AM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Jan 18, 2014 9:38:22 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Jan 18, 2014 9:38:22 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: C:\app\Damien\product\11.2.0\dbhome_1, and user: SYSMAN
    Jan 18, 2014 9:38:22 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2014 9:38:23 AM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1655)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1903)
    at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:3230)
    at oracle.sysman.emcp.EMReposConfig.unlockMGMTAccount(EMReposConfig.java:1001)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:346)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)
    at oracle.sysman.assistants.dbca.backend.PostDBCreationStep.executeImpl(PostDBCreationStep.java:968)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2667)
    at java.lang.Thread.run(Thread.java:595)
    Jan 18, 2014 9:38:23 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again .
    Refer to the log file at C:\app\Damien\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    Jan 18, 2014 9:38:23 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again .
    at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:3245)
    at oracle.sysman.emcp.EMReposConfig.unlockMGMTAccount(EMReposConfig.java:1001)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:346)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)
    at oracle.sysman.assistants.dbca.backend.PostDBCreationStep.executeImpl(PostDBCreationStep.java:968)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2667)
    at java.lang.Thread.run(Thread.java:595)
    Jan 18, 2014 9:38:23 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Damien\product\11.2.0\dbhome_1\oui
    My Listner status output is here:
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 18-JAN-2014 10:14:39
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=ipc)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    Start Date                18-JAN-2014 09:27:34
    Uptime                    0 days 0 hr. 47 min. 6 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\Damien\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         c:\app\damien\diag\tnslsnr\LONDON\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\ipcipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.4)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    I can login as sys into my database through sqlplus, so it seems the database is up and running, it just seems to be a listener problem maybe??
    Many thanks for any assistance that you give. I'm learning so be gentle...
    Damien

    SOLVED!
    OK all solved now, thanks to the link to Ed Stevens website that Baris posted (mucho respect )
    Seems that like Barus said I was not using Dynamic Registration, which means that I would need to manua
    ly update the listerner.ora file. On top of that it seems that for some my tnsnames.ora wasn't resolving mt database name so the tnsping wasfailing.
    What I did to solve the name resolution problem
    1. Opened the
    Network Configuration Assistant and saw that my listener didnt have my DB registered with it. So I added it. What this horrible GUI tool does is update the tnsnames and listener.ora files for you. So once that was done I went to the command prompt and did ;'tnsping <dn name> and hey presto it was getting a nice response.
    Then I re-ran my DB Configuration Assistant and tried to reconfigure my database. However it aing failed and gave me the same message that I was originally getting about the DB Service not being registered etc..the lister status still said that same thing:
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    the 'unknown' means that the DB  didnt tell the listener that it was there but instead the listener is in manual mode and will just use the configuration in the listener.ora to know where the DB is.
    So then I followed the steps on the ED Stevens website (follow the link). He has steps which show how to enable Dynanmic registration so that your DB regusters itself with the listener. In a nutshell, he states that he listener actually doesnt need the listerner.ora if using dynamic registration. I shutdown the DB, stopped the listener then I renamed the lsitener.ora to listerner.old, then started the lietener and checked the status and it said 'the listener supports no service' I then started the DB and, then resched teh listener status, it then read 'status: READY'... hooray!, the DB had dynamically registered itself with the listener. I then was able to successfully start up and run Enterprise Manager.
    Thanks for all your help Baris, and Ed Steven website.
    I know more now than when I started so I'm happy.
    Thanks.

  • XE is not registering with the listener

    hi forum,
    i installed oracle xe on an empty xp box. everything went smoothly but - like for so many others - my db homepage is not showing (http://127.0.0.1:8080/apex). but thats a different story.
    i can connect with sqlplus, i can create, insert into and select from tables. tnsping is resolving localhost, xe, puss (my xp host name), 127.0.0.1 as well as the host ip (192.168.1.102).
    my problem is that the db instance doesn't seem to register with the listener, so that when i do a sqlplus andy/passwd@XE i get the german version of what would be ORA-12514: TNS: Listener can't resolve service listed in connect discriptor
    when i do a lsnrctl status i get the following:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-AUG-2010 11:53:26
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS des LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Startdatum                31-JUL-2010 22:52:37
    Uptime                    0 Tage 13 Std. 0 Min. 48 Sek.
    Trace-Ebene               off
    Sicherheit                ON: Local OS Authentication
    SNMP                      OFF
    Standard-Service           XE
    Parameterdatei des Listener C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log-Datei des Listener    C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Zusammenfassung Listening-Endpunkte...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=puss)(PORT=1521)))
    Services Übersicht...
    Dienst "CLRExtProc" hat 1 Instance(s).
      Instance "CLRExtProc", Status UNKNOWN, hat 1 Handler für diesen Dienst...
    Dienst "PLSExtProc" hat 1 Instance(s).
      Instance "PLSExtProc", Status UNKNOWN, hat 1 Handler für diesen Dienst...
    Der Befehl wurde erfolgreich ausgeführt.the german msgs say that everything is in order basically, but what is certainly not in order is that there is no XE listed.
    show parameter local_listener; revealed: no local listener set.
    alter system set local_listener=XE; or
    alter system set local_listener='(address=(protocol=tcp)(host=puss)(port=1521))'; and then
    alter system register; didn't make the instance show in listener status
    i would at least expect to see the attempt to register in the listener.log but nothing.
    when i added the host to SID_LIST in listener.ora the instance was listed in the listener status, but status remained unknown, what ever i tried.
    i know that there are other threads dealing with the same issue, but none of the solutions provided worked for me.
    i am in a home network with two other macs connected via wlan. my firewall is turned off. i've tryed every combination of tnsnames.ora and listener.ora settings but nothing worked. after 13 hours of trail and error, reading a lot, wiping the whole box and reinstalling everything from scratch, sitting in front of my vanilla xp plus oracle xe installation, i'm tyred. i need your help.
    Andy
    tnsnames.ora
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = puss)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = puss)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES = (NTS)

    It turned out that the failing http://127.0.0.1:8080/apex actually was related.
    After cutting the network connection and restarting the listener and the db everything worked fine, even the web admin interface.

  • Service not registered with listener on one of the nodes?

    We have an 11.2.0.1 oracle RAC with 2 nodes. Recently the listener died on node 1 and after a manual startup it seems like the service doesn't register with the listener on this node.
    Here's what statusing the listener on both nodes shows:
    [oracle@db01]$ $GRID_HOME/bin/lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-NOV-2010 12:27:49
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 17-NOV-2010 07:14:40
    Uptime 0 days 5 hr. 13 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/db01/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.128.4)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.128.14)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@db02 ~]$ $GRID_HOME/bin/lsnrctl status listener
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-NOV-2010 12:30:08
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 17-NOV-2010 07:14:40
    Uptime 0 days 5 hr. 15 min. 28 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/db02/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.128.5)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.128.15)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Service "prd1.somehost.net" has 1 instance(s).
    Instance "prd12", status READY, has 1 handler(s) for this service...
    Service "prd1XDB.somehost.net" has 1 instance(s).
    Instance "prd12", status READY, has 1 handler(s) for this service...
    The command completed successfully
    The prd12 instance shows as registered with the listener on db02 but the prd11 doesn't on db01. Right now all connections are routed to the prd12 instance. Also trying to connect to prd11 manually returns "ORA-12505: TNS:listener does not currently know of SID given in connect descriptor". The prd11 instance is actually running and I can connect to it locally via 'sqlplis "/ as sysdba"' but not via 'sqlplus user/pass@prd1'. I'm wondering what went wrong and how to register the prd11 with the listener on db01.
    Here's some more information
    [oracle@db01 ~]$ $GRID_HOME/bin/srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node db02
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is running on node db01
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is running on node db01
    [oracle@db01 ~]$ $GRID_HOME/bin/srvctl status scan
    SCAN VIP scan1 is enabled
    SCAN VIP scan1 is running on node db02
    SCAN VIP scan2 is enabled
    SCAN VIP scan2 is running on node db01
    SCAN VIP scan3 is enabled
    SCAN VIP scan3 is running on node db01
    [oracle@db01 ~]$ $GRID_HOME/bin/srvctl status listener
    Listener LISTENER is enabled
    Listener LISTENER is running on node(s): db01,db02
    Thanks in advance,
    Nick
    Edited by: user639426 on Nov 17, 2010 4:44 AM

    Seems like the LISTENER_SCAN2 and LISTENER_SCAN3 are running on node 1 but still I can't status them
    [oracle@db01 ~]$ ps -ef | grep tns
    oracle 6227 31486 0 08:24 pts/1 00:00:00 grep tns
    oracle 18049 1 0 Nov17 ? 00:00:20 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit
    oracle 18120 1 0 Nov17 ? 00:00:16 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN2 -inherit
    oracle 18131 1 0 Nov17 ? 00:00:05 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN3 -inherit
    [oracle@db01 ~]$ $GRID_HOME/bin/lsnrctl status LISTENER_SCAN2
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 19-NOV-2010 08:25:11
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    TNS-01101: Could not find service name LISTENER_SCAN2
    [oracle@db01 ~]$ $GRID_HOME/bin/lsnrctl status LISTENER_SCAN3
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 19-NOV-2010 08:25:18
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    TNS-01101: Could not find service name LISTENER_SCAN3
    /u01/app/11.2.0/grid/network/admin/listener.ora contents:
    LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
    LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
    /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora contents:
    PRD1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = prdcluster-scan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prd1.somehost.net)
    Everything worked just fine for quite some time until I found the listener down one morning and started it up manually. I wonder if I didn't start up the processes correctly. I did:
    $GRID_HOME/bin/srvctl stop scan_listener
    $GRID_HOME/bin/srvctl stop scan
    $GRID_HOME/bin/srvctl stop listener
    $GRID_HOME/bin/srvctl start listener
    $GRID_HOME/bin/srvctl start scan
    $GRID_HOME/bin/srvctl start scan_listener
    Is this the correct way of starting up the listener processes?
    Nick

  • Not able to register with listener after installing oracle grid infrastrtcure in oracle 11gr2 on windows

    Hi Guru's.
    I am not able to get listener connectivity after installing Oracle 11gr2 Grid infrastructure on windows on vmware workstation. I register with static ip.
    Even i recreated the listener and running the listener from Grid home.
    The output what i am getting is :--
    C:\> lsnrctl status
    The listener support no services
    Can you please help me out

    C:\Users\Administrator>lsnrctl stop
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 26-NOV-2013 09:09:10
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    The command completed successfully
    C:\Users\Administrator>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 26-NOV-2013 09:09:21
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Log messages written to c:\app\administrator\diag\tnslsnr\WIN-0P8BCA3R7V5\listener\alert\log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=WIN-0P8BCA3R7V5)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date                26-NOV-2013 09:09:24
    Uptime                    0 days 0 hr. 0 min. 4 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         c:\app\administrator\diag\tnslsnr\WIN-0P8BCA3R7V5\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=WIN-0P8BCA3R7V5)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    C:\Users\Administrator>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 26-NOV-2013 09:09:31
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date                26-NOV-2013 09:09:24
    Uptime                    0 days 0 hr. 0 min. 8 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         c:\app\administrator\diag\tnslsnr\WIN-0P8BCA3R7V5\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=WIN-0P8BCA3R7V5)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    C:\Users\Administrator>lsnrctl service
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 26-NOV-2013 09:13:10
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "+asm" has 1 instance(s).
      Instance "+asm", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "orcl" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: WIN-0P8BCA3R7V5, pid: 2560>
             (ADDRESS=(PROTOCOL=tcp)(HOST=WIN-0P8BCA3R7V5)(PORT=49246))
    The command completed successfully

  • Verify whether the dispatcher configured has registered with the l

    Hi,
    How to verify whether the dispatcher configured has registered with the listener after the database startup?
    I think this task is possible with "lsnrctl services"
    bt dnt knw how to figure out.....
    plz let me know how to do this ..... how to verify whether the dispatcher configured...by looking at the below code segment. .....
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linux-tkuk.site)(PORT=15 21)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:89 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: linux-tkuk, pid: 7417>
    (ADDRESS=(PROTOCOL=tcp)(HOST=linux-tkuk.site)(PORT=13729))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:89 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    LSNRCTL>

    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: linux-tkuk, pid: 7417>You have a dispatcher D000 registered with listener listening on PORT=13729

  • The listener supports no services - auto register with a non-default listen

    Hi, I have this error when I check lsnr status...
    $ lsnrctl status L_EST
    LSNRCTL for HPUX: Version 10.2.0.4.0 - Production on 24-APR-2009 16:27:05
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias L_EST
    Version TNSLSNR for HPUX: Version 10.2.0.4.0 - Production
    Start Date 23-APR-2009 16:33:11
    Uptime 0 days 23 hr. 53 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    Listener Log File /u02/app/oracle/product/10.2/Db_1/network/log/l_est.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.142.245)(PORT=1541)))
    The listener supports no services
    The command completed successfully
    $
    I want PMON to register with a local listener that does not use TCP/IP, port 1521.
    Can somebody tell me how I should procede?

    This is my listener.ora file.
    $ cat listener.ora
    # listener.ora Network Configuration File: /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    RK/ADMIN/LISTENER.ORA = rk/admin/listener.ora
    L_EST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myHostname)(PORT = 1541))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/app/oracle/product/10.2/Db_1)
    (PROGRAM = extproc)
    $Thanks
    damorgan wrote:
    Post your listener.oraEdited by: martinmorono on Apr 24, 2009 5:47 PM

  • 'register with shared services' option missing while configuring eas

    I am facing some issues while configuring a new epm system:
    While configuring eas 11.1.2.0, I am not getting the option' Register with Shared Services'. but otherwise, the configuration is successful. As a result, I don't see the Business Rules option in Shared Services/Application Groups. But we are able to use eas console and do see business rules node in eas console.
    How do I get configurator to show this option?
    I was able to configure and register all other Hyperion applications.
    Thanks,
    Edited by: 784749 on Mar 28, 2012 12:35 PM
    Edited by: 784749 on Mar 28, 2012 12:59 PM

    One way is to use the registry tool though make sure you backup the shared services database before running the utility.
    It is located in <MIDDLEWARE_HOME>/user_projects/<instancename>/bin
    to change the status for EAS for HSS then run the following
    epmsys_registry updateproperty BUSINESS_RULES_PRODUCT/system_tasks_configuration/@hubRegistration Pending
    Now if you run the configurator again it should let you select just Essbase Administration Services, you dont need to select the child components.
    It should then registry with Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • FDM not able to register with shared services

    Hi
    I am installing FDM v 11.1.2.1 on window 2008 server. While running configuration, it fails to register with shared services. Shared services is up and running. The configtool.log file gives the following information
    [2011-10-09T02:59:59.476-04:00] [EPMCFG] [TRACE] [EPMCFG-01276] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.config.CmsRegistrationUtil] User admin@Native Directory authenticated.
    [2011-10-09T02:59:59.476-04:00] [EPMCFG] [TRACE] [EPMCFG-01278] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.config.CmsRegistrationUtil] Creating CMS Client SDK
    [2011-10-09T02:59:59.648-04:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.config.Configurator] Error: [[
    java.lang.NoClassDefFoundError: com/installshield/wizard/WizardBeanEvent
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
         at java.lang.Class.getConstructor0(Class.java:2699)
         at java.lang.Class.getConstructor(Class.java:1657)
         at com.hyperion.cis.config.Configurator.loadHubRegistrationClasses(Configurator.java:240)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeHubRegistrationTask(RunAllTasks.java:658)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:515)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:90)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: com.installshield.wizard.WizardBeanEvent
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         ... 9 more
    [2011-10-09T02:59:59.648-04:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] Error: [[
    java.lang.NullPointerException
         at com.hyperion.config.wizard.impl.RunAllTasks.executeHubRegistrationTask(RunAllTasks.java:663)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:515)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:90)
         at java.lang.Thread.run(Thread.java:619)
    [2011-10-09T02:59:59.648-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done executing HubRegistrationTask for FDM
    [2011-10-09T02:59:59.679-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T02:59:59.679-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T02:59:59.710-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T02:59:59.710-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T02:59:59.804-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done writing userinput for FDM
    [2011-10-09T02:59:59.804-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T02:59:59.804-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T02:59:59.835-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T02:59:59.835-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T02:59:59.867-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done writing userinput for FDM
    [2011-10-09T02:59:59.867-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T02:59:59.867-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T02:59:59.898-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T02:59:59.898-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T02:59:59.929-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done writing userinput for FDM
    [2011-10-09T02:59:59.929-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Start postProvision for FDM
    [2011-10-09T02:59:59.929-04:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done postProvision for FDM
    [2011-10-09T02:59:59.960-04:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2011-10-09T03:00:00.007-04:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2011-10-09T03:00:00.117-04:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2011-10-09T03:00:00.242-04:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2011-10-09T03:00:00.335-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T03:00:00.335-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T03:00:00.351-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T03:00:00.367-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T03:00:00.398-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T03:00:00.398-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T03:00:00.414-04:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2011-10-09T03:00:00.414-04:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2011-10-09T03:00:00.445-04:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01000] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks]
    [2011-10-09T03:00:00.445-04:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01000] [oracle.EPMCFG] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks]
    [2011-10-09T03:00:00.445-04:00] [EPMINS] [TRACE] [EPMINS-00015] [oracle.EPMINS] [tid: 27] [ecid: 0000JBbUhClE^Myb05edMF1E^KNb000003,0] [SRC_CLASS: com.hyperion.hit.wizard.AbstractWizardAction] Invoked action: navigation.next
    [2011-10-09T03:00:00.445-04:00] [EPMINS] [NOTIFICATION] [EPMINS-00006] [oracle.EPMINS] [tid: 30] [ecid: 0000JBbUmSxE^Myb05edMF1E^KNb000006,0] [SRC_CLASS: com.hyperion.hit.wizard.Wizard] Wizard state is: EndSummaryState
    As can be seen, the log hardly gives any useful information.
    Please help.

    Can you connect to the Shared Services Database using a UDL File on the server?

  • Can Essbase be registered with Shared services if they both belong to different versions

    Hi All,
    I am analyzing a situation whether Essbase can be registered with Shared services and continue to interact with other components like HFM, FR, Web Analysis, FDMEE, DRM etc, where Essbase will be of one version (possibly 11.1.1.3 or 11.1.2.3) and rest of the products will be of a different version (11.1.2.4). I would like to understand if they can coexists and interact with each other in the same landscape and the possible issues or risks associated with it.
    Appreciate your responses
    Cheers,
    Vignesh

    There are tabs for "Release Compatibility" on the Certification Matrix that Oracle provide:
    http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-131801.xls
    Based on that the 'official' answer would seem to be "no", but whether it works is another question (I don't know).

  • Can listener be registered with CRS in 10.2 , 11.1 ?

    Version: 10.2 , 11.1
    In 10.2, 11.1 VIP based listener is running from RDBMS HOME. Can this listener be registered with CRS ?

    I ran
    crs_stat -t | grep .lsnron 11.1.0.7 CRS. It is returning results with listener names. So, this means Listener resource can be registered with CRS in 11.1.0.7
    Couldn't check on 10.2 as I don't have access to 10.2 now.

  • Since updating to iTunes 11.1.4(62) both my iPhone 5 and iPad Air do not sync.hen I plug them into my lap top directly, using the USB cord, they don't even register with iTunes as being present. I am completely stumped. I had no problem before.

    When I plug my iPhone or iPad directly into my lap top, using the USB cord, the devices don't even register with iTunes as being present. I am completely stumped. I believe this bagan with my last iTunes update. The last time I syced any device was Oct 23, 2013. During that time I bought two new apple products and the same problem, when I plug them in they do not even show up as being available to sync. Any ideas why this is happening?

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iTunes for Windows: iTunes can't contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/ts1814
    iTunes for Windows: Device Sync Tests
    http://support.apple.com/kb/HT4235
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    http://support.apple.com/kb/ts4062
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/ts1503
     Cheers, Tom

  • Failure to register with Shared Services

    Planning 9.3.1 At Time = 0, we had created groups in Shared Services that were provisioned to our planning app. We could see the groups and corresponding uses come through into planning. Now at Time = 1, we notice that in Shared Services our planning app does not appear in the Planning projects folder. In Application Settings, the Shared Services URL still shows up in the Shares Services URL field, but attempting to Register with Shared Services yields the msg "Unable to Register with Shared Services".
    Note, between T=0 and T= 1, we did not do any migration or configuration changes that I'm aware of.
    Any thoughts on how to fix?
    Thanks

    I solved the problem myself. I had to unregister with Shared Services, then reregister, and then the app reappeared in the Planning projects in Shared Services. Not sure why the app go confused with Shared Services in the first place.

  • The collection you specified does not exists or is not registered with the ColdFusion Search Service.

    While upgrading to CF7 from CF5, I am creating the new collections from Cf Admin. After creating, I indexed it from cf admin and then trying to search for the documents in that collection, and i am getting the following error. This was working yesterday. I have cheched the logs etc and nothing seems helpful in discovering what the issue is.
    Document count is 11,745 and the size is 25,948 kb, which is not too much for a collection. I have tried to restart Cold Fusion Search Services and then ColdFusion Application services, but all in vain.
    Any help on this would be greatly appreciated.
    Detail
    The collection you specified does not exists or is not registered with the ColdFusion Search Service.
    Message
    The collection rc_collectiom does not exist.
    StackTrace
    coldfusion.tagext.search.CollectionDoesNotExistException: The collection rc_collectiom does not exist. at coldfusion.tagext.search.SearchTag.verifyLocale(SearchTag.java:819) at coldfusion.tagext.search.SearchTag.doSearch(SearchTag.java:200) at coldfusion.tagext.search.SearchTag.doStartTag(SearchTag.java:159) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cfeFull2dText2dReDirect2ecfm511389924.runPage(C:\Inetpub\wwwroot\External\FullText\eFull- Text-ReDirect.cfm:43) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cfApplication2ecfc179940445$funcONREQUEST.runFunction(C:\Inetpub\wwwroot\External\Applica tion.cfc:114) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146) at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:72) at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:178) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:215) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115) at coldfusion.CfmServlet.service(CfmServlet.java:107) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    So at last I figured this out myself and found a temporary resolution for this kind of problem. Majority of the times try creating the Collection through Cfcollection tag and then index it using cfindex tag, rather than performing these operations from the Cold Fusion 7 administrator.
    The only reason I can think of which might have caused the issue is – I have thousands of documents in the collection which I indexed. So while indexing the page gets expired. So I tried again to index it. This time the collection got indexed fairly quickly and I got the response that the collection has been indexed successfully. So for the first time when I tried to index the collection, there might be some piece of code, which did not register the collection properly and hence giving this error.
    When I did the same function using the code, with exactly same set of documents, it did not throw any error, even when I executed it for the first time. So the collection indexed properly.
    I am not claiming that technically this theory is correct, but this seems to be the problem.
    If someone knows technically what has happened at the back, please share it. For the time being, this is the fix – if you experience any problem in creating/indexing collections through cfadmin in CF7, do it thorough code.

  • Register with shared services - failed

    I am trying to install EPM 11.1.1.2 and I get this error for the point "register with shared services" for every item except Essbase.
    Shared Services is running, I can connect to the Web App on localhost:28080/interop and manage users and groups but it seems that registering things with it just does not go through.
    any ideas? has someone had the same problem and solved it?
    thank you in advance for your support.
    Micha Roon

    Hi,
    Glad to hear you think the installation was a piece of cake!!
    I think you may get this error when configuring a product selecting "perform first time configuration".
    Are you using a single repository for all your products?
    Could you maybe recreate new databases, including shared services and try again?
    Seb
    www.capiotech.com

Maybe you are looking for

  • Unable to Sync Video files after Itunes 9.0.3 and iPhone software update

    This is my problem with Itunes- After I the Software Update program installed iTunes 9.0.3 yesterday, and I upgraded the iPhone software (to 3.1.3.) shortly thereafter. The iPhone upgrade failed (it froze). When I restarted the computer, I had to res

  • Sound from internal Speakers.

    I was listening to music on an external speaker (plugged in through the headphones port); when i unplugged it, the headphones port lit up red from inside and the built in speakers didn't take over. I can't change its volume. I tried changing my sound

  • What is microsoft office mdimporter/ how did it get on my computer?

    What is microsoft office md importer and how is it on my computer when I don't have any microsoft products on it?

  • TABEL - general Question

    I need to determine in which group does a table fall -- In this bacground I went to table TDDAT the entry  for thesaid table itself is not  there..but inthe table DD02T the table is present. The table is a Z table.. My questions are the following ; 1

  • My MacBook Pro mid 2009 recognizes cds but not rented DVDs.

    My MacBook Pro mid 2009 recognizes all disks except movies that I have rented from Netflix!! Why?!? Is this the DVD or my drive?