FileNet - IBM Case Manager - Process Steps
- Deploy Solution
- Export Solution
- Import Solution
- Export Security Manifest
- Import Security Manifest
- Apply Security Manifest
Deploy Solution
Runs a Deploy Solution task via the execute command for a specified production profile. The location of the configuration file where the target and solution are set is ${installPath}
/configure/profiles/${profile}
/deploysolution.xml.
Name | Type | Description | Required |
---|---|---|---|
Install Path | String | The location where IBM Case Manager is installed. For Linux, default is /opt/IBM/CaseManagement. For Windows, default is C:\Program Files\IBM\CaseManagement. | Yes |
Production Profile | String | Specifies the production profile to use (ex. prod1). This profile must contain a defined Deploy Solution task, and the values to deploy must be set in the deploysolution.xml file. | Yes |
Export Solution
Exports a case management solution from the development environment.
Name | Type | Description | Required |
---|---|---|---|
Install Path | String | The location where IBM Case Manager is installed. For Linux, default is /opt/IBM/CaseManagement. For Windows, default is C:\Program Files\IBM\CaseManagement. | Yes |
Profile | String | Specifies the profile to use (ex. develop1). | Yes |
Solution Name | String | Specifies the solution to export. | Yes |
Solution Package | String | Specifies the full path and file name for the exported solution package ZIP file.Defaults to solutionName_profile.zip | No |
Import Solution
Imports a solution package into another environment.
Name | Type | Description | Required |
---|---|---|---|
Install Path | String | The location where IBM Case Manager is installed. For Linux, default is /opt/IBM/CaseManagement. For Windows, default is C:\Program Files\IBM\CaseManagement. | Yes |
Profile | String | Specifies the profile to use (ex. develop1). | Yes |
Solution Package | String | Specifies the full or relative path and file name of the solution package ZIP file that contains the solution to import. (ex. C:\Solution Packages\Credit Dispute Solution.zip | Yes |
Project Area Name | String | Specifies the name of the project area for the solution. | No |
Service Data Map | String | Specifies the full path and file name for the service data map XML file that was generated by using the generateServiceDataMap command or by using FileNet Deployment Manager. | No |
Object Store Data Map | String | Specifies the full path and file name for the object store data map XML file that was generated by using the generateObjectStoreDataMap command or by using FileNet Deployment Manager. | No |
Export Security Manifest
The exportSolutionSecurityManifest command exports a case management security configuration from the development environment.
Name | Type | Description | Required |
---|---|---|---|
Install Path | String | The location where IBM Case Manager is installed. For Linux, default is /opt/IBM/CaseManagement. For Windows, default is C:\Program Files\IBM\CaseManagement. | Yes |
Profile | String | Specifies the profile to use. Can be specified as a name, full path to profile, or full path to input file. (ex. develop1). | Yes |
Manifest Names | String | Specifies the name of the security manifest. To enter multiple, specify each manifest name on a new line. | Yes |
Manifest Package | String | Specifies the exported security package ZIP file. You can specify the full path and file name for the exported security package ZIP file. Defaults to SolutionName_securityManifest.zip. | Yes |
Solution Name | String | Specifies the name of the solution that is associated with the security configuration. | Yes |
Import Security Manifest
The importSolutionSecurityManifest command imports a security configuration package into another environment.
Name | Type | Description | Required |
---|---|---|---|
Install Path | String | The location where IBM Case Manager is installed. For Linux, default is /opt/IBM/CaseManagement. For Windows, default is C:\Program Files\IBM\CaseManagement. | Yes |
Profile | String | Specifies the profile to use. Can be specified as a name, full path to profile, or full path to input file. (ex. develop1). | Yes |
Manifest Package | String | Specifies the full path and file name of the security configuration package ZIP file. | Yes |
Apply Security Manifest
The applySolutionSecurityManifest command applies a solution security configuration that you have previously created. The solution must be deployed before you apply the security configuration. You must specify a target environment if the solution is in a production environment.
Name | Type | Description | Required |
---|---|---|---|
Install Path | String | The location where IBM Case Manager is installed. For Linux, default is /opt/IBM/CaseManagement. For Windows, default is C:\Program Files\IBM\CaseManagement. | Yes |
Profile | String | Specifies the profile to use. Can be specified as a name, full path to profile, or full path to input file. (ex. develop1). | Yes |
Target Environment | String | Specifies the name of the target environment. This argument is required only on production environments. | No |
Solution Name | Boolean | Specifies the name of the solution that is associated with the security configuration. | Yes |
Manifest Name | String | Specifies the name of the security manifest. | Yes |