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

100mb file upload failing

Hi team,We are trying to upload a 100MB file into Alfresco Community Edition but getting failing. We have tried updating the max file size, but it is still failing. Any help would be appreciated.Thanks.

Alfresco Rest API and Power Automate

HiI'm having trouble uploading files to Alfresco with the Alfresco Rest API. I work with Power Automate for my project. With Power Automate, I can connect and browse files from Alfresco.However, I run into issues when trying to upload files with the ...

Capture.PNG Capture2.PNG
Chacky by Champ in-the-making
  • 777 Views
  • 0 replies
  • 0 kudos

From Alfresco CE 7.3/Tomcat 9 to Alfresco 23.2.1/Tomcat 10

Hello,I'm trying to upgrade my Alfresco installation and, as usual, upgrade doesn't end as expected.My server runs Linux/Devuan (testing) with Tomcat 10.1.34 and PostgreSQL (now 12, but I will upgrade database to 17 when Alfresco will run again).In c...

jkb by Confirmed Champ
  • 1141 Views
  • 0 replies
  • 0 kudos

Issues seen post 7.1 to 7.4 data/content migration.

Hi,I've installed Alfresco 7.4 with ansible (installer v2.0) and migrated my database and content store to it.  All services are running, I can authenticate to it, and I can see all my documents.I was previously running securComms=none however since ...

michaelzietlow_0-1738356741529.jpeg michaelzietlow_1-1738356783544.jpeg

Resolved! How to set custom content property in Alfresco REST API

Hi there ,I need to upload document using REST API . Along with this , I do have custom type (pololicy) defined and custom properties (pol:documentid) also .  When i upload using POSTMan , i can see uploaded document and custom type in Alfresco , att...

image
brijeshnk by Star Contributor
  • 9986 Views
  • 5 replies
  • 1 kudos

Search for text content doesn't works (Alfresco )

Hello,i use alfresco all-in-one (All-In-One (AIO) project for SDK 4.5, 7.3)with docker, i import some simple pdf file for test, search ingine works if i search by title or description but doesn't work if i seach with word contented in text of pdf doc...

Damdev by Champ in-the-making
  • 745 Views
  • 0 replies
  • 0 kudos

Exception while invoking TaskListener: "java" is not defined

Hello,I have a workflow that works well on alfresco community 5.2When I did the migration to Alfresco 7.4 community, I had an error on the taskListener:ERROR [org.activiti.engine.impl.interceptor.CommandContext] [http-nio-8080-exec-3] Error while clo...

malekgn by Confirmed Champ
  • 3301 Views
  • 2 replies
  • 1 kudos

External Authentication using OIDC/SAML ?

Looking at the documentation, external authentication support seems limited.cf. https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Manage-Security/Authentication-and-sync/Configure-authentication...

jeans by Champ in-the-making
  • 1180 Views
  • 0 replies
  • 0 kudos

Alfresco 7.4.0 tomcat & Active MQ version upgrade

We are using Alfresco 7.4.0 which has Tomcat 9.0.59 and Active MQ 5.17.4, Now we need to upgrade Tomcat to 9.0.98 and Active MQ to 5.17.6 as per the vulnerabilities detected in current versions, i believe Tomcat upgrade should be simple as moving the...

ysumity by Champ on-the-rise
  • 1018 Views
  • 0 replies
  • 0 kudos

EFS vs FSx storage options

We are preparing the infrastructure for a deployment in AWS for Alfresco Content Services. We are moving from an on prem installation.We plan to use EKS, RDS (for postgresql relational database) and S3 service (for contentstore).As noted in the docum...

MT_ALF by Champ in-the-making
  • 1228 Views
  • 0 replies
  • 0 kudos

Failed to commit buffered response

Hello, I'm Simona and I'm new to this forum.I've been experiencing some issues with Alfresco 7, which was installed in 2021. Until a few days ago, it was working fine, but now it freezes after about an hour of running, and this error appears in the l...

Simona by Champ in-the-making
  • 1937 Views
  • 2 replies
  • 0 kudos

Alfresco Content App refresh DocumentList Sort

Hello,In my Alfresco Content App, when i am located in personal-files or repository and am inside a folder containing files, i can sort my files with different options (size, modified, modifier etc.).My problem is : when i sort in a way and then i op...

Paudiger by Confirmed Champ
  • 721 Views
  • 0 replies
  • 0 kudos

Query CMIS by lenght of a field

Hello,I'd like to search documents by some LENGHT function, for exemple:SELECT * FROM mySite:document where LENGTH(mySite:myField) > 10Is that possible?I use the search entreprise 23.2 and ACS 23.2 and Opensearch as a search engine.