Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Environment Variable
| Description
|
---|---|
DBMI_REPLACE_UNSUPPORTED_CHARS
| For Microsoft Azure Synapse Analytics targets, controls whether an application ingestion job or database ingestion job replaces characters in character data that the target cannot process correctly. To enable character replacement, set this environment variable to true.
Mass Ingestion Applications or
Mass Ingestion Databases then uses the character that is specified in the DBMI_UNSUPPORTED_CHARS_REPLACEMENT environment variable to replace unsupported characters.
|
DBMI_UNSUPPORTED_CHARS_REPLACEMENT
| If the DBMI_REPLACE_UNSUPPORTED_CHARS environment variable is set to true, specifies the character that replaces the characters in source data that a Microsoft Azure Synapse Analytics target cannot process correctly.
Default value: ? (question mark)
Define this environment variable only for
Mass Ingestion Databases .
|
DBMI_WRITER_CONN_POOL_SIZE
| Indicates the number of connections that an
application ingestion job or
database ingestion job uses to propagate the change data to the target. The default value is 8. Valid values are 4 through 8.
|
DBMI_WRITER_RETRIES_MAX_COUNT
| If a network issue occurs while a
database ingestion job is loading source data to an Amazon S3 or Microsoft Azure Data Lake Storage Gen2 target, indicates the maximum number of times that the
database ingestion job retries a request to continue the initial load or incremental load. If all of the retries fail, the job fails.
The default value is 5.
|
DBMI_WRITER_RETRIES_INTERVAL_IN_MILLIS
| Specifies the time interval, in milliseconds, that a
database ingestion job waits before retrying the request to continue the initial load or incremental load to an Amazon S3 or Microsoft Azure Data Lake Storage Gen2 target if a network issue occurs.
The default value is 1000.
|