dpxfileExecute (Command)

Prev Next

The dpxfileExecute command executes DIGIPASS export file (DPX)–related administrative operations.

  Table:  dpxfileExecute commands (SOAP administration)
CommandDescription

DPXFILECMD_IMPORT_FILE

Processes DPX data that has been previously uploaded from a DIGIPASS export file (DPX) via the DPXFILECM_IMPORT_FILE command (see  DPXFILECMD_IMPORT_FILE ).

The DPX should be uploaded first using one of the supported upload commands:

  • DPXFileUploadMIME
  • DPXFileUploadDIME
  • DPXFileUploadMTOM

DPXFILECMD_QUERY_STATUS

Returns the current status of a server task that has been previously started via the DPXFILECMD_IMPORT_FILE command (see  DPXFILECMD_QUERY_STATUS).

DPXFILECMD_STOP_IMPORT

Stops a server task to import DPX data that has been previously started via the DPXFILECM_IMPORT_FILE command (see  DPXFILECMD_STOP_IMPORT).

Parameters

  Table: dpxfileExecute input parameters
Parameter nameData typeDescription
sessionIDStringThe session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see  logon (Command)).
cmdDPXFileCmdIDEnum

The operation to be executed. See Table: dpxfileExecute commands (SOAP administration).

attributeSetDPXFileAttributeSetA set containing zero or more attribute fields.
  Table: dpxfileExecute output parameters
Parameter nameData typeDescription
resultsDPXFileResultsResult structure containing return and status codes and a list of zero or more result attribute fields.

The following field attributes are available for the operations of this command:

  Table: dpxfileExecute field attributes
Attribute nameData typeDescription
DPXFILEFLD_ACTIVEBooleanThe initial state of the authenticator to be imported
DPXFILEFLD_APPL_LISTString

Comma-separated list of authenticator application names and associated types to be imported from the uploaded DPX.

Each application is listed in the following format:

app_name:app_type

DPXFILEFLD_APPLS_FAILEDUnsigned IntegerThe total number of authenticator application import failures.
DPXFILEFLD_APPLS_IMPORTEDUnsigned IntegerThe total number of authenticator instances already imported.
DPXFILEFLD_APPLS_READUnsigned IntegerThe total number of authenticator instances already handled.
DPXFILEFLD_CACHE_IDStringUnique identifier of an already uploaded DPX.
DPXFILEFLD_DIRECT_ASSIGN_ONLYBooleanIndicates if the authenticator to be imported should be reserved for direct assignment only.
DPXFILEFLD_DOMAINStringThe domain the authenticators have to be imported to.
DPXFILEFLD_DP_TOTALIntegerThe total number of authenticators.
DPXFILEFLD_DPX_FILE_KEYStringThe transport key of the DPX to be uploaded.
DPXFILEFLD_DPX_FILE_NAMEStringThe filename of the DPX to be uploaded.
DPXFILEFLD_ORGANIZATIONAL_UNITStringThe organizational unit the authenticator have to be imported to.
DPXFILEFLD_RETURN_ERRORBooleanIf specified, any errors encountered will be returned in addition to import statistics.
DPXFILEFLD_SYNCHRONISEString

Indicates if the existing authenticators should be upgraded with activation codes from this new DPX.

Possible values:

  • yes
  • no
DPXFILEFLD_SCHEDULEBoolean 
DPXFILEFLD_SCHEDULE_NOTIFYString 

DPXFILECMD_IMPORT_FILE

The following attributes can be specified in the attributeSet input parameter of this command:

  Table: DPXFILECMD_IMPORT_FILE (Supported input attributes)
Attribute nameOptional?
DPXFILEFLD_ACTIVEMandatory
DPXFILEFLD_APPL_LISTMandatory
DPXFILEFLD_CACHE_IDMandatory
DPXFILEFLD_DIRECT_ASSIGN_ONLYOptional
DPXFILEFLD_DOMAINMandatory
DPXFILEFLD_ORGANIZATIONAL_UNITOptional
DPXFILEFLD_SCHED_NOTIFYOptional
DPXFILEFLD_SCHEDULEOptional
DPXFILEFLD_SYNCHRONISEOptional

This command returns no result attributes.

DPXFILECMD_QUERY_STATUS

Only the DPXFILEFLD_CACHE_ID attribute can be specified in the DPX attribute set input parameter of this command. This attribute is mandatory.

The following attributes can be specified in the attributeSet input parameter of this command:

  Table: DPXFILECMD_QUERY_STATUS (Supported input attributes)
Attribute nameOptional?
DPXFILEFLD_CACHE_IDAlways
DPXFILEFLD_RETURN_ERROROptional
  Table: DPXFILECMD_QUERY_STATUS (Supported output attributes)
Attribute nameOptional?
DPXFILEFLD_APPLS_FAILEDAlways
DPXFILEFLD_APPLS_IMPORTEDAlways
DPXFILEFLD_APPLS_READAlways

DPXFILECMD_STOP_IMPORT

Only the DPXFILEFLD_CACHE_ID attribute can be specified in the DPX attribute set input parameter of this command. This attribute is mandatory.

This command returns no result attributes.