DeepImport

The method is used to import a complete application structure all at once, i.e. the application entity together with all of 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.

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

Siehe auch::

Syntax

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

            -fi filename [-failonerror]

(line breaks for format reasons only)

Parameters

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 format reasons only)