Importing a Transfer Job - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To import a previously exported transfer job into a Content Composer system, complete the following steps.

For more information, see "Transfer Jobs" in the Content Composer Studio Help.

  1. On the Content Composer server, open a command prompt window as an administrator and navigate to the %Composerdir% directory.
  2. Execute the following command, replacing the placeholders with the required parameters.
    TransferConsole.exe -SysOId:[SystemObjectId] -Dir:[Directory] -Action:import -SetReadOnlyFlag:[yes/no]
    Parameter Description

    SysOId

    Object Id of the Content Composer system to which the transfer job is imported.

    Dir

    Directory on the file system.

    Action

    Action to execute.

    import: Import the transfer job from the specified directory into the specified system.

    SetReadOnlyFlag

    Possible Values

    Yes: Set the read-only flag for all imported objects to true.

    No: Set the read-only flag for all imported objects to false.

    Example

    The following command imports the transfer job from the subdirectory Invoices into the Content Composer system with the system object-id ProdSystem and sets the read-only flag for all imported objects to True.

    TransferConsole.exe -SysOId:ProdSystem -Dir:Invoices -Action:import -SetReadOnlyFlag:yes