- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
This is were i am puzzled.
1) I first issued this command to ensure my decryption works
logInfo("--"+execCommand('gpg --output /sftp/X/X/chez.dat --decrypt /sftp/x/x/Test_20190702_2_Delta.dat.pgp ',true)[1]);
and the file was rightly decrypted. I even processed in a subsequent data load.
2) But for some reason when i issued |gpg --decrypt /x/x/xxx.pgp' or <%= vars.filename %>
I get the bellow error . It seem to hit some issue on the last line of the file.
PGS-220000 PostgreSQL error: ERROR: COPY from stdin failed: BAS-010003 Unable to complete operation in current status. CONTEXT: COPY wkf235686327_2229, line 3
07/02/2019 5:16:59 PM WKF-560005 An error occurred when processing the '|gpg --decrypt /sftp/x/x/Test_20190702_2_Delta.dat.pgp' order ('Data loading (file)' step)
Views
Replies
Total Likes