[1.2.0.29.98] connection with files of type plsqlnode

Hi,
open a file of type plsqlnode. choose connection with the selector in the right top corner doesn't work. nothing happens. its possible to let a connection "appear" but it won't open or anything else. its just written there.
press compile, there appears a dialog a "select connection" dialog. sqldev will compile with that connection ...
however, i couldn't find a way to choose another connection. even after i disconnected the choosen one, sqldev never asked me to choose any but just reconnected to the originally choosen one.
Regards, Anita

You're right. I've noticed it before but thought it was a hick-up.
When selecting a connection, you notice the drop down doesn't accept; you'll have to double click to get it to close. Nevertheless, as said before, that doesn't help to really connect to the chosen connection.
Then I tried closing the open file through the "x" on the tab, but sqldev just hung!
I noticed 2 times this same exception in the console:
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.S
tring cannot be cast to javax.swing.JLabel
at oracle.dbtools.raptor.plsql.PLSQLEditorToolbar$1.itemStateChanged(PLS
QLEditorToolbar.java:107)
at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.j
ava:100)
at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel
.java:88)
at javax.swing.JComboBox.setSelectedItem(JComboBox.java:559)
at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:605)
at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(BasicCom
boPopup.java:814)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:2
73)
at java.awt.Component.processMouseEvent(Component.java:6038)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(BasicCombo
Popup.java:480)
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(EventDispatchThre
ad.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.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)
java.lang.ClassCastException: java.lang.String cannot be cast to javax.swing.JLa
bel
at oracle.dbtools.raptor.plsql.PLSQLEditorToolbar$1.itemStateChanged(PLS
QLEditorToolbar.java:107)
at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.j
ava:100)
at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel
.java:88)
at oracle.dbtools.raptor.controls.DBConnectionComboBox.setCurrentConnect
ion(DBConnectionComboBox.java:61)
at oracle.dbtools.raptor.plsql.PLSQLEditorToolbar$2.update(PLSQLEditorTo
olbar.java:122)
at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:94)
at oracle.ide.model.Node.notifyObservers(Node.java:495)
at oracle.dbtools.raptor.plsql.PLSQLController.handleEvent(PLSQLControll
er.java:234)
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:82
3)
at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:19
95)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
a:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:2
72)
at java.awt.Component.processMouseEvent(Component.java:6038)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
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(EventDispatchThre
ad.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.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)
Another Swing related issue!
Is this related to these swing provoked unrecoverable lock-ups?
Java Deadlock
[b]BUG: Unrecoverable lock-up[/b] - Hang on enableDbmsOutput
Here's the thread dump after sqldev hung:
"Timer-10" prio=6 tid=0x37920000 nid=0x5dc in Object.wait() [0x3ad3f000..0x3ad3f
a94]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13cc5a00> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Timer-9" prio=6 tid=0x35f2f400 nid=0x1f4 in Object.wait() [0x3ab3f000..0x3ab3fb
94]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13cc5a88> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Timer-8" prio=6 tid=0x37d63400 nid=0x6d4 in Object.wait() [0x3a93f000..0x3a93fc
94]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13ae3678> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Timer-7" prio=6 tid=0x36a56000 nid=0x27c in Object.wait() [0x3a73f000..0x3a73fd
94]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13ae3700> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"WaitCursorTimer" daemon prio=6 tid=0x35f24800 nid=0x6bc in Object.wait() [0x3a2
3f000..0x3a23fd14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13a7dd30> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Timer-5" prio=6 tid=0x37c66400 nid=0x6d0 in Object.wait() [0x3a13f000..0x3a13fb
14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x138915e0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Timer-4" prio=6 tid=0x37c64c00 nid=0x4a8 in Object.wait() [0x39f3f000..0x39f3fc
14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13891668> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Thread-8" prio=6 tid=0x37971800 nid=0x684 runnable [0x00000000..0x0189fb74]
java.lang.Thread.State: RUNNABLE
"WeakDataReference polling" prio=2 tid=0x3683c400 nid=0x658 in Object.wait() [0x
39e3f000..0x39e3fa94]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
- locked <0x13326998> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
at oracle.ide.util.WeakDataReference$Cleaner.run(WeakDataReference.java:
88)
at java.lang.Thread.run(Thread.java:619)
"Timer-3" prio=6 tid=0x37e01400 nid=0x648 in Object.wait() [0x39b3f000..0x39b3fc
14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x13294e40> (a java.util.TaskQueue)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13294e40> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Timer-2" prio=6 tid=0x37dce800 nid=0x694 in Object.wait() [0x3993f000..0x3993fd
14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x13295460> (a java.util.TaskQueue)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x13295460> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Log Page Updater" prio=4 tid=0x3792e400 nid=0x314 waiting on condition [0x3873f
000..0x3873fa94]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at oracle.dbtools.migration.workbench.core.ui.MigrationTreeTableLogPage$
5.run(MigrationTreeTableLogPage.java:622)
"IconOverlayTracker Timer" prio=6 tid=0x36c90400 nid=0x4cc in Object.wait() [0x3
863f000..0x3863fb14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0x12c56738> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Timer-0" prio=6 tid=0x379bdc00 nid=0x71c in Object.wait() [0x3823f000..0x3823fd
14]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:509)
- locked <0x12bf40c0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"TimerQueue" daemon prio=6 tid=0x35f39800 nid=0x724 in Object.wait() [0x3738f000
..0x3738fb14]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at javax.swing.TimerQueue.run(TimerQueue.java:236)
- locked <0x12887f10> (a javax.swing.TimerQueue)
at java.lang.Thread.run(Thread.java:619)
"AWT-Windows" daemon prio=6 tid=0x36b75c00 nid=0x718 runnable [0x3707f000..0x370
7fc94]
java.lang.Thread.State: RUNNABLE
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(WToolkit.java:290)
at java.lang.Thread.run(Thread.java:619)
"AWT-Shutdown" prio=6 tid=0x36b75000 nid=0x714 in Object.wait() [0x36f7f000..0x3
6f7fd14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
- locked <0x1285ab20> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:619)
"Java2D Disposer" daemon prio=6 tid=0x36b5ac00 nid=0x710 in Object.wait() [0x36e
7f000..0x36e7fd94]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
- locked <0x1285abb8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
at sun.java2d.Disposer.run(Disposer.java:125)
at java.lang.Thread.run(Thread.java:619)
"Low Memory Detector" daemon prio=6 tid=0x35effc00 nid=0x6e0 runnable [0x0000000
0..0x00000000]
java.lang.Thread.State: RUNNABLE
"CompilerThread0" daemon prio=6 tid=0x35efb000 nid=0x630 waiting on condition [0
x00000000..0x3656f798]
java.lang.Thread.State: RUNNABLE
"Attach Listener" daemon prio=6 tid=0x35ef9c00 nid=0x614 runnable [0x00000000..0
x00000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=6 tid=0x35ef9000 nid=0x6a8 waiting on condition
[0x00000000..0x00000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=8 tid=0x35ee6400 nid=0x688 in Object.wait() [0x3626f000.
.0x3626fd14]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
- locked <0x1279ac38> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
"Reference Handler" daemon prio=6 tid=0x35ee5400 nid=0x64c in Object.wait() [0x3
616f000..0x3616fc94]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
- locked <0x1279acc8> (a java.lang.ref.Reference$Lock)
"main" prio=6 tid=0x01938400 nid=0x52c waiting on condition [0x00000000..0x0012f
b44]
java.lang.Thread.State: RUNNABLE
"VM Thread" prio=6 tid=0x35ee2000 nid=0x128 runnable
"VM Periodic Task Thread" prio=6 tid=0x35f1a800 nid=0x2d4 waiting on condition
JNI global references: 1531
Heap
def new generation total 2304K, used 1369K [0x10020000, 0x102a0000, 0x1278000
0)
eden space 2048K, 65% used [0x10020000, 0x10170c58, 0x10220000)
from space 256K, 8% used [0x10220000, 0x102258e8, 0x10260000)
to space 256K, 0% used [0x10260000, 0x10260000, 0x102a0000)
tenured generation total 29936K, used 22271K [0x12780000, 0x144bc000, 0x30020
000)
the space 29936K, 74% used [0x12780000, 0x13d3feb8, 0x13d40000, 0x144bc000)
compacting perm gen total 36608K, used 36504K [0x30020000, 0x323e0000, 0x34020
000)
the space 36608K, 99% used [0x30020000, 0x323c63a0, 0x323c6400, 0x323e0000)
No shared spaces configured.
Please guys, bug & fix these issues!
Thanks,
K.

Similar Messages

  • SLOW workstation connection with file server

    I have an eMac running Server 10.3 with two firewire disk connected directly into the eMac to function as file servers. I have several diff. Macs connected to the file sharing server and have for six months. They all run 10.4.11 and all connect with the GO command and used to navigate various files and folders throughout the main PUBLIC folder. Suddenly Monday morning 2 workstations connect and navigate folders without problems and 3 other workstations just spin the beach ball when you try to go past first or second folder.
    ALL machines connect without major problem (maybe a tad slower). I have looked at folders (as I can get to them) and view optioned turned off "calc all sizes". It was on in some of the windows and off in some but none were suddenly turned on anyway.
    While beach ball spins I can open Safari, mail and can surf web, get mail, etc. no problem. I can even click on top of the one of the server folder windows and move it around on my desktop. When I let go and move curser it turns into beach ball.
    Also, when I finally get fed up and go to Relaunch on the Finder in the dock, at the top "grayed out" it says application not responding?? Don't know what application it is referencing? I usually have to hit the Relaunch command twice. First time nothing happens, the second time it will immediately relaunch the Finder.

    Had to get my off-site "Mac Expert" to delete some kind of p.list file or files that get corrupted by some server file (InDesign or Photoshop or Illustrator most likely) on my server. Don't know which one and it reappeared some time later and he had to do it again, but he could connect remotely and clear/delete the file. Has to be done from the command line so it is out of my league. Still waiting to see if we can find the corrupted file.

  • How to connect with VPN of type L2TP programatically in IOS8 ? canse NEtwoatically in IOS8 ? can i use NEtwork/Extension framework for this?rk/Extension framework for this?

    I have a mobileconfig file and the VPNType is L2TP . How can i connect to this VPN programatically in IOS8 ?Apple's Network/Extension framework has methods which supports IPSEC and IKEV2 protocols(NEVPNProtocolIPSec, NEVPNProtocolIKEv2). Can i use Network/Extension framework to connect with L2TP type VPN ?

    I have a mobileconfig file and the VPNType is L2TP . How can i connect to this VPN programatically in IOS8 ?Apple's Network/Extension framework has methods which supports IPSEC and IKEV2 protocols(NEVPNProtocolIPSec, NEVPNProtocolIKEv2). Can i use Network/Extension framework to connect with L2TP type VPN ?

  • Https connectivity with file as an attachment

    Hi,
      I have a scenario idoc to file. where my client required the https connectivity between the server.  Initially it was successfull throught ftp connectivity but to have security they are come up with https.
      But i am not sure whether it could be possible to send the same file as an attachment throught https/http.
    If yes please let me know your suggestion how can we specify the file details.
    Regards,
    Dhill

    Hi,
      Anybody can let me know if any solution ?.  Please let me know if any more details required or let me know if my question is not understandable way...
    Regards,
    Dhill

  • OVM Manager 2.2.2: server pool error with file system type

    I'm just getting started with OVM. I've installed OVM on one machine and the manager on another.
    I created a server pool, which seemed to work OK but shows "Error" in the table under the "Server Pools" tab in the manager interface
    When I edit it I see
    Error: OVM-1011 OVM Manager communication with NNN.NNN.NN.NNN for operation Pre-check cluster root for Server Pool failed: <Exception: SR '/dev/sda3' not supported: type 'ocfs2.local' not in ['nfs', 'ocfs2.cluster']>
    Can anyone explain this? Does this mean I can't use a local file system in OVM 2.2.2? I understood this was the case with OVM 3, which is why I went with 2.2.2.
    Thanks.

    Roger Ford wrote:
    Error: OVM-1011 OVM Manager communication with NNN.NNN.NN.NNN for operation Pre-check cluster root for Server Pool failed: <Exception: SR '/dev/sda3' not supported: type 'ocfs2.local' not in ['nfs', 'ocfs2.cluster']>
    Can anyone explain this? Does this mean I can't use a local file system in OVM 2.2.2? I understood this was the case with OVM 3, which is why I went with 2.2.2.You can't created a clustered pool with a local filesystem. You need to format the filesystem with ocfs2 in clustered mode.

  • "File Browse" type item: at what point the fields mime_type, file_name, last_update_date get their values?

    Hi there,
    I have an issue with "File Browse" type item, my question is: at what point the fields mime_type, file_name, last_update_date get their values? I want to add them to the collection but if I try to do it in Process "On Submit - After Computations and Validations" the values in those fields are still null (that's for the insert, and for the update they have old values). Also I don't seem to be able to add blob to the collection ("File Browse" type item (which has the source as blob database column) can't be assigned as parameter p_blob001 of APEX_COLLECTION.ADD_MEMBER, error is: PLS-00306: wrong number or types of arguments in call to 'ADD_MEMBER').
    What I am trying to do is this: I have parent table (TABLE1), and child table (TABLE2).  In TABLE2 I store documents. I have a main page that is form on TABLE1, and on it I have button "Add documents" that opens popup window with form on TABLE2. On submit of popup page I want to avoid inserting document into TABLE2, instead I want to send data to the main page (using collection) and insert in only once the main page is submitted.
    I would appreciate any advice on this...
    Thanks,
    Tanya

    Hello Tanya,
    Can you post your PL/SQL code which you are trying?
    Regards,
    Hari

  • In Aperture 3.4.1, I am not able to connect with referenced files on a network

    I am running OS X 10.8.2 and Aperture 3.4.1, and am unable to connect with referenced files on a network.  Specifically, the referenced files reside on my iMac and I am attempting to connect to them from my MBP.  They appear in red in the dialogue box.  While I know this has been a long standing issue in other versions, I was hoping it had been solved by now.  Any assistance will be appreciated.
    Thanks -
    Dudley

    http://support.apple.com/kb/HT5922
    If you want to mirror your desktop, see:
    http://support.apple.com/kb/HT5404
    Regards.

  • Windows migration assistant won't go passed the first screen. Connecting hp files to new Mac mini with Ethernet cable. Also tried USB

    Windows migration assistant won't go passed the first screen. Connecting hp files to new Mac mini with Ethernet cable. Also tried USB

    Are you following these instructions?
    http://support.apple.com/kb/ht4796
    Have yo tired by connecting both to same network vice direct ethernet connection?
    There is no direct USB connection

  • How to connect with dbf file driver in C#.

    Hi
    I am using the following command in powerbuilder application to connect dbf file and to select the record from dbf file.
    DBemp.dbparm="ConnectString='Driver={Microsoft dBase Driver (*.dbf)};Dbq="+ls_path+";Uid=;Pwd='". It is working fine in powerbuilder . I am looking for the same command to apply in C#. Please any help would be very appreciate.
    I had used  the following command in C# before but it is not working in every machine
    OdbcConnection dBaseConnection = new OdbcConnection("Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=" + filePath +";");
    The above command in C# is working fine in some machine but some machine it is not working especially 64 bit operating system.
    If I can get the same command as in powerbuilder , I think would be working in every machine. Please can u help
    DBemp.dbparm="ConnectString='Driver={Microsoft dBase Driver (*.dbf)};Dbq="+ls_path+";Uid=;Pwd='".
    With Many Thanks
    Pol
    polachan

    Does it work if you go to Project Properties and force 32-bit or 64-bit modes? (For example, uncheck the ‘Prefer 32-bit’ option, then select ‘x86’ in Platform Target for Debug and Release configurations. Then try the ‘x64’ Platform Target
    too).

  • Error - Applications File Server connection with the node FNDFS_WIN2000.

    ERROR:
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_WIN2000. There may be a network configuration problem, or the TNS listener on node FNDFS_WIN2000 may not be running. Please contact your system administrator.
    When I try to submit concurrent request error occured which I mentioned above.
    Platform:Windows2000 server
    Apps Version:11.5.3 Vision
    Db version:8.1.6.0.0
    Environment:Windows2000 server(Stand aloe).
    I have one listener in database, I am sending you to my tns and listener files.
    DB listener and tns file.
    # LISTENER.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_VIS =
    (SID_DESC =
    (SID_NAME = VIS)
    #(ORACLE_HOME = J:\oracle\visdb\8.1.6)
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    VIS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    # TNSNAMES.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = vis)
    Client Site tns and listner.
    # TNSNAMES.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for the database
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = VIS)
    FNDFS_WIN2000 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=win2000)(PORT=1523))
    (CONNECT_DATA=(SID=FNDFS))
    Rep60_VIS,Rep60_VIS.world=(ADDRESS=(PROTOCOL=tcp)(HOST=win2000.apps.com)(PORT=7002))
    # LISTENER.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for FNDFS listener
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    Any help I appreciate in advance, I have been working on this issue since one week.
    Thanks,
    Kindest Regards
    Zeeshan Siddiqui

    Duplicate post ..
    Error - An error occurred while attempting to establish an Applications Fil

  • Connecting XML files with xMII

    Hi,
      i want to connect xml file (say one.xml having table name and price) with xMII. how can i do it? by using TAG query? what is the simulatorTag.xml?
    - senthil

    Senthil,
    Save your .xml file in your local system
    Open Business Logic Editor and under WEB you can find xmlLoader.
    Right Click and configure the path of the xml file in source URL.
    This will load your xml file and all the rowsets will be available for further manipulation...
    Tag Query is normally used to query a Tag type database like simulator..
    Hope this helps,
    Ajitha

  • How to stream audio/vide​o files on bb playbook and create different play lists from another pc and/or external hard disk drive connected with a share router

    hi guys
    i wish to use my external hard disk drive (1tb) connected with a belkin share router as main storage drive and stream audio/ video and other files on bb playbook through wifi.
    also wish to create different playlists directly on playbook.
    please tell me guys how can I do it.
    thank you in advance

    Try this...
    http://forums.crackberry.com/blackberry-playbook-f​222/how-stream-video-music-more-your-mac-pc-your-p​...

  • Updated to firefox 4, and suddenly can't connect with any browser though I am connected. Error message reads "could not read chrome manifest file."

    i updated firefox and now I can't access the net on any browser. Wireless router everything is connected and up and running. Just not the browsers. uninstalled it, reinstalled it (didn't work), unistalled it again and internet explorer won't work either (not at anypoint after intial update was run. read several peoples simalr problems with the "could not read chrome manifest file" issue and solutions to no avail. uninstall and system restore did not work either. What did it change on my system, and how can I change it back?

    Do a clean (re-)install:
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Do not remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    * It may not be necessary to create a new profile, so first try if it works with your current profile and if not then create a new profile.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    * http://kb.mozillazine.org/Standard_diagnostic_-_Firefox

  • I plugged my usb cable connected with my iphone 4 to the computer, and then it shows up as Iphone, but there is no button to sync, and when i manually drag the files into the storage it would say "Device is no longer responding" and it just would not work

    I plugged my usb cable connected with my iphone 4 to the computer, and then it shows up as Iphone, but there is no button to sync, and when i manually drag the files into the storage it would say "Device is no longer responding" and it just would not work... Please help me and quick

    You need to check out the User Guide here: http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my we

    I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my website online (with Firefox, Explorer, Chrome browser) I always get the message 'Forbidden, You don't have permission to access / on this server.' Can somebody help me please? I have to get my website online..Thank you!

    Hello Els,
    it's well known, that in all these cases you describe I'm not a friend of a detailed Troubleshooting (I see Nancy#s smile already).
    To be able to be independent in all this things It is one of the reasons why I prefer an external FTP program. The difficulties with which you have to fight encourage me in this opinion, not least because we always search for experts, we don't charge a "jack of all trades".
    To manage several websites or to upload my files and sometimes for the opposite way, for a necessary download from my server or to use a "a site-wide synch", I'm using FileZilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Mac: Mac OS X (Use: Show additional download options)
    http://filezilla-project.org/download.php
    Of course, you also need all the access data to reach your server and for MIME issues, you should contact your web host/provider.
    Good luck!
    Hans-Günter
    P.S.
    Since I use two screens, the whole thing became even more comfortable.

Maybe you are looking for

  • What's the best way to locate PrPro5.5 Bottlenecks on a Mac?

    First off, due to employer demand, I had to switch over my 8 year long stretch of using a PC for Adobe products over to a new Mac Pro. I was adamantly against this but seeing as I don't run the place, I was overruled. About a month ago the beast arri

  • How can I find out which .pst or .ost file itunes referres to when synchronising with outlook

    I´ve switched to iphone 4S from my 3Gs and would like to "clean" my itunes Sync before I use the new phone. Problem is, that the synchronisation with Outlook 2003 doesn´t work anymore. I guess the reason is that itunes refers to an old .ost or .pst f

  • How to highlight selected  row in a region ? ? ?

    Hi There! I have two regions Region1 and Region2. Region2 data is populated when I select a row in Region1. Now I have Region1 and Region2 data on the same page, but I cant exactly tell which row in Region1 corresponds the data in Region2. I was thin

  • Vendor Bank changes affect House Banks

    Hi, We noticed that users with Bank Maintenance authorization (TCode FI02) for changing vendor bank details are able to change "House Bank data", e.g. vendor bank is also a house bank  -> a user changes the vendor bank details (e.g. SWIFT code for a

  • How do I get thumbnails of images embedded into our RSS/Atom feed

    We have an RSS feed enabled on our CQ5 blog at http://www.wsidesignermarketplace.com/content/designer/Design_Blog/_jcr_content.feed?type= rss2 which we want to pull into a content widget.  This feed does not have images/thumbnails enabled. Can someon