Description Syntax Example updateIRMDownload

Information Rights Management Custom WLST Commands 16-21

16.6.3.1 Description

This command displays the details of all installers. Each installer identifies the locale and URI of software for installing Oracle IRM Desktop, and displays a name and version number that enables users of Oracle IRM Server to select the installer.

16.6.3.2 Syntax

getIRMDownloads

16.6.3.3 Example

wls:base_domainserverConfig getIRMDownloads

16.6.4 removeIRMDownload

Online command that removes an existing installer.

16.6.4.1 Description

Removes the installer that is present at the specified index. Each installer identifies the locale and URI of software for installing Oracle IRM Desktop, and displays a name and version number that enables users of Oracle IRM Server to select the installer.

16.6.4.2 Syntax

removeIRMDownloaddindex

16.6.4.3 Examples

The following example removes the installer at index zero: wls:base_domainserverConfig removeIRMDownload0 The following example removes the installer at index one: wls:base_domainserverConfig removeIRMDownload1

16.6.5 updateIRMDownload

Online command that updates an existing installer.

16.6.5.1 Description

This command updates an existing installer. Each installer identifies the locale and URI of software for installing Oracle IRM Desktop, and displays a name and version number that enables users of Oracle IRM Server to select the installer.

16.6.5.2 Syntax

updateIRMDownloaddindex,locale,name,version,uri Argument Definition dindex Specifies the index of the download. Argument Definition dindex Specifies the index of the installer. Integer. 16-22 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

16.6.5.3 Example

The following example updates the installer for index zero. After the update, the installation software is English language and is located at http:irm.example.com. The name Oracle IRM Desktop English and the version number 11.1.1.1.0.0 will be visible to users of Oracle IRM Server when they select this installer. wls:base_domainserverConfig updateIRMDownload0,\en\,\Oracle IRM Desktop English\,\11.1.1.1.0.0\,\http:irm.example.com\ locale Specifies the locale of the download. Must be from the list of two-letter language codes given in Table 16–5 for example, en for English. name Specifies the name for the installer. version Specifies the version of the installer. This is a label for the installer, and is not verified against the associated installation software. uri Specifies the URI for the Oracle IRM Desktop installation software. Argument Definition 17 Imaging and Process Management Custom WLST Commands 17-1 17 Imaging and Process Management Custom WLST Commands The following sections describe the WLST commands that are specific to Oracle Imaging and Process Management. Topics include: ■ Section 17.1, Overview of Oracle IPM WLST Command Categories ■ Section 17.2, Diagnostic Commands ■ Section 17.3, Oracle IPM Configuration Commands

17.1 Overview of Oracle IPM WLST Command Categories

WLST commands specific to Imaging and Process Management are divided into the following categories.

17.2 Diagnostic Commands

Use the Oracle IPM WLST diagnostic commands, listed in table Table 17–2 , to list and organize processing failures during workflow processes. Table 17–1 Oracle IPM WLST Command Categories Command category Description Diagnostic Commands Return workflow agent and other processing information. Oracle IPM Configuration Commands Configure settings specific to Imaging and Process Management. Table 17–2 Diagnostic Commands for Oracle IPM Use this command... To... Use with WLST... clearIPMWorkflowFaults Clear processing failures that occurred during workflow agent processing. Online listIPMWorkflowFaults Provide details of processing failures that occurred during workflow agent processing. Online repairIPMWorkflowFaults Repair processing failures that occurred during workflow agent processing. Online sumIPMWorkflowFaults Count processing failures during workflow agent processing, grouped by choice of date, application ID, or batch ID. Online resetIpmDMSMetrics Reset DMS metrics to zero. Online