IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced > Install IBM BPM Advanced > On Windows > Network deployment environment > Configure profiles and create an ND environment > Create an ND environment > Use the administrative console > Configure components > Configure additional components > Configure Process Portal > Configure the Business Space component for Process Portal > Set up specific widgets to work in Process Portal
Installing the default Process Portal space on z/OS
In most operating systems, the default Process Portal space is installed automatically. However, for z/OS systems that are using the local OS user registry and SAF authorization, complete additional steps to install the default space.
The Business Space component uses the primary administrative user name for setting the administrator for the welcome space. However, on z/OS there is no concept of primary administrator when using the local OS user registry and SAF authorization. This means that you must provide a valid ID in the registry to install the default space.
Procedure
- Complete the following steps for a stand-alone server:
- Modify the MashupAdminForOOBSpace property in the configuration file profile_root/BusinessSpace/node_name/server_name/mm.runtime.prof/config/ConfigService.properties with a valid user ID.
- Run the command updatePropertyConfig in the wsadmin environment of the profile:
- Jython example:
AdminTask.updatePropertyConfig('{-serverName server_name -nodeName node_name -propertyFileName "profile_root/BusinessSpace/ node_name/ server_name/mm.runtime.prof/config/ConfigService.properties" -prefix "Mashups_"}')- Jacl example:
$AdminTask updatePropertyConfig {-serverName server_name -nodeName node_name -propertyFileName "profile_root/BusinessSpace/ node_name/ server_name/mm.runtime.prof/config/ConfigService.properties" -prefix "Mashups_"}
- Save your changes to the master configuration using one of the following commands:
- In the profile where the server is located, open the profile_root/BusinessSpace/node_name/server_name/mm.runtime.prof/public/oobLoadedStatus.properties file and update the importSpaces.txt property:
importSpaces.txt=true- Restart the server.
- Complete the following steps for a cluster:
- Modify the MashupAdminForOOBSpace property in the configuration file deployment_manager_profile_root/BusinessSpace/cluster_name/mm.runtime.prof/config/ConfigService.properties with a valid user ID.
- Run the command updatePropertyConfig in the wsadmin environment of the dmgr profile:
- Jython example:
AdminTask.updatePropertyConfig('{-clusterName cluster_name -propertyFileName "profile_root/BusinessSpace/ cluster_name/mm.runtime.prof/config/ConfigService.properties" -prefix "Mashups_"}')- Jacl example:
$AdminTask updatePropertyConfig {-clusterName cluster_name -propertyFileName "profile_root/BusinessSpace/ cluster_name/mm.runtime.prof/config/ConfigService.properties" -prefix "Mashups_"}
- Save your changes to the master configuration using one of the following commands:
- Get the name of the cell, node, and server for the custom profile:
- In the dmgr profile, open the deployment_manager_profile_root/BusinessSpace/cluster_name/mm.runtime.prof/config/ConfigService.properties file.
- Look for the name of the cell, node, and server in the com.ibm.mashups.directory.templates or com.ibm.mashups.directory.spaces properties.
- Use the name of the cell, node, and server to locate the custom profile.
- In the custom profile, open the custom_profile_root/BusinessSpace/ cluster_name/mm.runtime.prof/public/oobLoadedStatus.properties file and update the importSpaces.txt property:
importSpaces.txt=true- Resynchronize the custom profile:
- Open the administrative console and click System administration > Nodes.
- Click Full Resynchronize.
- Restart the cluster.