Installing the business rules dynamic repository for a standalone server

The server installs the dynamic repository in a standalone server configuration during creation or augmentation of the standalone server profile.

If you select a database that does not support business rules, the system uses the default database, Cloudscape.

For further database information, see WebSphere Process Server detailed system requirements at http://www.ibm.com/support/docview.wss?uid=swg27006205 and select the link to your version of WebSphere Process Server.

If you manually install the business rules dynamic repository, use the provided configureArtifactRepository command for DB2.
wsadmin -f configureArtifactRepository.jaclproperties file -profile default wsadmin 
-f configureArtifactRepository.jacl -profile default

where:

properties file is the file containing the database properties

The database properties you specify in the properties file are:
cellName
The name of the cell.

Example: cellName=T40Cell04

nodeName
The name of the node

Example: nodeName=T40CellManager04

profilePath
The profile root name

Example: profilePath=install_root\profiles\profile_name

profileName
the profile name

Example: profileName=Dmgr04

WBI_HOME
install_root = the installation directory of WebSphere Process Server

Example: C:\Program Files\IBM\WebSphere\ProcServer)

WAS_HOME
install_root = the installation directory of WebSphere Application Server or WebSphere Application Server Network Deployment

Example: C:\Program Files\IBM\WebSphere\ProcServer

dbName
database name

Example: dbName=WPRCSDB

dbType
DB2_Universal, DB2UDBOS390_V7_1, DB2UDBOS390_V8_1, DB2_CLI or CLOUDSCAPE
If Cloudscape is specified for the dbtype, the following properties must also be provided:
dbServerPort
The Cloudscape server port

Example: dbServerPort=50000

dbServerName
The Cloudscape server name

Example: dbServerName=dbserver

dbHostName
The Cloudscape host name

Example: dbHostName=dbserver

dbPassword
The Cloudscape server password

Example: db2passwd

dbClassPath
The path to the Cloudscape JDBC driver

Example: dbClassPath=C:\IBM\SQLLIB\java

Note: The Cloudscape JDBC driver shipped with WebSphere Process Server is located in WPS_INSTALL_ROOT\Cloudscape\lib. Where WPS_INSTALL_ROOT is the directory where you installed WebSphere Process.
The following is an example of the configureArtifactRepository command.
wsadmin -f configureArtifactRepository.jacl 
C:\Program Files\IBM\WebSphere\ProcServer\properties\artifactRepository.properties
   -profile default 

Terms of use |

Last updated: Thu Apr 27 14:23:46 2006

(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)