BPMUpdateInstallationInformation command
Use the BPMUpdateInstallationInformation command with the BPMExportInstallPackage command and the BPMInstallPackage command to create scripts that install a snapshot onto a server.
The BPMUpdateInstallationInformation command is run by using the AdminTask object of the wsadmin scripting client.
Prerequisites
-
In a network deployment environment, you must run this command on the node that contains the application cluster member that handles Workflow Center applications. Do not run this command from the deployment manager profile. The generated file is saved on the machine where the connected server is running. To save the generated file on another machine, establish a remote wsadmin session from the current machine to the server on the machine where you want to save the file.
Location
Start the wsadmin scripting client from the profile_root/bin directory.
Syntax
BPMUpdateInstallationInformation
-containerAcronym process_application_acronym
-containerSnapshotAcronym process_application_snapshot_acronym
[-containerTrackAcronym track_acronym]
-serverName server_name
Parameters
- -containerAcronym String
- A required parameter that identifies the process application or toolkit acronym. For example, the BillingDispute process application might have an acronym of BILLDISP.
- -containerSnapshotAcronym String
- A required parameter that identifies the snapshot of the process
application or toolkit through its acronym.
If you are not working with a snapshot, use Tip as the value for this parameter.
- -containerTrackAcronym String
- On a Workflow Center server, an optional parameter that identifies the acronym of the track associated with the process application.
- -serverName String
- A required parameter that identifies the server to associate with the process application or toolkit snapshot and track.
Example
The following example illustrates
how to associate the installation package of a snapshot of the BillingDispute process
application with the server1 server. In the example,
the user establishes a SOAP connection to the Workflow Center server.

wsadmin -conntype SOAP -port 8880 -host ProcessCenterServer01.mycompany.com -user admin -password admin -lang jython
wsadmin>AdminTask.BPMUpdateInstallationInformation('[-containerAcronym BILLDISP -containerSnapshotAcronym SS2.0.1 -containerTrackAcronym Main -serverName server1]')