cmx.outbound.bypass.multixref.insystem
Optional. Must be set manually. Set to
true
to bypass the creation of messages on the Hub Server when a SIF API updates a base object with multiple cross-reference records. Default is
false
.
cmx.server.datalayer.cleanse.execution
Specifies where the cleanse jobs run. Set to
LOCAL
to run cleanse jobs on the application server. Set to
DATABASE
to run cleanse jobs on the database server. Default is
LOCAL
. For information about integrating cleanse engines, see the
Multidomain MDM 정리 어댑터 가이드
.
cmx.server.datalayer.cleanse.working_files
Specifies whether the temporary files created during cleanse jobs are stored or not. You can use the temporary files for troubleshooting or auditing purposes. Set to
FALSE
to delete the temporary working files. Set to
KEEP
to store the temporary working files. Default is
KEEP
. For information about integrating cleanse engines, see the
Multidomain MDM 정리 어댑터 가이드
.
cmx.server.datalayer.cleanse.working_files.location
Location of the cleanse job working files.
MDM Hub
uses this property during the
Hub 서버
initialization routine. This property is set during the
Hub 서버
installation. Do not modify this property. For information about integrating cleanse engines, see the
Multidomain MDM 정리 어댑터 가이드
.
cmx.server.encryptionMethod
Optional. Must be added manually. Set to
SSL
to enable SSL encryption.
cmx.server.load.nonsmos.sourcesystem.enddate.like.smos
Sets the relationship end-date of a system that is not a State Management Override System (SMOS) to be the same as that of an SMOS. Set to
true
to enable the relationship end-date to be the same as an SMOS.
cmx.server.met.max_send_size
Maximum file size, in bytes, that the
리포지토리 관리자
can send. Default is
9000000
.
cmx.server.met.promotion_snapshot
Optional. Must be added manually. Set to
true
to enable generation of
.meta
files. Set to
false
to disable generation of
.meta
files. Default is
true
.
cmx.server.multi_data_set_schema
Optional. Must be added manually. Set to
true
to enable message trigger XML messages to contain the parent record and all corresponding child records. Set to
false
to disable message trigger XML messages to contain the parent record and all corresponding child records. Default is
false
.
cmx.server.poller.monitor.interval
Number of seconds between polls to all servers. Set to
0
to disable server polling. Default is
30
.
cmx.server.put.autopopulate.missing.user.columns.bo.list
Must be added manually. Set the property when the Nullable property is disabled for the base object columns.
When the Nullable property is disabled for columns, if a record is updated in Data Director or during a SIF PUT operation, a cross-reference record is created with values only for the updated fields. All the other cross-reference record fields, including the fields that must not be null, have null values. During the best version of the truth (BVT) calculation for the record, null values can be the winner for fields that must not be null, and an error occurs.
To ensure that the BVT calculation takes into account the fields that must not be null, set the property value to a comma-separated list of the names of base objects that have columns with the Nullable property disabled. When the property is set, the MDM Hub updates the null values in the cross-reference record with values from the associated base object. This ensures that during BVT calculation, null values are not the winner for fields that must not be null.
cmx.server.selective.bvt.enabled
Optional. Must be added manually. Specifies that the MDM Hub only applies BVT calculation to fields that are part of the SIF request. Set to
true
so that the MDM Hub updates only the fields specified in a SIF request. Default is
false
.
cmx.server.validateServerCertificate
Optional. Must be added manually. Set to
false
to turn off server certificate validation. Default is
true
.
com.informatica.mdm.message.queue.max.bytes.threshold
Optional. Must be added manually. Specifies a maximum limit, in bytes, for messages sent to the message queue. If a message exceeds the specified size, the message will not be sent and the message status is set to Failed.
com.informatica.mdm.sifapi.xref.edit.sys0.only
선택 사항입니다. 수동으로 추가해야 합니다. 관리 소스 시스템을 통해서만 편집 교차 참조 레코드를 생성하려면
true
로 설정합니다. 모든 소스 시스템을 통해서 편집 교차 참조 레코드를 생성하려면
false
로 설정합니다. 기본값은
true
입니다.
Hub 서버와 처리 서버 모두에 대해 속성을 설정해야 하며 속성 값이 두 속성 파일에서 동일해야 합니다.
com.siperian.common.xml.sdo.sdo_resolver_pool_size
Optional. Must be added manually. Specifies the number of thread pools to use for SDO generation. The value can range from
1
to
20
. If the provided value is outside the range, the default value is used. Default is
3
.
<connection factory name>.qcf.password
Optional. Must be added manually. Configures the
MDM Hub
to use the password set in the application server to configure JMS security.
<connection factory name>.qcf.username
Optional. Must be added manually. Configures the
MDM Hub
to use the user name set in the application server to configure JMS security. For more information about securing message queues, see
"Configuring JMS Security".
databaseId.password
Optional. Must be added manually. Specifies the encrypted password to use with Password Encryption tool. For more information about using the Password Encryption tool, see the
Multidomain MDM 리소스 키트 가이드
.
databaseId.username
Optional. Must be added manually. Specifies user name to use with Password Encryption tool. For more information about using the Password Encryption tool, see the
Multidomain MDM 리소스 키트 가이드
.
encryption.plugin.jar
Path and file name of the data encryption JAR file. For information about configuring data encryption for the
Hub 서버
, see
3단계. Hub 서버에 대한 데이터 암호화 구성.
mq.data.change.monitor.thread.start
In a multinode environment, specifies whether there is message queue polling for individual nodes. To disable message queue polling, set to
false
. Default is
true
on all Java virtual machines where an MDM Hub EAR file is deployed.
searchQuery.buildBvtTemp.MaxRowCount
Optional. Must be added manually. Specifies the maximum number of records the GetOneHop API uses during BVT calculation. Default is
5000
. For more information about GetOneHop, see the
Multidomain MDM 서비스 통합 프레임워크 가이드
.
sif.api.hm.flyover.max.record.count
Optional. Must be added manually. Sets the maximum record count to limit the number of relationship records that the Hierarchy View relationship table displays. Default is
10000
.
After you update the server properties, you must validate the schema and then redeploy the
Data Director
application. For information about Hierarchy View relationship table records, see the
Multidomain MDM Data Director 구현 가이드
.
sif.jvm.heap.size
Optional. Must be added manually. Sets the default heap size, in megabytes, for APIs. Default is
256
.
sif.search.result.query.temptableTimeToLive.seconds
Optional. Must be added manually. For GetOneHop. Specifies the number of seconds data in temporary tables exist during a search query. Default is
30
. For more information about GetOneHop, see the
Multidomain MDM 서비스 통합 프레임워크 가이드
.
sip.hm.entity.font.size
Optional. Must be added manually. Sets the font size in
계층 관리자
. Values can range from
6
to
100
. For information about setting
계층 관리자
properties, see the
Multidomain MDM 데이터 스튜어드 가이드
.
sip.hm.entity.max.width
Optional. Must be added manually. Sets the maximum entity box width in
계층 관리자
. Values can range from
20
to
5000
. For information about setting
계층 관리자
properties, see the
Multidomain MDM 데이터 스튜어드 가이드
.
sip.lookup.dropdown.limit
Number of entries that appear in a menu in the Data Manager tool and the Merge Manager tool. This property does not have a minimum or maximum limit. Default is
100
.
cmx.match.training.confidence.threshold
선택 사항입니다. 프로비저닝 도구에서 일치 규칙 집합을 생성하는 데 필요한 최소 일치 신뢰도 점수입니다. 기본값은 85입니다.
cmx.match.training.data.encoding
선택 사항입니다. 프로비저닝 도구에서 일치 학습을 위한 인코딩을 구성합니다. 일치 학습에 대한 인코딩을 활성화하려면 1로 설정합니다. 기본값은 0입니다.
cmx.server.match.server_encoding
속성에서 사용하는 동일한 값을 사용하고 있는지 확인합니다.