I ran the 6.3 install as an upgrade from 6.2. My OS is Vista, Oracle client is instantclient 11.1 (referenced in path with location at front). When I click to open the connection dialogue the message displays 'List index out of bounds (2) instead.
I can uninstall 6.3 then re-install 6.2 and the connection dialogue displays and functions normally. I re-install 6.3 and problem persists.
We did not much success to reproduce this issue here yet, and we are still working on identify what changes in 6.3 introduce the problem in your environment…
We believe that the list index out of bound occurs due to your settings for LDAP in ldap.ora.
We could reproduce your issue here by changing our ldap.ora. In v6.3 we added the support for multiple LDAP.
if we change our string for DIRECTORY_SERVERS= (10.20.26.4:389), we will get exact error as you reported.
In your Oracle Home ldap.ora file, could you please check the DIRECTORY_SERVERS entry to have the following format: host:port[:sslport], ie. including the sslport.
In v6.3, our parser could not handle the LDAP without the sslport, please add :636 if you dont have it yet. [:sslport] is optional, we will fix this in v6.5 for you so SQL Naviagator can handle your current environment.
Please let us know if the work around would work for you.
Thanks and regards,
Bruce
Message was edited by: bruceduong - updated ldap.ora
Bruce,
This is to confirm that I can run 6.3 successfully with your recommended change.
Thank you for clear and concise explanation.
Can you provide the planned release date for 6.5?
Regards,
Steve
v6.5 should be available for download in late Nov 10/early Dec 10.
We have just addressed this issue in our current v6.5 code base. We will try to send out the v6.5 Beta build later this month if everything goes smoothly. Much appreciated if you could please check it out in the Beta build to verify if you are happy with the changes.