Product Documentation
Abstract
When assets are synchronized automatically, or manually by using istool graphbatchload command, you can configure assets flow relationships to be synchronized.
Content
Note: This is a technology preview and is not yet supported for use in production environments.
Enable the feature
Complete the following steps to enable the feature:
- Edit the shop4info-mappers-service file by running this command:
kubectl edit cm shop4info-mappers-config - In the application.properties section in the file, under other iisconfig properties, add this line:
iisconfig.properties.mappers.flows.enabled=true - To reload the configuration, delete the existing pods. They will be recreated automatically with the updated configuration. Run this command:
kubectl delete pods $(kubectl get pods --no-headers -o custom-columns=":metadata.name" | grep shop4info-mappers-service)
Synchronize assets flow relationships
After you enable the feature, flow relationships are synchronized automatically. To synchronize them manually by using istool graphbatchload, use these parameters:
-flows | -f
This parameter specifies that all asset flow relationships are processed.
This parameter specifies that all asset flow relationships are processed.
-flowsByAssetRid , -fr
This parameter specifies a list of assets for which flow relationships are processed. Specify asset RID as a value, and separate the values with commas.
This parameter specifies a list of assets for which flow relationships are processed. Specify asset RID as a value, and separate the values with commas.
For more information about running istool graphbatchload command, see the Synchronizing assets manually topic.
Document Location
Worldwide
[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSZJPZ","label":"IBM InfoSphere Information Server"},"Component":"Information Governance Catalog","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"11.7.1 SP1","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Was this topic helpful?
Document Information
Modified date:
11 July 2019
UID
ibm10887613