Hi everyone!
I know there are lot of questions and answers regarding my problem, however I tried have many solutions on google without success. I wonder if its because I use a 64 bit version of Windows and SQL 2005 Express. It is also my first time using Eclipse Birt.
Currently have installed:
Windows 7 Professional 64-Bit
Eclipse BIRT Designer Version 2.5.2.v20100208 Build <2.5.2.v20100210-0630>
SQL 2005 EXPRESS for 64-Bit
JDBC Driver: jtds-1.2.5 (from
http://jtds.sourceforge.net/)
Database Name: SQLEXPRESS
Driver Class: net.sourceforge.jtds.jdbc.Driver (jtds v1.2)
Driver URL: jdbc:jtds:sqlserver://localhost:1433/SQLEXPRESS
When I use BIRT and try to connect SQL 2005 (Hosted Locally) with no Username and Password, I get the following error with the:
?There is an error in get connection, Network error IOException: Connection refused: connect.?
I tried to use the Microsoft SQL Server 2005 JDBC Driver (Version 1.2) and I get the following error with the same URL:
?Selected driver cannot parse the given url.?
Anyone know what I am doing wrong or what I am missing? Any help is much appreciated!!!
-3TheOne