Export File Examples
Example 1
This example shows output from the command:
swutil QINFO EXPORT
which exports all CDQP configuration data on the system.
R
; CDQP definitions
F+DRIVER_NAME,30,Driver Name
F+TOWN,20,Town/City
F+AGE,3,Age
; Default Group CDQP mappings
Q+SW_DEFAULT_CASEDATAQPARAM_GROUP
; d1
C+DRIVER_NAME
; Default User CDQP mappings
Q+SW_DEFAULT_CASEDATAQPARAM_USER
; d1
C+DRIVER_NAME
; Queue CDQP mappings
Q+usr30
; d1
C+AGE
; d2
C+DRIVER_NAME
Q+usr31
; d1
C+AGE
; d2
C+DRIVER_NAME
Q+grp40
; d1
C+DRIVER_NAME
; d2
C+TOWN
; d3
C+AGE
Example 2
This example shows output from the command:
swutil QINFO EXPORT grp40
which exports just the queue mappings for the group queue grp40.
; Queue CDQP mappings
Q+grp40
; d1
C+DRIVER_NAME
; d2
C+TOWN
; d3
C+AGE
Example 3
This example shows output from the command:
swutil QINFO EXPORT usr30 GLOBAL
which exports both CDQP definitions, and the queue mappings for the user queue usr30.
; CDQP definitions
F+DRIVER_NAME,30,Driver Name
F+TOWN,20,Town/City
F+AGE,3,Age
; Queue CDQP mappings
Q+usr30
; d1
C+AGE
; d2
C+DRIVER_NAME
Example 4
This example shows output from the command:
swutil QINFO EXPORT SW_DEFAULT_CASEDATAQPARAM_USER GLOBAL
which exports the CDQP definitions and the default user queue mappings.
; CDQP definitions
F+DRIVER_NAME,30,Driver Name
F+TOWN,20,Town/City
F+AGE,3,Age
; Queue CDQP mappings
Q+SW_DEFAULT_CASEDATAQPARAM_USER
; d1
C+DRIVER_NAME