I'm trying to exclude records selected from an AWS PostGreSql database from a campaign target in Adobe Campaign Classic.
The workflow selects recipients in AC and selects recipients in AWS then exclude recipients from AWS from recipients in AC. Two parallel Query activities and then an Exclusion activity based on the two queries.
If I have admin access this works.
But for normal campaign operators the exclusion activity in the workflow fails.
The Error in the workflow log:
exclusion You do not have access to data in the data source 'adobe:transactions@qa-transactions-ingress.qa.dataplatform.aws.example.com:58143:ssl'.
I've created a named right for the data source and assigned it to a non-admin for test.
I've tried naming the named right several things without getting it to work:
'adobe:transactions@qa-transactions-ingress.qa.dataplatform.aws.example.com:58143:ssl'
'adobe:transactions@qa-transactions-ingress.qa.dataplatform.aws.example.com:58143'
'adobe:transactions@qa-transactions-ingress.qa.dataplatform.aws.example.com'
'adobe:transactions@example-eun1-qa-transactions-db' (DB identifier)
How do I make this work?
/Peter