You can copy an existing solution to quickly begin designing a new solution that is based
on the existing solution. You can use the command line to create the copy.
About this task
You can create a copy of an existing solution in the same
object store. You must specify a new name and solution prefix for
the new solution because these values must be unique.
You can either reuse the existing properties or document classes from the original solution, or
you can select the option to create new properties or document classes when you deploy the new
solution. When you reuse existing properties or document classes in a solution, you cannot redefine
them in Case Builder. You can remove the property or document class
from the solution in Case Builder, but you cannot change any of the
attributes, such as data type.
Restriction: You
cannot copy a solution that contains locked items.
Procedure
To copy a solution:
- Change the current directory to the
install_root/CaseManagement/configure directory, where
install_root is the location where Business Automation Workflow is
installed.
-
Generate the text input file by running the following command.
Do not type any line breaks when you enter the command:
configmgr_cl generate_input_sa -operation copy
-file input_file_name
[-help]
- -file input_file_name
Specifies the full path to the text input file to create. The
directory structure in the path must exist. You can use any valid
file name, but the .txt extension is recommended.
For example, use -file C:\solutions\copy_input.txt.
- -help
- Optional: Shows a brief message on the command syntax instead of running the command.
For example, the following command creates the
C:\solutions\copy_input.txt
input
file:
configmgr_cl generate_input_sa -operation copy
-file C:\solutions\copy_input.txt
-
Edit the property values in the input_file_name file.
-
Open the input_file_name file
in a text editor.
-
Provide a value for each property in the file.
For
example, enter the
Content Platform Engine server
WSI URL value:
CEWS_URI=http://myserver:9080/wsi/FNCEWS40MTOM
-
Save and close the input file.
-
Apply the values in the text input file by running the
following command. Do not type any line breaks when you enter the
command:
configmgr_cl execute_sa -operation copy
-file input_file_name
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15