Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 708 Views
  • 0 replies
  • 0 kudos

Solr is creating directories in profile folders

Hi, I am using Alfresco version 4 in centos 7. Somehow I have found that it is (or maybe Solr) is creating the following directories in the home directory randomly in different profiles.archive-SpacesStore workspace-SpacesStore.How Solr is picking fo...

What HW resources are needed for 0.5T-1TB of data?

Hello,Is anyone running an Alfresco Community 7 with approximately 500G to 1TB of data and max 10 users?  What HW resources are approximately needed for such a deployment? Is it possible to keep the installation/architecture all-in-one (everything on...

miroslav by Star Contributor
  • 2653 Views
  • 2 replies
  • 0 kudos

How to integrate Keycloak with Alfresco Community 7.2?

I have been trying to integrate the keycloak container with the Alfresco community 7.2 however the default alfresco community on docker-compose worked fine, when I added the keycloak container am not able to access the keycloak container and it keeps...

mahesh1b by Champ in-the-making
  • 3379 Views
  • 0 replies
  • 0 kudos

Errors installing Solr 6 in ACS 7.2 Docker Compose

Hello,I have these errors during the installation of Solr 6 using Docker Compose:docker-compose-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 03280254 GetTransactions return status is 404docker-compose-solr6-1 | at org.alfresco.solr.client.S...

Upload PDF Document v1.7 returning internal error

Hello!I am trying to create a document in Alfresco via REST API using the urlhttps://{host}/alfresco/api/-default-/public/alfresco/versions/1/nodes/7147b27b-db2a-4f0f-bf6d-46388a5abe62/children?alf_ticket={token}&autoRename=trueThis call does work fo...

image

Can manage user without admin right?

Hi, Everyone can I manage users on alfresco communities 7 without admin rightbecause alfresco has sensitive content and can't protect the content document from the admin user (administrator) to see it.May I create other users with add, edit, and remo...

Brayo by Champ on-the-rise
  • 2021 Views
  • 2 replies
  • 0 kudos

Resolved! How to maintain an alfresco system?

Hello there, what are the basic maintenanace activities of alfresco long running system? What events/problems do you deal with most often? (temp files, regular cleaning jobs, etc.)Tnak you!

miroslav by Star Contributor
  • 2228 Views
  • 1 replies
  • 1 kudos

How to archive documents?

Hello,after some time, there are documents in the Alfresco system that will not be used anymore. Is there any way to archive them? (special site, or just remove them and back up). I am looking for a typical solution. Thank you!

miroslav by Star Contributor
  • 2816 Views
  • 1 replies
  • 1 kudos

Resolved! ACA Making properties read only

Project Alfresco Content ApplicationI'm trying to extend Content Metadata Card with custom groups and can't make property readonly.The changers of app.config.json file by documentation do not work,and changers of app.extensions.json file by forum thr...

fedorow by Elite Collaborator
  • 2920 Views
  • 3 replies
  • 1 kudos

REST update node properties cm:taggable and cm:categories

In the API Explorer, when updating a node there's a note that settings properties of d:category is not supported (see image)This means that Categories (cm:categories) and Tags (cm:taggable) of a node are not updatable via REST: is there a workaround ...

image

How to configure master-slave data replication in Alfresco ?

Hello,I would like to have two instances of alfresco community 7 with data replication between them. If the first instance goes down, the traffic would be redirected to the second instance. Users would have to log in again, but would have the data av...

miroslav by Star Contributor
  • 2837 Views
  • 2 replies
  • 0 kudos

Node count in its parent folder.

Hi,May i know the correct method to get the node count in the parent folder. I have done this```        ChildAssociationRef parent = serviceRegistry.getNodeService().getPrimaryParent(nodeRef);        final NodeRef fileNodeRef = parent.getChildRef(); ...

atultalhar by Champ on-the-rise
  • 1366 Views
  • 0 replies
  • 0 kudos

Open document in new tab in browser

Hi everybody,The think is: I searched document via search browser. After searching it I get this:Now I would like to open document detials in new tab in browser after clicking on its name.I know that I need to edit javascript file and add to <a> tag ...

image