SQL script runs under SQL Devoper, will not run under UNIX, SQLPlus

I have a sql program I developed under the SQL Developer tool and it runs fine. I have ftp'd the sql to the Unix server and I am trying to run the same program under SQL Plus in unix. The program echo's back the line number that is the last line number in the code before the 'Exception' code in the program and it goes out into never never land.
I can't figure out why this runs under SQL Developer but will not run under SQLPlus in Unix. Any ideas would be appreciated!!!!

Assuming that the ftp process did not append any invisible characters(which it usually does) at the end of each line,
did you put the '/' symbol at the end of your program before running in sql*plus
something like
begin
end;
/

Similar Messages

  • Sql server will not start - Database 'model' cannot be opened. It is in the middle of a restore.

    Sql server service will not start after server reboot:
    2009-08-13 14:15:43.94 spid7s      SQL Trace ID 1 was started by login "sa".
    2009-08-13 14:15:43.97 spid7s      Starting up database 'mssqlsystemresource'.
    2009-08-13 14:15:43.97 spid7s      The resource database build version is 10.00.1600. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.30 Server      A self-generated certificate was successfully loaded for encryption.
    2009-08-13 14:15:44.30 spid7s      Server name is 'WIN-37R9WFWAJIB\MSDB1'. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.32 spid10s     Starting up database 'model'.
    2009-08-13 14:15:44.32 Server      Server is listening on [ 'any' <ipv6> 49167].
    2009-08-13 14:15:44.33 Server      Server is listening on [ 'any' <ipv4> 49167].
    2009-08-13 14:15:44.33 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSDB1 ].
    2009-08-13 14:15:44.33 Server      Server named pipe provider is ready to accept connection on [ \\.\pipe\sql\query ].
    2009-08-13 14:15:44.35 spid10s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2009-08-13 14:15:44.38 Server      Server is listening on [ ::1 <ipv6> 49168].
    2009-08-13 14:15:44.38 Server      Server is listening on [ 127.0.0.1 <ipv4> 49168].
    2009-08-13 14:15:44.38 Server      Dedicated admin connection support was established for listening locally on port 49168.
    2009-08-13 14:15:44.39 spid10s     Error: 927, Severity: 14, State: 2.
    2009-08-13 14:15:44.39 spid10s     Database 'model' cannot be opened. It is in the middle of a restore.
    2009-08-13 14:15:44.49 spid10s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.
    2009-08-13 14:15:44.50 spid10s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informa
    there is plenty of room on the server, so i dont think its a disk space issue.  i am able to start the service as such:
    C:\Users\Administrator>net start MSSQL$MSDB1 /c /m /T3608
    The SQL Server (MSDB1) service is starting.
    The SQL Server (MSDB1) service was started successfully
    sqlcmd -e
    1> select name, status from sysdatabases;
    2> go
    select name, status from sysdatabases;
    name
                                                     status
    master
                                                           65544
    tempdb
                                                           65544
    model
                                                           65568
    msdb
                                                      1073807368
    SS_DBA_Dashboard
                                                      1073807368
    (5 rows affected)
    model is in RESTORING state and I dont know how to fix it.  I am running simple backups, so I have a somewhat recent backup of model.bak but when I attempt to restore it I get an error:
    1> restore database model
    2> go
    restore database model
    Msg 3112, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    Cannot restore any database other than master when the server is in single user
    mode.
    Msg 3013, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    RESTORE DATABASE is terminating abnormally.
    other forums suggest manually updating the status column but i dont know if my syntax is wrong or it just cant be done in sql server 2008:
    1> begin transaction
    2> update sysdatabases set status=16 where name='model'
    3> ;
    4> go
    begin transaction
    update sysdatabases set status=16 where name='model'
    Msg 4406, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 2
    Update or insert of view or function 'sysdatabases' failed because it contains a
     derived or constant field.
    1>
    yet another forum suggested taking a cleanly shut down model.mdf and model.ldf from another sql server 2008 instance and placing those in the data directory while moving the 'restoring' ones to a backup location.  this didnt work either.  any help is appreciated im new to sql server and this is very frustrating!  thanks in advance!

    I have the same issue on SQL Server 2008R2, after a server reboot, but none of the NET START commands or command line attempts are successful to start the Service.
    NET START command results in "Access Denied" "System Error 5" and the Command line attempts result in
     Server      Error: 17058, Severity: 16, State: 1.
     Server      initerrlog: Could not open error log file ''.
    Any help?
    SQL Error log file:
    2011-03-29 16:50:49.40 Server      (c) Microsoft Corporation.
    2011-03-29 16:50:49.40 Server      All rights reserved.
    2011-03-29 16:50:49.40 Server      Server process ID is 7292.
    2011-03-29 16:50:49.40 Server      System Manufacturer: 'Dell Inc.', System Model: 'PowerEdge T710'.
    2011-03-29 16:50:49.40 Server      Authentication mode is MIXED.
    2011-03-29 16:50:49.40 Server      Logging SQL Server messages in file 'E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG'.
    2011-03-29 16:50:49.40 Server      This instance of SQL Server last reported using a process ID of 7448 at 3/29/2011 4:30:06 PM (local) 3/29/2011 8:30:06 PM (UTC). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.40 Server      Registry startup parameters:
      -d E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\master.mdf
      -e E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG
      -l E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
      -T 4616
    2011-03-29 16:50:49.42 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2011-03-29 16:50:49.42 Server      Detected 24 CPUs. This is an informational message; no user action is required.
    2011-03-29 16:50:49.84 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2011-03-29 16:50:49.84 Server      Lock partitioning is enabled.  This is an informational message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 0: CPU mask: 0x0000000000fff000:0 Active CPU mask: 0x0000000000fff000:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 1: CPU mask: 0x0000000000000fff:0 Active CPU mask: 0x0000000000000fff:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.89 spid9s      Starting up database 'master'.
    2011-03-29 16:50:49.95 spid9s      CHECKDB for database 'master' finished without errors on 2011-03-18 08:46:34.257 (local time). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.95 spid9s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'MSSQLSERVER'.
    2011-03-29 16:50:49.97 spid9s      SQL Trace ID 1 was started by login "sa".
    2011-03-29 16:50:49.97 spid9s      Starting up database 'mssqlsystemresource'.
    2011-03-29 16:50:49.99 spid9s      The resource database build version is 10.50.1600. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.20 spid13s     Starting up database 'model'.
    2011-03-29 16:50:50.20 spid9s      Server name is 'XXXX'. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.21 Server      The certificate [Cert Hash(sha1) "C41DC20703F049763778AC2842C3C8A3A2C6EED4"] was successfully loaded for encryption.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv6> 1433].
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv4> 1433].
    2011-03-29 16:50:50.21 Server      Server local connection provider is ready to accept connection on [
    \\.\pipe\SQLLocal\MSSQLSERVER ].
    2011-03-29 16:50:50.21 Server      Server named pipe provider is ready to accept connection on [
    \\.\pipe\sql\query ].
    2011-03-29 16:50:50.21 Server      Server is listening on [ ::1 <ipv6> 1434].
    2011-03-29 16:50:50.21 spid13s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2011-03-29 16:50:50.21 spid13s     Error: 927, Severity: 14, State: 2.
    2011-03-29 16:50:50.21 spid13s     Database 'model' cannot be opened. It is in the middle of a restore.
    2011-03-29 16:50:50.21 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2011-03-29 16:50:50.22 spid13s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in
    the event log that may indicate why the tempdb files could not be initialized.
    2011-03-29 16:50:50.22 spid13s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.

  • SQL file will not open in SSMS on double-click (or jump list)

    Hello, all.
    I am running SQL Server Management Studio 2008 on a Windows 7 Enterprise machine here at work.  I am not sure when this started happening, but now, for some reason, when I double-click on a SQL file in Explorer, or from the jump list for SSMS (which
    I have pinned to my Windows 7 task bar), SSMS will open, but will not load the file in question, nor will it bring up a logon screen to connect to a DB.  I tried unassociating the .SQL extension and then re-associating it using "Open With" and it worked
    the first time (from the Open With), but then immediately reverted back to its old behavior.  Very annoying.
    For now I just open SSMS first (which pops up a logon screen and things proceed normally), but that kind of defeats the purpose of having a jump list or a file association.  Has anybody run into this before and can anybody suggest a fix or what's
    wrong?
    Thanks in advance for any wisdom anyone can provide. 

    Hi Mike,
    I can provide solution if you can tell me the registry value(HKEY_CLASSES_ROOT\sqlwb.sql.9.0\Shell\Open\Command). I believe there is an extra %1 which is causing this.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other user's find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog: http://blogs.msdn.com/blakhani
    Team Blog: http://blogs.msdn.com/sqlserverfaq
    Let me see if I can get my IT guys to temporarily grant me registry access.  As I said above, it's locked down, but maybe if I ask
    reeeeally nicely :-)  I will keep you posted.  Thanks!
    EDIT: The IT gods have smiled on me.  The value for the key above is "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\ssms.exe" /dde
    Not sure if that helps, but there you go.  Thanks! 
    Mike Loux
    Certified Practicing Geek
    mike dot loux at gmail dot com
    Replying to myself in case in-place edits don't trigger a "somebody updated this thread" email.  :-)
    Mike Loux
    Certified Practicing Geek
    mike dot loux at gmail dot com
    Hey Mike,
    Actually edit didnot trigger the email :)
    Change that to
    "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\ssms.exe" %1 /dde
    (add %1 and that should fix this forever)
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other user's find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog: http://blogs.msdn.com/blakhani
    Team Blog: http://blogs.msdn.com/sqlserverfaq

  • Double clicking application will not open it - unix exe runs fine

    I've just migrated from XCode 2.1 -> 2.4.1 to build some universal binaries of my app. Everything went smoothly, however, double clicking the app icon will not invoke the program....and it bails with the messsage:
    "You cannot open the application "<myappname>" because it may be damaged or incomplete."
    If I go to Show Package Contents -> Contents -> MacOS -> and double click the unix exe, it opens terminal and runs fine.
    Any idea of what is broken?
    thanks
    d
    G5 Dual 2.0GHz   Mac OS X (10.4.8)  

    Stuff from the Info.plist file(s). The application name is inconsistent.

  • When opening Firefox I get a Java Scripts error message and Firefox will not always open

    When opening Firefox browser I get an error message from JavaScript Application: "TypeError:components{cid} is undefined. Sometimes the Firefox browser will not open; sometimes it does. Very annoying!!
    Richard

    This can be caused by an add-on that says it is compatible with Firefox 4 but isn't quite compatible. This thread has more information: [https://support.mozilla.com/en-US/questions/729606 Javascript pop errors stating: TypeError: Components.classes&#0091;cid&#0093; is undefined | Firefox Support Forum | Firefox Help].
    Does that help?

  • SQL developer will not start/run

    I have the latest version of sql developer. Java is also installed. When I click sqldeveloper.exe, nothing happens :( Please advise!

    Hi Fury,
    I have the latest JDK installed(I also tried 1.5). I dont believe its a Java issue. All versions of Java I've tried install and work fine w/ other progs/apps. The issue is simply w/ SQLDeveloper. Even w/o Java installed, I click the .exe and NOTHING happens. I just get a quick CMD box blip on my screen...nothing logs in task mgr or no error msgs. Just really weird why NOTHING occurs at all.
    Please advise! Also, what did you mean by "try running <SQL Dev Dir>\sqldeveloper\bin\sqldeveloper.exe". I didnt see any bin files given w/in the zip that I downloaded. I'll check again.
    Thanks!

  • SQL Developer will not start - no errors, no splash, nothing

    Good morning!
    My company no longer has licenses to use Toad, so all new hires here are instructed to install SQL Developer in order to connect to our Oracle DBs. I happen to have worked here long enough to have Toad, but also have SQL Developer (w/JD2K) in order to guide them through it, troubleshoot, etc.
    Well, now the troubleshooter is in trouble. My own copy of SD no longer starts (it used to, and I had multiple connections set up). Period. I get no splash screen. No error messages. I can't even find processes running in the background (Windows XP, SP2). I can't find logs showing errors. I've changed sqldeveloper.conf to run in debug mode, hoping it would display errors - something, ANYthing - to give me a clue. I've downloaded the latest and greatest zip. I've deleted the "sqldeveloper" folders over and over and unzipped over and over.
    I'm no DBA or Sysadmin, so don't know what other tricks I can try to debug this problem. Basically, if I didn't still have Toad for connecting to our DBs, I'd be hosed. I won't uninstall Toad because it won't be possible to "get it back," so to speak, in case that doesn't help SD run.
    Many thanks in advance for any assistance that can be provided.

    I'm getting something similar. I just got a new work computer and I get the Oracle SQL Developer splash screen briefly before it disappears. The process shows on my XP task manager but not in the applications tab. It worked and still works fine on the old computer. From another post, I thought it may be a display setting, but I seem to be using the Windows Classic Theme (although, I can't verify it because it has been disabled on my PC). I also have several java related entries in the Add Programs Control Panel:
    J2SE Development Kit 5.0 Version 15
    J2SE Runtime Environment 5.0 Update 15 and 6
    Java 2 Runtime Environment SE v1.3.1_01, v1.4.2_01, v1.4.2_03, v1.4.2_06, v1.4.2_08, v1.4.2_11, v1.4.2_13
    Java Web Start
    Java(TM) 6 Update 5
    Here's the output from running C:\Program Files\Oracle\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe:
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.sqlserver2005.jar!/META-INF/extension.xml:13: Duplica
    te declaration of addin oracle.dbtools.migration.workbench.plugin.SQLServer7Plug
    in. Previously defined in extension oracle.sqldeveloper.migration.sqlserver2005
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.sqlserver2005.jar!/META-INF/extension.xml:14: Duplica
    te declaration of addin oracle.dbtools.migration.workbench.plugin.SQLServer2000P
    lugin. Previously defined in extension oracle.sqldeveloper.migration.sqlserver20
    05
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.sqlserver2005.jar!/META-INF/extension.xml:15: Duplica
    te declaration of addin oracle.dbtools.migration.workbench.plugin.SQLServer2005P
    lugin. Previously defined in extension oracle.sqldeveloper.migration.sqlserver20
    05
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.mysql5.jar!/META-INF/extension.xml:13: Duplicate decl
    aration of addin oracle.dbtools.migration.workbench.plugin.MySQLPlugin. Previous
    ly defined in extension oracle.sqldeveloper.migration.mysql5
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.mysql5.jar!/META-INF/extension.xml:14: Duplicate decl
    aration of addin oracle.dbtools.migration.workbench.plugin.MySQL4Plugin. Previou
    sly defined in extension oracle.sqldeveloper.migration.mysql5
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.migration.mysql5.jar!/META-INF/extension.xml:15: Duplicate decl
    aration of addin oracle.dbtools.migration.workbench.plugin.MySQL5Plugin. Previou
    sly defined in extension oracle.sqldeveloper.migration.mysql5
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.dbtools.thirdparty.access.jar!/META-INF/extension.xml:13: Duplicate dec
    laration of addin oracle.dbtools.thirdparty.access.AccessBrowserAddin. Previousl
    y defined in extension oracle.sqldeveloper.thirdparty.access
    Apr 10, 2008 12:47:52 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/Program%20Files/Oracle/sqldeveloper/sqldeveloper/extension
    s/oracle.sqldeveloper.thirdparty.mysql.jar!/META-INF/extension.xml:12: Duplicate
    declaration of addin oracle.dbtools.thirdparty.mysql.MySQLBrowserAddin. Previou
    sly defined in extension oracle.dbtools.thirdparty.mysql
    java.lang.NullPointerException
    at com.sun.java.swing.plaf.windows.XPStyle.getString(XPStyle.java:132)
    at com.sun.java.swing.plaf.windows.XPStyle.getString(XPStyle.java:115)
    at com.sun.java.swing.plaf.windows.XPStyle.<init>(XPStyle.java:811)
    at com.sun.java.swing.plaf.windows.XPStyle.getXP(XPStyle.java:82)
    at com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon.<init>(Win
    dowsTreeUI.java:103)
    at com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon.createExpa
    ndedIcon(WindowsTreeUI.java:107)
    at com.sun.java.swing.plaf.windows.WindowsLookAndFeel.initComponentDefau
    lts(WindowsLookAndFeel.java:313)
    at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.
    java:97)
    at oracle.javatools.ui.internal.theme.SkyBluer.getDefaultFont(SkyBluer.j
    ava:171)
    at oracle.javatools.ui.internal.theme.SkyBluer.getUserTextFont(SkyBluer.
    java:82)
    at javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValue.createValue(M
    etalLookAndFeel.java:1684)
    at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:200)
    at javax.swing.UIDefaults.get(UIDefaults.java:130)
    at javax.swing.UIDefaults.getFont(UIDefaults.java:350)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.initComponentDefaults(P
    lasticLookAndFeel.java:366)
    at com.jgoodies.looks.plastic.Plastic3DLookAndFeel.initComponentDefaults
    (Plastic3DLookAndFeel.java:75)
    at com.jgoodies.looks.plastic.PlasticXPLookAndFeel.initComponentDefaults
    (PlasticXPLookAndFeel.java:106)
    at oracle.bali.ewt.olaf2.OracleLookAndFeel.initComponentDefaults(Unknown
    Source)
    at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.
    java:97)
    at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.
    java:1392)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:441)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:481)
    at oracle.ideimpl.IdeUIManagerImpl._setLookAndFeel(IdeUIManagerImpl.java
    :518)
    at oracle.ideimpl.IdeUIManagerImpl._setDefaultLookAndFeel(IdeUIManagerIm
    pl.java:465)
    at oracle.ideimpl.IdeUIManagerImpl.setLookAndFeel(IdeUIManagerImpl.java:
    243)
    at oracle.ideimpl.DefaultIdeCore.initializeLookAndFeel(DefaultIdeCore.ja
    va:86)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1447)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    UIDefaults.getUI() failed: no ComponentUI class for: oracle.ide.controls.StatusB
    arControl$JDevStatusBar[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,f
    lags=0,maximumSize=,minimumSize=,preferredSize=]
    java.lang.Error
    at javax.swing.UIDefaults.getUIError(UIDefaults.java:691)
    at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:117)
    at javax.swing.UIDefaults.getUI(UIDefaults.java:721)
    at javax.swing.UIManager.getUI(UIManager.java:860)
    at oracle.bali.ewt.statusBar.StatusBar.updateUI(Unknown Source)
    at oracle.bali.ewt.statusBar.StatusBar.<init>(Unknown Source)
    at oracle.ide.controls.StatusBarControl$JDevStatusBar.<init>(StatusBarCo
    ntrol.java:274)
    at oracle.ide.controls.StatusBarControl.$init$(StatusBarControl.java:48)
    at oracle.ide.controls.StatusBarControl.<init>(StatusBarControl.java:61)
    at oracle.ide.IdeMainWindow.createStatusBar(IdeMainWindow.java:546)
    at oracle.ideimpl.MainWindowImpl.createStatusBar(MainWindowImpl.java:670
    at oracle.ide.IdeMainWindow.getStatusBar(IdeMainWindow.java:522)
    at oracle.ideimpl.MainWindowImpl.<init>(MainWindowImpl.java:189)
    at oracle.ideimpl.DefaultIdeCore.createMainWindow(DefaultIdeCore.java:36
    7)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    17)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    07)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1461)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    java.lang.NullPointerException
    at oracle.bali.ewt.statusBar.StatusBar._getSplitterWidth(Unknown Source)
    at oracle.bali.ewt.statusBar.StatusBar.updateUI(Unknown Source)
    at oracle.bali.ewt.statusBar.StatusBar.<init>(Unknown Source)
    at oracle.ide.controls.StatusBarControl$JDevStatusBar.<init>(StatusBarCo
    ntrol.java:274)
    at oracle.ide.controls.StatusBarControl.$init$(StatusBarControl.java:48)
    at oracle.ide.controls.StatusBarControl.<init>(StatusBarControl.java:61)
    at oracle.ide.IdeMainWindow.createStatusBar(IdeMainWindow.java:546)
    at oracle.ideimpl.MainWindowImpl.createStatusBar(MainWindowImpl.java:670
    at oracle.ide.IdeMainWindow.getStatusBar(IdeMainWindow.java:522)
    at oracle.ideimpl.MainWindowImpl.<init>(MainWindowImpl.java:189)
    at oracle.ideimpl.DefaultIdeCore.createMainWindow(DefaultIdeCore.java:36
    7)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    17)
    at oracle.ideimpl.DefaultIdeCore.createCoreModules(DefaultIdeCore.java:1
    07)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1461)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    IDE boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    ... 17 more
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:223)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:868)
    at oracle.ideimpl.Main.start(Main.java:125)
    at oracle.ideimpl.Main.main(Main.java:72)
    ... 23 more
    Boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:223)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:868)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:72)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    ... 8 more
    ...and here's the output from set:
    APPDATA=C:\Documents and Settings\e0111976\Application Data
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=NCRDU6AZ0111976
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FNDBASE=c:\FNDNT\inst
    FNDINST=CLIENT
    FNDROOT=c:\FNDNT
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\
    include=c:\FNDNT\include
    JOINEDDOMAIN=0
    lib=c:\FNDNT\lib
    LOGONSERVER=\\SCARLITNT662
    MDAC=MDAC 2.8 SP1 ON WINDOWS XP SP2
    NUMBER_OF_PROCESSORS=2
    OS=Windows_NT
    OSBuild=5.1.2600.8BXLA
    Path=c:\Program Files\Reflection;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre
    \1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\sy
    stem32\nls;C:\WINDOWS\system32\nls\ENGLISH;c:\FNDNT\bin;c:\FNDNT\DATA;c:\FNDNT\H
    ELP;
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f0d
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    PSTpath_e0111976_1=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2000.pst
    PSTpath_e0111976_10=c:\documents and settings\e0111976\my documents\calendar.pst
    PSTpath_e0111976_100=e:\documents and settings\e0111976\my documents\itbccs_2007
    0630.pst
    PSTpath_e0111976_101=e:\documents and settings\e0111976\my documents\itbccs_2007
    0630a.pst
    PSTpath_e0111976_102=e:\documents and settings\e0111976\my documents\itbccs_2007
    1231.pst
    PSTpath_e0111976_103=e:\documents and settings\e0111976\my documents\itbccs_2008
    0630.pst
    PSTpath_e0111976_104=e:\documents and settings\e0111976\my documents\messagelog2
    0060131.pst
    PSTpath_e0111976_105=e:\documents and settings\e0111976\my documents\messagelog2
    0060228.pst
    PSTpath_e0111976_106=e:\documents and settings\e0111976\my documents\messagelog2
    0060228b.pst
    PSTpath_e0111976_107=e:\documents and settings\e0111976\my documents\messagelog2
    0060331.pst
    PSTpath_e0111976_108=e:\documents and settings\e0111976\my documents\messagelog2
    0060430.pst
    PSTpath_e0111976_109=e:\documents and settings\e0111976\my documents\messagelog2
    0060531.pst
    PSTpath_e0111976_11=c:\documents and settings\e0111976\my documents\calendar2005
    1231.pst
    PSTpath_e0111976_110=e:\documents and settings\e0111976\my documents\messagelog2
    0060630.pst
    PSTpath_e0111976_111=e:\documents and settings\e0111976\my documents\messagelog2
    0060731.pst
    PSTpath_e0111976_112=e:\documents and settings\e0111976\my documents\messagelog2
    0060831.pst
    PSTpath_e0111976_113=e:\documents and settings\e0111976\my documents\messagelog2
    0060930.pst
    PSTpath_e0111976_114=e:\documents and settings\e0111976\my documents\messagelog2
    0061031.pst
    PSTpath_e0111976_115=e:\documents and settings\e0111976\my documents\messagelog2
    0061130.pst
    PSTpath_e0111976_116=e:\documents and settings\e0111976\my documents\messagelog2
    0061231.pst
    PSTpath_e0111976_117=e:\documents and settings\e0111976\my documents\messagelog2
    0070131.pst
    PSTpath_e0111976_118=e:\documents and settings\e0111976\my documents\messagelog2
    0070228.pst
    PSTpath_e0111976_119=e:\documents and settings\e0111976\my documents\messagelog2
    0070331.pst
    PSTpath_e0111976_12=c:\documents and settings\e0111976\my documents\e0111976.pst
    PSTpath_e0111976_120=e:\documents and settings\e0111976\my documents\messagelog2
    0070430.pst
    PSTpath_e0111976_121=e:\documents and settings\e0111976\my documents\messagelog2
    0070531.pst
    PSTpath_e0111976_122=e:\documents and settings\e0111976\my documents\messagelog2
    0070630.pst
    PSTpath_e0111976_123=e:\documents and settings\e0111976\my documents\messagelog2
    0070731.pst
    PSTpath_e0111976_124=e:\documents and settings\e0111976\my documents\messagelog2
    0070831.pst
    PSTpath_e0111976_125=e:\documents and settings\e0111976\my documents\messagelog2
    0070930.pst
    PSTpath_e0111976_126=e:\documents and settings\e0111976\my documents\messagelog2
    0071031.pst
    PSTpath_e0111976_127=e:\documents and settings\e0111976\my documents\messagelog2
    0071130.pst
    PSTpath_e0111976_128=e:\documents and settings\e0111976\my documents\messagelog2
    0071231.pst
    PSTpath_e0111976_129=e:\documents and settings\e0111976\my documents\messagelog2
    0080131.pst
    PSTpath_e0111976_13=c:\documents and settings\e0111976\my documents\fbf.pst
    PSTpath_e0111976_130=e:\documents and settings\e0111976\my documents\messagelog2
    0080229.pst
    PSTpath_e0111976_131=e:\documents and settings\e0111976\my documents\messagelog2
    0080331.pst
    PSTpath_e0111976_132=e:\documents and settings\e0111976\my documents\personal.ps
    t
    PSTpath_e0111976_133=e:\documents and settings\e0111976\my documents\personal200
    6.pst
    PSTpath_e0111976_134=e:\documents and settings\e0111976\my documents\sentitems.p
    st
    PSTpath_e0111976_135=e:\documents and settings\e0111976\my documents\sentitems20
    051031.pst
    PSTpath_e0111976_136=e:\documents and settings\e0111976\my documents\sentitems20
    051130.pst
    PSTpath_e0111976_137=e:\documents and settings\e0111976\my documents\sentitems20
    051231.pst
    PSTpath_e0111976_138=e:\documents and settings\e0111976\my documents\sentitems20
    060331.pst
    PSTpath_e0111976_139=e:\documents and settings\e0111976\my documents\sentitems20
    060630.pst
    PSTpath_e0111976_14=c:\documents and settings\e0111976\my documents\fbf2006.pst
    PSTpath_e0111976_140=e:\documents and settings\e0111976\my documents\sentitems20
    060930.pst
    PSTpath_e0111976_141=e:\documents and settings\e0111976\my documents\sentitems20
    061231.pst
    PSTpath_e0111976_142=e:\documents and settings\e0111976\my documents\sentitems20
    070331.pst
    PSTpath_e0111976_143=e:\documents and settings\e0111976\my documents\sentitems20
    070630.pst
    PSTpath_e0111976_144=e:\documents and settings\e0111976\my documents\sentitems20
    070930.pst
    PSTpath_e0111976_145=e:\documents and settings\e0111976\my documents\sentitems20
    071231.pst
    PSTpath_e0111976_146=e:\documents and settings\e0111976\my documents\sentitems20
    080331.pst
    PSTpath_e0111976_147=e:\documents and settings\e0111976\my documents\summit20050
    930.pst
    PSTpath_e0111976_148=e:\documents and settings\e0111976\my documents\summit20051
    031.pst
    PSTpath_e0111976_149=e:\documents and settings\e0111976\my documents\summit20051
    130.pst
    PSTpath_e0111976_15=c:\documents and settings\e0111976\my documents\it.pst
    PSTpath_e0111976_150=e:\documents and settings\e0111976\my documents\summit20051
    231.pst
    PSTpath_e0111976_151=e:\documents and settings\e0111976\my documents\summit20060
    131.pst
    PSTpath_e0111976_152=e:\documents and settings\e0111976\my documents\summit20060
    228.pst
    PSTpath_e0111976_153=e:\documents and settings\e0111976\my documents\summit20060
    331.pst
    PSTpath_e0111976_154=e:\documents and settings\e0111976\my documents\summit20060
    430.pst
    PSTpath_e0111976_155=e:\documents and settings\e0111976\my documents\summit20060
    930.pst
    PSTpath_e0111976_156=e:\documents and settings\e0111976\my documents\test.pst
    PSTpath_e0111976_157=e:\documents and settings\e0111976\my documents\wwc.pst
    PSTpath_e0111976_158=e:\documents and settings\e0111976\my documents\wwc2006.pst
    PSTpath_e0111976_159=e:\documents and settings\e0111976\my documents\wwc2007.pst
    PSTpath_e0111976_16=c:\documents and settings\e0111976\my documents\it2006.pst
    PSTpath_e0111976_160=e:\documents and settings\e0111976\my documents\messagelog2
    0080430.pst
    PSTpath_e0111976_17=c:\documents and settings\e0111976\my documents\itbccs.pst
    PSTpath_e0111976_18=c:\documents and settings\e0111976\my documents\itbccs_20060
    630.pst
    PSTpath_e0111976_19=c:\documents and settings\e0111976\my documents\itbccs_20061
    231.pst
    PSTpath_e0111976_2=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2001.pst
    PSTpath_e0111976_20=c:\documents and settings\e0111976\my documents\itbccs_20070
    630.pst
    PSTpath_e0111976_21=c:\documents and settings\e0111976\my documents\itbccs_20070
    630a.pst
    PSTpath_e0111976_22=c:\documents and settings\e0111976\my documents\itbccs_20071
    231.pst
    PSTpath_e0111976_23=c:\documents and settings\e0111976\my documents\itbccs_20080
    630.pst
    PSTpath_e0111976_24=c:\documents and settings\e0111976\my documents\messagelog20
    060131.pst
    PSTpath_e0111976_25=c:\documents and settings\e0111976\my documents\messagelog20
    060228.pst
    PSTpath_e0111976_26=c:\documents and settings\e0111976\my documents\messagelog20
    060228b.pst
    PSTpath_e0111976_27=c:\documents and settings\e0111976\my documents\messagelog20
    060331.pst
    PSTpath_e0111976_28=c:\documents and settings\e0111976\my documents\messagelog20
    060430.pst
    PSTpath_e0111976_29=c:\documents and settings\e0111976\my documents\messagelog20
    060531.pst
    PSTpath_e0111976_3=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2002.pst
    PSTpath_e0111976_30=c:\documents and settings\e0111976\my documents\messagelog20
    060630.pst
    PSTpath_e0111976_31=c:\documents and settings\e0111976\my documents\messagelog20
    060731.pst
    PSTpath_e0111976_32=c:\documents and settings\e0111976\my documents\messagelog20
    060831.pst
    PSTpath_e0111976_33=c:\documents and settings\e0111976\my documents\messagelog20
    060930.pst
    PSTpath_e0111976_34=c:\documents and settings\e0111976\my documents\messagelog20
    061031.pst
    PSTpath_e0111976_35=c:\documents and settings\e0111976\my documents\messagelog20
    061130.pst
    PSTpath_e0111976_36=c:\documents and settings\e0111976\my documents\messagelog20
    061231.pst
    PSTpath_e0111976_37=c:\documents and settings\e0111976\my documents\messagelog20
    070131.pst
    PSTpath_e0111976_38=c:\documents and settings\e0111976\my documents\messagelog20
    070228.pst
    PSTpath_e0111976_39=c:\documents and settings\e0111976\my documents\messagelog20
    070331.pst
    PSTpath_e0111976_4=c:\documents and settings\e0111976\my documents\accomplishmen
    ts2003.pst
    PSTpath_e0111976_40=c:\documents and settings\e0111976\my documents\messagelog20
    070430.pst
    PSTpath_e0111976_41=c:\documents and settings\e0111976\my documents\messagelog20
    070531.pst
    PSTpath_e0111976_42=c:\documents and settings\e0111976\my documents\messagelog20
    070630.pst
    PSTpath_e0111976_43=c:\documents and settings\e0111976\my documents\messagelog20
    070731.pst
    PSTpath_e0111976_44=c:\documents and settings\e0111976\my documents\messagelog20
    070831.pst
    PSTpath_e0111976_45=c:\documents and settings\e0111976\my documents\messagelog20
    070930.pst
    PSTpath_e0111976_46=c:\documents and settings\e0111976\my documents\messagelog20
    071031.pst
    PSTpath_e0111976_47=c:\documents and settings\e0111976\my documents\messagelog20
    071130.pst
    PSTpath_e0111976_48=c:\documents and settings\e0111976\my documents\messagelog20
    071231.pst
    PSTpath_e0111976_49=c:\documents and settings\e0111976\my documents\messagelog20
    080131.pst
    PSTpath_e0111976_5=c:\documents and settings\e0111976\my documents\alarmpoint.ps
    t
    PSTpath_e0111976_50=c:\documents and settings\e0111976\my documents\messagelog20
    080229.pst
    PSTpath_e0111976_51=c:\documents and settings\e0111976\my documents\messagelog20
    080331.pst
    PSTpath_e0111976_52=c:\documents and settings\e0111976\my documents\messagelog20
    080430.pst
    PSTpath_e0111976_53=c:\documents and settings\e0111976\my documents\personal.pst
    PSTpath_e0111976_54=c:\documents and settings\e0111976\my documents\personal2006
    .pst
    PSTpath_e0111976_55=c:\documents and settings\e0111976\my documents\sentitems.ps
    t
    PSTpath_e0111976_56=c:\documents and settings\e0111976\my documents\sentitems200
    51031.pst
    PSTpath_e0111976_57=c:\documents and settings\e0111976\my documents\sentitems200
    51130.pst
    PSTpath_e0111976_58=c:\documents and settings\e0111976\my documents\sentitems200
    51231.pst
    PSTpath_e0111976_59=c:\documents and settings\e0111976\my documents\sentitems200
    60331.pst
    PSTpath_e0111976_6=c:\documents and settings\e0111976\my documents\asynch.pst
    PSTpath_e0111976_60=c:\documents and settings\e0111976\my documents\sentitems200
    60630.pst
    PSTpath_e0111976_61=c:\documents and settings\e0111976\my documents\sentitems200
    60930.pst
    PSTpath_e0111976_62=c:\documents and settings\e0111976\my documents\sentitems200
    61231.pst
    PSTpath_e0111976_63=c:\documents and settings\e0111976\my documents\sentitems200
    70331.pst
    PSTpath_e0111976_64=c:\documents and settings\e0111976\my documents\sentitems200
    70630.pst
    PSTpath_e0111976_65=c:\documents and settings\e0111976\my documents\sentitems200
    70930.pst
    PSTpath_e0111976_66=c:\documents and settings\e0111976\my documents\sentitems200
    71231.pst
    PSTpath_e0111976_67=c:\documents and settings\e0111976\my documents\sentitems200
    80331.pst
    PSTpath_e0111976_68=c:\documents and settings\e0111976\my documents\summit200509
    30.pst
    PSTpath_e0111976_69=c:\documents and settings\e0111976\my documents\summit200510
    31.pst
    PSTpath_e0111976_7=c:\documents and settings\e0111976\my documents\asynchnew.pst
    PSTpath_e0111976_70=c:\documents and settings\e0111976\my documents\summit200511
    30.pst
    PSTpath_e0111976_71=c:\documents and settings\e0111976\my documents\summit200512
    31.pst
    PSTpath_e0111976_72=c:\documents and settings\e0111976\my documents\summit200601
    31.pst
    PSTpath_e0111976_73=c:\documents and settings\e0111976\my documents\summit200602
    28.pst
    PSTpath_e0111976_74=c:\documents and settings\e0111976\my documents\summit200603
    31.pst
    PSTpath_e0111976_75=c:\documents and settings\e0111976\my documents\summit200604
    30.pst
    PSTpath_e0111976_76=c:\documents and settings\e0111976\my documents\summit200609
    30.pst
    PSTpath_e0111976_77=c:\documents and settings\e0111976\my documents\test.pst
    PSTpath_e0111976_78=c:\documents and settings\e0111976\my documents\wwc.pst
    PSTpath_e0111976_79=c:\documents and settings\e0111976\my documents\wwc2006.pst
    PSTpath_e0111976_8=c:\documents and settings\e0111976\my documents\asynchnotes.p
    st
    PSTpath_e0111976_80=c:\documents and settings\e0111976\my documents\wwc2007.pst
    PSTpath_e0111976_81=e:\documents and settings\e0111976\my documents\accomplishme
    nts2000.pst
    PSTpath_e0111976_82=e:\documents and settings\e0111976\my documents\accomplishme
    nts2001.pst
    PSTpath_e0111976_83=e:\documents and settings\e0111976\my documents\accomplishme
    nts2002.pst
    PSTpath_e0111976_84=e:\documents and settings\e0111976\my documents\accomplishme
    nts2003.pst
    PSTpath_e0111976_85=e:\documents and settings\e0111976\my documents\alarmpoint.p
    st
    PSTpath_e0111976_86=e:\documents and settings\e0111976\my documents\asynch.pst
    PSTpath_e0111976_87=e:\documents and settings\e0111976\my documents\asynchnew.ps
    t
    PSTpath_e0111976_88=e:\documents and settings\e0111976\my documents\asynchnotes.
    pst
    PSTpath_e0111976_89=e:\documents and settings\e0111976\my documents\billingmeeti
    ngnotes.pst
    PSTpath_e0111976_9=c:\documents and settings\e0111976\my documents\billingmeetin
    gnotes.pst
    PSTpath_e0111976_90=e:\documents and settings\e0111976\my documents\calendar.pst
    PSTpath_e0111976_91=e:\documents and settings\e0111976\my documents\calendar2005
    1231.pst
    PSTpath_e0111976_92=e:\documents and settings\e0111976\my documents\e0111976.pst
    PSTpath_e0111976_93=e:\documents and settings\e0111976\my documents\fbf.pst
    PSTpath_e0111976_94=e:\documents and settings\e0111976\my documents\fbf2006.pst
    PSTpath_e0111976_95=e:\documents and settings\e0111976\my documents\it.pst
    PSTpath_e0111976_96=e:\documents and settings\e0111976\my documents\it2006.pst
    PSTpath_e0111976_97=e:\documents and settings\e0111976\my documents\itbccs.pst
    PSTpath_e0111976_98=e:\documents and settings\e0111976\my documents\itbccs_20060
    630.pst
    PSTpath_e0111976_99=e:\documents and settings\e0111976\my documents\itbccs_20061
    231.pst
    PSTsizeMB_e0111976_1=224
    PSTsizeMB_e0111976_10=6128
    PSTsizeMB_e0111976_100=265
    PSTsizeMB_e0111976_101=2001
    PSTsizeMB_e0111976_102=7457
    PSTsizeMB_e0111976_103=2001
    PSTsizeMB_e0111976_104=39920
    PSTsizeMB_e0111976_105=43104
    PSTsizeMB_e0111976_106=15040
    PSTsizeMB_e0111976_107=45264
    PSTsizeMB_e0111976_108=21216
    PSTsizeMB_e0111976_109=27472
    PSTsizeMB_e0111976_11=7344
    PSTsizeMB_e0111976_110=25232
    PSTsizeMB_e0111976_111=21664
    PSTsizeMB_e0111976_112=25248
    PSTsizeMB_e0111976_113=14153
    PSTsizeMB_e0111976_114=28704
    PSTsizeMB_e0111976_115=14560
    PSTsizeMB_e0111976_116=17328
    PSTsizeMB_e0111976_117=19072
    PSTsizeMB_e0111976_118=19952
    PSTsizeMB_e0111976_119=24880
    PSTsizeMB_e0111976_12=96
    PSTsizeMB_e0111976_120=21568
    PSTsizeMB_e0111976_121=30896
    PSTsizeMB_e0111976_122=68896
    PSTsizeMB_e0111976_123=18272
    PSTsizeMB_e0111976_124=21841
    PSTsizeMB_e0111976_125=17625
    PSTsizeMB_e0111976_126=27793
    PSTsizeMB_e0111976_127=21841
    PSTsizeMB_e0111976_128=25809
    PSTsizeMB_e0111976_129=19361
    PSTsizeMB_e0111976_13=27088
    PSTsizeMB_e0111976_130=23825
    PSTsizeMB_e0111976_131=33745
    PSTsizeMB_e0111976_132=51760
    PSTsizeMB_e0111976_133=10720
    PSTsizeMB_e0111976_134=393280
    PSTsizeMB_e0111976_135=45248
    PSTsizeMB_e0111976_136=14512
    PSTsizeMB_e0111976_137=6400
    PSTsizeMB_e0111976_138=39280
    PSTsizeMB_e0111976_139=7168
    PSTsizeMB_e0111976_14=1632
    PSTsizeMB_e0111976_140=8736
    PSTsizeMB_e0111976_141=7209
    PSTsizeMB_e0111976_142=7457
    PSTsizeMB_e0111976_143=13161
    PSTsizeMB_e0111976_144=4977
    PSTsizeMB_e0111976_145=9193
    PSTsizeMB_e0111976_146=2745
    PSTsizeMB_e0111976_147=14720
    PSTsizeMB_e0111976_148=19344
    PSTsizeMB_e0111976_149=17072
    PSTsizeMB_e0111976_15=6713
    PSTsizeMB_e0111976_150=13744
    PSTsizeMB_e0111976_151=13088
    PSTsizeMB_e0111976_152=17536
    PSTsizeMB_e0111976_153=15680
    PSTsizeMB_e0111976_154=5168
    PSTsizeMB_e0111976_155=13472
    PSTsizeMB_e0111976_156=265
    PSTsizeMB_e0111976_157=6096
    PSTsizeMB_e0111976_158=32960
    PSTsizeMB_e0111976_159=15145
    PSTsizeMB_e0111976_16=6768
    PSTsizeMB_e0111976_160=4977
    PSTsizeMB_e0111976_17=36080
    PSTsizeMB_e0111976_18=133232
    PSTsizeMB_e0111976_19=10784
    PSTsizeMB_e0111976_2=224
    PSTsizeMB_e0111976_20=265
    PSTsizeMB_e0111976_21=2001
    PSTsizeMB_e0111976_22=7457
    PSTsizeMB_e0111976_23=2001
    PSTsizeMB_e0111976_24=39920
    PSTsizeMB_e0111976_25=43104
    PSTsizeMB_e0111976_26=15040
    PSTsizeMB_e0111976_27=45264
    PSTsizeMB_e0111976_28=21216
    PSTsizeMB_e0111976_29=27472
    PSTsizeMB_e0111976_3=265
    PSTsizeMB_e0111976_30=25232
    PSTsizeMB_e0111976_31=21664
    PSTsizeMB_e0111976_32=25248
    PSTsizeMB_e0111976_33=14153
    PSTsizeMB_e0111976_34=28704
    PSTsizeMB_e0111976_35=14560
    PSTsizeMB_e0111976_36=17328
    PSTsizeMB_e0111976_37=19072
    PSTsizeMB_e0111976_38=19952
    PSTsizeMB_e0111976_39=24880
    PSTsizeMB_e0111976_4=288
    PSTsizeMB_e0111976_40=21568
    PSTsizeMB_e0111976_41=30896
    PSTsizeMB_e0111976_42=68896
    PSTsizeMB_e0111976_43=18272
    PSTsizeMB_e0111976_44=21841
    PSTsizeMB_e0111976_45=17625
    PSTsizeMB_e0111976_46=27793
    PSTsizeMB_e0111976_47=21841
    PSTsizeMB_e0111976_48=25809
    PSTsizeMB_e0111976_49=19361
    PSTsizeMB_e0111976_5=57553
    PSTsizeMB_e0111976_50=23825
    PSTsizeMB_e0111976_51=33745
    PSTsizeMB_e0111976_52=4977
    PSTsizeMB_e0111976_53=51760
    PSTsizeMB_e0111976_54=10720
    PSTsizeMB_e0111976_55=393280
    PSTsizeMB_e0111976_56=45248
    PSTsizeMB_e0111976_57=14512
    PSTsizeMB_e0111976_58=6400
    PSTsizeMB_e0111976_59=39280
    PSTsizeMB_e0111976_6=167664
    PSTsizeMB_e0111976_60=7168
    PSTsizeMB_e0111976_61=8736
    PSTsizeMB_e0111976_62=7209
    PSTsizeMB_e0111976_63=7457
    PSTsizeMB_e0111976_64=13161
    PSTsizeMB_e0111976_65=4977
    PSTsizeMB_e0111976_66=9193
    PSTsizeMB_e0111976_67=2745
    PSTsizeMB_e0111976_68=14720
    PSTsizeMB_e0111976_69=19344
    PSTsizeMB_e0111976_7=23825
    PSTsizeMB_e0111976_70=17072
    PSTsizeMB_e0111976_71=13744
    PSTsizeMB_e0111976_72=13088
    PSTsizeMB_e0111976_73=17536
    PSTsizeMB_e0111976_74=15680
    PSTsizeMB_e0111976_75=5168
    PSTsizeMB_e0111976_76=13472
    PSTsizeMB_e0111976_77=265
    PSTsizeMB_e0111976_78=6096
    PSTsizeMB_e0111976_79=32960
    PSTsizeMB_e0111976_8=544
    PSTsizeMB_e0111976_80=15145
    PSTsizeMB_e0111976_81=224
    PSTsizeMB_e0111976_82=224
    PSTsizeMB_e0111976_83=265
    PSTsizeMB_e0111976_84=288
    PSTsizeMB_e0111976_85=57553
    PSTsizeMB_e0111976_86=167664
    PSTsizeMB_e0111976_87=23825
    PSTsizeMB_e0111976_88=544
    PSTsizeMB_e0111976_89=400
    PSTsizeMB_e0111976_9=400
    PSTsizeMB_e0111976_90=6128
    PSTsizeMB_e0111976_91=7344
    PSTsizeMB_e0111976_92=96
    PSTsizeMB_e0111976_93=27088
    PSTsizeMB_e0111976_94=1632
    PSTsizeMB_e0111976_95=6713
    PSTsizeMB_e0111976_96=6768
    PSTsizeMB_e0111976_97=36080
    PSTsizeMB_e0111976_98=133232
    PSTsizeMB_e0111976_99=10784
    RunKeys=SunJavaUpdateSched
    secedit=GOOD
    SESSIONNAME=Console
    sfcp42bExec=1
    sfcp42bIns=1
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\TEMP
    TMP=C:\TEMP
    USERDOMAIN=ALLTEL
    USERNAME=e0111976
    USERPROFILE=C:\Documents and Settings\e0111976
    windir=C:\WINDOWS
    WPS=Not_Installed
    C:\>
    ...and here are the contents of the sqldeveloper.conf file:
    IncludeConfFile ../../ide/bin/ide.conf
    AddVMOption -Dapple.laf.useScreenMenuBar=true
    AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
    AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
    AddVMOption -Dcom.apple.macos.smallTabs=true
    AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true
    AddVMOption -Dsun.java2d.ddoffscreen=false
    AddVMOption -Dwindows.shell.font.languages=
    AddVMOption -XX:MaxPermSize=128M
    IncludeConfFile sqldeveloper-nondebug.conf
    Any help would be greatly appreciated. Thanks in advance.
    Scott

  • SQL Developer will not start - could not install some modules

    I just installed the Java JDK 7u51 as well as the JRE 7u51. Following that I extracted SQL Developer to a fresh directory. When I open SQL Developer I get the following error message:
    Warning - could not install some modules:
    JDeveloper/NetBeans Bridge - The module named oracle.ide was needed and not found.
    Extensions Cache - The module named oracle.javaxide was needed and not found.
    Extensions Cache - The module named oracle.ide was needed and not found.
    Actions Bridge - The module named oracle.javatools was needed and not found.
    Actions Bridge - The module named oracle.ide was needed and not found.
    Any idea why I'm getting this message? I installed it on my laptop with no problem.

    What is the directory structure under you SQLDeveloper directory?
    Is should be something like tthe list below.   If it isn't something has gone wrong with your extraction.
    Directory of D:\progs\sqldeveloper-4.0.0.13.80-no-jre
    18/01/2014  11:59    <DIR>          .
    18/01/2014  11:59    <DIR>          ..
    14/12/2013  10:41    <DIR>          configuration
    14/12/2013  10:32    <DIR>          dataminer
    14/12/2013  10:32    <DIR>          dropins
    14/12/2013  10:32    <DIR>          dvt
    14/12/2013  10:32    <DIR>          equinox
    14/12/2013  10:32    <DIR>          external
    10/12/2013  13:28             1,404 icon.png
    14/12/2013  10:32    <DIR>          ide
    14/12/2013  10:32    <DIR>          javavm
    14/12/2013  10:32    <DIR>          jdbc
    14/12/2013  10:32    <DIR>          jdev
    14/12/2013  10:32    <DIR>          jlib
    14/12/2013  10:32    <DIR>          jviews
    14/12/2013  10:33    <DIR>          modules
    14/12/2013  10:33    <DIR>          netbeans
    14/12/2013  10:33    <DIR>          rdbms
    10/12/2013  13:28            23,580 readme.html
    14/12/2013  10:33    <DIR>          sleepycat
    10/12/2013  13:28               835 sqlcli
    10/12/2013  13:28               741 sqlcli.bat
    14/12/2013  10:33    <DIR>          sqldeveloper
    10/12/2013  13:28            82,944 sqldeveloper.exe
    10/12/2013  13:28                71 sqldeveloper.sh
    14/12/2013  10:33    <DIR>          sqlj
    14/12/2013  10:33    <DIR>          svnkit
    03/12/2013  00:30             6,426 view-source-paths.lis

  • SQL Developer will not come up.

    I had SQL developer installed and working fine. Then I did something, not sure what, and now when I try to start SQL developer, it does not start. Something may flash. I still have all of my SQL developer files in the correct directories on my PC.
    Do I need to re-install SQL Developer, or is there a quick fix for this?

    You should provide a little more detail.
    SQLDeveloper and java version to begin with, OS version would be nice too.
    Besides i had a similar issue on SQLDeveloper 1.5.X with JDK 1.6.X, and it was related to the Look And Feel, the system would stop working when Windows Look and Feel was selected.
    To restore this you need to manually remove the look and feel entry from a configuration file in the systemXXX directory unfortunately i dont remember the file name, to check you can backup and remove the whole system directory, it can be found under your user home in windows XP this is:
    documents and settings\%USERNAME%\Application Data\SQL Developer\system2.1.1.64.39\o.ide.11.1.1.2.36.55.30mind the Application Data folder is hidden.

  • SQL 2005 will not connect in SQL 2012 profiler

    We have a few SQL 2005 databases that we manage. I went to do a trace on them(recently upgraded to 2012) and it gives me the error, "SQL Server Native Client 11.0 does not support connections to SQL Server 2000 and earlier versions".
    According to MSDN it does.  https://msdn.microsoft.com/en-us/library/cc280356(v=SQL.110).aspx  
    "SQL Server Native Client 11.0 supports connections to SQL Server 2005, SQL Server 2008, SQL Server 2008
    R2, SQL Server 2012, and Windows Azure SQL Database."
    Any clue why it wouldn't let me connect?

    Can you specify the following parameter in the "connect to server" dialog when you load the Profiler --> click on "options" button and go to "Additional Connection Parameters" tab and paste the following?
    DataTypeCompatibility=80
    Satish Kartan www.sqlfood.com

  • Goods Issue - SQL Query will not sum

    I have 3 Goods Issue documents with Document Total for each document 10,000 / 20,000 / 30,000 subsequently.
    I want to make query so that it will display like below - where it shows BOTH each of 3 document value (10000/2000/30000) AND the sum of the 3 documents (60000) like below.
    Doc 1 - 10,000
    Doc 2 - 20,000
    Doc 3 - 30,000
    Total = 60,000
    In addition, I would like the ability to choose date range. Basically, something like
    SELECT Document_Total
    FROM Goods_Issue table
    WHERE the_document_date is between 1-SEP-2011 and 31-SEP-2011
    AND the_reference_is _________________
    I have tried many SQL queries, but it displayed either:
    Doc 1 - 10,000
    Doc 2 - 20,000
    Doc 3 - 30,000
    OR
    Total = 60,000
    Please help.

    @Hendry Wijaya      @GordonDu   @malhaar
    Thanks for helps. The SQL query you provided solved 99% of the problem. I just need to make a tweak on the SQL so that it could display the total on the footer. See screenshot below - I uploaded the pics at imageshack as I don't find a way to attach pics in here.
    [See here - Total_at_Footer|http://i129.photobucket.com/albums/p213/whitesnowbear/AAAA/Untitled-2.jpg]
    Thanks a bunch.

  • SQL Developer// new install // SQL Worksheet will not open

    New install of SQL Developer 1.1.2.25 on WinXP. Oracle 9.2 database on same machine. Database connection to 10.2 database instance on other machine was successful. When I attempt to open SQL Worksheet on the client machine, I get the following errors:
    java.lang.IllegalAccessError: tried to access class oracle.ide.net.IdeURLStreamHandler from class oracle.ide.net.URLFileSystem$1
         at oracle.ide.net.URLFileSystem$1.createURLStreamHandler(URLFileSystem.java:87)
         at oracle.ide.boot.URLStreamHandlerFactoryQueue.createURLStreamHandler(URLStreamHandlerFactoryQueue.java:119)
         at java.net.URL.getURLStreamHandler(URL.java:1104)
         at java.net.URL.<init>(URL.java:393)
         at java.net.URL.<init>(URL.java:283)
         at oracle.ide.net.URLFactory.newURL(URLFactory.java:636)
         at oracle.ide.net.URLFactory.newURL(URLFactory.java:136)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorNode.<init>(SqlEditorNode.java:65)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditor.openNewEditor(SqlEditor.java:1914)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditor.openNewEditor(SqlEditor.java:1973)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditor.openNewEditor(SqlEditor.java:1991)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorWizard.invoke(SqlEditorWizard.java:109)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:310)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.toolbarAction(SqlEditorController.java:1008)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.handleEvent(SqlEditorController.java:561)
         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:1774)
         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)
    How do I fix this?
    Thanks!
    TL

    Solution: The Redneck Tuneup for Windows
    1) With the transmission in neutral, hold the gas pedal all the way down to the floor for 1 minute.
    2) Restart the computer.

  • MERANT ODBC SQL DSN will not accept NT user account

    Hi all,
    I am having trouble using the Merant driver to create a DSN SQL Load Rule in EAS. I have setup 2 DSN in the essbase server, 1 with NT Authentication checked and 1 without.
    When I create the load rule and try to retrieve data.
    1. Using the DSN without NT Authentication checked
    - Can connect with MSSQL 2005 native account to connect.
    - Cannot connect with an NT domain user account even though I have added the NT user into the MSSQL security login
    2. Using the DSN with NT Authentication checked
    - Cannot login with either the SQL user or NT User.
    I need to create a SQL Load Rule and use .msh to schedule a periodic data load from MSSQL into ESSBASE. Any help will be great

    This is what I found by someone else;
    I know it's probably too late to help with the original poster, but we had this same issue and nothing we tried resolved the problem. Finally, we opened a technical incident with Microsoft and this is the solution that we were provided:
    Take backup of below registry key.
    HKLM\SOFTWARE\Microsoft\Cryptography\MachineGuid This key should ideally have the GUID of the machine without curly braces, so {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} becomes xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    Then delete the braces.
    Try to reboot and start the SQL service . If service don’t start then Uninstall and reinstall SQL.
    The above solution worked on two separate machines exhibiting this problem.
    Monday, June 30, 2014 3:03 PM
    jawg
    (Partner)
    10 Point
    James Ball

  • Portal Report from SQL query will not fill the page irrespective of column width.....

    I'm displaying a report in a portal and if you run in full screen the table does not fill the page.
    I can change the column width from xx percent to xx pixel and nothing makes a difference
    any ideas?

    Hi,
    Which version of portal are you using. This is a bug. It has been fixed in 30984.
    Thanks,
    Sharmila

  • SQL Query will not work in CRXI

    I am using CRXI Developer R2 against an Oracle 9i DB. The following query works in Oracle SQL Developer, but returns no results in Crystal (no errors in Crystal either). Anyone know what is wrong?
    SELECT b1.b1_alt_id,
           b1.b1_per_type,
           issued.status_date IssueDate,
           closed.status_date CloseDate,
           case
           when bc.b1_checklist_comment is null
           then 'No Patch List'
           else bc.b1_checklist_comment
           end PatchList
    FROM   b1permit b1
           INNER JOIN (SELECT b1_per_id1,
                              b1_per_id2,
                              b1_per_id3,
                              status_date
                       FROM   status_history
                       WHERE  status = 'Issued'
                              AND rec_status = 'A'
                              AND status_date BETWEEN '01-JUL-08' AND '31-DEC-08') issued
             ON b1.b1_per_id1 = issued.b1_per_id1
                AND b1.b1_per_id2 = issued.b1_per_id2
                AND b1.b1_per_id3 = issued.b1_per_id3
                AND b1.rec_status = 'A'
                AND b1.b1_per_type = 'Utility'
           LEFT OUTER JOIN (SELECT b1_per_id1,
                                   b1_per_id2,
                                   b1_per_id3,
                                   status_date
                            FROM   status_history
                            WHERE  status = 'Closed'
                                   AND rec_status = 'A') closed
             ON b1.b1_per_id1 = closed.b1_per_id1
                AND b1.b1_per_id2 = closed.b1_per_id2
                AND b1.b1_per_id3 = closed.b1_per_id3
           LEFT OUTER JOIN bchckbox bc
             ON b1.b1_per_id1 = bc.b1_per_id1
                AND b1.b1_per_id2 = bc.b1_per_id2
                AND b1.b1_per_id3 = bc.b1_per_id3
                AND b1.rec_status = bc.rec_status
                AND bc.b1_checkbox_desc LIKE 'Patch List%'

    Hi
    Instead of using this query direct;y, create a view
    as
    CREATE OR REPLACE VIEW V1
    AS
    SELECT <Your query>
    From Oracle client check if view returns desired result by
    select * from <viewName>
    and use that view as a datasource in your report.
    --Kuldeep

Maybe you are looking for

  • Unable to load excel sheet into oracle

    Can somebody help me... I just want to load data records from MS Excel spreadsheet into Oracle table without converting that MS Excel file, my ENV: Linux (centos 5.4 + Oracle EE 11gR2) here what I did: -ODBC-Conf on MS create a system DSN 'odbc_excel

  • How can i fix my iphone 4 that doesnt want to restore

    how can i fix my iphone 4 that doesnt want to restore?

  • How to export report to excel and to text file in previewer

    How to export report to excel? And, it takes long time for generate report to rtf or pdf file in previewer. How to speed up the process? or, it's better generate report to text file directly by Run_product? Please help!

  • Program taking up all of CPU Speed

    Hello, I have been lucky not to have to use the forum, until now. I recently installed a program called Garage Sale. I decided not to use it and deleted it (drug it over to trash from the finder window). Well,(now at least a week later) I turned on m

  • Beginner-- is this a good set-up?

    Okay I say I'm a beginner but I've been at uni for three years studying film production and have played around with the Canon C300 A LOT but obviously there are major differences to the DSLRs... Anyways, I've decided to purchase a Canon 5D m3 and the