JDBCConsole "The connection URL is null"
Connection test works
Database tables load correctly
However when I open the JDBCConsole, and execute a query I get the message:
"The connection URL is null"
My configuration is using SQLServer driver :(
yielding
I suspect the error may be coming from SQLServer's JDBC Driver, making me wander if they have a nonstandard driver configuration mechanism that the JDBCConsole doesn't account for.
I didn't find anything about this in tracker, so I really hope this is an error on my part, as I've been looking forward to this feature.
Does any one have any suggestions?
Please sign in to leave a comment.
Hello Brett,
Looks similar to this issue: http://www.jetbrains.net/jira/browse/IDEADEV-32584
It is fixed in the latest EAP: http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP
You can check does the fix cover your problem.
Alexander.
Yes, that fixed my problem. Thanks!
B