updateBPMExternalECM command
When you add or remove cluster members either on IBM® Business Automation Workflow or IBM FileNet® Content Manager, use the updateBPMExternalECM command. This command reconciles the change from the old list of cluster members and servers to the new list of cluster members and servers. You use this command only if you have Business Automation Workflow configured with an external ECM server.
If you are using Content Platform Engine as a container for integration with Business Automation Workflow and the Content Platform Engine version is 5.5.3, you must run the BPMConfig command and the -update and -enableContentObjectSupport parameters to disable content object support.
Prerequisites
The updateBPMExternalECM command is run by using the AdminTask object of the wsadmin scripting client. The following conditions must be met:
- In a network deployment environment, run the command on the deployment manager node. In a single-server environment, run the command on the stand-alone server.
- In a network deployment environment, one or more application cluster members must be running. In a single-server environment, the stand-alone server must be running.
- Run the command in connected mode with a user ID that has WebSphere
Application Server configurator privileges. Do not use the
wsadmin -conntype noneoption.
Location
Start the wsadmin scripting client from the dmgr_profile_root/bin directory. The updateBPMExternalECM command does not write to a log file, but the wsadmin scripting client always writes a profile_root/logs/wsadmin.traceout log file where you find exception stack traces and other information.
Syntax
updateBPMExternalECM
[-de deployment_environment_name]
-ceUrl external_FileNet_content_engine_url
-designObjectStoreName external_FileNet_design_object_store_name
-clientDownloadServicePort port_number
-clientDownloadServiceHostname CPE_server_hostname
Parameters
- -de deployment_environment_name
- A parameter that specifies the name of the current deployment environment. If there is only one deployment environment in the WebSphere cell, you can omit this parameter.
- -ceUrl external_FileNet_content_engine_url
- A required parameter that specifies the external FileNet Content Manager URL address. For a highly available configuration that uses an application server cluster, see Content Platform Engine in an application server cluster by using EJB transport.
- -designObjectStoreName external_FileNet_design_object_store_name
- A required parameter that specifies the external Content Platform Engine design object store name.
- -clientDownloadServicePort port_number
- A required parameter if you specify -ceUrl. This parameter provides the
HTTP or HTTPS port number of the server where the external Content Platform Engine application is deployed. The default port
numbers are 9080 and 9443.
If you are using V19.0.0.2 or later, you must
use the HTTPS port number, 9443.To test the connection to the Client Download Servlet, enter the following URL in a web browser:
This parameter checks whether the local Content Platform Engine client JAR files must be updated. If it updates the JAR files, it lists the updated files for you. Copy the files from the deployment manager to the same installation directory on each custom node in your deployment environment.http://host_name:port_number/clientDownload?command=getVersion
-clientDownloadServiceHostname
CPE_server_hostname- An optional parameter that specifies the hostname where the Content Platform Engine server is running. If this parameter is not specified, the first hostname extracted from the -ceUrl parameter is used to connect to the Content Platform Engine.
Examples
wsadmin -user admin -password admin -lang jython
wsadmin>print AdminTask.updateBPMExternalECM(['-clientDownloadServicePort', '9444', '-de', 'De1', '-ceUrl', 'iiop://MigWPS7-856-T01.cn.ibm.com:2810/FileNet/Engine', '-designObjectStoreName', 'bpmdos'])
wsadmin>AdminConfig.save()If
this command copied JAR files from the external object store to the deployment manager profile, it
lists the updated files for you. Copy the files from the deployment manager to the same installation
directory on each custom node in your deployment environment.
The following Jython example is similar to the previous
example. However, this example includes the -clientDownloadServiceHostname
parameter, which you can use to specify the hostname of the Content Platform Engine server when it differs from the hostname
extracted from the -ceUrl
parameter.wsadmin -user admin -password admin -lang jython
wsadmin>print AdminTask.updateBPMExternalECM(['-clientDownloadServicePort', '9444', '-clientDownloadServiceHostname', 'CPE_server_hostname', '-de', 'De1', '-ceUrl', 'iiop://MigWPS7-856-T01.cn.ibm.com:2810/FileNet/Engine', '-designObjectStoreName', 'bpmdos'])
wsadmin>AdminConfig.save()Example of a ceUrl parameter URL: iiop://external FileNet
Content Engine server:2809/FileNet/Engine