NOW-EDGE-PROPERTY_DECRYPTION_ERRORNOW-EDGE-PROPERTY_DECRYPTION_ERROR Severity High Root Cause The first time that the Edge Proxy runs, it will encrypt sensitive properties in the edgeencryption.properties file using the password in the password file, tagging each encrypted value by surrounding it with "ENC()" In subsequent runs, the Edge Proxy will decrypt the encrypted properties inside the edgeencryption.properties file, but if the password has changed, decryption will fail throwing this error code. Effect The startup of the Edge Proxy will end abnormally upon encountering a property that can't be decrypted Corrective Action One approach is to edit the password file to have the password that was used to originally encrypt the properties. Alternatively, if you would like to rotate the password or you have forgotten the password, (1) edit the edgeencryption.properties file replacing the encrypted values with cleartext, (2) edit the password file to have the new password. (Note the property edgeencryption.encrypter.properties.password in edgeencryption.properties has the path to the password file)