Product specifications
2.
Copy the required .jar file to the connectionserver-install-dir\connectionServer\jd
bc\drivers\jdbc directory.
You have to create the directory if it does not exist.
3.
Run the connection wizard.
The JDBC driver appears in the list of available connections under Generic.
4.
Select the JDBC driver and use the wizard to configure the connection with the following details:
• JDBC URL
• JDBC class
• user name
• password
When you complete this task, the connection to the data source is available for use through JDBC.
Note:
The jdbc.prm file only contains information about generic functions of a JDBC database. You can
add or update any information specific to a custom database in the file. The modifications to jdbc.prm
file apply to all generic JDBC connections that are created or to be created.
Related Topics
• Data access configuration files
• About PRM files
5.4 Creating JavaBean connections
A data access driver that uses a JavaBean is installed when you install the SAP BusinessObjects
Business Intelligence platform. It is located in the connectionserver-install-dir\connection
Server\drivers\java directory.
Developers can also create JavaBeans that provide access to data sources. You can create connections
using these JavaBeans. In order to create a JavaBeans connection, the developers who create the
JavaBean will supply:
• the required JAR files
• any other files that the JavaBean requires
• any specific configuration details that the JavaBean driver requires
As for JDBC connections, you can also create a JavaBean connection by using the Extensions
functionality.
Note:
Within a JavaBean driver, data-retrieval procedures are configured as stored procedures. When creating
a JavaBean connection from the connection wizard, you must check Filter Stored Procedures Network
2012-03-1556
Creating a connection