- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi , I am having an input file decrypted on the fly and loaded subsequently in a dataloading step.
vars.postProcessingCmd = "gpg --decrypt /x/x/xxx.pgp";
I get the bellow error in the subsequent data loading.
PGS-220000 PostgreSQL error: ERROR: COPY from stdin failed: BAS-010003 Unable to complete operation in current status. CONTEXT: COPY wkf235686327_2209, line 125
I had checked separately to make sure the decryption works and it does. Not sure why it seem to fail here.
Solved! Go to Solution.