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

Resolved! ADF in https mode

Hi,In production: I'm trying to use https protocol with adf .I have updated proxy.conf.json file :{ "/alfresco": { "target": "https://localhost:8443", "secure": true, "changeOrigin": true }, "/": { "target": "https://localhost:8443", ...

How to restructure the Alfresco Repository

Hi,We are using Alfresco Community Edition 5.0d. Unfortunately the best practices are not followed since beginning. Due to this all the documents are stored in the Repository root folder. This folder now has 800,000  records. This is causing performa...

anupam_g by Champ in-the-making
  • 10539 Views
  • 8 replies
  • 2 kudos

Patches getting applied at every startup

I'm trying to bootstrap a second "admin" user following the directions at Bootstrap content | Alfresco Documentation .  This seems to work the first time I startup alfresco.  The use is created (though marked as incomplete and homeDirectory isn't set...

jaxtell by Champ on-the-rise
  • 4571 Views
  • 1 replies
  • 0 kudos

Aflytics extractions don't work

Hello, we have Alfresco Enterprise Edition installed on a server and Pentaho with Alflytics (and Saiku Analytics Plugin) on another one.The first extraction made some data appear in Pentaho but after that one we can't see any update.I can't see what'...

Is it possible to change in the Workflow UI Tool?

Hello;I need to know if I can add an tab same as workflow and manage and report in the below image?Also I need to know what is the usage of Variables that can see it when we click on manage in the below image?RegardsBilal

bghayad by Champ on-the-rise
  • 3027 Views
  • 0 replies
  • 0 kudos

Resolved! Get users in group via a paging result using the AuthorityService

Hi,Is it possible to get the users from an Alfresco group as a paging result by using the AuthorityService in Java?I have been looking at the methods of the AuthorityService but I cannot find an appropriate method to do this. The methods that come cl...

kring by Champ in-the-making
  • 6698 Views
  • 3 replies
  • 0 kudos

Default Workflow Path for v5.2 and v6

Recently our custom workflow gave an error regarding the destination folder for a document. Upon clicking Approve or Reject I receive this error.I managed to rebuild the workflow with the Activiti bpmn, make an exact copy of the original workflow. Th...

erichkey by Confirmed Champ
  • 5470 Views
  • 2 replies
  • 0 kudos

Unable to add remote catalog from https://nexus.alfresco.com

Hello, I'm new to Alfresco and Java development, i'm following this article Getting Started with the Alfresco Maven SDK | ECMArchitect | Alfresco Developer Tutorials  to get started. At one point it says: Click Add Remote CatalogSpecify "https://nexu...

edagher by Champ on-the-rise
  • 3688 Views
  • 1 replies
  • 1 kudos

Suspend / Cancell one of multi-instance subprocess

I'm trying to do something like that: i have a process instance and multi-instance subprocess (sequential false), but in some cases i need to cancel or suspend just one of this subprocess. I can't find one method on Activiti 5.19 where i can do this....

erinthon by Champ in-the-making
  • 2965 Views
  • 0 replies
  • 0 kudos

API error (Network not found)

We are several app that storages contents on alfresco communitiy 4.We are planning to upgrade to community 6.But when we change the app. congfigurations to point to new installed (anda data migrated) alf. 6 release and try to test storing content fro...

guille by Champ in-the-making
  • 3985 Views
  • 1 replies
  • 0 kudos

Alfresco is very slow objectList.hasNext() CMIS

HelloIm working on a simple file explorer. User simply clicks on a folder & a folder list is displayed. There are over 200 sub folders inside a my test folder. But it is taking forever.I measured the performance of the code & found out that that ther...

elcamino by Confirmed Champ
  • 6658 Views
  • 4 replies
  • 0 kudos

customizing Web Quick Start sample

Hi, I am trying to customize Web Quick Start for my company intranet. I do not know the approach to modify title in each out-of-the-box pages generated by Web Quick Start sample. Anyone knows about that, please kindly help. Much appreciated!

ddtien66 by Champ on-the-rise
  • 3474 Views
  • 1 replies
  • 0 kudos

Activiti Ldap

Hi I am doing Activiti Ldap integration as per "https://www.activiti.org/userguide/#chapter_ldap". Please help me know : 1. Where to the xml file that has configuration. 2.How to test integration is successful ? 

padam by Champ in-the-making
  • 2844 Views
  • 0 replies
  • 0 kudos

New Alfresco Installation

I have installed, manually, alfresco content services on a Windows Server 2016 device using Tomcat 9. I am getting the following error in the tomcat logs and when browsing to the url I get the error that it cannot access the repository.29-Jan-2019 10...

Resolved! How to disable history in spring activiti

Hi Everyone,I am using Activiti with spring boot, I am facing few performance issues while getting the data from the activiti tables this is due to the history tables I guess.When I am querying for the data from the activiti tables, in the 1st scenar...