After an upgrade of Qlik Replicate (2022.5 to 2023.11), tasks using a PostgreSQL source see truncations for the varchar column when running a full load.
The following is logged in the source_unload logging component:
[SOURCE_UNLOAD ]V: Value for (varChar column) was truncated. bind type: -8, data len: 14 (14, after truncation: -2), bind len: 0, statement:
Environment
Qlik Replicate 2023.11 and later
PostgreSQL
Resolution
Add the Internal ParameterunboundedVarcharMaxSize on the Postgres Aurora source endpoint and set it to 8000.
If you are using Logstream setup, please add unboundedVarcharMaxSize on the Postgres Aurora source endpoint in both the Logstream Parent task and child task.
To resolve the issue:
Go to the Endpointconnection
Switch to theAdvanced tab
ClickInternal Parameters
Add the Parameter: unboundedVarcharMaxSize
If the parameter already exists, modify the value as per step 5.