I am using Alfresco 5.0.d Community Edition and mysql as database. I am creating user through Admin Tools -> Users -> Create User

谁说胖子不能爱 提交于 2019-12-13 12:32:46

问题


I am using Alfresco 5.0.d Community Edition and mysql as database. I am creating user through Admin Tools -> Users -> Create User. But when I am trying to invite these users, they are not searchable. They are also not searchable in People section but they are searchable in Admin Tools -> Users.

No error is coming in server logs. I have even deleted previous indexing and created new indexing many times.

Any help would be appreciated. Thanks


回答1:


You can try by changing a property in alfresco-global.propeties file

### Solr indexing ###
index.subsystem.name=solr4 

to

### Solr indexing ###
index.subsystem.name=solr

This issue is related with indexing.



来源:https://stackoverflow.com/questions/37751853/i-am-using-alfresco-5-0-d-community-edition-and-mysql-as-database-i-am-creating

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!