If the SAP
BusinessObjects Business Intelligence platform Java SDK is not
installed to the default directory, various paths need to be specified so that
the system can locate the appropriate files. To specify paths, use the
CeEnterpriseContext class. Two
properties in this class need to be set if the default installation directory
is not used. The following table lists these properties and their use.
The
BOBJ_ENTERPRISE_HOME property
only needs to be set if you try to use the
IReport.refreshProperties() and
IServer.manageServer()
methods.
The
BOBJ_COMMON property only needs
to be set if you try to use the
IServer.manageServer() method
and the common files are not installed in the default directory.
The
UNIX_BSHELL property does not
need to be set if you are working within a Windows environment.
These properties take effect only if they are
set before any user logs on.
| |
|---|
| This property sets the path to
the BI platform directory that is created upon installation, so that the system
can find the servicemanagerjni.dll used to start and stop Windows-based
servers. This property also finds the reportadd executable, so that the
application server can create a new process to add or refresh report objects.
|
| This property is necessary only
if the common files are not installed in the default directory.
|
| This property is necessary only
if the Bourne shell is not installed to the default directory. (Unix only.)
|