Expand my Community achievements bar.

SOLVED

GDPR Clean up activity for Comments- AEM 6.3

Avatar

Level 2

GDPR Clean up activity for Comments- AEM 6.3

HI, I have gone through the User and UGC Management Service in AEM Communities and install the servlet in my local.

But when i hit the servlet using the path ( http://localhost:4503/services/social/ugcmanagement?user=weston.mccall@dodgit.com&operatio n=getUgc  ),i am getting error 500. Attached sample code and the error message, please advice what i am missing.. and also advice it there any way to get bulk export of comments.​

Code link:

https://github.com/Adobe-Marketing-Cloud/aem-communities-ugc-migration/tree/master/bundles /communities-ugc-management-servlet/src/main/java/com/adobe/communities/ugc/management/ser vlets

Error Message

Error.png

1 Accepted Solution

Avatar

Correct answer by
Employee

Your operation seems to problematic. It should be getugc[0] and not getUgc, as you have shared.

[0] - aem-communities-ugc-migration/UserUgcManagementServlet.java at master · Adobe-Marketing-Cloud/aem-co...

View solution in original post

2 Replies

Avatar

Administrator

Rahul_Bhardwaj any help on this question?



Kautuk Sahni

Avatar

Correct answer by
Employee

Your operation seems to problematic. It should be getugc[0] and not getUgc, as you have shared.

[0] - aem-communities-ugc-migration/UserUgcManagementServlet.java at master · Adobe-Marketing-Cloud/aem-co...