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

Forum Posts

Can i modify the Alfresco Community Edition?

In my project i have requirement CMS system i want to choose best one so i want to know first,In the alfresco i want to modify the UI, add the custom document view, customize validation upload document type or document size and custom web page on alf...

bhadresh by Champ in-the-making
  • 9066 Views
  • 6 replies
  • 0 kudos

Help with creating web-scripts

Hi, I'm new to Alfresco and according to some needs, I need to work on some web-scripts to automate a few things. I got into it followig some examples from JavaScript API Cookbook | Alfresco Community but I can't seem to get them to work.I made a sim...

mperez by Champ on-the-rise
  • 3713 Views
  • 1 replies
  • 0 kudos

Resolved! Webscript - Access Denied when amp installed on 5.2

We are trying to upgrade to 5.2 (201704) and to ubuntu 16.04. For some of our amps that contain webscripts the above exeption is thrown 2017-07-24 16:15:37,472  DEBUG [web.scripts.RepositoryContainer] [http-apr-8080-exec-5] Begin retry transaction bl...

mtsiak by Star Contributor
  • 6852 Views
  • 1 replies
  • 0 kudos

Problem enabling CORS on APS

I am working on my first ADF application.  I have created the template application OK using the yo tooling, I can log onto the Alfresco Content Services however I have trouble when I set the Process Services switch to on.  When I do this I get the fo...

nickchase by Champ in-the-making
  • 5695 Views
  • 2 replies
  • 0 kudos

Large Folders in the Content Repository

When putting a lot of content into the Alfresco Content Repository, it is necessary to decide how to manage large folders. In this discussion, I collect information on this topic in a public location where people can easily find it.BackgroundAn Alfre...

resplin by Elite Collaborator
  • 14080 Views
  • 3 replies
  • 14 kudos

Resolved! Synchronise users with their groups LDAP AD configuration

hello,I have a problem of synchronisation with LDAP active directory and alfresco.I can successfully synchronise all the groups and all users but unfortunately all the groups are empty can you please help me to find a solution to import users in thei...

yacinezr by Champ on-the-rise
  • 16611 Views
  • 7 replies
  • 2 kudos

Resolved! Get returned value on Curl

I have a main function in my webscript:mywebscript.jsfunction main(){........return arr;}main();How do I get arr when I call this script using curl command.curl "http://.../alfresco/service/mywebscript"

sakshik by Star Contributor
  • 7800 Views
  • 4 replies
  • 0 kudos

How Deployed Form and Linked that form with Process.

I am working on spring boot application with Activiti Ui 6. But their is no option to Form Deployment but when I have create Form at http://localhost:8080/activiti-app/editor/#/ and linked that Form based on Key in process then On Ui then When task i...

Resolved! Advance Workflow: No logger.log on Alfresco SDK 3.0

Hi,I was created an "helloWorld" advance workflow with Alfresco SDK 3.0 from Jeff Potts‌ Blog Creating Custom Advanced Workflows in Alfresco | ECMArchitect | Alfresco Developer Tutorials .On previous version with Alfresco SDK 2.0 the logger.log is ru...

billydekid by Star Contributor
  • 8251 Views
  • 5 replies
  • 1 kudos

Resolved! Increase embedded activiti engine version

Hello.I`m new in Alfresco and I have some not very smart questions I use Alfresco Community 5.2 created by alfresco-allinone-archetype and it contains embedded activiti 5.19.0.3. I think this activiti engine is bad because this version has some threa...

ttrn by Champ in-the-making
  • 4109 Views
  • 1 replies
  • 0 kudos

activiti modeler

I want add File Upload function in Activiti-Modeler. Which method is the simplest?Hopping for your help.Thanks!

wangqf123 by Champ in-the-making
  • 11398 Views
  • 8 replies
  • 0 kudos

Resolved! Trashcan cleaner not working

Hello!I have installed Alfresco Community 5.2, and I tryind to enable Trashcan cleaner, by this instruction, but it not working. When I watch log - there is no errors about trashcan, but there is errors about ldap-syncronization.Tell me please, can t...

art by Champ on-the-rise
  • 11658 Views
  • 4 replies
  • 2 kudos

How to change variable value passed in call activity?

I have a main process with parallel gateway consisting of call activity and user task. If I make action on user task, a variable x value will be updated to 'y', which also need to be updated in subprocess in call activity as well. Is there a way to u...

swamy2156 by Champ on-the-rise
  • 3840 Views
  • 1 replies
  • 1 kudos

Resolved! Issue querying for Signal

Hi,I have a problem regarding the query of signal.I'm trying to use signalEventReceived(signalName,executionId) to trigger a boundary signal. However it does not work, it says that Execution xx has not subscribed to a signal event with name xx.And wh...

jpgouin by Champ on-the-rise
  • 9787 Views
  • 5 replies
  • 0 kudos

Resolved! the Activiti boundarytimer didn't work when added two or more

Hi, i have encounted a problem.Can some friends help me?i have tried that the  process can   move into next userTask automically when overtime if  a  userTask is added a boundarytimer .but if i added  a boundarytimer to the second userTask,the timer ...

karedom by Champ in-the-making
  • 16296 Views
  • 5 replies
  • 1 kudos

Azure SQL Database and Alfresco Starter Edition

Hi all,I have just one question about the SQL Server for Alfresco Content Services Starter Edition.Do you know if it's possible to use #Azure SQL Database with Alfresco?Thank you in advance for your answers.Arnaud

arnaudmotz by Champ in-the-making
  • 3519 Views
  • 1 replies
  • 0 kudos

Activiti Processes disappearing, requiring a server restart

Hello,We are using Activiti (5.21.0) connected to MySql (15.1). Activiti (web application ) is deployed on Tomcat (8.0.43). Within a gap of 5-7 days we get an issue. All the processes, except for the default Demo Process & Demo Reports  , get un-depl...

ob2wr by Champ in-the-making
  • 4144 Views
  • 1 replies
  • 0 kudos

How to add external JS/CSS from CDN/external domain

Hi,I would like to add external assets (JS/CSS) that are served from CDN on external domain. This will be used to create custom stencils angular controller logic and some branded styling.I have found that you can add resources thro app-cfg.js/* * Cop...