04-05-2020 02:43 PM
Hello,
I have a problem to search/list users in admin tools. When I try to list all users, I get this error:
The Web Script /alfresco/s/api/people-enterprise has responded with a status of 404 - Not Found. |
404 Description: | Requested resource is not available. |
Message: | 03050016 Script url /api/people-enterprise does not map to a Web Script. |
Server: | Community v6.2.0 (r05dbaf43-b368) schema 13 001 |
Time: | 5 avr. 2020 à 20:38:51 |
I'm using alfresco community 6.2.
I can Add users, add groups withoud any problem. Any idea ?
04-06-2020 02:07 AM
That's a known bug in share 6.2.
11-30-2020 04:01 AM
This worked for me:
Change show-authorization-status property to false in tomcat\webapps\share\WEB-INF\classes\alfresco\share-config.xml file:
Change from:
<show-authorization-status>true</show-authorization-status>
To:
<show-authorization-status>false</show-authorization-status>
12-02-2020 02:05 PM
@crisloli wrote:
Hi,
I find this solution in Ubuntu 20 with Alfresco 6.2 by Docker Compose:
1. Use Command docker ps and search ContainerID
2. Use Commando docker exec -it ContainerID /bin/bash
3. Explore in cd \webapps\share\WEB-INF\classes\alfresco\
4. Install nano for edit file with this command yum install nano
5. use command nano share-config.xml
6. Edit :
From<show-authorization-status>true</show-authorization-status>
To<show-authorization-status>false</show-authorization-status>7. user command exit and then docker-compose restart with you have file docker-compose.yml
I now found search user.
I would avoid making change this way, you may loose your changes when containers are re-launched. Instead use DockerFile and update the share image so you always have updated version of the share image with your custom patches.
See this thread: https://hub.alfresco.com/t5/alfresco-content-services-forum/it-s-impossible-to-show-users-list/m-p/3...
You can also check the discussion here: https://github.com/Alfresco/acs-community-packaging/issues/367
04-06-2020 02:07 AM
That's a known bug in share 6.2.
04-06-2020 03:17 AM
thanks !!!
04-06-2020 05:33 AM
Ni @zerros,
Thanks for accepting the solution - really helpful to other users.
11-30-2020 04:01 AM
This worked for me:
Change show-authorization-status property to false in tomcat\webapps\share\WEB-INF\classes\alfresco\share-config.xml file:
Change from:
<show-authorization-status>true</show-authorization-status>
To:
<show-authorization-status>false</show-authorization-status>
12-02-2020 09:47 AM
Hi,
I configure Alfresco 6.2 in Docker by Ubuntu but I don't know where find this patch in docker. Help me where change this file in docker.
12-02-2020 10:17 AM
Hi,
I find this solution in Ubuntu 20 with Alfresco 6.2 by Docker Compose:
1. Use Command docker ps and search ContainerID
2. Use Commando docker exec -it ContainerID /bin/bash
3. Explore in cd \webapps\share\WEB-INF\classes\alfresco\
4. Install nano for edit file with this command yum install nano
5. use command nano share-config.xml
6. Edit :
From
<show-authorization-status>true</show-authorization-status>
To
<show-authorization-status>false</show-authorization-status>
7. user command exit and then docker-compose restart with you have file docker-compose.yml
I now found search user.
12-02-2020 02:05 PM
@crisloli wrote:
Hi,
I find this solution in Ubuntu 20 with Alfresco 6.2 by Docker Compose:
1. Use Command docker ps and search ContainerID
2. Use Commando docker exec -it ContainerID /bin/bash
3. Explore in cd \webapps\share\WEB-INF\classes\alfresco\
4. Install nano for edit file with this command yum install nano
5. use command nano share-config.xml
6. Edit :
From<show-authorization-status>true</show-authorization-status>
To<show-authorization-status>false</show-authorization-status>7. user command exit and then docker-compose restart with you have file docker-compose.yml
I now found search user.
I would avoid making change this way, you may loose your changes when containers are re-launched. Instead use DockerFile and update the share image so you always have updated version of the share image with your custom patches.
See this thread: https://hub.alfresco.com/t5/alfresco-content-services-forum/it-s-impossible-to-show-users-list/m-p/3...
You can also check the discussion here: https://github.com/Alfresco/acs-community-packaging/issues/367
12-08-2020 08:14 AM
@narkuss wrote:That's a known bug in share 6.2.
View solution in original post
Oh, this was a bug. Thanks a lot for solution!
07-26-2023 12:02 AM
https://github.com/Alfresco/acs-community-packaging/issues/367#issuecomment-1650942005
Here you can find a very detailed explanation on how to fix it
Explore our Alfresco products with the links below. Use labels to filter content by product module.