Kourier Integrator Online Help
KT.IMPORTSC SOURCE.FILE.NAME {KEEP_NETCHANGE_SETUP} {(O}
This command can be used to import a previously created suitcase (i.e., archive) of Kourier components into the current account. If an item to be imported exists in the target file, a prompt will be displayed to allow the user to choose if the item should be overwritten (Y) or if all items in the target file should be overwritten (A). If an export had net change enabled when the archive was created, it will automatically be enabled when the archive is restored into the current account unless the keep_netchange_setup flag is N.
The following files are processed:
For a complete list of application files in Kourier, refer to the Kourier Application Files topic.
To build a suitcase archive you can use either the KT.EXPORTSC or KT.KOURIERSC commands.
SOURCE.FILE.NAME |
Enter the name of the source archive file. |
KEEP_NETCHANGE_SETUP |
If this parameters is Y or missing, net change will automatically be enabled when the archive is restored. If this parameter is N, net change will not be enabled when the archive is restored. |
(O |
Include this option if all items in the source archive should overwrite all existing items. |
In this example, all components in the archive TEMP_SC will be restored into the current account. Since the (O options was not specified, the user is asked to confirm that an existing item should be overwritten.
>KT.IMPORTSC TEMP_SC
Importing Kourier Specifications...
KT_EXPORTS
KT_INTEGRATION
KT_INTEGRATION_TYPE
Overwrite LOG_ERR_TYPE (Y,N=<cr>,A): N
KT_INTEGRATION_XREF
KT_QUEUES
KT_SERVICES
KT_EXPORTS
Items Read: 2 Items Written: 2
KT_INTEGRATION
Items Read: 1 Items Written: 1
KT_INTEGRATION_TYPE
Items Read: 1 Items Written: 0
KT_INTEGRATION_XREF
Items Read: 4 Items Written: 4
KT_QUEUES
Items Read: 4 Items Written: 4
KT_SERVICES
Items Read: 9 Items Written: 9
Process complete at 16:57:48 12 MAR 2007
In this example, all components in the archive TEMP_SC will be restored into the current account. Since the (O options is specified, the user is NOT asked to confirm that the existing item should be overwritten.
>KT.IMPORTSC TEMP_SC (O
Importing Kourier Specifications...
KT_EXPORTS
Items Read: 2 Items Written: 2
KT_INTEGRATION
Items Read: 1 Items Written: 1
KT_INTEGRATION_TYPE
Items Read: 1 Items Written: 1
KT_INTEGRATION_XREF
Items Read: 4 Items Written: 4
KT_QUEUES
Items Read: 4 Items Written: 4
KT_SERVICES
Items Read: 9 Items Written: 9
Process complete at 16:57:48 12 MAR 2007