Question
Accenture
IN
Last activity: 11 Oct 2019 9:28 EDT
Getting privilege error while uploading CSV in a segment
Hi,
I am trying to upload a CSV with few customers in a segment rule in Pega Marketing. It successfully validates the file but when i click on finish, it shows an error:
Problem in executing BatchA-B-Data-CUSTOMER: code: 1031 SQLState: 42000 Message: ORA-01031: insufficient privileges
DatabaseException caused by prior exception: java.sql.SQLSyntaxErrorException: ORA-01031: insufficient privileges
Can anyone help with this issue? Is there any privilege missing for this customer class?
Thanks and Regards,
Chiranjeet Mishra
Hi,
If you are using Add or Add or update purpose, then the customer table will be inserted/updated with the values in the import csv file. Please check at the database end if mktuser (or similar) has the required permission to update the customer table.
If you are just trying to populate the list segment - Please use "Populate segment only" purpose ensuring that the customer id's in the import file are present in the customer table already.