cancel
Showing results for 
Search instead for 
Did you mean: 

Provide Solr Indexing rights to other users

Former Member
0 Kudos

How can we provide indexing access rights to other user groups apart from admingroup. I am getting the following error while trying to give access rights to a different user group.

Former Member
0 Kudos

It seems there is no such user, so first create it from hmc.

Former Member
0 Kudos

Hi,

The issue is that the anonymous user is not visible to the user group. How to make the anonymous user visible to other groups, are there any restrictions??

0 Kudos

Hi Naveen ,

I dont think there is any restrictions on this , but just to be sure check in personalization of hmc

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

user 'anonymous' gets created during initialization. can you query the db to see if it is present. this user is used in many places so you will need to have it in the db.

Former Member
0 Kudos

'anonymous' user is present, but it is returning null in case of other user apart from admin

Former Member
0 Kudos

can you try executing this query in hac as the user you are trying to login to hmc? select {pk} from {user} where {uid} ='anonymous'

in hac flexi query, you have option to run query as different user, default is admin. there is something called as search restriction, i suspect that could be the issue.