Enable autowiring for Mashup integration
If you plan to use the autowiring feature with Mashup integration, add the autowiring properties to an existing Property Extension database. Configuring a property extension database.
To enable autowiring for Mashup integration:
- Edit wkplc.properties, located in the directory profile_root/ConfigEngine/properties.
- Enter a value for the following parameters under the VMM Property Extension Properties heading:
- la.providerURL=remote_endpoint_portal/dmgr_server
- la.propertyName=com.ibm.mashups.user.AUTO_WIRE_ENABLED_NOTIFICATIONS
- la.entityTypes=PersonAccount
- la.dataType=string
- repositoryId=repositories where property should be added or leave blank for all repositories
- Save changes to wkplc.properties.
- Run...
appropriate
for your operating system to add the autowiring properties to the property extension configuration:
Option Description Windows ConfigEngine.bat wp-add-la-property -DWasPassword=password from the profile_root/ConfigEngine directory UNIX/Linux ./ConfigEngine.sh wp-add-la-property -DWasPassword=password from the profile_root/ConfigEngine directory i5/OS ConfigEngine.sh wp-add-la-property -DWasPassword=password from the profile_root/ConfigEngine directory
These tasks perform an EJB call to WAS, which must authenticate against WAS. Depending on the configuration in sas.client.props, you may receive a popup window or a command line prompt asking for user identity and password. Enter the WAS user ID and password.
- Cycle all required servers to propagate changes.
- Edit wkplc.properties.
- Enter a value for the following parameters under the VMM Property Extension Properties heading:
- la.providerURL=remote_endpoint_portal/dmgr_server
- la.propertyName=com.ibm.mashups.user.AUTO_WIRE_DISABLED_NOTIFICATIONS
- la.entityTypes=PersonAccount
- la.dataType=string
- repositoryId=repositories where property should be added or leave blank for all repositories
- Save changes to wkplc.properties.
- Run...
appropriate
for your operating system to add the autowiring properties to the property extension configuration:
Option Description Windows ConfigEngine.bat wp-add-la-property -DWasPassword=password from the profile_root/ConfigEngine directory UNIX/Linux ./ConfigEngine.sh wp-add-la-property -DWasPassword=password from the profile_root/ConfigEngine directory i5/OS ConfigEngine.sh wp-add-la-property -DWasPassword=password from the profile_root/ConfigEngine directory
These tasks perform an EJB call to WAS, which must authenticate against WAS. Depending on the configuration in sas.client.props, you may receive a popup window or a command line prompt asking for user identity and password. Enter the WAS user ID and password.
- Cycle all required servers to propagate changes.
Parent topic:
Configure options for mashups in portal (optional)
Related tasks
Configure a property extension database on AIX
Configure a property extension database on HP-UX
Configure a property extension database on i5/OS
Configure a property extension database on Linux
Configure a property extension database on Solaris
Configure a property extension database on Windows