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: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 1917 Views
  • 1 replies
  • 0 kudos

The entity with id: alfresco-api-demo was not found

Hi,I am trying to create document under the repository "alfresco-api-demo". but its throwing error.You can see the repository in the screen shot.Found 1 networks.Your home network appears to be: -default-http://localhost:8080/alfresco/api/-default-/p...

Resolved! Input parameters for ServiceTask

I would like to call the execute method of a Java class via ServiceTask. That works just fine. But how can I pass some input parameters to the execution? I can access the execution variables - no problem. But my input parameters are not available as ...

tdtappe by Confirmed Champ
  • 8533 Views
  • 3 replies
  • 1 kudos

Alfresco.war file not found, Desktop sync service

I'm trying to install Alfresco desktop sync service, I have followed the instructions provided in the documentation but I'm unable to find the alfresco.war file. https://docs.alfresco.com/syncservice/tasks/desktop-sync-install.htmlThanks in advance.

Install Alfresco pdf took kit version 6.1.1 Alfresco

Hello people,I installed the .amp of the pdf took kitI downloaded the files from the site below:https://github.com/OrderOfTheBee/alfresco-pdf-toolkit/releasesHowever, error is occurring while splitting pdf.Error message:An error occurred while the fo...

image
jbrasil by Confirmed Champ
  • 5913 Views
  • 2 replies
  • 1 kudos

Assign Future Tasks

Hi,I have a use case where a user is leaving their company, and they have initiated some process instances. Since they are the process initiator, there will likely be some future tasks assigned to this user. I wanted to assign this type of task to an...

ltd89 by Champ in-the-making
  • 4613 Views
  • 1 replies
  • 2 kudos

Help deploying ACS 6: production & test env

I have a production server and a test server in a local network, and I want to deploy Alfresco 6 (ACS) in production in the production server and in test-dev environment in the server tests, but all is in local network no cloud.anyone can help!

dadyodoo by Champ on-the-rise
  • 12684 Views
  • 12 replies
  • 3 kudos

Task Listener throws null error

Hello All,I have written task listener to get the users from candidate group I'm trying to call the following method List<User> users = userService.findUsersForGroup(Long.parseLong(groupId), "", 0, 1000);System.out.println("users=" + users.get(0).get...

amruta_w by Star Collaborator
  • 11359 Views
  • 7 replies
  • 2 kudos

source code install to my pc

Hi friends I am new to the AlfrescoI am alredy download the alfesco source code can i know pleace how to install it to my pc

Mahesha by Confirmed Champ
  • 4946 Views
  • 2 replies
  • 1 kudos

Upgrading amp that works on 5.2 to 6.1 failing

Hi, we have a custom amp that is working fine on 5.2.Once we test this out on 6.1 we get following errors thrown:Is there a specific guide that walks through what needs to be done to upgrade an amp to work with 6.1?2019-12-07 16:54:30,550 ERROR [org....

memko by Champ in-the-making
  • 7158 Views
  • 4 replies
  • 2 kudos

Resolved! Pass property values on to child-nodes

TL;DRWe need to pass on properties from a folder to all its' child-nodes. For example, if the folder A has the property id with the value 42, all child-nodes of that folder should inherit the same property with the same value.Currently, we have imple...

onkovic by Confirmed Champ
  • 5267 Views
  • 1 replies
  • 2 kudos

Setup content store and DB on another server

Hi Team,I have followed this blog for installation of Alfresco on Linux server.https://www.tecmint.com/install-alfresco-community-edition-on-centos-debian-ubuntu/I want to setup content store and DB on another server.On server A, alfresco will runOn ...

Navigate through files in document viewer

How can I navigate through the files that are in the folder "DEMANDES D'EMPLOI" from the document viewer, without having to go back to the folder each time (for example with arrows)?

image
imanez1 by Confirmed Champ
  • 4526 Views
  • 2 replies
  • 0 kudos

user's photo from AD to Alfresco

Hello.I synchronize user settings from AD, but there is no direct way to transfer photos.We have: photo in user settings in ADmatching parameters in common-ldap-context.xml<entry key="cm:firstName">      <value>${ldap.synchronization.userLastNameAttr...

javajunior by Champ on-the-rise
  • 3674 Views
  • 2 replies
  • 1 kudos

Sorting and pagination queries in ADF

Specifications: Alfresco 5.2.3 enterprise, ADF 3.4 ·         Considering 100 documents in a folder, and Item per page as 25,  when we navigate through the document library in ADF, we have a requirement of sorting documents by ‘Created date’ (oldest t...

ranjeetsi by Star Contributor
  • 7224 Views
  • 3 replies
  • 3 kudos

Is there any other efficient way to retrieve all the folders and files of a Alfresco space using Alfresco web script as well as the total documents count

I have tried to extract the folders and documents information using below CMIS query in web script.SELECT * FROM cmis:document WHERE IN_TREE('"+child.nodeRef+"')SELECT * FROM cmis:folder WHERE IN_TREE('"+child.nodeRef+"')But cmis:document giving me i...

rashi by Champ in-the-making
  • 5085 Views
  • 2 replies
  • 0 kudos