Support for Sybase SQL Anywhere / Adaptive Server Anywhere?
708792Jun 25 2009 — edited Jun 25 2009Hi,
From the sqldeveloper installation documentation I see that Sybase Adaptive Server 12 and 15 are supported. Is there any support for the Sybase SQLAnywhere / Adaptive Server Anywhere products? From my attempts so far, I get a null pointer exception when connecting to SQLAnywhere 10.0.1.
I have installed SQL Developer 1.5.4, build MAIN 5940 on Windows XP SP2. I am trying to connect to a Sybase SQL Anywhere 10.0.1 repository using jtds 1.2.2. After entering the connection properties, the test status is "success". However, when I then try to make the connection, I get the following exception:
java.lang.NullPointerException
at oracle.javatools.db.JdbcDatabaseImpl.registerBuilders(JdbcDatabaseImpl.java:109)
at oracle.javatools.db.AbstractDatabase.<init>(AbstractDatabase.java:78)
at oracle.javatools.db.JdbcDatabaseImpl.<init>(JdbcDatabaseImpl.java:69)
at oracle.javatools.db.sybase.AdaptiveServerDatabaseImpl.<init>(AdaptiveServerDatabaseImpl.java:106)
at oracle.javatools.db.sybase.AdaptiveServerAnywhereDatabaseImpl.<init>(AdaptiveServerAnywhereDatabaseImpl.java:150)
at oracle.javatools.db.sybase.AdaptiveServerDatabaseFactory.createDatabaseImpl(AdaptiveServerDatabaseFactory.java:39)
at oracle.javatools.db.DatabaseFactory.createDatabaseImpl(DatabaseFactory.java:147)
at oracle.javatools.db.DatabaseFactory.createDatabase(DatabaseFactory.java:130)
at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:637)
at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:564)
at oracle.dbtools.raptor.utils.Connections$ConnectionInfo$ConnectRunnable.doWork(Connections.java:1119)
at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:631)
at java.lang.Thread.run(Thread.java:595)
Any ideas as to what the problem is, or whether this due to an unsupported Sybase version? I suppose if Sybase ASA is not supported, I will need to think of another way of migrating to Oracle. Any tips on either of these issues would be appreciated.
Thanks!