Asset Report Permissions | Community
Skip to main content
francisco_ribei
Level 6
December 31, 2015

Asset Report Permissions

  • December 31, 2015
  • 2 replies
  • 6968 views

Hi,

What are the required permissions for a user to use the Asset reports function?

I was not able to make other users than admin to use these reports.

Any inputs are welcome.

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

smacdonald2008
Level 10
December 31, 2015

See this section "Permissions Needed for Running Reports" located here: 

https://docs.adobe.com/docs/en/aem/6-1/administer/operations/reporting.html

Jitendra_S_Toma
Level 10
December 31, 2015

franciscoribeir wrote...

Hi,

What are the required permissions for a user to use the Asset reports function?

I was not able to make other users than admin to use these reports.

Any inputs are welcome.

Thanks

 

I guess, All you need is "Read", "Write" permission for any user to run these reports. If your user is a super user (Like admin) then set "Read ACL" & "Write ACL" access as well.

--Jitendra

francisco_ribei
Level 6
December 31, 2015

Hi @smacdonald2008, are these permission the same for asset reports?

@Jitendra, I tried with only read permission, but it didn't work. When the user tries to open an addition report it breaks the page with a NullPointerException.

I checked the JSP that was breaking and what was causing the problem was this block of code:

///libs/dam/gui/components/admin/reports/customcolumnmodal/customcolumnmodal.jsp ModifiableValueMap columnVM = column.adaptTo(ModifiableValueMap.class);

So, I needed to add modify permission in the columns for Asset Reports. Now the reports are opening but not fulling working. The CSV generation is not working yet. I think it should any other permission issue. I am still checking.

I would not like to put the user in the administrators group only because of the reports.

Thanks

Level 3
June 17, 2016

Yes - I did figure it out. This is what I did as a separate group but I think you can just give these to additional permissions to any group and you should be good to go:

A custom “reports-administrator” group is created in order to give specific user groups permission to view and run reports.

The user group is given Read permissions to the following path:

/libs/dam/gui/content/reports/

The user group is given Read and Modify permissions to the follow path:

/libs/dam/content/reports/

 

Thank you for the info!  This worked for me as well.  I appreciate the help!