Can't Create Saved Connection in 11g (Discoverer Plus).

We're getting ready to go live with a new installation of Discoverer Weblogic 11g, but we have run into a problem. We are getting errors when we have any user try to create a saved login connection from their login screen. We hit "Create Connection" and enter all the required login info (as we always did with our 10g version), but when we hit 'Apply' or 'Apply and Connect' we get the following errors.......
A connection error.
- Oracle BI Discoverer Viewer cannot save the connection. Check for other errors.
- ORA-04063: package body "PROD_DISCOVERER_PS.WWSSO_API_PRIVATE" has errors ORA-06508: PL/SQL: could not find program unit being called: "PROD_DISCOVERER_PS.WWSSO_API_PRIVATE" ORA-06512: at line 1
Users can login just fine when they enter all their info on the login screen, this is only happening when we try to create the saved connection. Is anyone else running into this on 11g? Is there a setting we are missing or something? Maybe something in the pref.txt file? Any help would be appreciated, especially since we are being asked to go live soon. Thanks!
Here is our system setup:
Oracle BI Discoverer 11g (11.1.1.4.0)
Oracle Business Intelligence Discoverer Plus 11g (11.1.1.4.0)
Discoverer Model - 11.1.1.4.0
Discoverer Server - 11.1.1.4.0
End User Layer - 5.1.1.0.0.0
End User Layer Library - 11.1.1.4.0
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
Java Virtual Machine:     Sun Microsystems Inc. 1.6.0_29
JVM Memory Available:     9046KB out of 37372KB
Operating System:     x86 Windows XP 5.1
Using protocol: RMI protocol over JRMP transport

Additional info:
Based on the error messages, we can see something is wrong with the package being called. We had a long running help ticket with Oracle opened, but in our opinion, it was not really resolved. We provided the following info after a request from Oracle....
The package does exist. The package is valid but the package body is invalid due to missing dependant objects
It is owned by PROD_DISCOVERER_PS.
The database version is 11.2.0.1.0 (64 bit)
SQL> select OWNER, OBJECT_TYPE
+2 from all_objects+
+3 where object_name = 'WWSSO_API_PRIVATE';+
OWNER OBJECT_TYPE
PROD_DISCOVERER_PS PACKAGE
PROD_DISCOVERER_PS PACKAGE BODY
We have tried to recomplie the package, still invalid.
After some further questions we were asked to provide info on the app_registry.......We got an error when trying that.......
The app_registry object does not exist ...
SQL> connect sys as sysdba
Enter password:
Connected.
SQL> select comp_id,version,status from app_registry;
ERROR at line 1:
ORA-00942: table or view does not exist
In the end (after a lot of back and forth), Oracle could not reproduce our problem on their test system. Because their test system uses Enterprise Edition and we installed Standard Edition, their solution was that the issue is caused because we are using Standard Oracle DB and we should be using Enterprise Edition. Creating a saved connection doesn't sound at all like something that would be affected by Standard or Enterprise edition. That's not an easy "solution" for us right now, and we can use a real fix. That's like taking your car into the shop because your blinkers don't work on your 2010 model car and the dealer's solution is "Oh, your 2010 car blinkers don't work? We have a 2011 model and they work just fine. You'll need to buy a 2011 car so the turn signals function."

Similar Messages

  • Can not create the connection in the enrironment!!

    hello,every one:
    please see the following code:
              Environment *env = Environment::createEnvironment(Environment::OBJECT);
              Connection *conn = env->createConnection(userName,password,connectString);
    try
    //use the conn
              catch (SQLException &ex)
                   env->terminateConnection(conn);
                   Environment::terminateEnvironment(env);
                   throw;//re-throw
              env->terminateConnection(conn);
              Environment::terminateEnvironment(env);
              Environment *ev = Environment::createEnvironment(Environment::OBJECT);
    //the program stopped here,display i can not create the new connection
              Connection *cn = ev->createConnection(userName,password,connectString);
              ev->terminateConnection(cn);
              Environment::terminateEnvironment(ev);
    I have terminated the connection and the environment,then why I can not create the
    connection in the new environment?
    I have tried several times,if you connect the same database as the former,then it
    does not work,but if you connect a new database ,it can create the new connection!
    plus:I don't want to use conection pool .
    Can I have some method to solve the problem?
    Please help me!
    Thanks a lot in advance!
    tony from China

    Hi Tony,
    This similar sample works perfectly fine for me. Can you
    retry with this?
    #include <iostream>
    #include <occi.h>
    using namespace std;
    using namespace oracle::occi;
    int main()
            Environment *env = Environment::createEnvironment(Environment::OBJECT);
            Connection *conn = env->createConnection("scott","tiger","inst1");
            try
            //use the conn
            catch (SQLException &ex)
                    env->terminateConnection(conn);
                    Environment::terminateEnvironment(env);
                    cout<<ex.getMessage();
            env->terminateConnection(conn);
            Environment::terminateEnvironment(env);
            Connection *cn;
            Environment *ev;
            try{
            ev = Environment::createEnvironment(Environment::OBJECT);
            cn = ev->createConnection("scott","tiger","inst1");
            catch (SQLException &ex)
                    ev->terminateConnection(cn);
                    Environment::terminateEnvironment(ev);
                    cout<<ex.getMessage();
            ev->terminateConnection(cn);
            Environment::terminateEnvironment(ev);
    }Rgds
    Amogh

  • NEED HELP! can't create mysql connection in DW MX 2004

    I re-format my computer last week and after reformatting i
    install my PHP Triad and Dreamweaver MX 2004, but i can't create
    mysql connection using DW wizard, i already follow the step:
    1. create / manage site
    2. choose document type
    3. set up testing server ( i use php mysql @ localhost)
    and when i create new connection (fill the hostname,
    username, password, and select databases) it failed and show
    message "unidentified error occur".
    it never happen before (before i re format my computer).
    can anyone help me how to solve this problem.
    sorry for my bad english i came from Indonesia,
    thx before
    rgrds
    zhastro

    I re-format my computer last week and after reformatting i
    install my PHP Triad and Dreamweaver MX 2004, but i can't create
    mysql connection using DW wizard, i already follow the step:
    1. create / manage site
    2. choose document type
    3. set up testing server ( i use php mysql @ localhost)
    and when i create new connection (fill the hostname,
    username, password, and select databases) it failed and show
    message "unidentified error occur".
    it never happen before (before i re format my computer).
    can anyone help me how to solve this problem.
    sorry for my bad english i came from Indonesia,
    thx before
    rgrds
    zhastro

  • Can you create multiple connections in smartview? for PROD and DEV?

    Hi,
    We have a production and development hyperion planning. In Smartview, we have successfully connected to PROD but can we create another connection to DEV?
    or do we keep replacing the URL?
    thanks

    I think from 11.1.2.2 onwards the ability to add servers in Shared Connection is removed and an enhancement is filed to have that ability.
    You can use private connection to connect to different instances
    http://DEV:19000/aps/APS for Essbase
    http://DEV:19000/HyperionPlanning/SmartView HyperionPlanning
    If you are on 11.1.2.3 you can create an XML file and use that as your Shared Connection
    Essbase Labs: Smart View News
    Regards
    Celvin
    http://www.orahyplabs.com

  • Can't create 'saved searches' or modify old ones from prior to current versions of software

    can't create 'saved searches' or modify old ones from prior to current versions of software

    Hi George,
    Just catching up. Forgive me if you have already tried this, but perhaps this will help. In finder, click on the Help Menu and type smart folders.
    Choose:
    Create or modify a Smart Folder
    Regards,
    Ian.

  • Can't create subversion connection with jdev 11g r1

    i am trying to create a subversion connection; but on "Create Subversion Connection" dialog i am entering repository details, "Test Read Access" and "OK" buttons seems disabled, never changing.
    is anybody tried this?
    regards,
    Ayhan
    Edited by: Ayhan Gungor on Jul 2, 2009 10:57 AM

    it's ok, my mistake

  • Can't 'Create Saved Book' and continue to use Quick Collection to update book?

    I was creating a book in LR4.1 using a Quick Collection. After getting pretty far into my book and being content with my progress, I clicked 'Create Saved Book'. Now I found that I couldn't access the Quick Collection I was using to continue updating my book. I could only access one or the other (the saved book at it's current incomplete state OR the Quick Collection with a blank book layout). What did I do wrong??

    The saved book is now a new collection, with a book-icon in front. You add more images by adding them (e.g. via drag and drop) to this new collection in library module.
    While selected you switch over to book module and can continue to add pages and fill them with the newly added images.
    You might run into another bug though, by which you will have lost your entire layout, but the filmstrip still claims the number how often an image was placed into the lost layout.
    If you are working on a book be sure to create a backup of your catalog every time you exit LR as this might be your only way to retrieve at least an older status of your book.
    Copy-paste text into text boxes in book module has been reported to trigger the bug rather often.
    Good luck,
    Cornelia

  • Can't Create TNS-connections for different Oracle Homes

    I've installed Oracle 9.2 client and also the Oracle XE 10g Database on my computer. So there are two files "tnsnames.ora"
    (C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN, C:\Programme\ORA92\network\ADMIN). By creating a new connection with
    "TNS" option there is only the content of the XE-tnsnames.ora file. How can I choose the tnsnames.ora in Oracle 9.2 Home?
    Edited by: @chris on 15.05.2009 15:54
    Is there a preference for SQL-Developer to choose any installed Oracle Client?
    Is there a file where I can configure a different Oracle Client for SQL Developer?
    Remark: My "Windows XP - Path" settings are: C:\Programme\ORA92\BIN;C:\oraclexe\app\oracle\product\10.2.0\server\bin;...
    Edited by: @chris on 03.06.2009 19:12
    No comments since 2 weeks :-(
    So I think there is no possibility to select an installed Oracle client when creating "connections" in SQL Developer.
    Would anybody else like to have this feature in future releases of SQL Developer?
    PS: In "SQL Navigator" (by Quest Software) you can select your Oracle Client when creating a connection.

    I had this same issue only with SSMS 2005 x86.
    I unchecked the "Allow inprocess" and I was able to connect.
    You will need the security "Be made using this security context" with the U/P that you mention
    "+same userid and pwd which I use in SQL* Plus to connect to same oracle database+"
    Hopefully you will get pass that issue. The issue I have now is that I can't do a select on
    one of the linked tables.

  • TP4: Can't create database connection

    I have just installed JDeveloper TP4 and run it for the first time. When I try to create database connection, nothing happens. Specifically, I right click on "IDE Connections" and select "New Connection" - and nothing happens; no messages, no dialogs, nothing. Is there something I have to have installed before this will work? I have Sun's Java 6 installed - I noticed that JDeveloper warns about this. Would it cause this problem?

    Hi,
    can you try with JDK 5 to exlude and issue with JDK 6. It works for me with JDK 5 so, there might be an issue with you Java runtime
    Frank

  • 3.1EA3 Can not create first connection on a virginal installation.

    To test a clean installation I
    1) unzipped the download package (sqldeveloper-3.1.06.82.zip of 203Mb, so including the JDK) in a separate folder
    2) removed folders "SQL Developer" and "Oracle SQL developer Data Modeler" from my C:\Documents and Settings\<username>\Application Data\
    On the first startup there is (as expected) no proposal to migrate any settings.
    Opening "New" (by either using the button, ctrl+N or menu File/New) opens the "Create a new" dialog.
    There I select the first item: "Database connection" and click OK.
    The "New Gallery" window opens.
    When either selecting "Database Tier" or "General/Connections" in the tree, the option "Database Connection" is available. It describes how it should "Opens the Create Database Connection dialog". But when I click OK, nothing happens (apart from breefly changing my mouse cursor)... :-(
    On the other hand an other option (Subversion Repository Connection) works fine: selecting it and then clicking OK yields a "Create Subversion Connection" dialog as expected.
    After restarting SQL Developer the same behaviour remains (also see PS below)
    By now I also tried the "All Items" option in the "New Gallery" tree. This lists two kinds of database connections:
    Database Connection (Database Tier)
    Database Connection (Connections)
    When I try the first option (Tier) I again get no dialog.
    When I try the first option (Connections) I also get no dialog.
    In short I can't make any connections.
    Some more info.
    By mistake, i just started up my 3.0 version, but before restoring my C:\Documents and Settings\<username>\Application Data\ folders.
    After having dismissed the migrate dialog (I suppose it saw the files created by the 3.1), the screen looked different from the 3.1 in an important way:
    The 3.0 has the gray screen with the slanted list of buttons on the right, but on the left it also has the treeview (showing an empty list of connections).
    The 3.1 version has the same grey window, but that is all: there is no treeview on the left...
    PS.
    When opening SQL Developer the second time, the following error appeared in the logging page, but I concidder this to be irrelevant (since I don't use TimesTen)
    SEVERE     86     0          Failed to create addin oracle.dbtools.raptor.timesten.TTAddin
    On a third invocation this error did not appear again (the logging page was still open, but empty).
    Edited by: JVdB on 5-jan-2012 1:08 Added the part about the difference between 3.0 and 3.1: the lack of the treeview window on startup

    Well, I (still) can't find any of those "Quite some threads" :-)
    Anyway.
    I'm running on windows XP SP3 (yes...)
    The windows is English, the regional settings used are
    Standards and formats: English (United Kingdom)
    Customize regional options:
    Numbers-tab
    - Decimal symbol: . (dot)
    - Digits after decimal: 2
    - Digit grouping symbol: <null>
    - Negative symbol: -
    - Negative number format -1.1
    - Display leading zeros: 0.7
    - List separator: . (dot)
    - Measurement system: Metric
    Currency-tab
    - Currency symbol € (euro sign)
    - Positive currency format: €1.1
    - Negative: -€1.1
    - Decimal: . (dot)
    - Digits: 2
    - digit grouping symbol: . (dot)
    - digit grouping: 123.456.789
    Time-tab:
    - Time format: h:mm:ss tt
    - Time separator: : (colon)
    - AM: AM
    - PM: PM
    Date-tab:
    - Two digit year: 1930 - 2029
    - Short date format: dd/MM/yyyy
    - Date separator: /
    - Long date format: dd MMMM yyyy
    Location: Belgium
    I added the proposed line in ...\sqldeveloper\bin\sqldeveloper.conf on a line between the existing lines
    AddVMOption -Doracle.jdbc.mapDateToTimestamp=false
    and
    IncludeConfFile sqldeveloper-nondebug.conf
    This has not helped.
    I also tried with "UK" instead of "US", but still no luck...
    Thanks for your help.
    Edited by: JVdB on 9-jan-2012 6:40: added the results of adding the extra option in the .conf file.

  • Can I create a Connection?

    Hi there
    Is it possible to create a connection to an Oracle database if the database is not started up yet? If so when
    cheers
    James?

    Yes.
    Your DriverManager.getConnection() method will throw SQLException with
    specific error code

  • Can't create JCO connection in Portal7 for ESS1.0

    Hi,
    I am in the Process of setting up ESS/MSS Rel 1.0 in Portal 7. The Portal is a WebAS ABAP+JAVA system.
    First step after installing Portal, I configured the SLD and created the Technical systems.  The sld is running and I have tested the sld from the Content Administrator->WebDynpro-> check SLD. It results sld successfully tested and I am able to start the sld also.
    After that I deployed the Business packages for ESS/MSS and selfservices via SDM.
    Now I am trying to create the JCO connection in the Content Administrator->WebDynpro->create/maintain JCO Connections, it throws the following error
    500   Internal Server Error
      Web Dynpro Container/SAP J2EE Engine/6.40 
    Failed to process request. Please contact your system administrator.
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:991)
        at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:469)
        at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateJCODestinations(NameDefinition.java:272)
        at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateNavigation(NameDefinition.java:237)
        at com.sap.tc.webdynpro.tools.sld.NameDefinition.wdDoInit(NameDefinition.java:144)
        ... 45 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-26:14:41:58[UTC], changelist=413534, host=pwdfm101), build date: Fri Aug 31 20:55:03 GMT+08:00 2007
    J2EE Engine 7.00 patchlevel
    Java VM Java HotSpot(TM) Server VM, version:1.4.2_15-b02, vendor: Sun Microsystems Inc.
    Operating system Windows 2003, version: 5.2, architecture: x86
    Session & Other
    Session Locale en_US
    Time of Failure Tue Sep 11 17:54:15 GMT+08:00 2007 (Java Time: 1189504455341)
    Web Dynpro Code Generation Infos
    sap.com/tcwdtools
    No information available null
    sap.com/tcwddispwda
    No information available null
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    java.lang.NullPointerException
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:991)
         at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:469)
         at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateJCODestinations(NameDefinition.java:272)
         at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateNavigation(NameDefinition.java:237)
         at com.sap.tc.webdynpro.tools.sld.NameDefinition.wdDoInit(NameDefinition.java:144)
         at com.sap.tc.webdynpro.tools.sld.wdp.InternalNameDefinition.wdDoInit(InternalNameDefinition.java:236)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:789)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:767)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    This is very urgent, can any one of u help me on this....
    Thanks

    Hi,
    I am running Netweaver 7 and ERP2005.
    J2EE support pack is 9. The sap note that you mentioned is for NW2004 and our system is running on NW2004s.
    Now I am trying to reconfigure the sld. In case if you can suggest me another solution, I will be very happy to try that out...
    Thanks for your reply
    Edited by: Rakesh Bothra on Apr 20, 2011 4:23 AM

  • Can't create a connection

    Hello all,
    when I started Raptor for the first time I was asked to enter the path to "java.exe". I entered "d:\raptor\raptor\jdk\jre\bin" to be sure to have the right one. Then Raptor started. When I try to create a new connection, a window named "New Gallery" comes up and I click the OK button. Now I get an error window which shows by details :
    java.lang.NullPointerException
         at oracle.dbtools.raptor.explorer.dt.dialog.ConnectionDialog.getTNSConnections(ConnectionDialog.java:1040)
         at oracle.dbtools.raptor.explorer.dt.dialog.ConnectionDialog.selectConnection(ConnectionDialog.java:986)
         at oracle.dbtools.raptor.explorer.jdev.ConnectionEditorImpl.runConnectionEditor(ConnectionEditorImpl.java:37)
         at oracle.jdeveloper.cm.dt.ConnectionEditor.runConnectionEditor(ConnectionEditor.java:156)
         at oracle.jdevimpl.cm.dt.ConnectionController.runNewConnectionDialog(ConnectionController.java:495)
         at oracle.jdevimpl.cm.dt.ConnectionController.runNewConnectionDialog(ConnectionController.java:473)
         at oracle.jdevimpl.cm.dt.NewConnectionWizard.invoke(NewConnectionWizard.java:70)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:310)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:358)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1093)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:366)
         at oracle.ide.util.IdeUtil$1$1.run(IdeUtil.java:1073)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    My system is Windows 2000.
    I do have several other Oracle Products installed : Oracle Forms 6i, Oracle Forms 10g Developer Suite.
    There are several other "java.exe" files on my system with different versions. But the one in the path named above should be the right one.
    Can anybody tell me what went wrong ?
    Regards
    Kai

    I just wanted to add to the chorus of users--new connection didn't work for me either. This is my first attempt to install Raptor (never had previous beta). Also, while I work a lot with Oracle OLAP, I don't do much with other Oracle products, so I have no Oracle environment variables (until I just added the TNS_ADMIN environment variable), so I'm a good test case for a "newbie". Thanks for the workaround!
    As an aside, I don't understand why I had to tell Raptor where my java,exe is. I don't have Java 1.5 "installed" (I have 1.4.2), but Raptor unzipped with its own java.exe in raptor\jdk\jre\bin. Why could it automatically find it? If Raptor is supposed to make Oracle more accessible to the masses, it should be able to just run out of the box. This is a good example of why Oracle tools are considered harder to use than MS--we (Oracle community) need to correct this.

  • Smart View - can't create private connection

    Hi,
    I'm trying to establish a private connection with SmartView to Essbase 11.1.2.0. Upon entering the URL (http://myhost.13080/aps/SmartView) I get to the next dialog displaying an empty server node upon clicking '+'!
    I've seen others running into the same issue in this forum but can't find the right solution for me. Have to say that I'm anything but an expert in this field, so I may be leaving out things.
    Here's what works:
    Essbase server is up and running. Administration Services Control works. Could create application. http://demo.us.oracle.com:13080/aps/APS comes back with "Hyperion Provider Services".
    Any help appreciated,
    Mike

    Hi,
    Please check your access first.
    go to Native directory and check for the user name and then see the groups that you are assigned to.
    For those groups i would suggest to check the provisioning and let me know.
    Also i would suggest you to Unregister Smartview addin and then register and see if it works.
    Thanks,
    KKT

  • [Gnome 3] Network Manager can only create system connections

    Hello,
    Coming from ubuntu, I installed Arch with Gnome 3 (didn't like unity). I have a small annoyance with Network manager from [testing]. When I select a wireless network, it asks for my sudo password and creates a system connection under /etc/NetworkManager/system-connections. Even when unchecking "Available for all users" in nm-connection-editor afterwards, the settings are kept in /etc instead of gconf/dconf and gnome-keyring as was the case in ubuntu (don't know if that was also the case in arch with gnome 2).
    Of course, I can instruct PolicyKit to not ask for a password when modifying the connections, but I'd prefer to keep my keys in gnome-keyring instead of unencrypted files. As the single user of the system, I do not need system connections.
    Any ideas?

    Seems like this is an upstream change in nm 0.9, and no workaround that I know existed for it.

Maybe you are looking for