Cannot connect to Discoverer 11g PLUS

Hallo,
i want to connect to my Discoverer 11g plus and get following error Message:
RMI-protocoll with JRMP transport : connection refused to host: 127:0.0.1; nested excecption is:
java.net.ConnectExceptopm: Connection refused: connect.
In the Weblogic - logs:
Meldungs-ID     JPS-03001
Meldungsebene     1
URI     /discoverer/app/directPartialConnect;jsessionid=pZlpNmwH8W81D7kd7jcbD30h8Tyv1ZZR1lh6wpfYq8DDFJlJ4kyn!1031453079
Beziehungs-ID     0:1
Argument 1     java.util.logging.LoggingPermission
Argument 2     control
Argument 3     null
Argument 4     java.lang.NoSuchMethodException: java.util.logging.LoggingPermission.<init>(java.lang.String)
Meldung     Cannot instantiate permission class "java.util.logging.LoggingPermission", target "control", or actions "null" as defined in the system policy context.
Please, i need your help!

I had a similar problem with a vanilla install of 11g on my local Windows XP box. The difference was that I could connect using SqlPlus but could not connect with Sql Developer.
In Sql Developer, I first tried "Connection type = basic", "Hostname = localhost", "Port = 1521" and "sid = orcl".
I then tried "Connection type = TNS", "Network Alias = ORCL".
Neither worked.
In the end, I got around the first problem by replacing "localhost" with the machine's IP address. I got around the second problem by looking at windows services and noticing that the "OracleOraDb11g_home1TNSListener" service was set to start automatically but was not started. I started it manually and all was good. I'm sure this willl alll fall apart when my IP address changes due to DHCP but at least I will know where to look.

Similar Messages

  • Public connection in discoverer 11g

    hi,
    how can I add public connection in discoverer 11g?
    what does I have to install for it?
    thank ahead,

    Hi,
    For a Discoverer 11g standalone installation, you will need to run the Repository Creation Utility (RCU) and associate the middle-tier with the connection management schemas in the repository.
    You may want to refer to My Oracle Support document "How To Associate A Discoverer 11g (11.1.1.x) Standalone Installation With The Connection Management Schemas (Doc ID 1155198.1)"
    Regards,
    Steve.

  • Multiple EUL Connections in Discoverer 9i Plus

    Discoverer 9i Plus doesn't allow you to change your default EUL anymore. I currently have to set up different connections for each EUL. Is there a way to set up one connection and change between my EULs like it had done in previous versions?

    I believe that while you can turn on the ability for an end-user to create private connections, only the administrator (that would be the application server administration) can create public connections.
    Otherwise any end user could open a database connection to everyone, which wouldn't be very secure.

  • IPod touch 2G cannot connect to 802.11g

    I'm having trouble connecting my iPod touch 2G to a local wifi network.
    Up until a few months ago, I was using a Time Capsule as a wireless router for an internet connection. I could browse the internet on my iPod touch by connecting to my TC router wirelessly. But then my apartment landlord installed free wifi for all the renters, and at the same time my own internet device that was sharing the internet through the TC stopped working. Since then I have not been able to access the internet on my iPod touch.
    The wifi internet is working on my iMac (very well) and MacBook Pro (fairly well, I sometimes have to move it to another room). But no matter where I go in my apartment, I cannot connect on my iPod touch. In my room I cannot see the wifi network at all; in other rooms it appears momentarily, usually with 2 out of 3 bars on its signal strength icon, but whenever I try to connect I usually get an error that says "Failed to join... (the network)", and occasionally I get a pop-up error that says something like "Unable to join... (the network" and it has a big "Dismiss" button.
    The iPod touch can grab wifi with seemingly no problem at other locations, such as my workplace, my church, businesses in town, etc.
    An app on my iMac called iStumbler reports that my home network is 802.11g. I believe this should be supported on my iPod touch? If so, I cannot figure out why it is not working at home.
    Is it most likely that its antenna is going bad? Or the signal is too weak (it shouldn't be, the signal source is right next to my apartment building, and my iMac shows a strong signal)? Or could it be some kind of software/hardware setting that I should get my landlord to look at or tweak?
    I'm a bit frustrated!

    I did all like you said. After that i have seen that my ipod touch isn't supporting 40mhz mode so i changed it to 20 Mhz and i put B+G band because my ipod is not supporting B+G+N mode. Nothing, i cannot connect. On my other 2 routers i can connect but...my other two are not mine
    I did some screenshots of my router's configuration. If is something to change please help me!

  • Cannot connect to Oracle 11g XE through SQLPlus

    Have been trying to resolve this all day. I have Oracle 11g XE installed on my local desktop (Windows 7 64 bit)for which I have been using for over a year for development. The recent "Sandy" storm killed the power at our office for a week. Upon returning to the office, I can not seem to connect to the Oracle on my desktop from my desktop. The only thing that supposedly have changed was the router re-assigned IP addresses. However, I have modified my tnsnames to reflect the proper IP address. Still I get the below error trying to connect through SQL*Plus (without specifying the service):
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm
    Process ID: 0
    Session ID: 0 Serial number: 0
    When I try to specify the service name "...system/password@xe", it gives me the following error:
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Nov 8 19:54:17 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Here's the results from ipconfig
    IPv4 Address. . . . . . . . . . . : 192.168.80.194
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.80.1
    Here's my tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.80.194)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
         (SID = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (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\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.80.194)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    sqlnet.ora
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DIRECTORY_PATH = (TNSNAMES, ONAMES, HOSTNAME)
    lsnrctl service output
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2012 19:48
    :55
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    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
    The command completed successfully
    lsnrctl status output
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2012 19:56
    :48
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 08-NOV-2012 19:56:41
    Uptime 0 days 0 hr. 0 min. 11 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\EWANG-W7\listener\
    alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.80.194)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Both the "OracleServiceXE" and "OracleXETNSListener" has been started.
    Would really appreciate it if someone can help me resolve this. Thanks!

    Found the log. Below is the latest:
    Dump file c:\oraclexe\app\oracle\product\11.2.0\server\rdbms\trace\xe_ora_25252.trc
    Fri Nov 09 10:12:25 2012
    ORACLE V11.2.0.2.0 - Production vsnsta=0
    vsnsql=16 vsnxtr=3
    *** 2012-11-09 10:12:25.530
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Windows NT Version V6.1 Service Pack 1
    CPU : 4 - type 586, 4 Physical Cores
    Process Affinity : 0x0x00000000
    Memory (Avail/Total): Ph:11433M/16359M, Ph+PgF:20698M/32717M, VA:3843M/4095M
    Instance name: xe
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 25252, image: ORACLE.EXE (SHAD)
    *** 2012-11-09 10:12:25.542
    2012-11-09 10:12:25.530: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    2012-11-09 10:12:25.544: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\ocr cannot be opened. error 2

  • Cannot Connect to Two 11g DBs - Same tnsnames.ora different Oracle_Home

    We have two 11g databases on seperate Oracle Homes on the same server. The tnsnames.ora and listener.ora entries for db_2 were combined with those of db_1 in ...../db_1/network/admin. They are:
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DB1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST=10.200.18.28)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DB1)
    #DB2 =
    # (DESCRIPTION =
    # (ADDRESS = (PROTOCOL = TCP)(HOST=10.200.18.28)(PORT = 1521))
    # (CONNECT_DATA =
    # (SERVER = DEDICATED)
    # (SERVICE_NAME = DB2)
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =10.200.18.28)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = DB1)
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/DB1)
    #SID_LIST_LISTENER =
    # (SID_LIST =
    # (SID_DESC =
    # (SID_NAME =DB2)
    # (ORACLE_HOME = /u01/app/oracle/product/11.1.0/DB2)
    DB2 is commented out because we coulod not reach either database when it was not. Now we can each one or the other. We were getting
    "ora_12514 TNS:listener could not resolve seervice name given in connect description."
    The problem is that we need to reach each database when connected to the server from eithere the client or server.
    I would appreciate any information, direct experience or pointers to documents.
    Thanks

    You shouldn't need either DB1 or DB2 listed in your listener.ora file. They should automatically register with the listener if it is running on the default port (which yours is).
    If you do want to statically register the instances, the syntax you have in your original post is a little wrong. It should be:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_1)
    (SID_NAME = DB1)
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_2)
    (SID_NAME = DB2)
    All in one variable, not two. Also, the home paths you had in your post were missing the _.
    All that said, it seems to be much preferred to let the instance register itself. If you try the following, does the instance register?
    * remove the SID_LIST_LISTENER configuration for DB1
    * restart the listener
    * connect to DB1 as someone with the DBA role and execute 'alter system register;'
    * check the listener with 'lsnrctl status listener' and see whether the instance registered.
    You should see something like: (notice 'READY' instead of 'UNKNOWN')
    Instance "DB1", status READY, has 1 handler(s) for this service...

  • Cannot conect to Discoverer Plus OLAP (D4O-1014 error)

    Hello everybody,
    On a laptop WindowsXP, 1G RAM, 3GHZ I have installed:
    - oracle database 9.2.0.1.0 upgraded to 9.2.07 (dbname=HOMEDB, sid=SIDHOMEDB, hostname=aspire3000); all 9.2.0.7 OLAP patches are applied
    - business intelligence 10g 10.1.2.0 (and the BI Tools)
    - business intelligence 10g samples version 10.1.2.0.0_c
    I cannot connect to Discoverer OLAP.
    I try to connect to the sample data using:
    user: scott
    password: tiger
    host: aspire3000
    port: 1521
    SID: homedb (Regarding the value for SID: my database's sid is sidhomedb, but when I insert sidhomedb as value for SID while connecting to PLUS I receive error: "Insert a valid SID", so instead I insert the dbname: homedb)
    I receive the following error: D4O-1014 unknown exception while connecting to database.
    The diagnose shows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <D4OCheckConfig version="1.0.0.0">
    <Check key="JDK version" value="1.5.0_06"/>
    <Check key="BI Beans internal version" value="3.2.1.0.13"/>
    <Check key="Discoverer Plus OLAP version" value="10.1.2.07.59"/>
    <Check key="Discoverer version" value="10.1.2.45.46c"/>
    <Check key="host" value="aspire3000"/>
    <Check key="port" value="1521"/>
    <Check key="sid" value="homedb"/>
    <Check key="user" value="scott"/>
    <Check key="Connect to database" value="Unsuccessful, verify if your connect information is correct and your database instance and listener are available."/>
    <Check key="Failure Point" value="JDBCFailed"/>
    <Check key="StackTrace">
    <![CDATA[
    ==========================================
    1) Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(HOST=aspire3000)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SID=homedb)))
    1) Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(HOST=aspire3000)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SID=homedb)))
    ================================
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(HOST=aspire3000)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SID=homedb)))
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:279)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:321)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:346)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:149)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:543)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at oracle.dss.datautil.client.BICheckConfig.getJDBCConnection(BICheckConfig.java:606)
         at oracle.dss.d4o.common.D4OCheckConfig.checkConnection(Unknown Source)
         at oracle.dss.d4o.common.D4OCheckConfig.checkConnection(Unknown Source)
         at oracle.dss.d4o.gui.common.DiagnoseDialog$ConfigTask.construct(Unknown Source)
         at oracle.dss.d4o.gui.common.SwingWorker$4.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    ]]>
    </Check>
    </D4OCheckConfig>
    I don't understand what's wrong with the listener. Using the same connection string (user bi_user, host aspire3000, port 1521, SID homedb) I can connect to Discoverer relational with no problems.
    Here it is my listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = aspire3000)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\oracle\ora90)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = HOMEDB)
    (ORACLE_HOME = c:\oracle\ora90)
    (SID_NAME = SIDHOMEDB)
    The result of lsnrctl>services is:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
    Services Summary...
    Service "HOMEDB" has 2 instance(s).
    Instance "SIDHOMEDB", status UNKNOWN, has 1 handler(S) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Instance "SIDHOMEDB", status READY, has 1 handler(S) for this service...
    Handler(s):
    "DEDICATED" established:2 refused:0 state:ready
    LOCAL SERVER
    The listener.log shows:
    06-MAR-2006 12:37:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SID=homedb)) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1038)) * establish * homedb * 12505
    TNS-12505: TNS:listener could not resolve SID given in connect descriptor
    I don't understand: what's this HOST=_jdbc_ ? My listener.ora is not good?
    Any help will be appreciated!
    Thank you

    Hi! Keith,
    I have the same problem as this one but while accessing oracle database through JDBC. The solution you suggested is to rename database instance since length of instance name is more than 8.But in my case I ket the instance default to xe.Still I am getting same exception while I accessing database through JDBC.Fo your reference I am giving stack trace.
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    127.0.0.1:1521:xe
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:261)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at net.kynesys.jdbc.oracle.Test.main(Test.java:21)

  • Can't Connect to Discoverer: Error Message

    I came into work this morning and found the users cannot connect to Discoverer. I can't either. I was hoping to possibly get some help here. Has anyone received the error message I am about to post? I would be very grateful for any help! Here is the error message in full:
    Error
    An error occurred while creating the session. Please check for other errors.
    - oracle.discoiv.connections.ConnectionStoreException: Unable to establish secure connection to Oracle Internet Directory Server ldap://orasrv2:636/ Base Exception : javax.naming.CommunicationException: orasrv2:636 [Root exception is java.net.ConnectException: Connection refused: connect]
    - Unable to establish secure connection to Oracle Internet Directory Server ldap://orasrv2:636/ Base Exception : javax.naming.CommunicationException: orasrv2:636 [Root exception is java.net.ConnectException: Connection refused: connect]
    - Unable to establish secure connection to Oracle Internet Directory Server ldap://orasrv2:636/ Base Exception : javax.naming.CommunicationException: orasrv2:636 [Root exception is java.net.ConnectException: Connection refused: connect]
    Unable to retrieve connection list
    - The connection list could not be retrieved. See other error messages for details.

    Ok, the fire has been put out. Our dba just rebooted the server Disco was running on and it seemed to fix the problem. We still don't know why it happened, so if anyone recognizes that error, I wouldn't mind a heads-up on why it occured in the 1st place if you know.
    Thanks!

  • Oracle Discoverer 4i (portal db - oracle 8i) connectivity issue with 11g database

    Hi All
    We have oracle discoverer 4i with portal db (oracle 8i).
    We connect to the external databases using db links in the portal db and the reports will use the db link to retrieve the data from views in the external databases.
    External databases we were connecting is oracle 10g version and now we have upgraded these databases to 11g version.
    Now i have a created a new db link to this 11g database and i have created a new EUL in portal to connect to this 11g database.
    But when i try to create a report using the discoverer from this new EUL after login to the discoverer we get a "cannot connect to database" error.
    We have all the necesscary privilege to the user and the new database link works perfectly fine. (when we try to query directly using SQL plus from portal database using this db link the query works perfectly fine).
    Im not sure if this is a compatibility issue in connecting from oracle disc 4i to a 11g database.
    Can any one advise if this is the case and if there is any workaround for this?
    Regards,
    Raj

    Are you saying you are having issues with a database link between 8i and 11g (pl post exact versions to 4 digits) ? If so, it should be expected as database links between these two versions are not supported. Is there a reason you cannot upgrade the portal database to at least 10gR2 ?
    See MOS Doc 207303.1
    HTH
    Srini

  • Oracle Discoverer 11g Error to create a new public connection

    Hi,
    Since i have install a new Discoverer 11g, i got this error.
    A connection error.
    - error while creating the session, check for other errors.
    - oracle.discoiv.connections.ConnectionStoreException: While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    - While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    - While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    unable to retrieve connection list
    - Cannot retrieve connection list. Check the Discoverer application log for more details.
    The installation is an stand-alone without OID but i know why - jdbc looking to the metadata of the pstore.
    The database schemas are created and populated by RCU by i cannot use the STAND ALONE mode.
    Cheers
    Edited by: unsolaris on 7-Apr-2012 5:14 PM

    Thank you for your hint, but ...
    In Metalink there are no results for me.
    This is my metalink address:
    https://metalink.oracle.com/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(from=BOOKMARK&bmDocType=PROBLEM&bmDocDsrc=KB&bmDocTitle=Repository%20Assistant%20Fails%20With%20%22ORA-00942:%20table%20or%20view%20does%20not%20exist%22%20In%20Workspace%20Creation&viewingMode=1143&bmDocID=557067.1))
    Do you have another address?
    Thank you
    Regards
    Siegwin

  • Error connecting in Discoverer Plus/Viewer 10.1.2

    I'm triying to connect to Discoverer Plus or Viewer. When I get to the login screen, fill all the required fields, but I got the following message: "The application encountered an invalid state.
    - - Nested exception: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    OracleBI Discoverer Viewer was unable to find the necessary data for displaying the results of this event. Please correct any errors and try again.
    When I run the checkdiscoverer. It works ok in all the checks except for: "Error: Failed to bind to Discoverer Server.
    Hint: Try increasing the timeout by changing the timeout value in opmn.xml.". As the hint said I increased the start timeout, I got it up to 3500 and even incresed the minprocs to see if that helped. Nothing worked.
    I'm testing this in a Windows XP Pro SP2 installed 1GB Ram. I Installed the BI Tools, App server but no infrastructure. The Installation process finished without any problems, except for a warning regarding not being able to determine the IP address. I can access all the options of the app server.

    Hi Christian
    In your connection to the database are you using a DNS named server or are you using an actual IP address?
    By this I mean, when you launch Discoverer, do you do it this way:
    http://servername.domain.com:7777/discoverer/plus
    or this way:
    http://ipaddress:7777/discoverer/plus
    If you are using the former, can you go to the server itself and run Discoverer ok? If you can then it is a case that your local machine cannot work out what the IP address is. Let's say, for arguements sake, that you server is http://myserver.mydomain.com and that the IP is 192.168.1.100
    You could try editing your HOSTS file and inserting a line in there to associate the IP with the domain. To do this, follow this workflow:
    1. Right click on Windows Start button and from pop upmenu select Explore
    2. Navigate to the folder called Windows/system32/drivers/etc
    3. Locate the file called HOSTS
    4. Edit this file with Notepad
    5. Insert a line like this:
    myserver.mydomain.com 192.168.1.100
    6 Save the HOSTS file and exit Explorer
    This associates the IP with the server name.
    Does this help
    Regards
    Michael

  • HP 6500a Plus cannot connect wirelessly

    Hi,
    Just bought the HP6500a Plus and understand that this printer is having problem with the constant wireless connection. I am having the same problem and changing the IP address occasionally solve the problem but not alway and it also create problem which cannot access to webapps or ePrint because I change the IP address and also put 0.0.0.0 in the gateway  address. 
    My problems are as follow
    1. My Mac Pro running Lion cannot constantly connect to 6500a even the IP address changed to out of range IP address and  pti 0.0.0.0 in gateway address.
    2. After changed, the web apps cannot access and cannot access ePrint too.
    3. Airprint from iPhone cannot detect the printer consistently. 
    I am thinking to return the product but the 8500a also having the same problem. 
    Please let me know any good solution. Thanks. 

    Hello snakehollywood,
    Welcome to the HP Forums!
    I understand you cannot connect wireless using the Deskjet 3050A. I will do my best to assist you! I would start off by following this entire HP document on 'Unable to find printer' Error Message Displays on the Computer During a Wireless Network Installati...
    Make sure you do disable the startup programs and services on your computer. Please post your results, as I will be looking forward to hearing from you. Have a great day!
    I worked on behalf of HP.

  • How modify my connections page in Discoverer 11g

    Hi Experts,
    We had a customized connections page for ours Discoverer version 10. A genius updated to version 11g without more information about ours customizations. Now I need to re-build all my customizations (add a new link in connections page, add an image, etc..). How can I do this in Discoverer 11g?
    Thanks,
    Gianni Neves

    Hello David,
    Thanks for reply.
    Actually I am just concern abt the OBIEE Dashboard page, the link that u have mentioned is for Application Server, where we can manage the multiple Application Portals.
    and it also doesn't come with Middleware that we are installing for OBIEE.
    so i did get some useful information but not related to my question.
    is there any place in EM(Enterprise Manager) or Console(Admin Console) from where we can manage the Default Portal for OBIEE Users?
    Thanking You..

  • Cannot connect to database using SQL*Plus

    Hi, I have Oracle 10g XE installed in my labtop and I cannot connect using SQL*Plus.
    I can connect using the broser User Interface though, which I was able to do after doing the following procedure to change the password of the sys account:
    -     open a command prompt
    -     - type sqlplus
    -     On the “Enter user-name” line, type /as sysdba
    -     On the SQL> prompt, type alter user sys identified by NewPassword;
    But the thing is that even though I am able to connect using sys/NewPassword from my browser UI, I dont get the same result when doing it using the SQL prompt.
    What I am trying to do is this:
    SQL> connect sys/NewPassword
    Then I get first a warming saying that I need to use either sysdba or sysoper to connect to the system account, but neither of those work.
    Can anyone advice me on this matter?
    Thanks in advance

    Thanks for that.
    I run the command to list the usernames on the database and I got SYS and SYSTEM in the list. But again, when I try to use SYS with a password that I know is working because I can access it through the browser UI, it doesnt work. It seems like this sys is different to the sys I used in the UI.
    I dont know if I am explaining myself correclty... In the Browser UI I use sys, and a password and I get connected to the sys account. However, if I try to use the same sys.password combination from my sqlplus prompt, I get error messages
    Does this make sense at all?

  • How to create punlic connection in discoverer plus

    Hi All,
    There is one public connetion in discoverer plus but now it is disable , i dont know how to create public connetion
    pls help me its urgent
    thanks
    regards,

    See you duplicate post - how to create public connection in discoverer plus
    Srini

Maybe you are looking for