Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Type
| Name
| Description
|
---|---|---|
AGENT_RUNTIME_SETTINGS
| file-listener-snapshot-dir
| A directory where the snapshots of a new file listener components are added. You can add the following directory paths:
Use the snapshot directory shared with all agents when multiple Secure Agents are present in a group.
|
AGENT_RUNTIME_SETTINGS
| mi-task-workspace-dir
| A directory in the agent that file ingestion tasks use as an intermediate staging area when transferring files to a target. The directory is a custom location in the agent. The path can be a shared location, mounted location, or a location apart from the default location in the agent.
|
AGENT_RUNTIME_SETTINGS
| mi-task-quarantine-dir
| A directory where the file ingestion task stores the infected files detected when you run a virus scan. The directory is the custom location in the agent. The path can be a shared location, mounted location, or a location apart from the default location in the agent.
For example, userdata\quarantine
To automatically clean up the quarantine directory, set the agent property for the quarantine location to a system temporary files location such as
/tmp/informatica/fmi/quarantine .
|
AGENT_RUNTIME_SETTINGS
| file-listener-max-pool-size
| The maximum number of threads to execute the file listener.
Default is 20.
|
AGENT_RUNTIME_SETTINGS
| file-listener-core-pool-size
| The total number of threads.
Default is 20.
|
AGENT_RUNTIME_SETTINGS
| fmi-task-max-pool-size
| The maximum number of threads to execute the file ingestion task.
Default is 50.
|
AGENT_RUNTIME_SETTINGS
| fmi-task-core-pool-size
| The initial or minimum number of threads.
Default is 20.
|
AGENT_RUNTIME_SETTINGS
| ftp-receive-socket-buffer-size
| The buffer size for FTP inbound packets.
Default is 16 bytes.
|
AGENT_RUNTIME_SETTINGS
| ftp-send-socket-buffer-size
| The buffer size for FTP outbound packets.
Default is 16 bytes.
|
AGENT_RUNTIME_SETTINGS
| http-client-timeout
| The timeout duration in seconds for Agent requests to Informatica Intelligent Cloud Services.
Default is 30 seconds.
|
PGP_SETTINGS
| public-keyring-path
| The directory to store the public key ring. You can add the following directory paths:
|
PGP_SETTINGS
| secret-keyring-path
| The directory to store the secret key ring. You can add the following directory paths:
|
JVM_SETTINGS
| app-heap-size
| The minimum and maximum heap sizes of the Mass Ingestion Files application.
Default is -Xms256m -Xmx2048m.
|
JVM_SETTINGS
| lcm-heap-size
| The minimum and maximum heap sizes of life-cycle management scripts.
Default is -Xms32m -Xmx128m.
|
Type
| Name
| Description
|
---|---|---|
AGENT_RUNTIME_SETTINGS
| ComplexFileDisableWriteChecksum
| Set the value to
True to ignore the
crc file. The job runs successfully with Hadoop Files V2 as source and Snowflake Cloud Data Warehouse V2 as the target.
|