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

Cannot disable global versioning

Hi,in my Alfresco (5.2.0, re21f2be5-b22) I'd like to disable versioning globally, only enabling it on demand. However, the documented way of putting "version.store.enableAutoVersioning=false" into alfresco-global.properties seems not to work. New fil...

almoehi by Champ on-the-rise
  • 7949 Views
  • 5 replies
  • 0 kudos

Resolved! Disabling auto-versioning in Alfresco Linux

Hi all,I am not able to disable auto versioning in Alfresco Linux.Tested in version 5.2 and 6.1See parameters in global properties#Disable file versioningcm: autoVersion = falsecm: initialVersion = falseversion.store.initialVersion = falseversion.sto...

image
jbrasil by Confirmed Champ
  • 10457 Views
  • 6 replies
  • 4 kudos

Resolved! Custom field validation on REST apis

Hi Alfresco provides a rich set of REST apis(ACS REST api and CMIS REST apis(OASIS specification implementation) for external integration .But for custom type upload of document - the mandatory field validation is not done . And content is uploaded -...

ranjeetsi by Star Contributor
  • 5704 Views
  • 2 replies
  • 3 kudos

How to upgrade Apache POI version?

 I have Alfresco 5.2 project with Apache POI version "3.10.1-20151016-alfresco-patched" and I need to update in up to 5.0.0 version (or 4.0.0). I have add the section <dependency> <groupId>org.apache.poi</groupId> <arti...

iceja by Confirmed Champ
  • 7839 Views
  • 2 replies
  • 1 kudos

Activiti 6 - Different Form Inputs for the same User Task

Hi,I have designed a workflow containing a reflexive SequenceFlow, which means the source and target element are the same (UserTask in my case). The execution works well after integrating with Spring Boot, the thing is I want to have different form i...

Widad_Dek by Champ on-the-rise
  • 3538 Views
  • 1 replies
  • 1 kudos

Custom Behavior for onCreateNode Policy

I am trying to create custom behavior for onCreateNode to validate a file signature .While I am creating the site  I  am facing issues i.e., its trying to validate the signature.So How to differentiate whether the created is site or a file ?

kiranmaik by Champ in-the-making
  • 4499 Views
  • 1 replies
  • 2 kudos

Create a node with an assoctiation to a user

Hi,I'm developing a UI using angular 7 and alfresco services, I'm trying to create a form page to allow creating new content in a datalist. This content must have an association with an user at the moment of creation, i'm sending the data to Create N...

panacasp by Champ on-the-rise
  • 5610 Views
  • 2 replies
  • 1 kudos

how to solove loging error

when I try to logging to my repository following error occurred could you please tell me how to solve this problem?Your authentication details haven't been recognized or Alfresco Services may not be available at this time.

Mahesha by Confirmed Champ
  • 3575 Views
  • 1 replies
  • 1 kudos

Logged in User Auditing

Is it possible to see what users are currently logged in through either the Activiti UI, one of it's apps, or one of Activiti's APIs?

Alfresco case insensitive lucene or fulltext query

How Can I create case insensitive lucene/fulltext query?var argsSearchTermCustom="demo";var query='PATH:"//app:company_home/st:sites//*\" AND @CM\\:name:*'+(search.ISO9075Encode(argsSearchTermCustom))+'* AND TYPE:\"cm:content\"';var queryDef = {query...

sp2 by Elite Collaborator
  • 3489 Views
  • 1 replies
  • 0 kudos

Upload REST API shows 400 bad request

Hi there ,I have an ESB webservice client which upload document to Alfresco  using following RestAPI .http://<xxx>:8080/alfresco/service/api/uploadI understand  ,  API  to be  called as multipart / form data  , with file and mandatory fields .    Whe...

image
brijeshnk by Star Contributor
  • 13767 Views
  • 6 replies
  • 2 kudos

Resolved! Location of alfresco.log, share.log

Hello,The location of alfresco.log and share.log is in the current directory when starting tomcat, which is already a very stupid thing to do since you will find these files anywhere your shell will be when you run tomcat's startup.sh.Apparently it i...

bloo by Champ in-the-making
  • 17774 Views
  • 3 replies
  • 3 kudos

Admin Tools / Users - incomplete user list - Alfresco 6.2

Hello,My environment is all Alfresco 6.2 Docker and Ubuntu 20.4.I have configured synchronization with AD and my query in alfresco-global.properties (basic) is:ldap.synchronization.personQuery = (& (objectclass \ = user)ldap.synchronization.userSearc...

marcog by Star Contributor
  • 4952 Views
  • 2 replies
  • 0 kudos

Publish to Alfresco Task - Folders not loading??

Hello,i am working with the APS Trial Version 1.11 and face an issue when using the Publish to Alfresco Task. I already connected my Alfresco Community Edition Repository with Alfresco Process Services in the Identity Management App and set the admin...

Weaseley1 by Champ in-the-making
  • 2594 Views
  • 0 replies
  • 0 kudos

Issue with office : document is locked

Hello !I use Alfresco community 6.2 on centos 7.I have succefully installed AOS 1.3 (with ssl). So with any office document I can click on "Modify in Microsoft Office". But there's a problem after editing and close any document with office. In Alfres...

dareal by Champ in-the-making
  • 9530 Views
  • 7 replies
  • 0 kudos

Sorting and pagination issues in ADF

We have a primary folder where user uploads the documents, say for example we have four pages of documents, when user is uploading the file where the table has the sorting set on created date, But ADF is providing sorting in such a way that sorting i...