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
  • 1768 Views
  • 1 replies
  • 0 kudos

Integrating Bonitasoft with Alfresco

I'm trying to upload a file generated in Bonitasoft to Alfresco Share, but I'm only getting this error: Work ExecuteConnectorOfActivity: flowNodeInstanceId = 20004, connectorDefinitionName = upDoc failed. The element will be marked as failed. Excepti...

werneckjp by Champ in-the-making
  • 1647 Views
  • 0 replies
  • 0 kudos

Restrict Search Results using rest API

Hi there,I'm building a PHP client to perform an Alfresco search using the API for "public" access to some alfresco documents. I've created a site within Alfresco and have a set of folders there. I can already display both folders and files from Alfr...

Spatial Query

Hello,I'm using the Alfresco service, via the CMIS interface, from WEB application as well as desktop applications.My problem is due to a new requirement which ask me to perform spatial queries to retrieve documents. The spatial information which bes...

s_biondi by Champ in-the-making
  • 5579 Views
  • 3 replies
  • 0 kudos

CMIS Exact Term Search in ACS 23.1.0 does not work

My CMIS search with '=' does not work.Query: SELECT * FROM colClient:document where colClient:caseNumber = 'case number postman'Model:<property name="colClient:caseNumber"> <type>d:text</type> <mandatory>false</mandatory> <index enabled="true"> <atom...

APS SDK 2.4.1 released

We have just released APS SDK 2.4.1 adding support for Alfresco Process Services 2.4.3: https://github.com/OpenPj/alfresco-process-services-project-sdk/releases/tag/v2.4.1 Feel free to contact me for any questions  Hope this helps 

openpj by Elite Collaborator
  • 1856 Views
  • 0 replies
  • 1 kudos

Problems trying to deploy Alfresco Community on GCP

Hello, I am having several problems when trying to deploy Alfresco Community on a GCP cluster.The guide to deploy Alfresco on EKS creates an AWS EFS storage called "nfs-client":cat > aws-efs-values.yml <<EOT storageClasses: - mountOptions: - tls...

nmd20 by Champ in-the-making
  • 1911 Views
  • 1 replies
  • 0 kudos

Use a different Authentication Method for AOS in alfresco

It is possible to configure alfresco to only use NTLM authentication when using AOS in the online edition?The proble is, if i activate NTLM fo all, i have the problem i indicated in the post:https://hub.alfresco.com/t5/alfresco-content-services-forum...

dpardell by Champ on-the-rise
  • 1744 Views
  • 0 replies
  • 0 kudos

Connect to Rest API with NTLM authentication enabled

I am usign alfresco 5.2 community edition.I modified the alfresco configuration to use NTLM authentication        ntlm.authentication.sso.enabled = trueand modified the file .../alfresco/web-extension/share-config-custom.xml, adding this:<connector> ...

dpardell by Champ on-the-rise
  • 1757 Views
  • 0 replies
  • 0 kudos

Duplicate Keycloak Users with ADF

Hello, I'm trying to set up ACS Community Version (SDK 4.7) to use Keycloak as Identity Service, and to use ADF to manage the authentication and authorization process in my UI app.I managed to set everything up using different guides and my app actua...

fsanna by Champ on-the-rise
  • 2557 Views
  • 1 replies
  • 0 kudos

Model Error while upgrading existing 5.2 alfresco to 7

Context initialization failedorg.alfresco.service.namespace.NamespaceException: URI http://www.alfresco.org/model/workflow/1.0 has already been definedat org.alfresco.repo.dictionary.AbstractDictionaryRegistry.addURIImpl(AbstractDictionaryRegistry.ja...

sethupavan by Champ in-the-making
  • 1326 Views
  • 0 replies
  • 0 kudos

Use a different Authentication Method for AOS in alfresco

It is possible to configure alfresco to only use NTLM authentication when using AOS in the online edition?The proble is, if i activate NTLM fo all, i have the problem i indicated in the post:https://hub.alfresco.com/t5/alfresco-content-services-forum...

dpardell by Champ on-the-rise
  • 1471 Views
  • 0 replies
  • 0 kudos

Connect to Rest API with NTLM authentication enabled

I am usign alfresco 5.2 community edition.I modified the alfresco configuration to use NTLM authentication        ntlm.authentication.sso.enabled = trueand modified the file .../alfresco/web-extension/share-config-custom.xml, adding this:<connector> ...

dpardell by Champ on-the-rise
  • 1870 Views
  • 0 replies
  • 0 kudos

INJECT A CUSTOM BEAN IN A CUSTOM CLASS

I'M ASKING FOR THE SECOND TIMEi have a custom bean in context-service.xml and i'm using AIO archetype and my bean looks like these :<!-- --><bean id="UtilBeanId" class="com.util.Utils"> <property name="serviceRegistry"> <ref bean="ServiceRegistry" />...

alaeddine by Champ in-the-making
  • 1782 Views
  • 1 replies
  • 0 kudos

Resolved! Alfresco Email Send

Hello, this is my alfresco-global.properties emails configurations.......### Email settings ###mail.encoding=UTF-8mail.host=smtp.uci.cumail.protocol=smtpmail.port=587mail.username=liomar@xxxx.cumail.password=****************mail.from.default=liomar@x...

Shift by Champ on-the-rise
  • 3780 Views
  • 3 replies
  • 1 kudos

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
  • 1403 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
  • 2410 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...