Product specifications

This configuration allows the library deployment mode with JNI and the server deployment mode.
9.6 Configuring the deployment mode
Parameters defined in the Settings section of the cs.cfg file control the deployment mode.
Library mode
Parameters in the Library section control library mode.
Server mode
You manage this mode from the CMC of your SAP BusinessObjects Enterprise installation. Parameters
displayed on the "Properties" page of the server control the CORBA access. See the
SAP
BusinessObjects Business Intelligence platform Administrator Guide
for more information.
9.7 Configuring the drivers to load
The default behavior of Connection Server is to load all available drivers. However, you can select the
data sources to be exposed by Connection Server.
Library mode
Uncomment the ActiveDataSources section beneath Library in the cs.cfg file and specify the
network layers and databases you want to load. For example:
<Library>
<ActiveDataSources>
<NetworkLayer Name="ODBC">
<DataBase Name="MS SQL Server.*$"/>
</NetworkLayer>
<NetworkLayer Name="Oracle OCI">
<DataBase Name="Oracle 10"/>
</NetworkLayer>
</ActiveDataSources>
</Library>
Note:
Database names can be regular expressions if they are pure ASCII. Patterns use GNU regexp syntax.
Use the .* pattern to match any character. For more information about regular expressions, refer to
the PERL website at http://www.perl.com/doc/manual/html/pod/perlre.html#Regular_Expressions.
Server mode
Select the data sources in the Active Data Sources section of the server properties in the CMC.
2012-03-15103
Configuring data access global parameters