Recent content by Mike Carlson

  1. M

    Suppress the DECRYPT error message in the server logs

    Hi Stefan, Your example code works on a client connection, and the catch block traps the error when run in AppServer,too. However, in AppServer, the agent.log still displays the openssl error. If you can run your code in AppServer, check the agent.log, I strongly expect to see the message...
  2. M

    Suppress the DECRYPT error message in the server logs

    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...
Top