Hitachi

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


sdmexportdistributestatus (outputting application distribution status)

This command outputs the distribution status of an application to a file.

Organization of this page

Functionality

This command outputs the distribution status of an application to a distribution status output file.

The following table lists the distribution statuses that can be output for an application.

In iOS:

Distribution status

Description

Remarks

Not installed

An instruction to install the application has not been issued. Alternatively, the application has been uninstalled.

--

Installed

Inventory information indicating that installation is complete has been acquired from the smart device.

--

Installation requested

The installation instruction was issued successfully, and distribution is pending.

Because smart device manager cannot detect when an error has occurred on a smart device, installation might have failed despite this status. If the status has not changed to Installed by a certain time (24 hours), issue the installation instruction again.

Installing

The application is distributing.

Installation request failed

An attempt to issue an installation instruction has failed.

Installation has failed. Issue the installation instruction again.

Installation failed

Installation has failed on the smart device.

Uninstallation requested

The uninstallation instruction was issued successfully, and uninstallation is pending.

Because smart device manager cannot detect when an error has occurred on a smart device, uninstallation might have failed despite this status. If the status has not changed to Not installed by a certain time (24 hours), issue the uninstallation instruction again.

Uninstallation request failed

An attempt to issue an uninstallation instruction has failed.

Uninstallation has failed. Issue the uninstallation instruction again.

Uninstallation failed

Uninstallation has failed on the smart device.

In Android:

Item

Distribution status

Description

Remarks

Distribute Status

Not distributed

The application has not been distributed.

--

Distributed

The application has been distributed.

--

Last Distribute Control Status

Normal

The application has been distributed or deleted normally.

--

Deletion failed

An attempt to delete the distributed application has failed on the smart device.

The distributed application could not be deleted. Try deleting the application again.

Deletion requested

The request to delete the distributed application was issued successfully.

If the status has not changed to Not distributed by a certain time (24 hours), try deleting the application again.

Distribution requested

The request to distribute the application was issued successfully.

If the status has not changed to Distributed or Distribution failed by a certain time (24 hours), try distributing the application again.

Distribution failed

Distribution of the application has failed.

Distribution of the application has failed. Try distributing the application again.

Last Installation Control Status

Not installed

The application has not been installed.

--

Installed

The application has been installed.

--

Installation failed

Installation has failed on the smart device.

Installation has failed. Issue the installation instruction again.

Uninstallation failed

Uninstallation has failed on the smart device.

Uninstallation has failed. Issue the uninstallation instruction again.

Format

sdmexportdistributestatus -os OS-type -package package-name[ -version version] -file distribution-status-output-file

Arguments

-os OS-type

Specify the OS type.

The following OS types can be specified:

Android

iOS

-package package-name

Specify the package name of the application whose distribution status you want to output. You cannot specify the following characters:

<, >, &, |, ^, %

-version version

Specify the version of the application whose distribution status you want to output. If you omit this argument, the command outputs the distribution status for all versions of the application. You cannot specify the following characters:

<, >, &, |, ^, %

-file distribution-status-output-file

Specify the name of the distribution status output file to which to output the distribution status of the application, as an absolute path of 259 or fewer bytes.

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 value

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.

30

The database cannot be accessed.

150

Other error occurred.

253

The service has not started.

Examples

Related Topics