Unprocessed Record File
The unprocessed record file holds details of the records that failed during processing. You can configure the location of this file when creating a job configuration on the CipherTrust Manager. If you specify the location for Unprocessed Record File Path, files with below formats (based on the source type) will be created at the specified location.
Source type | File format |
---|---|
Database | <job_id>-<source_table>-<timestamp>.txt Example: 50cc3d07-ff29-474f-b9b5-bbf484a354ce-SOURCETABLE-2025-05-08.11.44.17.159.txt |
File | <job_id>-<timestamp>.txt Example: 5b6542d4-a867-40a0-a34a-ac56e2bdf622-2025-05-08.04.31.29.535.txt |
The location of directory for unprocessed record file should exist inside container's directory structure that is /opt/app/tmp
. To access this file outside the container, you must mount this path to a host location. For more information on volume mounting refer to quick start.
It is recommended that the Unprocessed Record File Path be configured only if required, as it contains sensitive information. If configured, you must delete the created file after use or manage its access control to prevent the sensitive information from invalid access.
Note
The column order in the unprocessed record file when in-place transformation is enabled is as follows:
First, the columns to be encrypted as specified in the job configuration, followed by the primary keys.