Hitachi

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


sdmdistributeapp (sending instructions to install applications)

This command distributes applications to smart devices and sends a request to users to install those applications.

Organization of this page

Functionality

This command distributes applications to smart devices specified in an application distribution information file, and sends instructions to install those applications.

Format

sdmdistributeapp -file application-distribution-information-file

Arguments

-file application-distribution-information-file

Specify an application distribution information file that lists the applications to distribute and the smart devices to which to distribute those applications, as an absolute path of 259 or fewer bytes.

The character encoding of the application distribution information file is UTF-8.

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.

27

The format of the file is invalid.

28

A specified application or smart device was not found.

150

Other error occurred.

253

The service has not started.

Example

The following shows an example of using the command to distribute the applications specified in the application distribution information file C:\temp\distributeapp.csv# to the smart devices specified in the file, and issue the corresponding installation instructions.

sdmdistributeapp -file C:\temp\distributeapp.csv
#: The contents of the C:\temp\distributeapp.csv file are as follows:
Operation,OS type,Distributed application,Version,Smart device name
install,iOS,ApplicationA,1.0,Device1
install,iOS,ApplicationA,1.0,Device2
install,iOS,ApplicationA,1.0,Device3
install,iOS,ApplicationB,1.0,Device1
install,iOS,ApplicationB,1.0,Device2

Related Topics