Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » JDBC Connection via IPV6
JDBC Connection via IPV6 [message #1162687] Wed, 30 October 2013 14:56 Go to next message
Marina Orth is currently offline Marina OrthFriend
Messages: 51
Registered: September 2012
Member
Hello,

i'm trying to connect BIRT to a Data Source via JDBC Connection and IPV6

If JDBC Connection is looking like this

jdbc:oracle:thin:@111.222.3.444:1521:xyz

all is fine. 111.222.3.444 is a valid ipv4-address.

But now i need to do the same with ipv6.

If i choose

jdbc:oracle:thin:@"fe00::111:222e:e3dd:b44b%16":1521:xyz

as Database URL i get the error. Invalid connection string format. The problem are the double dots in the ipv6-address, i guess.

What can i do?
Re: JDBC Connection via IPV6 [message #1163954 is a reply to message #1162687] Thu, 31 October 2013 10:31 Go to previous message
Marina Orth is currently offline Marina OrthFriend
Messages: 51
Registered: September 2012
Member
Hi,

i inserted [] and now my database URL looks like

jdbc:oracle:thin:[@fe00::111:222e:e3dd:b44b%16]:1521:xyz

Test Connection is successfull.

After that i build a new data set on this data source. Now i get following error:

org.eclipse.datatools.connectivity.oda.consumer.helper.OdaHelperException: The established connection to the data source is not active

How can this be, if test connection is successfull? What can i do?

i solved problem: i inserted an actual ojdbc driver and it's working...

[Updated on: Mon, 20 January 2014 08:05]

Report message to a moderator

Previous Topic:BIRT 3.7.2 or later version working on WebSphere 8
Next Topic:Localize drill through tooltip text
Goto Forum:
  


Current Time: Tue Mar 19 06:40:48 GMT 2024

Powered by FUDForum. Page generated in 0.02442 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top