Exporting CDQP Configuration Data

You can export CDQP definitions and mappings - either for the entire system, or for specific queues - using the following command:

swutil QINFO EXPORT [queuename [GLOBAL]] 

where:

queuename is the name of the iProcess queue for which CDQP mappings are to be exported. If queuename is omitted, all CDQP data is exported - CDQP definitions, default user/group mappings and all defined user/group queue mappings.

You can also use any of the following keywords in place of a queuename:

SW_DEFAULT_CASEDATAQPARAM_USER indicates that the default user queue mappings should be exported.
SW_DEFAULT_CASEDATAQPARAM_GROUP indicates that the default group queue mappings should be exported.
SW_DEFAULT_CASEDATAQPARAM_GLOBAL indicates that only CDQP definitions should be exported (without any queue mappings).
GLOBAL indicates that CDQP definitions are to be exported, along with whatever queue mappings are defined by the queuename parameter.

Note 

Using the command swutil QINFO EXPORT SW_DEFAULT_CASEDATAQPARAM_GLOBAL GLOBAL will generate only one copy of CDQP definitions.

You must be logged in as the IPEADMIN user to use this command. You can use the command whether or not the iProcess Engine is running.

See swutil QINFO Exit Codes and Error Messages for a list of exit codes and error messages that the command can return.

Configuration data is written to the standard output device, but can be redirected to a file - either for reference or for editing and subsequent re-importing. See CDQP Control File.