Troubleshooting - Privacera Vertica Encryption Setup¶
This document provides solutions to common issues encountered during the setup of Privacera Encryption for Vertica.
Verify the Privacera Vertica UDX Version¶
Verify the Logs¶
Bash | |
---|---|
Verify the MD5 Sum of the Privacera Encryption Jar¶
Get the MD5 sum of the Privacera PEG Vertica UDF Jar and note it down¶
Get the stage lib MD5 sum by executing the below SQL command¶
SQL | |
---|---|
✅ The values of both should match.
Error: Return Status: 500 while executing the UDF¶
Text Only | |
---|---|
This error typically occurs when the Encryption service is Disabled or Stopped.
Solution:¶
Go to the Privacera Portal and verify in case of Data Plane:
Log in to the Privacera Portal and, if using the Data Plane, navigate to: Settings > Account > Encryption Settings Ensure that Encryption is Enabled and Running.
If you are using a Self-Managed setup, verify that the Privacera Encryption service is running. If it is not running, refer to the PEG server troubleshooting guide here for steps to resolve the issue.
Error: Function PRIVACERA.unprotect(varchar, unknown, unknown)
does not exist, or permission is denied¶
Cause:¶
The user does not have execute access on the function.
Solution:¶
Grant execute access to the user with the following SQL command:
SQL | |
---|---|
Replace <username>
with the actual Vertica database username.
6. Contact Support¶
If none of the above solutions work, contact Privacera support with:
- Log files
- Configuration values (sanitized)
- Environment details (OS, Vertica version, etc.)
- Prev topic: Setup