Product specifications

7.6 Oracle RAC connections
The Data Access layer allows the SAP BusinessObjects Business Intelligence platform to connect to
Oracle Real Application Clusters (RAC) through JDBC.
To create a connection from your application using the connection wizard, you need to provide the
Oracle RAC datasource entry, which has the following format:
<host>:<port>,<host>:<port>,...,<host>:<port>
The number of host and port pairs depends on the number of machines involved in the cluster.
Example:
pmrac1.us.oracle.com:1521,pmrac2.us.oracle.com:1521
7.7 salesforce.com connections
Before you create a connection to salesforce.com from the connection wizard, configure your environment
as follows:
1.
Stop the Connectivity Service from the CMC and the client application.
2.
Run regedit.exe in the MS Windows command line to open the Registry Editor.
3.
Go to the Salesforce ODBC data source under HKEY_LOCAL_MACHINE > SOFTWARE > ODBC
> ODBC.INI > <SALESFORCE_DSN_NAME>, where SALESFORCE_DSN_NAME is the salesforce.com
data source name.
4.
Right-click Add New String Value.
5.
Type in CheckJVMChanged.
6.
Double-click the property and type in 0.
7.
Close the Registry Editor.
8.
Open the cs.cfg file for editing.
9.
In the JavaVM section, add the following path:
<ClassPath>
<Path>C:\Program Files (x86)\Progress\DataDirect\Connect_for_ODBC_61\java\lib\sforce.jar</Path>
</ClassPath>
10.
Save the file.
11.
Open the openaccess.sbo file for editing.
It is located in the connectionserver-install-dir\connectionServer\odbc directory.
12.
Set Transactional Available parameter to No.
2012-03-1578
Connection reference