Hitachi

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


sdmioutils deletedeliverypermit (deleting settings that define applications as installable by users)

This command deletes the settings that define applications as installable by users.

Organization of this page

Functionality

This command deletes the settings that define applications as installable by users.

Execute this command on the smart device manager.

Format 1

sdmioutils deletedeliverypermit -mode all

Format 2

sdmioutils deletedeliverypermit -mode app -name name -version version -ostype OS-type

Format 3

sdmioutils deletedeliverypermit -mode device -name name -ostype OS-type

Arguments

-mode {all | app | device}

Specify the delete mode.

all

Deletes information for all applications that can be installed by users.

app

Deletes distribution permission for the specified application.

device

Deletes distribution permission for the specified device.

-name name

Specify the name of the application or smart device.

-version version

Specify the version of the application. You can only specify this argument when app is specified for -mode.

-ostype OS-type

Specify the OS type of the application to be deleted.

The following OS types can be specified:

0: iOS

1: Android

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.

21

The specified application does not exist.

29

The specified device does not exist.

30

The database cannot be accessed.

40

Command execution was interrupted.

150

Other error occurred.

253

The service has not started.

Example 1

The following shows an example of using the command to delete information for all applications that can be installed by users.

sdmioutils deletedeliverypermit -mode all

Example 2

The following shows an example of using the command to delete distribution permission for the iOS application application01 (version 1.00).

sdmioutils deletedeliverypermit -mode app -name application01 -version 1.00 -ostype 1

Example 3

The following shows an example of using the command to delete distribution permission for the iOS device smartdevice01.

sdmioutils deletedeliverypermit -mode device -name smartdevice01 -ostype 1

Related Topics