ECC queue JDBC connection error - Failed to init the JDBC connection. Check configuration. java.lang.RuntimeException: java.security.GeneralSecurityException: Unable to decrypt valueIssue Some customers are inserting JDBC output records directly into the ecc_queue table. In such cases, the password must be properly encrypted. If the password is not correctly encrypted, the MID Server will throw the following error. <?xml version="1.0" encoding="UTF-8"?><results error="Failed to init the JDBC connection. Check configuration. java.lang.RuntimeException: java.security.GeneralSecurityException: Unable to decrypt value" probe_time="4" result_code="900000"><result/> Releaseissue is specific to customisation.ResolutionTo resolve this issue, please use the script below to populate the password in an encrypted format. var jbc_password =new GlideAutomationEncrypter().encrypt(jdbcCred.password.getDecryptedValue());