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
-con: URL of the import/export service of the web application
Example: https://www.mycompany.com/WebUI
-usr: Name of the user (syntax: system name / client number / user name / department)
When only one client is installed, the system name is optional.
-pwd: Password of the user specified in -usr or the token returned by the Java API
-mt: Name of the main type you want to import
-fi: Path name to the file that contains the entities you want to import
-failonerror: Flag indicating whether the processing of the command shall continue or abort in case of an error:If ‑failonerror option is present, the processing of the command will stop if an error occurs.If ‑failonerror option is not present, the processing will continue even in the case of an error.
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)