CEM's CEMCCTLR job fails with CONFTYPE NOT SPECIFIED
book
Article ID: 130495
calendar_today
Updated On:
Products
Compliance Event Manager
Issue/Introduction
The CEMCCTLR install job fails with a RC8 and the message "CONFTYPE NOT SPECIFIED". Where is CONFTYPE defined, and what value should be specified if only configuring CEM?
Environment
CEM 6.0
Cause
The CONFTYPE parameter was missing a valid value.
Resolution
The CONFTYPE parameter will be found in CEM's target ' highlevel.CCEMJCL0' library. CONFTYPE defines the type of installation being performed. This parameter controls what jobs you are instructed to run after customization is completed. Specify the value that reflects the components currently being configured. Valid values are: FULL - Configure CEM and CIA components CEMONLY - Configure CEM component CIAONLY - Configure CIA component
This particular condition was resolved by adding the following line (starting in column 1) in CEM's highlevel.DEPLOY.SAMPJCL(CEMCCPRM) member CONFTYPE('CEMONLY').