Mike Carlson
New Member
Is there any way to suppress these error messages in the server logs?
DECRYPT error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:
This is running on an AppServer OE 10.2B.
The statement does no support NO-ERROR.
Tried CATCH too.
DO ON ERROR UNDO, LEAVE:
/* Decrypt */
mCrypto = DECRYPT(mB64, prEncryptKey) .
CATCH eSysError AS Progress.Lang.SysError :
/* don't care */
END CATCH.
END.
The logs can fill up pretty fast when there are large batch processes running.
Thanks,
Mike
DECRYPT error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:
This is running on an AppServer OE 10.2B.
The statement does no support NO-ERROR.
Tried CATCH too.
DO ON ERROR UNDO, LEAVE:
/* Decrypt */
mCrypto = DECRYPT(mB64, prEncryptKey) .
CATCH eSysError AS Progress.Lang.SysError :
/* don't care */
END CATCH.
END.
The logs can fill up pretty fast when there are large batch processes running.
Thanks,
Mike