Before you begin
Before using exporting business rules or using the Business Rules
Manager on a network, you must install the dynamic repository for business
rules. In an Network Deployment environment, the default database
for the dynamic repository is DB2 (WPSDB) for every managed server and cluster
member created.
Note: If you configure the WPSDB to a non-DB2 database you
will be prompted with a message stating that you must manually configure the
repository using the provided .jacl script after product
installation has completed and before installing and running any applications.
wsadmin
-f configureArtifactRepository.jacl c:/WebSphere/ProcServer/properties/artifactRepository.properties
-profile defaultWhere
arg1 - property file with script properties (e.g. c:/WebSphere/ProcServer/properties/artifactRepository.properties)
arg2 - profile type {default | dmgr}
The properties
file (arg 1) should have the following properties set:
cellName (e.g. cellName=T40Cell04)
nodeName (e.g. nodeName=T40CellManager04)
profilePath (e.g. profilePath=C:/Websphere/ProcServer/profiles/Dmgr04)
profileName (e.g. profileName=Dmgr04)
WBI_HOME (e.g. C:/Websphere/ProcServer)
WAS_HOME (e.g. C:/Websphere/ProcServer)
dbName (e.g. dbName=WPSDB)
dbType (e.g. dbType=DB2_Universal)
Note: Only CLOUDSCAPE or
DB2 are supported for default profile type. Only DB2 is supported for dmgr
profile type.
Note: If CLOUDSCAPE is specified as dbType, the following
properties need not to be set:
dbServerPort (e.g. dbServerPort=50000)
dbServerName (e.g. dbServerName=dbserver)
dbLocation (e.g. dbLocation=localhost)
dbUserId (e.g. dbUserId=db2admin)
dbPassword (e.g. db2passwd)
dbClassPath (e.g. dbClassPath=C:/IBM/SQLLIB/java)