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

Forum Posts

group name in aps script task

How can i get the group name in aps script task the same as you do for users: ${userInfoBean.getUser(123, execution)} ? Is there any alternative way to do it ?

ergi1991 by Champ in-the-making
  • 991 Views
  • 0 replies
  • 0 kudos

send email notification not working when i start a workflow

hello , We have configured Alfresco to send email notifications when workflows are triggered; however, we are encountering difficulties with sending emails via our SMTP server Office 365 (smtp.office365.com).The problem we are facing is as follows: w...

wassim96 by Champ in-the-making
  • 1445 Views
  • 1 replies
  • 0 kudos

Tomcat not starting from Windows Service

Hi,I have installed Alfresco Community Edition 7.4. When the Tomcat is started through command prompt using Startup.bat or catalina.bat, it starts fine. We are trying to run the same through windows services using the Tomcat.exe file, but it does not...

Resolved! Alfresco Monitoring with Prometheus and Grafana

OverviewThere are many ways in which the activities and operations performed in Alfresco Content Services can be measured and montiored. In this post, we are going to take a look at montioring Alfresco using monitoring systems such as Prometheus & Gr...

karthick by Champ on-the-rise
  • 13736 Views
  • 7 replies
  • 4 kudos

Simultaneous editing of an office document

I have got a special requirement from a potential customer. They want to use Alfresco, and they want to simultaneous edit an office document. They need to have everything installed on-prem. No cloud can be involved.Has anyone seen any similar solutio...

frkas by Champ in-the-making
  • 4951 Views
  • 4 replies
  • 0 kudos

Alfresco CMIS 1.1 Browser Internal Error

Hi,When I call CMIS 1.1 Browser Binding URL API, Alfresco return http status 500. I checked the log from file alfresco.log and catalina.log but didn't see the error.Thank you in advance for your valuable assistance

image
phucvv by Champ in-the-making
  • 1259 Views
  • 2 replies
  • 0 kudos

Resolved! Alfresco share error during startup log4j not found

Hello there,we are using Alfresco Community installed with docker compose.We are trying to update from 7.3.1 to 7.4.4.1old versions of images:alfresco/alfresco-content-repository-community:7.3.1alfresco/alfresco-search-services:2.0.6alfresco/alfresco...

Dstava by Champ in-the-making
  • 1983 Views
  • 2 replies
  • 0 kudos

Optimizing JS Timers in Alfresco to Minimize CPU Overhead

Hello everyone,I have a question: How can a timer function be integrated into Alfresco without causing excessive CPU consumption? Presently, we have an Alfresco rule triggering the execution of a JS script. Within this script, a timer function of the...