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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1740 Views
  • 1 replies
  • 0 kudos

Filter Workflow Task by StartDate

I am using ACS for workflow.I am having large no of workflows so I want o add filter.I need all the task where bpmstart date is equal of greater.I have checked existing logic and I am able to achieve but it will first fetch all the task then filter s...

sp2 by Elite Collaborator
  • 2944 Views
  • 0 replies
  • 0 kudos

Configure Alfresco over SAN

Hello Everyone,I have deployed Alfresco 6 (Dockerized) in a production enviornment. Previously Alfresco was configured on NAS storage. Now I want to configure the same setup on SAN storage. I would like to know that how can I configure Alfresco on SA...

Oauth2 redirect_uri parameter

Hello,I'm trying to achieve oauth2 integration using APS 1.11 in a container and external oauth2 provider. I have oauth2 properties enabled in activiti-app.properties. When I click SSO login on login screen it takes me to following address:https://ex...

ta by Champ in-the-making
  • 4068 Views
  • 2 replies
  • 0 kudos

How to synchronize locally deleted AD groups

Hello,I have successfully loaded users and groups from active directory. Unfortunately, they were not interconnected (wrong type of subsystem, "LDAP" instead of "LDAP-AD"). I fixed configuration and restart alfresco, one new group was loaded with use...

miroslav by Star Contributor
  • 3050 Views
  • 1 replies
  • 0 kudos

Cannot find user when trying to add him in a site

Hi,When I try to add an existing user to a site, the search query for user from Site Management section returns only the default Administrator user, although there are several other users added in alfresco (the sample ones from the sample site and al...

marius_d by Champ in-the-making
  • 13485 Views
  • 10 replies
  • 1 kudos

Multiple emails with “to” and “CC” Alfresco 5.2

We have a question for Alfresco 5.2 Using javascript (API) we want to send some emails for a CronJobs that we are developing. We have seen that if we use "mail.parameters.to_many" we cannot send "CC".We need to send MyLowesLifeTo: "email1@xxx.com", "...

User List in Document Model field

Dear All this is my first time in the forum. Please I am really sorry if my question is too basic.I am creating a document model with a field called "Revisors" where one or several users must be selected (those users will be part of the authoring of ...

ivanperino by Champ in-the-making
  • 2869 Views
  • 2 replies
  • 0 kudos

Alfresco Process Services Trial

Hello,I cannot access APS app and I get the message that "localhost refused to connect" I have double clicked "start-process-services.bat" file and I use windows OS

Likotsim by Champ in-the-making
  • 5497 Views
  • 5 replies
  • 0 kudos

Resolved! Apache Solr 6 creates large suggester_input/sort files

Hello, I am importing a large number of files into Alfresco and Solr is trying to create indexes. In the process, a large suggester_input and suggester_sort file are created in the temp Solr folder (50GB for the last two days).Is this normal behavior...

miroslav by Star Contributor
  • 8445 Views
  • 3 replies
  • 3 kudos

Control to select users within group

Hi everyone!We have a requirement to add some users as "asignees" in a workflow, but only users within a group... for this, I found several solutions, almost all of them based on customization of "Authority.ftl".But in our particular case, we have so...

isra_vass by Champ on-the-rise
  • 3459 Views
  • 1 replies
  • 1 kudos

Alfresco Site User Access Right Report

Hello everyone, I have developed a Site User Access Report that lists Sitename, Username, Users Roles on Site, Folders in Site and User's Permissions on those Folders. User will have a list of all the above data and can easily Search and Filter data ...

Connecting Alfresco with postgresql

Hello,I am new to alfresco. I have a PostgreSQL server (13) installed. I am trying to connect it with my community addition. I have followed the steps mention on alfresco docs but I am not sure that both are connected or not. Following are my questio...

kazmi5 by Champ in-the-making
  • 5927 Views
  • 4 replies
  • 0 kudos

PostgreSQL service start failed on CentOS 7

Installed PostgreSQL using:sudo yum install postgresql-server postgresql-contribPostgreSQL version: 9.2.18When start service:sudo service postgresql start Got error:Redirecting to /bin/systemctl start postgresql.service Job for postgresql.service fa...

Boothe6952 by Champ in-the-making
  • 9829 Views
  • 1 replies
  • 0 kudos

mapping users to groups

I am in the process of migrating an ACS 4.2.6 instance to a new data center and have the tedious task of creating locally authenticated users in place of the LDAP-authenticated users on the source system. Part of this process will entail adding users...

How to make blockade using behaviours?

Hello,I created a behaviour that executes some logic to check if the user is privileged to move/delete/update a node ( BeforeDeleteNodePolicy, OnUpdatePropertiesPolicy, BeforeCheckOut).If the user is not privileged, it throws AlfrescoRuntimeException...

upforsin by Star Collaborator
  • 3478 Views
  • 2 replies
  • 0 kudos

ACS 7.0 Community Edition and SDK Version

Hi,I am trying out community edition 7.0. For customizing I am trying to generate maven project as given the documentation using the following command> mvn archetype-generate -Dfilter=org.alfresco:I chose option 11 -> aio project (platform with share...