If you are using an existing database, you need a method to connect to it from within BusinessObjects Enterprise. This is done through your database client. In this document, the terminology used for this operation is to source the script that identifies the database environment variables.
If you are integrating BusinessObjects Enterprise with a different web application server than the version of Tomcat that can be configured with your installation, you may need to source the environment script. This sets up the required variables for BusinessObjects Enterprise.
Technically, sourcing your environment script involves running a script in your current environment. When your database client is sourced from within BusinessObjects Enterprise, all the required environment variables for your database are set up and exported.
Your database client or the BusinessObjects Enterprise environment script can be sourced from the command line, entered into a profile, or entered into another script.
source ora10env.sh
source <INSTALLDIR>/bobje/setup/env.sh
Note: The syntax used to source a script varies based on the type of shell you are using. Some UNIX shells use source as the syntax for this operation; some UNIX shells use the .(dot operator). See the documentation for your shell to determine the appropriate syntax.
|
Shell Name |
Source |
. (dot operator) |
|---|---|---|
|
Bourne shell (sh) |
No |
Yes |
|
Korn shell (ksh) |
No |
Yes |
|
Bourne Again Shell (bash) |
Yes |
Yes |
|
C shell (csh) |
Yes |
No |
|
Turbo C shell (tcsh) |
Yes |
No |
|
Copyright © 2010 CA.
All rights reserved.
|
|