Installing the business rules dynamic repository for network deployment

Before installing any applications containing business rules, you must install the dynamic repository for business rules.

The dynamic repository supports a centralized configuration that allows you to configure all servers to use the same repository thus allowing all applications to use the same data. This is important for those users who will be updating this data dynamically using the business rule manager tool. The central repository allows:

If you configure the WPRCSDB database to be a non-DB2 or non-Oracle database during profile creation or augmentation, the server prompts you with a message stating that you must configure the dynamic repository manually using the configureArtifactRepository command. Manual configuration is limited to DB2.

Here is the syntax of the configureArtifactRepository command.

wsadmin -f configureArtifactRepository.jacl property file -profile {default | dmgr}

where:

properties file = a file containing the database properties
-profile {default | dmgr} = the profile type

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 Network Deployment

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

dbName
database name

Example: dbName=dynamicDB

dbType
DB2_Universal, DB2UDBOS390_V7_1, DB2UDBOS390_V8_1, or DB2_CLI

Here is an example of the configureArtifactRepository command.

wsadmin -f configureArtifactRepository.jacl C:\Program Files\IBM\
WebSphere\ProcServer\properties\artifactRepository.properties -profile dmgr


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)