SAP Business Objects Data Services, SQL Server Express and Java 6
This articles looks at configuring the following components,
- SAP Business Objects Data Services XI3.2
- SQL Server Express 2005
- Tomcat 5.5
- JDK 1.6
The JDK 1.6 is not supported and indeed when trying to configure the Management Console to connect to a repository created in SQL Server Express 2005 we get the following error,
Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Please use the JDBC 4 driver (sqljdbc4.jar) instead.
Solution
As the error suggests we need to upgrade the SQL Server JDBC driver to use a Type 4 JDBC driver. The instructions below assume you have already setup a Data Integrator repository in SQL Server and also you are not using windows authentication to connect to this repository.
Read the rest of this entry »