Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Smart Device Manager


sdmioutils importdeliveryapp (importing distributed application information)

This command imports previously exported application distribution information.

Organization of this page

Functionality

This command imports previously exported application distribution information.

If multiple JP1/ITDM2 - SDM systems are configured, this command allows application distribution information created on a smart device manager to be reused on another smart device manager.

Important

To reuse application distribution information on another smart device manager, you need to manually copy the applications that were placed on the communication server.

Execute this command on the smart device manager.

Format

sdmioutils importdeliveryapp -import import-file-name[ -name application-name]

Arguments

-import import-file-name

Specify the absolute path (within 259 bytes) of the XML file to import.

-name application-name

Specify an application name to import. If this argument is omitted, the application name defined in XML is registered. If the specified application name already exists, registration fails.

Storage location

JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\bin

Execution permissions

Administrator permissions (this command is executed from the administrator's console if the Windows UAC function is enabled)

Notes

Return values

Return value

Description

0

The command finished normally.

11

The format for specifying the command arguments is invalid. Alternatively, the length of the file name specified for the command argument exceeds the upper limit.

12

You do not have the permissions to execute this command.

13

The specified server is not correct, or the operating environment of JP1/ITDM2 - SDM (Smart Device Manager) is invalid.

14

The file does not exist, or you do not have permission to access it.

15

A file access error occurred, or the disk does not have sufficient capacity.

18

Another command is being executed.

23

The specified application already exists.

30

The database cannot be accessed.

40

Command execution was interrupted.

150

Other error occurred.

253

The service has not started.

Example

The following shows an example of using the command to import the application distribution information (application name: Security applications) exported to C:\temp\exportdeliveryapp.xml.

sdmioutils importdeliveryapp -import C:\temp\exportdeliveryapp.xml -name Security applications

Related Topics