Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Regarding new data source jdbc connection(Getting connection error )
Regarding new data source jdbc connection [message #1235394] Fri, 24 January 2014 08:26 Go to next message
srinu vadapalli is currently offline srinu vadapalliFriend
Messages: 5
Registered: December 2013
Location: hyderabad
Junior Member
hi
recently i came to know about birt reports. i feel comfort with traditional databases like mysql etc....

now i'm doing project using another database named openedge. for crating connection with database through data source profile i gone through following steps

1. i added driver jar
2.driver class : com.ddtek.jdbc.openedge.OpenEdgeDriver (v5.1)
3.database url : jdbc:datadirect:openedge://localhost:8064/srinu
4.username : svadapal
5.password : no password

test connection

there is an error in get connection [DataDirect][OpenEdge Jdbc driver] unable to connect.invalid url. if you are using ipv6................... like this error

but thorugh java code.. i mean through java programm.. using same driver jar, database url , username and password i can connect and retrieve data from data base.
programm executed successfully.

then what's problem with connection through data source profile connection of birt design files??




srinu vadapalli
Re: Regarding new data source jdbc connection [message #1240846 is a reply to message #1235394] Fri, 07 February 2014 06:15 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

You might try jdbc:datadirect:openedge://localhost:8064;databaseName=srinu

Michael

Developer Evangelist, Silanis
Previous Topic:using JavaScript in HTML to retrieve file name of report
Next Topic:table in a table auto margin
Goto Forum:
  


Current Time: Fri Apr 26 02:35:02 GMT 2024

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

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

Back to the top