Problem when specifying LDAP connection

Hello,
i have a problem when creating a new LDAP connection.
After selecting LDAP server from drop-down list (value "192.168.121.3:389" without quotes), the error message appears.
Status : Failure -String index out of range: -1
This LDAP server is probably taken from local configuration, which works well with SQLPLUS.
Screenshot can be seen here :
http://img254.imageshack.us/my.php?image=ldaptestso1.png
SQL Developer version is fresh download of Oracle SQL Developer 1.5 (1.5.0.53.38) [Released 23 April 2008], version for Windows with the JDK1.5.0_06 in zip archive.

Even I have the same question... where is the problem? Looks like you have missed out the real part.
Annie.

Similar Messages

  • I have a problem when i am connecting my mbpr to a monitor , the internet is going very slow when i connect to the monitor plz help me if i buy a vga to minidisplay it will help??

    i have a problem when i am connecting my mbpr to a monitor , the internet is going very slow when i connect to the monitor plz help me if i buy a vga to minidisplay it will help??

    dovdov2,
    are you saying that when you connect your MacBook Pro to a monitor, your Internet connection slows down, but when you disconnect the monitor, it speeds up again, and that this is reproducible from one day to another?
    Does this happen both under OS X and under Windows 7, or only under one of them?
    How are you currently connecting your MacBook Pro to your monitor?

  • Which data flow source type to use when specifying a connection manager using an ODBC provider

    I'm trying to create a SSIS package to connect to an IBM iSeries DB2 database.  After running into all sorts of issues seemingly related to data type (issues with packed decimal fields actually having places to the right of the decimal) I decided to
    try creating an ODBC data source on my windows server 2008 r2 Administrative Tools - Data Sources ODBC to connect to the iSeries and then create an SSIS connection manager to use the windows ODBC connection.  Successfully created the ODBC connection in
    windows then successfully added a SSIS connection manger to my project using the windows ODBC connection and tested the connection manager successfully.  To create the connection manager I RMB in the connection manager section - select new connection
    - select ODBC - select the newly created ODBC connection from the list and operate the ok button.  Edited the connection manager specified the userid and pw and connected succcessfully.
    Problem is I don't seem to be able to find a Data Flow Source in the SSIS tool box that will let me specify the connection manager using the ODBC connection.  The Data Flow Sources in my tool box are "Pointer", "ADO NET Source",
    "Excel Source", "Flat File Source", "OLE DB Source", "Raw File Source" and "XML Source".
    Can someone kindly show me what Data Flow Source I should be using and how to specify my SSIS connection manager that uses the windows ODBC connection?
    Thanks Much in advance for any help, Roscoe

    This would help you
    http://social.msdn.microsoft.com/Forums/en-US/c688b646-28bb-44b9-b53b-fddf23e15189/how-to-connect-to-odbc-using-ssis?forum=sqlintegrationservices 
    Abhinav http://bishtabhinav.wordpress.com/

  • Xa-problems when releasing jdbc connection

    We have a very strange problem with our WL setup.
    Weblogic 8.1.4 (2 cluster nodes)
    Oracle 9i stand alone db (although tested on RAC with 2 nodes)
    The application architecture is quite complicated, with several EJB-applications that communicate via JMS and RMI. Everything (except logging) runs under xa-transactions that span multiple applications. We use both xa (for everything but logging) and non-xa jdbc connection pools (Oracle thin driver).
    When we release a jdbc connection then the following node manager log entry is written:
    <Mar 13, 2006 11:11:02 AM UTC> <Error> <JDBC> <BEA-001112> <Test "SELECT 1 FROM DUAL" set up for pool "myPoolXA" failed with exception: "oracle.jdbc.xa.OracleXAException".>
    <Mar 13, 2006 11:11:02 AM UTC> <Error> <JDBC> <BEA-001035> <The following error has occured: XA operation failed : java.lang.NullPointerException
    at weblogic.jdbc.wrapper.VendorXAResource.rollback(VendorXAResource.java:78)
    at weblogic.jdbc.jta.DataSource.rollback(DataSource.java:1047)
    at weblogic.transaction.internal.XAServerResourceInfo.rollback(XAServerResourceInfo.java:1358)
    at weblogic.transaction.internal.XAServerResourceInfo.rollback(XAServerResourceInfo.java:687)
    at weblogic.transaction.internal.ServerSCInfo.startRollback(ServerSCInfo.java:729)
    at weblogic.transaction.internal.ServerTransactionImpl.localRollback(ServerTransactionImpl.java:1909)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRollback(ServerTransactionImpl.java:2592)
    at weblogic.transaction.internal.ServerTransactionImpl.internalRollback(ServerTransactionImpl.java:385)
    at weblogic.transaction.internal.ServerTransactionImpl.rollback(ServerTransactionImpl.java:364)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:279)
    at weblogic.ejb20.internal.StatelessEJBObject.postInvoke(StatelessEJBObject.java:140)
    at com.xx.myapp.ejb.MessageMgmt_s1i1u8_EOImpl.processMessage(MessageMgmt_s1i1u8_EOImpl.java:56)
    at com.xx.myapp.ejb.MessageMgmt_s1i1u8_EOImpl_CBV.processMessage(Unknown Source)
    at com.xx.myapp.ejb.TextMessageReceiverBean.onMessage(TextMessageReceiverBean.java:120)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    As we understand the message this means that the jdbc resource wrapper crashes with a NPE.
    Are there any hints on this situation ?
    Regards
    Nikolaus Rumm

    Additional information:
    We use Hibernate as the persistence layer. The problem arises when the application detects a business problem and calls setRollbackOnly() on the session bean's ejb context, followed by a "throw ApplicationException" (extends java.lang.Exception).
    When we use unchecked exceptions for business exceptions (which violates the EJB spec) everything works fine.

  • Problem when change DBF connection

    I use jdbc dbf driver to connect to DBF.
    String databaseDriverName ="com.hxtt.sql.dbf.DBFDriver";
    Class.forName(databaseDriverName).newInstance();
    String databaseDirectory=dbase;/
    String url = "jdbc:DBF:///"+databaseDirectory;
    java.sql.Connection con = DriverManager.getConnection(url,"","");
    databaseDirectory is the path to DBF file
    I transfer data from DBF to oracle database. When transfer is complete I close the frame, copy new file with same name on same location.
    Frame is open again and i read the data from old file.
    Where is the problem?

    Even I have the same question... where is the problem? Looks like you have missed out the real part.
    Annie.

  • Security problem when trying to connect a CMP Session Bean deployed on J2EE

    I am working through Wrox�s book Professional java Mobile Programming and trying to set up the Mobile Positioning project. The book has instructions for Ericson MPS-SDK 3.0 but the only version available now is the 5.0 and these instructions are no longer valid. I have built the application with the Studio 4 IDE and deployed it on an instance of the J2EE reference Implementation and this seems to work fine. However I have built a CMP session bean which should connect to the Ericsson Emulator running on their supplied Eserver and this connection is failing with a security problem. Following is a snippet of the code I have used to instantiate the connection.
    ConnectionFactory con = null;
    con = new ConnectionFactory(true);
    The code compiles with out errors but when I try to test it I get the following error
    java.security.AccessControlException: access denied (java.util.PropertyPermission sun.net.inetaddr.ttl write)
    Any Hints or suggestions would be appreciated.
    Thanks

    Oops!! I meant Session Bean NOT CMP Session Bean

  • Mouse cursor problem when external display connected

    When my external Apple display is connected to my MacBook Pro (Retina, Mid 2012, 10.10.2) the cursor jumps to a spot on the external display and will not release from it. I move the cursor anywhere and it jumps back to that original spot. Cursor operates normally when the external monitor is not attached. I've used the monitor for a few years with no problem, but this started just recently. I do not use the external monitor daily and I cannot recall doing anything that might have triggered this problem. Any ideas on a fix? Thanks.
    Bill

    Just an update to close this. Call Apple Support. An advanced support tech walked me through several procedures. Eventually, the problem disappeared after deleting a bunch of plist files and startup items. Which particular file caused the problem we don't know. But problem gone and I will monitor going forward. Hopefully it was a one-time corruption of one of the preference files.

  • Got problem when using SSL connection when using my own web server

    hi all,
    I need to create a SSL connection to a website, i'm using Java 5 so i just append use the following code,
    System.setProperty("https.proxyHost","90.0.0.122");
              System.setProperty("https.proxyPort","3128");
              URL verisign = new URL("https://www.verisign.com");
              //URL verisign = new URL("https://localhost");       
              //URL verisign = new URL("https://90.0.0.30");
              BufferedReader in = new BufferedReader(
                        new InputStreamReader(
                                  verisign.openStream()));
              String inputLine;
              while ((inputLine = in.readLine()) != null)
                   System.out.println(inputLine);
              in.close();
         }Here when i run the program with arg https://www.verisign.com it works fine, when i replace it with https://locahost it shows the follwing error
    Exception in thread "main" java.io.IOException: HTTPS hostname wrong:  should be <localhost>
         at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(HttpsClient.java:493)
         at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:418)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
         at java.net.URL.openStream(URL.java:1007)
         at URLReader.main(URLReader.java:93)i dono why this happening any can pls help me out to solve the problem

    HI all ,
    I find a solution from the post
    http://forum.java.sun.com/thread.jspa?threadID=521779&start=0
    Thanks

  • Problem when making new connection with user "sys"

    Hi, I'm having trouble on making new connection with user sys against local 10g installation, the password is correct and I've tried making new connection with other
    users which is fine.
    when I click "test" or "connect", the error msg is strange like this:
    "ORA-01017: invalid username/password; logon denied"
    can anybody help.
    Thx.

    Have you used the "Role" drop-down to "SYSDBA"? - if not, you get the ORA-01017 error.

  • Problems when trying to connect BW to R/3

    hello all,
    i am new to SAP and am trying to connect my BW3.0 with R/3 4.6c which are on two different laptops. have created a logical source system on R/3 side and assigned it there successfully. have also created a logical system on BW side but when trying to assign it, i am getting an error 'be careful when trying to change the source systems'. have accepted it and after that i cannot go into RSA1- comes up with a message saying 'logical system has been changed'.
    when i go into details of this error message, it will ask me to delete all the transfer structures/rules created earlier and shouldnt be using ALE or work-flow.
    how can i assign the newly created logical system in BW???
    thanks in advance...
    sujan

    hello naveen,
    i will try to explain it again....
    i have already got a source system by name BWINST in my BW system and i have created another logical source system just for the purpose of communicating with my R/3 system. when i tried to assign this new logical system, i get a warning message saying "Be careful when changing your logical system". i have OK'd it and was trying to get into RSA1. I now get an error message saying "Your logical system has been changed and your request will be terminated" and will close the application. It also says that if i need to change my source system to my new one i will have to delete all my transfer structures, and shouldnt be using any ALE or workflow and ....etc. I cannot even get into AWB now but when i change my source system back to BWINST everything works fine.
    so can i use my first source system for communicating with my R/3 system...
    hope this is clear...
    thanks for trying to help me...
    sujan

  • Problem when going to connect  Oracle 9.2.0 + Linux RedHat 7.3

    SQL> Connect system
    Enter Password: ******
    ERROR:
    ORA-01034: Oracle not Available
    ORA-27101: Share memory realm does not exists
    Linux Error: 2: No such file or Directory
    Can anybody tell me how I can solve this problem?
    Thanks in advance.

    Did you check to make sure that your environment variables are set correctly?
    Is LD_LIBRARY_PATH set correctly?
    Look at http://www.puschitz.com/OracleOnLinux.shtml for pointers to successful install.
    I was able to install Oracle 9.2 in RedHat 7.3 without these issues. It may just be missing or incorrectly set environment vairables.

  • Problems when trying to connect over TCP/IP with DHCP

    Hello everybody,
    I have problems to get a TCP/IP connection to my Blackfin board.
    There is an error message, see in the attached files.
    I have also Problems with the UART Interface can't run it with the Code Examples!
    Best Regards,
    Johannes
    Attachments:
    TCP IP Faults.doc ‏146 KB

    Johannes,
    The Blackfin lwip stack expects a DHCP server to assign it an IP, you cannot just connect a crossover cable between your computer and the EZKIT (unless your computer happens to be running a DHCP server). Connect your computer and the EZKIT and your computer to a router/switch so that the DHCP server on it can assign IPs to both. Also, you appear to be using the code from the example called Print EZKIT IP Address.vi. I recommend putting this code into a while loop with a wait.
    Message Edited by Michael P on 07-27-2006 10:57 AM
    Michael P
    National Instruments

  • Boot problem when iPod firewire connection

    When I reboot by HP (Win XP Home) with the iPod cradle (with iPod) plugged into the firewire port, the system does nothing. Gives me a blank screen. If I unplug the iPod (in 1 minute or in 5 hours) it proceeds to boot. I can then plug the iPod in and all is fine (until I have to reboot).

    The answer is obvious: don't boot the computer with the iPod in the cradle. Whatever drive letter Windows assigned it, the computer sees the iPod as bootable volume. You can fix this in one of two ways: in Windows, change the drive letter of the iPod using Disk Management(you must have administrator rights to do this) or, for more advanced users, change the drive boot sequence of your computer in the BIOS so that the computer will not attempt to boot from the iPod.

  • USB Problems when nothing is connected

         I am running a Macbook Pro (mid 2009) with 2.26 GHz Intel Core Duo Processor and 4 GB of memory.  I am currently having issues with my mac always displaying a message of "because a usb device was drawing too much power, it is disabled." 
         I only hook up usb drives, a bluetooth usb adapter for my mouse, my Sprint HTC Evo 4G phone, and my Ipod Touch. 
         I have never seen this message unless I left my phone on and did not have the computer plugged in and it would give this message towards the end of the battery life.
         Now I am seeing it all the time, and nothing has been plugged into the usb port for a good 2 weeks.  I have tried putting it to sleep, restarting it, shutting the whole computer down and power it back up, and I did a SMC reset.  It still is displaying the message.
    Ideas?
    Thanks!

    OGELTHORPE:  The battery condition is normal. 
    eww:  I tried that.  That is the first thing I tried.
    I am wondering if it has something to do in the bios.  I am not sure if SMC is the bios equivalent or not, but I feel like it is there.  With nothing plugged in, it still gives me this issue

  • Firewire device causing problems when connected to Mini via LaCie ExtHD/Bus

    Hello there..
    Just bought LaCie 300GB Ext.HD/Bus(Firewire &USB). It was recognized by my Mini no problem. I have used the firewire connection between The HD and the mini. The problems begin when I try to connect my M-Audio firewire audio interface (it's mains powered, by the way) to one of the firewire bus inputs of the LaCie - then every action gets the dreaded spinning beachball and I have to shut down etc. The connection of this device has even prevented the HD being recognized by my system, in the case where I have tried having it already connected and powered up before switching on and connecting the HD to the Mini.
    I've tried other things such as PMU reset, to no lasting avail.
    This is the same firewire audio interface that has worked fine for months when plugged directly into the Mini, so why should there be a problem when it's connected to the bus port of the HD?
    Now, as a temporary solution, I have changed the connection between the Mini and the HD/Bus from Firewire to USB - this means I can now use the FW port on the Mini to connect my audio interface (as before). The problem with this is that I work alot with video as well as audio, and have learned that it's very advisable to use firewire drives when working on video...but there is only one FW input on my Mini, so if the La Cie HD is using that, there is no port for audio interface to go in...that's why I bought this particular HD - more storage on a FW HD which has extra FW bus ports for such things as audio interfaces!
    I hope I've explained the problem OK, thank you in advance for any advice.
    Jimmy

    You don't mention which model you have, but this is from the M-Audio Firewire 410 Manual Troubleshooting section:
    The FireWire 410 has been designed to give you high performance and professional quality audio. It has been tested under a wide range
    of systems and operating conditions. In the real world, however, there is a nearly infinite number of possible operating scenarios, any of
    which could affect your system’s performance. Much like owning an automobile, “your mileage may vary.” This section can not begin to
    cover all possible issues you may encounter, however we want to give you some suggestions on common problems you may experience.
    One thing to avoid is connecting too many devices. The FireWire bus is a dependable, high-speed, high-bandwidth protocol which is ideally
    suited for digital audio. Nonetheless, it’s important to remember that audio and multimedia streaming places considerable demands on
    your processor and the FireWire bus. Although it is theoretically possible to chain many multiple FireWire devices in series, doing so may
    potentially degrade your audio performance.
    I guess this degradation could also affect the Firewire HD. Maybe there is a simple fix, but it sounds like the M-Audio people have been down this road before.

Maybe you are looking for

  • How can I get my new Mac book Pro to read my external hard drive?

    I have recently upgraded to the new MacBook Pro and have a new 2T external hard drive. I used my old MacBook Pro to transfer all my files from my old 1T hard drive of the same make to the new one. This all worked without isssue and I can open the ne

  • Ejecting Ipod Error

    Hi, Does anyone know how I can fix my ipod. I forgot to eject the ipod from the itunes menu and just unplugged the USB cable. Now I have an error on the screen and it says "connected eject before connecting" and now I can not get rid of it. It even h

  • How to uninstall Ifunbox from Macbook Air ?

    Hello & Happy New Year I just bought Macbook Air 2013 and I had installed Ifunbox and I don't know how to uninstall it despite I can't find it in the application , I funbox logo showing when I opened finder or app and created folder in the desktop by

  • CME:how to block external call to external call

    cme have the four fxo and AA,when the external calls come in,and dial 9+ pstn num,it can call from external call to another external call,how can blocking?

  • Does 1.6.2 really FIX all the outstanding issues in both QIP6216 and QIP7216?

    Can someone please confirm that ALL the know issues are fixed in with settop code 1.6.2 - in BOTH QIP6216 and QIP7216 settop boxes?