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

ACS - Error when send transactional message with API

Avatar

Level 4

Hi,

I have a problem with transactional message.

We have set up a process with API and when we call the event to push the transactional message occurs this error:

“RST-360011 An error has occurred - please contact your administrator.

PGS-220000 PostgreSQL error: ERROR:  column r0.scuscity does not exist

LINE 1: ..., R0.iCusMonth, R0.iCusYear, R0.sCusCity...

^

HINT:  Perhaps you meant to reference the column "r0.scity".”

We had set the same process in stage instance and all worked fine.

The problem is that in prod instance we don't have the field cusCity in the profiles custom resource, in stage instance there is this field.

I saw in the Event Metadata that there is cusCity but I don't have this field in Profile custom resource.

Why there is this dissaligment? How can I solve the issue?

Thanks

E.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi,

we found the error. When we publish the custom resources we have to select "Update the Profiles and Services Ext API".

Thanks,

E.

View solution in original post

4 Replies

Avatar

Employee Advisor

Did you create the event/email from scratch in PROD or did you take it via package export from STAGE?

Avatar

Level 4

We create the event and the template from scratch in prod.

Avatar

Employee Advisor

Can you check the schema for the real time event:

Adminsitration > Development > Diagnosis > Data Schemas

Does it reference the cusCity anywhere? Under rtEvent or profile?

And then same for the recipient extension

Avatar

Correct answer by
Level 4

Hi,

we found the error. When we publish the custom resources we have to select "Update the Profiles and Services Ext API".

Thanks,

E.