cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BusinessObjects Edge 3.1 SP3 / Ret Hat 5 / Informix DS 11.5 / JDBC

Former Member
0 Kudos

Hello everyone,

I have the following problem with the JDBC connection settings.

O.S. = Ret Hat 5

Database = Informix Dynamic Server 11.5

SAP BusinessObjects Edge 3.1 SP3

I already configured the file "jdbc.sbo" as shown below.

</DataBase>

<DataBase Active="Yes" Name="Informix Dynamic Server 11">

<Class JARFile="dbd_jdbc,dbd_informix">com.businessobjects.connectionserver.java.drivers.jdbc.informix.InformixDriver</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;

-->

<ClassPath>

<Path>/usr/jdbc/jdbc/lib/ifxjdbc.jar</Path>

</ClassPath>

<Parameter Name="JDBC Class">com.informix.jdbc.IfxDriver</Parameter>

<Parameter Name="URL Format">jdbc:informix-sqli://$DATASOURCE$/$DATABASE$:informixserver=$INFORMIXSERVER$</Parameter>

</JDBCDriver>

<Parameter Name="Family">IBM</Parameter>

<Parameter Name="Version">informix_jdbc.setup</Parameter>

<Parameter Name="Description File">informix</Parameter>

<Parameter Name="SQL External File">informix</Parameter>

<Parameter Name="SQL Parameter File">informix</Parameter>

<Parameter Name="Strategies File">informix</Parameter>

<Parameter Name="Driver Capabilities">Query,Procedures</Parameter>

<Parameter Name="Extensions">ids11,informix,jdbc</Parameter>

<Parameter Name="Array Fetch Size">10</Parameter>

</DataBase>

Still, trying to use this connection (in QaaWS), the following error appears:

(CS) "Unable to bind to Configuration object." (WIS 10901)

Someone who can help me?

Mariana

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos