External tools - adding DB Connection string gives error

I'm using SQL Developer 1.2.1.32.13 on Ubuntu 7.10. Whenever I try to add the "DB Connection String ${sqldev.conn} to the argument list of an external tool I get the error listed below. I searched this forum and don't see anything regarding this.
java.lang.NullPointerException
     at oracle.dbtools.raptor.macros.ConnMacroExpander.expand(ConnMacroExpander.java:25)
     at oracle.ide.externaltools.macro.MacroExpander.getSampleExpansion(MacroExpander.java:134)
     at oracle.ideimpl.externaltools.ui.MacroPickerImpl.updateSample(MacroPickerImpl.java:128)
     at oracle.ideimpl.externaltools.ui.MacroPickerImpl.updateDetails(MacroPickerImpl.java:173)
     at oracle.ideimpl.externaltools.ui.MacroPickerImpl.mav$updateDetails(MacroPickerImpl.java:73)
     at oracle.ideimpl.externaltools.ui.MacroPickerImpl$DetailUpdateListener.valueChanged(MacroPickerImpl.java:486)
     at javax.swing.JList.fireSelectionValueChanged(JList.java:1765)
     at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1779)
     at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
     at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
     at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194)
     at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:388)
     at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:398)
     at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:442)
     at javax.swing.JList.setSelectionInterval(JList.java:2035)
     at javax.swing.plaf.basic.BasicListUI$Handler.adjustSelection(BasicListUI.java:2721)
     at javax.swing.plaf.basic.BasicListUI$Handler.mousePressed(BasicListUI.java:2677)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
     at java.awt.Component.processMouseEvent(Component.java:6035)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
     at java.awt.Component.processEvent(Component.java:5803)
     at java.awt.Container.processEvent(Container.java:2058)
     at java.awt.Component.dispatchEventImpl(Component.java:4410)
     at java.awt.Container.dispatchEventImpl(Container.java:2116)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
     at java.awt.Container.dispatchEventImpl(Container.java:2102)
     at java.awt.Window.dispatchEventImpl(Window.java:2429)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
     at java.awt.Dialog$1.run(Dialog.java:1039)
     at java.awt.Dialog$3.run(Dialog.java:1091)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:1089)
     at java.awt.Component.show(Component.java:1419)
     at java.awt.Component.setVisible(Component.java:1372)
     at java.awt.Window.setVisible(Window.java:801)
     at java.awt.Dialog.setVisible(Dialog.java:979)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.ideimpl.externaltools.ui.MacroPickerImpl.runDialog(MacroPickerImpl.java:283)
     at oracle.ideimpl.externaltools.program.ExternalProgramOptions.runMacroPicker(ExternalProgramOptions.java:429)
     at oracle.ideimpl.externaltools.program.ExternalProgramOptions.doBrowseArguments(ExternalProgramOptions.java:417)
     at oracle.ideimpl.externaltools.program.ExternalProgramOptions.mav$doBrowseArguments(ExternalProgramOptions.java:57)
     at oracle.ideimpl.externaltools.program.ExternalProgramOptions$ActionDispatcher.actionPerformed(ExternalProgramOptions.java:492)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.Component.processMouseEvent(Component.java:6038)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
     at java.awt.Component.processEvent(Component.java:5803)
     at java.awt.Container.processEvent(Container.java:2058)
     at java.awt.Component.dispatchEventImpl(Component.java:4410)
     at java.awt.Container.dispatchEventImpl(Container.java:2116)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
     at java.awt.Container.dispatchEventImpl(Container.java:2102)
     at java.awt.Window.dispatchEventImpl(Window.java:2429)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
     at java.awt.Dialog$1.run(Dialog.java:1039)
     at java.awt.Dialog$3.run(Dialog.java:1091)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:1089)
     at java.awt.Component.show(Component.java:1419)
     at java.awt.Component.setVisible(Component.java:1372)
     at java.awt.Window.setVisible(Window.java:801)
     at java.awt.Dialog.setVisible(Dialog.java:979)
     at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
     at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
     at oracle.ideimpl.externaltools.ui.ExternalToolsWizard.runEditWizard(ExternalToolsWizard.java:230)
     at oracle.ideimpl.externaltools.ui.ToolListPanel.doEditCommand(ToolListPanel.java:614)
     at oracle.ideimpl.externaltools.ui.ToolListPanel.mav$doEditCommand(ToolListPanel.java:80)
     at oracle.ideimpl.externaltools.ui.ToolListPanel$ButtonListener.actionPerformed(ToolListPanel.java:736)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.Component.processMouseEvent(Component.java:6038)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
     at java.awt.Component.processEvent(Component.java:5803)
     at java.awt.Container.processEvent(Container.java:2058)
     at java.awt.Component.dispatchEventImpl(Component.java:4410)
     at java.awt.Container.dispatchEventImpl(Container.java:2116)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
     at java.awt.Container.dispatchEventImpl(Container.java:2102)
     at java.awt.Window.dispatchEventImpl(Window.java:2429)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
     at java.awt.Dialog$1.run(Dialog.java:1039)
     at java.awt.Dialog$3.run(Dialog.java:1091)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:1089)
     at java.awt.Component.show(Component.java:1419)
     at java.awt.Component.setVisible(Component.java:1372)
     at java.awt.Window.setVisible(Window.java:801)
     at java.awt.Dialog.setVisible(Dialog.java:979)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.ideimpl.externaltools.ui.ToolListPanel.runDialog(ToolListPanel.java:283)
     at oracle.ideimpl.externaltools.ExternalToolsController.handleEvent(ExternalToolsController.java:18)
     at oracle.ideimpl.controller.IdeActionHook$MetaClassController.handleEvent(IdeActionHook.java:272)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
     at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1216)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1257)
     at java.awt.Component.processMouseEvent(Component.java:6038)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
     at java.awt.Component.processEvent(Component.java:5803)
     at java.awt.Container.processEvent(Container.java:2058)
     at java.awt.Component.dispatchEventImpl(Component.java:4410)
     at java.awt.Container.dispatchEventImpl(Container.java:2116)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
     at java.awt.Container.dispatchEventImpl(Container.java:2102)
     at java.awt.Window.dispatchEventImpl(Window.java:2429)
     at java.awt.Component.dispatchEvent(Component.java:4240)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

Since posting, I have moved to 1.5 but still have problems. Also, I am using Linux not Windows. For testing purposes I set up an external tool called "echo" with the following configuration:
Program executable: /bin/echo
Arguments: TERM:${env:var=TERM} sqldev.conn:${sqldev.conn} sqldev.dbuser:${sqldev.dbuser}
Run Directory: /bin
I have added the tool to "Tools Menu", "Navigator Context Menu" and "Code Editor Context Menu"
Enabled is set to "Always"
If I highlight the a connection and then right click, and select "echo" the following is displayed in the log:
/bin>
/bin/echo TERM: sqldev.conn: sqldev.dbuser:
TERM: sqldev.conn: sqldev.dbuser:
In order to get any of the values populated I have to expand not only the connection so that all the items (Tables, Views, Indexes, etc) are displayed but also one of these sub items as well. If I expand tables and then right click on any given table I will finally get some output from my echo command:
/bin>
/bin/echo TERM: sqldev.conn:jdbc:oracle:thin:@db.server.domain:1526:prod sqldev.dbuser:
TERM: sqldev.conn:jdbc:oracle:thin:@db.server.doamin:1526:prod sqldev.dbuser:
It seems to me that if I want to run SQL*PLus I should just highlight the connection name and it should use that information in whatever external tool I have configured.

Similar Messages

  • Fail Safe adding database to group gives error "FS-10006: Unable to open.."

    Environment:
    Fail Safe 3.4.2
    Oracle 11.2.0.1 64bit
    Windows 2008 Server 64bit
    Two nodes in an active/passive cluster using windows clustering and oracle fail safe.
    Problem:
    We have created the windows cluster, installed fail safe on both clustered nodes, installed the database software, verified the cluster, created a group and added a virtual address to the group. We also managed to verify the stand alone database instance without any issues. However, when we try to add the database to the group we get the following errors:
    Versions:  client = 3.4.1    server = 3.4.2    OS = 
    Operation:   Adding resource "THORD" to group "EO_THORD_GRP" 
    Starting Time:   Jul 26, 2010   16:23:04
    Elapsed Time:   0 minutes, 2 seconds
    1   16:23:04  Starting clusterwide operation
    2   16:23:05  FS-10370: Adding the resource THORD to group EO_THORD_GRP
    3   16:23:05  FS-10371: ClusterNode1 : Performing initialization processing
    4   16:23:05  FS-10371: ClusterNode2 : Performing initialization processing
    5   16:23:05  FS-10372: ClusterNode1 : Gathering resource owner information
    6   16:23:05  FS-10372: ClusterNode2 : Gathering resource owner information
    7   16:23:05  FS-10373: ClusterNode1 : Determining owner node of resource THORD
    8   16:23:05  FS-10374: ClusterNode1 : Gathering cluster information needed to perform the specified operation
    9   16:23:05  FS-10374: ClusterNode2 : Gathering cluster information needed to perform the specified operation
    10  16:23:05  FS-10375: ClusterNode1 : Analyzing cluster information needed to perform the specified operation
    11  16:23:05   >>> FS-10652: ClusterNode1 has Oracle Database version 11.2.0.1 installed in OraDb11g_home1
    12  16:23:05   >>> FS-10652: ClusterNode2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home1
    13  16:23:05  FS-10376: ClusterNode1 : Starting configuration of resource THORD
    14  16:23:05  FS-10378: ClusterNode1 : Preparing for configuration of resource THORD
    15  16:23:05  FS-10380: ClusterNode1 : Configuring virtual server information for resource THORD
    16  16:23:05    ** ERROR : 0x138F: The cluster resource could not be found.
    17  16:23:06    ** ERROR : FS-10006: Unable to open the resource
    18  16:23:06    ** ERROR : FS-10012: Failed to bring the cluster resource  online. Check the Windows event log for messages
    19  16:23:06    ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource THORD
    20  16:23:06    ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    21  16:23:06    ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    22  16:23:06  FS-10488: ClusterNode1 : Starting rollback of operation
    23  16:23:06  FS-10489: ClusterNode1 : Completed rollback of operation
    24  16:23:06    ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    25  16:23:06  Please check your Windows Application log using the Event Viewer for any additional errors
    26  16:23:06  The clusterwide operation failed !
    FS-10006: Unable to open the resourceAll the cluster resources seem to be online. We're all out of ideas here, can someone please shead some light on this or have any ideas how we can go on about this.
    Your help is highly appreciated.
    Thanks

    I am getting into the issue (step-6) when I run standalone resource verify after successful step-5 and need your advice.
    I will give you information about the infrastructure -
    NODE1-2K8-ORADBND1
    NODE2-2K8-ORADBND2
    Cluster IP-
    Virtual IP on NODE1 and NODE2 host file -
    OS - Windows 2008 R2 64 bit
    Oracle Database - 11gR2
    Oracle FailSafe - 3.4.1.6
    Oracle SID- ORA11
    (ORA11 is up and running on NODE1 active node while running add to group option from - Groups/Standalone Resources to verify the instance and it gets error)
    Here is the error log -
    Versions: client = 3.3.3 ; server = 3.4.1 ; OS =
    Operation: Adding resource "ORA11" to group "Available Storage"
    Starting Time: Sep 02, 2010 12:50:06
    Elapsed Time: 0 minutes, 1 seconds
    1 12:50:06 Starting clusterwide operation
    2 12:50:06 FS-10370: Adding the resource ORA11 to group Available Storage
    3 12:50:06 FS-10371: 2K8-ORADBND1 : Performing initialization processing
    4 12:50:06 FS-10371: 2K8-ORADBND2 : Performing initialization processing
    5 12:50:07 FS-10372: 2K8-ORADBND1 : Gathering resource owner information
    6 12:50:07 FS-10372: 2K8-ORADBND2 : Gathering resource owner information
    7 12:50:07 FS-10373: 2K8-ORADBND1 : Determining owner node of resource ORA11
    8 12:50:07 FS-10374: 2K8-ORADBND1 : Gathering cluster information needed to perform the specified operation
    9 12:50:07 ** ERROR : FS-10791: The Oracle Database resource provider failed while gathering cluster information for resource ORA11
    10 12:50:07 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    11 12:50:07 Please check your Windows Application log using the Event Viewer for any additional errors
    12 12:50:07 The clusterwide operation failed !
    Thanks for your help!

  • Help! DLL's replying with strings give errors

    Hi ,
    I use the Call Library node to call a DLL function I wrote in C
    void test (char Text[50])
    strcpy(Text, "This is a test\0\n");
    Next, I configured the Call Library Function as follows:
    Parameter RETURN TYPE: Type = Void;
    Parameter ARG1: Type = String; String format = C String Pointer;
    (Which leads to Function prototype: void test(CStr arg1) )
    The function executes just fine, but when I close the VI, I get an
    APPLCATION ERROR! ("The instruction at '0x123456' referenced memory at
    '0x123456'. The memory could not be read"). I guess this is when the DLL
    is unloaded, but what am I doing wrong?
    I am Using LabVIEW 5.1.1 & Win NT 4.0
    Please help!
    Patrick Pol
    The Netherlands

    Thanks Greg,
    I wired a string constant containing at least 50 characters to the input of the
    Library node, and that got rid of my crashing-problems.
    Patrick Pol
    Greg McKaskle wrote:
    > I believe that your problem here is that you told the C compiler that there
    > were 50 characters reserved for the function to write in. A caller of this
    > function will need to allocate storage for the DLL function to scribble into,
    > or this will be a possible crash/corruption.
    >
    > The same thing is true of LV. The caller, in this case, LV has no idea
    > how much space to allocate for the DLL call. You will need to do this
    > on the diagram using a constant, a control, or some other function that
    > produces a string large enough to store the data into.
    >
    > Greg M
    cKaskle

  • Filter criteria on added field in VF04 gives error and does not filter

    Hi!
    I have added a filed WBS to the output of VF04 using a exit. What I did was added the wbs filed to the table VKDFIF table and then used the exit ZXV6PU08 to get the values in the VF04 output. The display output for VF04 does bring in the values for the WBS field that I added . NOw when I want to do a filter on the field it pops out an error message :WBS element                    00000 does not exist. But when I fill in the selection criteria in the filetr screen in ranges i.e lower value and upper value it displays me the filtered value, its only when I enter values in the lower range only it pops out a message saying the value does not exist and it does not do the filter.
    Can anyone please tell why this is happening and how it can be fixed?
    Thanks

    Hi  Odysseas!
    I ahve a program which finds the user exit for any transaction and I used that for VF04 and choose the right exit applicable to your requirement. This will lead us to the user-exit , I chose V60P0001 form the list for my requirement and when you drill down it will take you to the desired program include zxv6pu08.
    I hope this would be helpful for you . PLease do let me know if you need any more information on this.
    Thanks

  • How do I resolve "Parse Failed: Bad Connect String: Database" error message

    I have a user who is editing a select statement in a BOXI 3.1 Web Intelligence query.  He is gettng the error message in the subject line.

    Hi
    can you please try to run the edited SQL statement directly against the SQL server? Do you get any errors then?
    Regards,
    Stratos

  • DPM 2012 R2 Rollup 1 x64.. cant save scheduled report.. gives error: "Reporting services server cannot connect to the dpm database"

    The error also has "to repair the configuration, follow steps for repairing dpm from DPM setup help ID: 3001
    I tried the solution outlined here:
    http://social.technet.microsoft.com/Forums/en-US/8be919ee-f358-47a4-9cc3-d23eb05d3f18/system-center-2012-r2-dpm-smtp-issue-reporting-services-server-cannot-connect-to-the-dpm?forum=dataprotectionmanager
    and also the graphical depiction here: http://www.ms4u.info/2014/01/reporting-services-server-cannot.html
    I tried these steps, but everytime i try to change it, it tells me:
    "The permissions granted to user 'domain\userid' are insufficient for performing this action rsaccessdenied..
    Nothing seems to work.. 
    I thought if i went into sql management studio and made sure my userid had admin rights to the db it would work.. but i cant change it there (via integrated security).. i believe i need to login as SA, but i dont recall the password for SA, though it appears
    i can change the SA password from within sql management studio.. i'm unsure if doing so will break DPM though or is even needed to fix the reporting integration issue..
    Any thoughts on this?
    Thanks
    Tech, the Universe, Everything: http://tech-stew.com

    Using:
    data source="servername\MSDPM2012";persist security info=False;initial catalog=DPMDB 
    I used the domain sqlservice account and test connection was ok.
    However.. accessing reports still crashes in the MMC
    Tech, the Universe, Everything: http://tech-stew.com
    When i recreated the db.. i called it Reporting2 or similiar.. 
    Then the reports folder i created called "Reports Folder"
    Then datasource name "reports datasource"
    The issue here is that the DPM reports in the reporting web interface are gone, since this is a new DB.. how do i redeploy them
    Tech, the Universe, Everything: http://tech-stew.com
    i went back into the sql reporting services area.. hit change db.. chose the original .. then back to the url.. went to the OLD reporting services folder and datasource.. added the connect string and now reporting area works.. so does scheduling..
    Problem now solved
    Tech, the Universe, Everything: http://tech-stew.com
    Oops spoke too soon.. the first time i set it to do "status" as a schedule.. it seemed to work (clicked ok, no error).. went back and added an email notification..
    Now i'm getting.. "an error occurred causing the reporting job to fail" "system files may be corrupt".
    Seems to only occur if i try to add the email address portion
    Tech, the Universe, Everything: http://tech-stew.com
    rechecked the datasource.. i think there was an error in the connect string.. now everything seems to be working.. email notifications and all.
    Tech, the Universe, Everything: http://tech-stew.com

  • Connection String for SQLEXPRESS 2014

    The following connection string gives me an error message "Cannot open the database requested by the login".
    Provider=SQLOLEDB;Data Source=HJS1XY1\SQLEXPRESS;Initial Catalog=C:\MyFolder\MyDatabase.mdf;Integrated Security=SSPI;
    The engine is SQL Express 2014.  What could be wrong?
    Rob E.

    Initial catalog is suppose to be a database on the server "HJS1XY1\SQLEXPRESS"
    SQL Server Management Studio Express (SQLManagementStudio) from
    https://msdn.microsoft.com/en-us/evalcenter/dn434042.aspx and connect to SQL. Then you would have better understanding.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • ODBC Error in connect string?

    I am running 8i 8.1.6 oracle, forms 6i, and am trying to connect to a AS400 DB2 database. I have the ODBC driver for the AS400 setup properly.
    When I try to connect in Forms 6i or SQL*Plus with the connect string odbc:datasource_name (ie. odbc:AS400) I get an error ORA-03121 error saying "No interface driver connected - function not performed".
    Any ideas? I have searched all over reguarding this error but none are specific to this. Is there something specific you need to run outside of a typical database setup to get ODBC going?
    This also happens when I specify the Oracle8i ODBC driver, or any ODBC for that matter. I am able to access the ODBC data sources in my other programming environments, ie. VC++6, and Borland Builder.
    Net8 is up and running fine as well....
    Thanks in advance,
    Jeff
    null

    First, thank you very much for the response. Reguarding the SQL*plus connection, I thought is was possible to use oracle tools (like SQL*plus and Forms) to open odbc connections using other ODBC drivers (for example Client Access ODBC driver for the AS400).
    In fact, I know this is true because I actually did it with a test DB using 8.1.5. For example, I would open SQL*plus in Win98 and enter in a valid user name and pword for the AS400 and the odbc connect string. Then I was able to run ad hoc queries against the AS400 data. But now that I upgraded to 8.1.6 and have not used ODBC in a while, I cannot remember the connect string and am getting this error.
    I can actually connect to multiple ODBC data sources at the same time in my C++ environment, Oracle and AS400, and copy tables back and forth. This can also be accomplished in Excel and other programs. Even the ODBC test utility that ships with 8.1.6 lets me connect to the AS400 and run queries against it. This utility however just lets you pick a datasource and doen't require a connect string.
    My ultimate goal here is to be able to use the Oracle tools in the same fashion. Or just use PL/SQL to connect to an ODBC data souce other than Oracle because I want to set up timed data transfer through OEM.
    When I type in the connect string "odbc:data_source_name" it gives me the ora-03121 error no matter what I put in for the data source name, even if I leave the data source blank. Is my syntax incorrect? Or do I have to set something up to access ODBC drivers through the Oracle tools. I don't remeber have to before.
    Thanks very much for your help on this.
    Jeff

  • Trying to change the Release/Debug connection string (ORACLE) of a VS13 Lightswitch project. Getting ORA-00942 error...

    Hello,
    i try to change the connection string of a Lightswitch 2013 project. I have a database for developers and a 'productive' database for releases. Both are similar (table names, entries etc..) and they are from ORACLE. First i attached the developer database
    as an external source. Everything works fine. Now I'm trying to change the connection string  whether my application is in a release state or in a developer state.
    I found a hint in the following question to solve that issue: Question
    from a LS-User 
    It is possible to change the connection string during the runtime. I tried it out and added to my DataBaseService.lsml.cs:
    partial void DataBase_InitializingConnection(DatabaseConnectionState state)
    state.ConnectionString = "DATA SOURCE=DB.productive;PASSWORD=password;PERSIST SECURITY INFO=True;USER ID=USER_PROD";
    Well, Lightswitch is using the new connection. But when i run the application, i am getting the error "ORA-00942: table or view does not exist". The views and tables definitely exist. The two schemas are the same. So what am i doing wrong?
    Regards from Munich

    HI Munich,
    Welcome to Lightswitch forum.
    According to your description above, you want to connect to external datasource in Lightswitch application.
    Oracle is not a supported data source for LightSwitch, it's recommended to use SQL Server database.
    If you want to change the connection string, you can update the connection string for a data source using the data source wizard. For example in VS2013: 
    Please let me know if there is anything that I can do to help.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Discover Plus works with internal IP, Gives error with External IP

    Oracle 9i Discoverer plus works with internal IP but when I try to access using the external IP it gives error while trying to load workbook wizard.
    Error : Unable to Connect to Discoverer Application contact Administrator

    Hi Sree
    Well a virtual host will certainly help working with a firewall its may mode of operation is to allow a different IP and / or DNS URL to work.
    Are you sure the virtual host you added is the correct one as per what you want to do? I ask because you may have one in there for a different reason.
    As I mentioned earlier though, whilst I am happy to contribute and try to help I am by no means an expert in doing what you are trying to do. I've always thought that changing a name like this would involve a re-install of the server which is something I believe you are trying to avoid. Personally I don't recall seeing a situation like yours work without re-installing which is why I encouraged you to speak with Support.
    Best wishes
    Michael

  • DB tools open connec.vi Invoke node connection string broken

    I'm running an old version of LabVIEW (LV7.1) on my PC (I have no choice - I have to maintain this one application in this specific legacy version, due to maintiaining consistency with another plant running the same app).  Anyway, we are running it on a Win 7 (64-bit) Office 2010 PC. I'm gettting errors related to database connectivity, so I just created a new VI, just to take a look at the db connectivity by itself.  When I create a brand new VI, and just drop the DB Tools Open Connection.vi function into it, I get an error "SubVI 'DB Tools Open Connec (String).vi': subVII is not executable". After digging down, I get a "No properties" error on the Property Node.  If I click on the connection string, I get "No Properties".  Any ideas?
    Attachments:
    db connect error.jpg ‏145 KB

    I am trying to remember but i think in newer versions of Windows (especially 64bit), the ADODB library was modified, which broke all of the database VI's in older versions of LabVIEW.   I would recommend going back to an older version of Windows if you must continue using LV7.1

  • Edit External Tool error in 1.1.0.21.97

    From the Edit External Tools Wizard, clicking on Display or Next Button to go to Step 2 of the Wizard gives the following stack trace:
    java.lang.NullPointerException
         at oracle.ide.net.URLFileSystemHelper.getPath(URLFileSystemHelper.java:429)
         at oracle.ide.net.URLFileSystem.getPath(URLFileSystem.java:615)
         at oracle.ide.net.IdeURLFileSystemHelper.getPath(IdeURLFileSystemHelper.java:166)
         at oracle.ide.net.URLFileSystem.getPath(URLFileSystem.java:615)
         at oracle.ideimpl.externaltools.ui.ToolDisplayPanel.updatePreviewIcon(ToolDisplayPanel.java:218)
         at oracle.ideimpl.externaltools.ui.ToolDisplayPanel.loadOptions(ToolDisplayPanel.java:326)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard.pageSelected(ExternalToolsWizard.java:508)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard.mav$pageSelected(ExternalToolsWizard.java:59)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard$WizardHandler.wizardSelectionChanged(ExternalToolsWizard.java:457)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.selectPage(Unknown Source)
         at oracle.bali.ewt.wizard.ReentrantWizard.selectPage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.selectPage(Unknown Source)
         at oracle.bali.ewt.wizard.ReentrantWizard.doPrevious(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:517)
         at java.awt.Dialog$2.run(Dialog.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:543)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard.runEditWizard(ExternalToolsWizard.java:230)
         at oracle.ideimpl.externaltools.ui.ToolListPanel.doEditCommand(ToolListPanel.java:614)
         at oracle.ideimpl.externaltools.ui.ToolListPanel.mav$doEditCommand(ToolListPanel.java:80)
         at oracle.ideimpl.externaltools.ui.ToolListPanel$ButtonListener.actionPerformed(ToolListPanel.java:736)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:517)
         at java.awt.Dialog$2.run(Dialog.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:543)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ideimpl.externaltools.ui.ToolListPanel.runDialog(ToolListPanel.java:283)
         at oracle.ideimpl.externaltools.ExternalToolsController.handleEvent(ExternalToolsController.java:18)
         at oracle.ideimpl.controller.IdeActionHook$MetaClassController.handleEvent(IdeActionHook.java:272)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
         at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         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)
    Click on OK and get a second error:
    ava.lang.NullPointerException
         at oracle.ide.net.URLFileSystemHelper.getPath(URLFileSystemHelper.java:429)
         at oracle.ide.net.URLFileSystem.getPath(URLFileSystem.java:615)
         at oracle.ide.net.IdeURLFileSystemHelper.getPath(IdeURLFileSystemHelper.java:166)
         at oracle.ide.net.URLFileSystem.getPath(URLFileSystem.java:615)
         at oracle.ideimpl.externaltools.ui.ToolDisplayPanel.updatePreviewIcon(ToolDisplayPanel.java:218)
         at oracle.ideimpl.externaltools.ui.ToolDisplayPanel.loadOptions(ToolDisplayPanel.java:326)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard.pageSelected(ExternalToolsWizard.java:508)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard.mav$pageSelected(ExternalToolsWizard.java:59)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard$WizardHandler.wizardSelectionChanged(ExternalToolsWizard.java:457)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.selectPage(Unknown Source)
         at oracle.bali.ewt.wizard.ReentrantWizard.selectPage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.selectPage(Unknown Source)
         at oracle.bali.ewt.wizard.ReentrantWizard.doNext(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:517)
         at java.awt.Dialog$2.run(Dialog.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:543)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.ideimpl.externaltools.ui.ExternalToolsWizard.runEditWizard(ExternalToolsWizard.java:230)
         at oracle.ideimpl.externaltools.ui.ToolListPanel.doEditCommand(ToolListPanel.java:614)
         at oracle.ideimpl.externaltools.ui.ToolListPanel.mav$doEditCommand(ToolListPanel.java:80)
         at oracle.ideimpl.externaltools.ui.ToolListPanel$ButtonListener.actionPerformed(ToolListPanel.java:736)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:517)
         at java.awt.Dialog$2.run(Dialog.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:543)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ideimpl.externaltools.ui.ToolListPanel.runDialog(ToolListPanel.java:283)
         at oracle.ideimpl.externaltools.ExternalToolsController.handleEvent(ExternalToolsController.java:18)
         at oracle.ideimpl.controller.IdeActionHook$MetaClassController.handleEvent(IdeActionHook.java:272)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
         at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         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)
    After that Editing appears to work OK.

    Yes thanks. A known issue. It won't be updated for the next evaluation release, but is a priority bug for us.
    As you have seen, there is no problem with the External Tool definitions, so you can go ahead and add what you need.
    Sue

  • Cmdlnlauncher for sequences throwing connection string error..

    Hi All,
    I have Hyperion suite v11.1.1.3. I am trying to use cmdlnLauncher.bat to schedule few rules and sequences. I was able to do it for rules however for sequences, I am getting error.
    My syntax:
    cmdlnLauncher.bat -p:password -S<server name> -Uadmin -sAct2011
    Error: "Connect String missing or has an invalid format. Please specify a valid connect string (Server/App/DB)"
    As the -f<rtp file> is ignored for sequences, I am not sure how to pass connection string to the wizard.
    Any suggestions please..
    Kind regards,
    Ankit

    Thanks for Reply
    Excel SOurce give me below Error
    TITLE: Microsoft Visual Studio
    Parameters cannot be extracted from the SQL command. The provider might not help to parse parameter information from the command. In that case, use the "SQL command from variable" access mode, in which the entire SQL command is stored in a variable.
    Try as below,
    declare @sql varchar(1000), @fq varchar(260)
    select @fq = ?
    select @sql = 'SELECT * FROM OPENROWSET(''Microsoft.ACE.OLEDB.12.0'',''Excel 12.0;Database=''' + @fq + ''', ''SELECT * FROM [sheet$]'')'
    ---print @sql
    insert into TEMP
    exec(@sql)
    OR
    declare @sql varchar(1000), @fq varchar(260)
    select @fq = ?
    select @sql = 'SELECT * INTO TEMP FROM OPENROWSET(''Microsoft.ACE.OLEDB.12.0'',''Excel 12.0;Database=''' + @fq + ''', ''SELECT * FROM [sheet$]'')'
    ---print @sql
    exec(@sql)
    Regards, RSingh

  • Deployment from 11g to 10g connection string cannot get provider error.

    Hi, I'm doing a deployment from oracle client 11g to 10g. Is this possible? there are yes and no answer I have try out from the forum. All did not workout with any of the configuration setup.
    For development I am using VS2012, MVC 4. EF 4. Oracle 11g
    The server is currently running Oracle 10g with Oracle.Dataaccess.dll 10.2.0.100
    This is my connection string setup at the server.
    <?xml version="1.0"?>
    <!--
    For more information on how to configure your ASP.NET application, please visit
    http://go.microsoft.com/fwlink/?LinkId=169433
    -->
    <configuration>
    <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
    </configSections>
    <connectionStrings>
    <add name="OraAspNetConnectionString" connectionString="Data Source=dtsr;User Id=ids;Password=pwd;" providerName="Oracle.DataAccess.Client"/>
    <add name="OraAspNetConnectionString2" connectionString="Data Source=dtsr;User Id=ids;Password=pwd;" providerName="Oracle.DataAccess.Client.OracleConnection"/>
    </connectionStrings>
    <!--<startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
    </startup>-->
    <appSettings>
    <add key="webpages:Version" value="2.0.0.0"/>
    <add key="webpages:Enabled" value="false"/>
    <add key="PreserveLoginUrl" value="true"/>
    <add key="ClientValidationEnabled" value="true"/>
    <add key="UnobtrusiveJavaScriptEnabled" value="true"/>
    </appSettings>
    <system.data>
    <DbProviderFactories>
         <add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory,Oracle.DataAccess,Version=4.112.3.0,Culture=neutral,PublicKeyToken=89b483f429c47342" />
    </DbProviderFactories>
    </system.data>
    <system.web>
    <compilation targetFramework="4.0">
    <assemblies>
    <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
    <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add assembly="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    </assemblies>
    </compilation>
    <httpRuntime/>
    <authentication mode="Windows"/>
    <identity impersonate="true"/>
    <pages controlRenderingCompatibilityVersion="4.0">
    <namespaces>
    <add namespace="System.Web.Helpers"/>
    <add namespace="System.Web.Mvc"/>
    <add namespace="System.Web.Mvc.Ajax"/>
    <add namespace="System.Web.Mvc.Html"/>
    <add namespace="System.Web.Optimization"/>
    <add namespace="System.Web.Routing"/>
    <add namespace="System.Web.WebPages"/>
    </namespaces>
    </pages>
    <sessionState mode="InProc" timeout="20" cookieless="false"/>
    </system.web>
    <system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
    <handlers>
    <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit"/>
    <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit"/>
    <remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
    <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0"/>
    <add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0"/>
    <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/>
    </handlers>
    <security>
    <authorization>
    <add accessType="Allow" users="?"/>
    </authorization>
    </security>
    </system.webServer>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0"/>
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0"/>
    </dependentAssembly>
    <!--<dependentAssembly>
    <assemblyIdentity name="Oracle.DataAccess, Version=10.2.0.100, Culture=Neutral," publicKeyToken="89b483f429c47342" />
    <bindingRedirect oldVersion="10.2.0.100" newVersion="4.112.3.0"/>
              <publisherPolicy apply="no" />
    </dependentAssembly>-->
    </assemblyBinding>
    </runtime>
    <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
    </entityFramework>
    </configuration>
    I get this error when page trying to connect to database.
    [ProviderIncompatibleException: An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect connection string. Check the inner exceptions for details and ensure that the connection string is correct.]
    System.Data.Entity.ModelConfiguration.Utilities.DbProviderServicesExtensions.GetProviderManifestTokenChecked(DbProviderServices providerServices, DbConnection connection) +163
    System.Data.Entity.ModelConfiguration.Utilities.DbConnectionExtensions.GetProviderInfo(DbConnection connection, DbProviderManifest& providerManifest) +39
    System.Data.Entity.DbModelBuilder.Build(DbConnection providerConnection) +46
    System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext internalContext) +62
    System.Data.Entity.Internal.RetryLazy`2.GetValue(TInput input) +117
    System.Data.Entity.Internal.LazyInternalContext.InitializeContext() +453
    System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType) +18
    System.Data.Entity.Internal.Linq.InternalSet`1.Initialize() +56
    System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext() +15
    System.Data.Entity.Infrastructure.DbQuery`1.System.Linq.IQueryable.get_Provider() +37
    I have check the
    1. Enviroment Variables path is set to the 10.../client_1/
    2. Tnsname.ora already configured.
    3. machine.config did not define the connection string path, as it is define in the web.config
    4. Oracle.Dataaccess.dll is in the bin of my application website (v4.112.3.0).
    5. In my application web bin folder also include additional dlll.
    mfc71.dll
    msvcr71.dll
    oci.dll
    ociw32.dll
    orannzsbb11.dll
    oraocci11.dll
    oraociicus11.dll
    OraOps11w.dll
    Anyone please help.. Thanks in advance..
    Edited by: 976886 on Dec 13, 2012 7:46 PM

    976886 wrote:
    I want to know, it is possible to migrate the application from oracle 11g to 10g? such that the component are supported across?
    Because in the development, all goes well, no error on the oracle connection.
    OR did I miss out anything that causes it not working on my server deployment?yes
    yes
    yes
    how can we reproduce what you claim?

  • How to Update a clob column..it gives error string literal too long

    I am trying to update a clob column of a table but it gives error string literal too long plz tell me what's the issue
    ORA-01704: string literal too long

    Peeyush wrote:
    I am trying to update a clob column of a table but it gives error string literal too long plz tell me what's the issue
    ORA-01704: string literal too longThere's a problem with my car. It won't start. Why won't it start? Please tell me!
    Oh wait, you can't, because I haven't given you nearly enough information...
    In other words, if you would like help in trying to work out where you've gone wrong, you should provide a small enough example of your code that demonstrates the error. We might then actually stand a chance of being able to help you!

Maybe you are looking for

  • Delta load not picking the changes to Custom Fields in 0CRM_QUOTA_ORDER_I

    We have enhanced the structure of CRM datasource 0CRM_QUOTA_ORDER_I for some additional fields that are held on the quotation. These are being successfully extracted when the quotation is being created. We have been running with this exctract for som

  • BB Curve 8900 died and will turn on but still has the red "off" sign

    Hi all.  Great site. I have a Blackberry Curve 8900 and last night the battery completely drained and I could not connect it to a charger until I arrived at work this morning.  I plugged the phone in around 9:00 A.M., and even now at 2:00 P.M. it is

  • List of users

    How can I find the list of users created/deleted during the month ?

  • Open at Startup

    Why is my .xls file that I have to "open at startup" in the Dock opening in TextEdit? Why won't it open in Excel?

  • Dirty dock = dead ipod touch?

    I just sent my iPod touch (2nd gen) in for repair because it froze on the Apple logo after powerup. Apple said the iPod was not eligible for warranty work because it was mistreated. When I called Apple to find out how it was mistreated, I was told th