Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Hi,
I try to create a delivery and I get this error:
"PGS-220000 PostgreSQL error: ERROR: permission denied for relation nmssuppressionaddress"
I try searching the forums but no clue. Please help.
Thank you,
Rumm
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
Hi Rumm,
Are you on- premise setup or it is hosted by Adobe.
As per the error in screenshot, it seems that the delivery is failing due to the missing Md5Digest installed on your Postgres database.
Usually occurs when extension "pgcrypto" not installed. This Extension have to be created once per database. And the pgcrypto extension is special as it can only be created by the database superuser (normally postgres).
If you are on on premise setup , I would suggest you to please ask DBA at your end to further look into this concern/Error.
You also might find below links helpful :
https://www.postgresql.org/docs/9.1/static/sql-createextension.html
https://www.postgresql.org/docs/9.4/static/pgcrypto.html
If environment is hosted by Adobe , You can raise a support ticket with Adobe Campaign Support.
Hope this helps in resolving the issue
Vistas
Respuestas
Total de me gusta
Hi Rumn,
Please check the Validations in the Schema Definition of nmssuppressionaddress schema.
I am not sure but it may be the reason that the User by which you have logged in AC, and trying to send the delivery, doesn't have rights to access to the given schema.
Vistas
Respuestas
Total de me gusta
Hi kapilsharma0101,
The user is the administration user. And the schema definition is like this (see picture below). The delivery used to working fine. I did not change or create any extension from this schema.
Vistas
Respuestas
Total de me gusta
In that case please try removing the "Exlude Domains" rule from the Typology selected in the Delivery and try to send the delivery again.This may work as you are facing issue with this schema only.
Vistas
Respuestas
Total de me gusta
Thank you kapilsharma0101. I tried deactivating the rule but the error is still the same...
Vistas
Respuestas
Total de me gusta
Hi Rumm,
Are you on- premise setup or it is hosted by Adobe.
As per the error in screenshot, it seems that the delivery is failing due to the missing Md5Digest installed on your Postgres database.
Usually occurs when extension "pgcrypto" not installed. This Extension have to be created once per database. And the pgcrypto extension is special as it can only be created by the database superuser (normally postgres).
If you are on on premise setup , I would suggest you to please ask DBA at your end to further look into this concern/Error.
You also might find below links helpful :
https://www.postgresql.org/docs/9.1/static/sql-createextension.html
https://www.postgresql.org/docs/9.4/static/pgcrypto.html
If environment is hosted by Adobe , You can raise a support ticket with Adobe Campaign Support.
Hope this helps in resolving the issue
Vistas
Respuestas
Total de me gusta
Hi shrawans3150030,
Thank you for your suggestion. This is hosted by Adobe so I have requested for a support ticket. Will update the result soon.
Vistas
Respuestas
Total de me gusta
They have provided the permission so now it works. Thank you everyone.
Rumm
Vistas
Respuestas
Total de me gusta