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, Community ...

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

Resolved! What is this error?

Can anyone help to understand what this error means? Im an alfresco admin and when I log on to our coporate alfresco https://localalfresco.com/admin it throws this error. This error started to appear recently all of a sudden

image
saadm2005 by Champ on-the-rise
  • 5136 Views
  • 1 replies
  • 0 kudos

CmisConnectionException - from Session getting objectByPath

I am successfully getting session and repository info. But any call to session such as the ones below throw CmisConnectionException.session.getRootFolder();session.getObjectByPath("/Sites/mysite/documentLibrary")I write code as:parameter.put(SessionP...

SG by Champ in-the-making
  • 3861 Views
  • 1 replies
  • 0 kudos

Resolved! How to mirror document library to the external drive?

HelloI would like to mirror document library files and folder structure to the backup drive every night (so downloading whole document library is not an option). How can I do it?Alfresco stores files in different structures and with different names s...

upforsin by Star Collaborator
  • 7654 Views
  • 4 replies
  • 3 kudos

Resolved! Can't run integration test with All in One

With barebone aio alfresco 6 I can't run integration tests. This class is created when aio is created. What I understand it's because of lack of webscript runtest.get.desc.xml.But why isn't it loaded even though it's inside <!-- Bring in Alfresco RAD...

xyz by Champ on-the-rise
  • 6618 Views
  • 3 replies
  • 1 kudos

Resolved! Call APS Api

How to call APS rest api from adf?

sp2 by Elite Collaborator
  • 7201 Views
  • 3 replies
  • 0 kudos

How to get all user inside AngularJS component

Hello, I need some help.One of my ex colleagues uses UserService in a costomised AngularJS component to get users. UserService is injected in an AngularJS component, you can see the injection in the joined image The method used to get users is the fo...

image
IlhemB by Champ in-the-making
  • 4287 Views
  • 2 replies
  • 0 kudos

Installation Issue Alfresco 6.1

@angelborroy  Dear sir i am using your github link:https://github.com/Alfresco/alfresco-docker-installer for installing the alfresco 6.1.Steps I have invloved:1- Installed --> node.js   -->version=v12.3.12-Installed --> npm install -g yo -->version=3...

Resolved! Starting alfresco 6.1

Hello, All my installations attempts for various v6x versions have been unsuccessful, usually with Alfresco failing to start up successfully. I noticed that there are several setup guides on the net for previous versions but one can hardly get versio...

imanez1 by Confirmed Champ
  • 7221 Views
  • 4 replies
  • 0 kudos

getNodeChildren request with 'where' option

Hi, I try to use where option with getNodeChildren method but it doesn't work:const childrenOpts = { skipCount: 0, include : ['path', 'properties', 'allowableOperations', 'permissions', 'aspectNames', 'isFavorite'], includeSource: true, m...

Resolved! AD synchronization does not work with APS 1.10.0

Helloin APS 1.10.0 we have AD configuration and we have problems with synchronization:11:32:00 [pool-3-thread-4] INFO  com.activti.idm.ldap.service.LdapGroupContextMapper  - Found 2 members with attribute name member for group GROUP_NAME11:32:00 [poo...

nenadteo by Champ on-the-rise
  • 8814 Views
  • 5 replies
  • 1 kudos

Resolved! How to overlay class from jar

I have a class which is tweaked in some particular way and this is class from alfresco-repository7.43.jar. I want to overlay this class. Inside my repo container I have my customized class in ./webapps/alfresco/WEB-INF/classes/... and  basic class in...

xyz by Champ on-the-rise
  • 7569 Views
  • 4 replies
  • 2 kudos

Resolved! Uploading huge amount of documents crashes Alfresco

Helly everyone, I am using Alfresco Community Version 6.0.a (Dockerized). I am uploading about 12000 folders with the file size of 2 GB ,consisting of general Word documents. The problem is when i upload these folders my alfresco crashes and stops re...

Alfresco OpenCMIS - How to get ServiceRegistry from Session?

I am using chemistry-opencmis-1.1.0.My understanding is, we first create Session and from Session, we get the ServiceRegistry.However, when I look at the org.apache.chemistry.opencmis.client.api.Session, I do not see any method called getServiceRegis...

SG by Champ in-the-making
  • 5043 Views
  • 2 replies
  • 2 kudos

How to get all user inside AngularJS component

Hello, I need some help.One of my colleagues uses UserService in a costomised AngularJS component to get users. However, we get only the first 50 users and we can't get the documentation of this service to change the size of the list we get from the ...

IlhemB by Champ in-the-making
  • 5481 Views
  • 3 replies
  • 0 kudos

Inbound mail Alfresco Dashboard

Hello,I want to manage my inbound emails in Alfresco's dashboard the same way demonstrated in the next picture or more detailed in this videoHow can I do that?I'm using Alfresco 6.1 community.

image
imanez1 by Confirmed Champ
  • 3413 Views
  • 1 replies
  • 0 kudos

RM Admin Tools how to open

Good morning....I have a noob question but i wont find how to open RM Admin Tools;I'm looking on documentation but it's not work fine to me...i'm use alfresco community 5.2i'm logged on administrator and not have a menu about that...

nokinha1 by Confirmed Champ
  • 5729 Views
  • 4 replies
  • 0 kudos

How to get GroupIds from Group name in a Script Task

Hi all,I'm struggling to build a groupIds List from the groups names.I'm trying to use a MultiInstance Sub-Process to Review/Approve a document. The user will choose in a form which groups should review the document, so if I understood correctly I ne...