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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco Labs

ttoine by Community Manager
  • 516 Views
  • 0 replies
  • 0 kudos

How to calculate the hash for ACTIVITI_ADMIN_PASSWORD_HASH

Hello,I'm installing Alfresco Process Services based on the docker images.I want to change the default 'admin' password during installation by setting the ACTIVITI_ADMIN_PASSWORD_HASH envrionment variable.I can't find anywhere how to calculate this h...

Machiel by Champ in-the-making
  • 3028 Views
  • 1 replies
  • 0 kudos

Resolved! Hyperlink in custom property

Hi,i have a custom type with some properties (text). I need to add one more property with an hyperlink to another document in documentLibrary.I know that i link folders using "Copy To -> Create Link", but in this case the link to document is only in ...

Lvit by Champ in-the-making
  • 3548 Views
  • 1 replies
  • 1 kudos

Resolved! How to override ActivitiesFeed subsystem Java class?

Hello,I want to change a bit the FeedNotifier. To achieve it I have to add a few lines of code to FeedTaskProcessor.java.How Can I override this file?I'm using dockerized Alfresco 6.1.2 and I tried to create a "FeedTaskProcessor" class in  "org.alfre...

upforsin by Star Collaborator
  • 11868 Views
  • 5 replies
  • 2 kudos

Resolved! relocate Alfresco Community v5.0.0 content store to a NAS

As we are using Alfresco Community v5.0.0(d r99759-b2) schema 8022so may I know if this version already support moving content store to a separate NAS from a shared SAN?just change configuration to point to new content store directory ?how to MIGRATE...

dba100 by Star Contributor
  • 11100 Views
  • 11 replies
  • 0 kudos

unsolvable Error message

Hello all,We encounter a log error message that we are not able to solve. Has anybody encountered this error before?We are using ACS 7.1 and actually I think that this could be an old config from our upgrade that causes this error.This is the exact m...

dsc1086 by Confirmed Champ
  • 4903 Views
  • 5 replies
  • 0 kudos

Resolved! Share not displaying custom aspect.

I have created a custom aspect,  and it's working fine.  My problem is in the share-config-custom.  So for the standard DocumetLibrary evaluator I have this:<config evaluator="string-compare" condition="DocumentLibrary"> .... <aspects> <addab...

mangar by Star Contributor
  • 3790 Views
  • 1 replies
  • 2 kudos

Resolved! Problem with the visibility of documents

Hi, I have a problem with the visibility of documents. I started the components, added the file via the BPM platform and I can download it there. Unfortunately, I cannot see this document directly on alfresco. I have some tips, but I don't know how t...

image image image image
braiank by Champ in-the-making
  • 7294 Views
  • 3 replies
  • 1 kudos

Alfresco S3 Connector

Hello,I have an Community 7.0 installed in rhel8.3 and I am trying to find a way to connect it to AWS, the Alfresco HUB connectors give problems in their compilation,any idea how to do it.Thank you

preinosag by Champ in-the-making
  • 4719 Views
  • 4 replies
  • 2 kudos

Performance issues on 32GB and 8 vCPUs production server

Hi, We are facing some performance-related issues on one of our customer production instances for a long time, please find my below observations until now. 1. 32GB Memory is almost fully used. 8 core vCPUs are highly used daily 2-3 times but not at a...

Error in python Scripting

Hello EveryoneI am trying to write a task script in python but I am getting an errorIt seems that the interpreter does not recognize the language of the scriptHow can I mention the scripting language?Thnx in advance

ameni by Champ in-the-making
  • 2441 Views
  • 1 replies
  • 0 kudos

The problem creates a thumbnail after insertion

Hi,I use alfresco 7.1.0 with embedded ImageMagick 7.0.10. In global.properties I have system.thumbnail.generate=true. In Tomcat I have file thumbnail-service-context.xml and I use CMIS connector.<?xml version="1.0" encoding="UTF-8"?><beans xmlns="htt...

robertD by Champ in-the-making
  • 2779 Views
  • 1 replies
  • 0 kudos

Resolved! Enable CORS in yml file DOCKER (ACS 7.0.0)

hi,        i have configured ACS with active directory.every thing was working fine up till now.after enable cors in the yml fine.I cant run ACS.can anyone help me.YML FILE CONFIGURATION SETTINGSalfresco:image: alfresco/alfresco-content-repository-co...

ahmed2 by Champ in-the-making
  • 4221 Views
  • 1 replies
  • 1 kudos

How can i integrate Alfresco Community with keycloak

Hello,i am a newbie in alfresco, i need to use my keycloak server as authentication server of alfresco community installation using docker-compose.how this can be done, what is the suitable method and what is the difference between External Authentic...

ayatullah by Champ in-the-making
  • 2831 Views
  • 1 replies
  • 0 kudos

Alfresco afts query greater/lesser than

Hi,Is it possible to filter numeric values with greater/lesser than operators?{    "query": {        "query": "PATH:'/app:company_home/st:sites/cm:company-site/cm:documentLibrary/cm:FolderA/*'",    "language": "afts"    },    "filterQueries": [{"quer...

Filter CMIS query from properties values

Hi,Is there a way to filter a query from the properties values?I tried this way :{    "query": {        "language": "cmis",        "query": "select * from cmis:document WHERE IN_FOLDER('71af2bec-22d4-11ec-9621-0242ac130002') AND properties.cm:title L...