I’m having a heck of a time connecting in Universe Designer (on BO XIR3 SP2) to the MS SQL Server 2008 DB. I’ve updated the jdbc.sbo file to point to the correct “Classpath” and updated the “Extensions” within this file as well to include “Query, Procedures”; however, I still get an error when I try and connect in Designer that is the following: “DBD: No Suitable Driver”. Any ideas on how to resolve this issue? Thank you for your help.
Nope no luck, I tried again today and the error is now changed to:
“Java Class not found in classpath : C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\jdbc\Drivers\sqlsrv”
i work (i try to work, actually) with MS SQL 2005.
where do i update the jar? u have any idea?
i’ve noticed many steps that u mentioned, i have no clue about them. where did u read about it? what i suppose to do in order to work with my new connection to MS SQL 2005?
unzip it and the sqljdbc_1.2 folder is placed in the following directory:
\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\jdbc
For example:
C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\jdbc\sqljdbc_1.2
Open up the \BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\jdbc\jdbc.sbo file in Notepad.
Locate the following section’s for the SQL Server database you care to use:
<DataBase Active="Yes" Name="MS SQL Server 2008">
<Aliases>
<!-- You can add an alias here if you are using some connections that are defined with an older database engine -->
<Alias>MS SQL Server 6.5</Alias>
</Aliases>
<Class JARFile="dbd_jdbc,dbd_mssql">com.businessobjects.connectionserver.java.drivers.jdbc.mssql.MSSQLDriver</Class>
<JDBCDriver>
<!-- Uncomment and edit the following lines
to define java classes required by JDBC driver
&lt;ClassPath&gt;
&lt;Path&gt;your jar or class files directory&lt;/Path&gt;
&lt;/ClassPath&gt;
-->
<!-- Configuration is done for SQL Server 2008 JDBC Driver -->
And make it look like this (where you substitute “<” for “<” and “>” for “>” and insert the path to the new “sqljdbc.jar” file you put on your computer: