Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Delivery Error - PGS-220000 PostgreSQL : permission denied for relation nmssuppressionaddress

Avatar

Level 2

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.

1448232_pastedImage_1.png

1448231_pastedImage_0.png

Thank you,

Rumm

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

7 Replies

Avatar

Employee Advisor

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.

Avatar

Level 2

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.

1449097_pastedImage_0.png

Avatar

Employee Advisor

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.

Avatar

Level 2

Thank you kapilsharma0101. I tried deactivating the rule but the error is still the same...

1451178_pastedImage_0.png

Avatar

Correct answer by
Employee

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

Avatar

Level 2

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.

Avatar

Level 2

They have provided the permission so now it works. Thank you everyone.

Rumm