abhey_1998 0 Newbie Poster

Below is the batch file, I am tring to execute...
@echo on
ftp -n -i -s:\\corpent09\psoftdata$\prod\interfaces\CONCUR\scripts\ftp_concur_payment_download_NA_debug.txt > \\corpent09\psoftdata$\prod\interfaces\CONCUR\scripts\output_NA_debug.txt
copy /Y \\corpent09\psoftdata$\prod\interfaces\CONCUR\extract_No_America_p00111tgaz_*.pgp \\corpent09\psoftdata$\prod\interfaces\CONCUR\backup\extract_No_America_p00111tgaz_*.pgp
pause
echo PGP!23| \\corpent09\psoftdata$\prod\Interfaces\CONCUR\Scripts\gpg -o\\corpent09\psoftdata$\prod\Interfaces\CONCUR\concur_txn_feed.txt --passphrase-fd 0 --decrypt \\corpent09\psoftdata$\prod\Interfaces\CONCUR\extract_no_america_p00111tgaz_*.pgp
pause
del \\corpent09\psoftdata$\prod\Interfaces\CONCUR\extract_No_America_p00111tgaz_*.pgp
*********Below is the error********
gpg:encrypted with ELG-E Key, ID 6694C076
gpg:decryption failed: secret key not available

Please help!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.