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.
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:
Example: cellName=T40Cell04
Example: nodeName=T40CellManager04
Example: profilePath=install_root\profiles\profile_name
Example: profileName=Dmgr04
Example: C:\Program Files\IBM\WebSphere\ProcServer
Example: C:\Program Files\IBM\WebsSphere\ProcServer
Example: dbName=dynamicDB
Here is an example of the configureArtifactRepository command.
wsadmin -f configureArtifactRepository.jacl C:\Program Files\IBM\
WebSphere\ProcServer\properties\artifactRepository.properties -profile dmgr
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)