DeepImport

This method can be used to import a complete application structure all at once; that is, the application entity together with all its sub entities and its deployment model.

Deep Import validates the input parameters and gets the ZIP file of a previously performed deep export. It extracts and saves its content into a temporary folder.

Note: The files are processed and imported one by one in the sequence listed in the meta file Export.xml. See: DeepExport.

Important! This method cannot be used to import Applications from older versions (CDA 12.1 and lower).

Syntax

Importexportcli.exe deepImport  -con url -usr username -pwd password -mt Application

            -fi filename [-failonerror]

(line breaks for formatting purposes only)

Parameters

Note: Applications imported from versions lower than 12.2 are automatically converted to the new structure.

Example

deepImport -con https://www.mycompany.com/WebUI -usr myusername -pwd mypassword

            -mt Application -fi c:\import\crm-frontend-app.zip -failonerror

(line breaks for formatting purposes only)

See also: