Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » birt and tnsnames
birt and tnsnames [message #1259371] Fri, 28 February 2014 10:04 Go to next message
Marina Orth is currently offline Marina OrthFriend
Messages: 51
Registered: September 2012
Member
Hello,

i'm trying to connect to a jdbc data source using tnsname.

that's what i'v done:

Entry in c:\tnsnames\tnsnames.ora:
TEST.LOC =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.122)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = TEST)
)
)

Set the system property in cmd line:
java -Doracle.net.tns_admin=c:\tnsnames

A new jdbc data source:
driver class: oracle.jdbc.OracleDriver (v10.2)
database url: jdbc:oracle:thin:@TEST.LOC

After click on Test Connection i got an error message (see picture).

So where's the problem? Doesen't BIRT support tnsnames?

Kind regards

Marina
  • Attachment: Unbenannt.png
    (Size: 59.87KB, Downloaded 161 times)
Re: birt and tnsnames [message #1274418 is a reply to message #1259371] Fri, 21 March 2014 12:44 Go to previous message
Marina Orth is currently offline Marina OrthFriend
Messages: 51
Registered: September 2012
Member
No idea?
Previous Topic:Troubles with setting java.util.logging.Logger for BIRT Runtime
Next Topic:How BIRT embed fonts into PDF
Goto Forum:
  


Current Time: Thu Apr 25 15:35:24 GMT 2024

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

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

Back to the top