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

Forum Posts

Resolved! Fire a rule only when the version changes

I couldn't find a way to do this There is "Items ar updated" but that triggers even if a property changes.And there is "Items are created or enter this folder" which does NOT trigger when a new version is uploaded.Is this correct?

Roadmap 2020

Hello,where i can find a road map from ACS for 2020-2021 ?I want to know if an integration with offfice 365 ONLINE and WOPI protocole are scheduled by alfresco teamThxPascal

Pascal_DC by Champ in-the-making
  • 3372 Views
  • 1 replies
  • 0 kudos

Resolved! Alfresco connection with MariaDB

Hello,We are usign Alfresco Content Services 6.2, and MariaDB 10.4.12.The MariaDB is installed in other machine.We are using the mysql-connector-java-5.1.32-bin.jar and in the alfresco properties we have the following parameters.db.driver=com.mysql.j...

giannis by Champ on-the-rise
  • 8722 Views
  • 6 replies
  • 0 kudos

Failed to upgrade from 5.2.6 to 5.2.7

Hi ,We installed the new (from 5.2.6 to 5.2.7 through installer on windows os)ACS 5.2.7 after the complete installation the alfresco was inaccessible.In Access.log we were getting 404 error Below error we are getting in stdout.logCaused by: org.postg...

Custom servlet filter in ACS

Hello,I would like to create a custom servlet filter in ACS v5.2 which will be able to fetch username and token from currently authenticated user.Every attempt ended up with failure.Do I need to extend BaseNTLMAuthenticationFilter or something else? ...

nenadteo by Champ on-the-rise
  • 4459 Views
  • 3 replies
  • 2 kudos

Tech Talk Live - June 10 - (re)Indexing Large Repositories

Tech Talk Live - (Re)Indexing Large Repositories When upgrading to a new Alfresco version or after a bulk ingestion, SOLR sometimes requires to be indexed from scratch. Join this session to understand SOLR indexing process and to get some tips that c...

EddieMay by World-Class Innovator
  • 2476 Views
  • 0 replies
  • 0 kudos

Can't access through 443 port running Apache

Hi guys, how is it going?Im having issues trying accessing Alfresco through HTTPS.I have it installed on Ubuntu 18.04.What I did was install Apache in front of Tomcat so requests goes through that.Im not sure what I have to configure so from LAN can ...

Martinvaz by Confirmed Champ
  • 2747 Views
  • 1 replies
  • 0 kudos

Content model and convert types

Hello,i have this content model <type name="custom:A"> <title>A</title> <parent>cm:content</parent> </type> <type name="custom:B"> <title>B</title> <parent>cm:content</parent> </type> <type name="custom:C"> ...