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

Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context permissions?)

Getting the above error after installing the community version of Alfresco in windows 64 bit  versionAdded to this post installation i got an error which i have attached here. kindly help me in resolving the issue

Get diagram of process before completed

Hi everyone!3 days ago I asked a question about get image of process diagram but maybe my question is not clear to you.After research, I will summary my problem like this:- Because when process completed, I can't use http://localhost:8080/activiti-re...

nhhao1996 by Confirmed Champ
  • 4152 Views
  • 2 replies
  • 0 kudos

Archive from Fileshare Automatically

I have a requirement where there is a Shared Drive with Millions of documents, I want Alfresco to scan the drive and archive documents only if they meet a criteria like the datemodified is older then 3 years, Is this possible in Alfresco

how to mark the service task is successful or failed

I am building an app where i am not using activiti for persistance or it UI.I create a pure java activiti workflow and deploy and run it. The tasks are all implementation of delegate. I am transforming the workflow model definition containing sequenc...

anu9 by Champ in-the-making
  • 3479 Views
  • 1 replies
  • 0 kudos

Could not able to publish app definitions.

Hi,I have created sample workflow diagram and also created app definitions for the same. I could not able to publish the app, when i do it throws me an error saying ''could not publish app definition please check the validity of the referenced proces...

How to deploy JAR module in to docker

I try to deploy jar patch GitHub - keensoft/alf-21940-repo: Alfresco SOLR issue when using multiple locales on my docker-compose deployment (Alfresco Community v6.1.2, Alfresco Share v6.1.0).Official documentation dosn't help Simple Module | Alfresco...

fedorow by Elite Collaborator
  • 4493 Views
  • 1 replies
  • 0 kudos

Resolved! Detecting Actions

How can I detect what users do and save it after they login from the share.For example when someone add a file, is there a way to save this action into a model, then to the database ? Is there any traces to the different actions ?

Reading Custom Type properties doesnt work

Hello All,i am running a rule on a folder in acs ... when doc (from type pt:TransmittalDoc is created (through APS)) the code reads the information related to that doc and show them in log ... here is my code:function main(){ var name = document.prop...

marwen by Champ in-the-making
  • 2495 Views
  • 0 replies
  • 0 kudos

"nodeRef is a mandatory parameter" exception

Hello, when I enter this url: http://localhost:8088/alfresco/service/api/hypo/createcase?rayon_code=RM22&created_date=2019/03/03&case_number=123&record_id=312312 to postman I get error 500: "01200009 Wrapped Exception (with status template): nodeRef ...

deny7 by Champ on-the-rise
  • 4476 Views
  • 1 replies
  • 0 kudos

Resolved! Problem of searching people depanding on browser language

We have a problem of searching peoples on none english brouser language settings.Then browser has main language "English" I can find my users by russian/ukrainian requests (as you can see on screenshort bellow).But, after changing browser main langua...

fedorow by Elite Collaborator
  • 5025 Views
  • 1 replies
  • 0 kudos

Publish document to Alfresco Folder

Hello All,I am new to Alfresco and i am trying  to put a document inside a folder , but my folder is a variable so using "Publish to Alfresco task " is not going to work because the destination is fixed or at max you can define only 1 subfolder.So i ...

marwen by Champ in-the-making
  • 10106 Views
  • 6 replies
  • 0 kudos

CMIS API ignores mandatory field validation for custom types

I am new to Alfresco and trying to explore community edition 5.2I have created new custom types and their properties. Using CMIS api to upload a document and set properties. One of the properties set required but when while adding it through programm...

desai5 by Champ in-the-making
  • 2654 Views
  • 0 replies
  • 0 kudos

Writing a rule issue

Hello All,I am having an issue in line 3 of my below code:function main(){ var projectname = document.properties["ptrojectname"]; var strDestFolder ="sites/swsdp/Projects/"+projectname;var objDestFolder = companyhome.childByNamePath(strDestFolder); d...

marwen by Champ in-the-making
  • 2576 Views
  • 0 replies
  • 0 kudos

Resolved! Script to move a file to folder dynamically

I need a script that moves a file to a folder dynamically. The URL of the folder will be registered in a folder's parent property of the file. The script should take this parameter from the path to where the file should be moved and move it to it. Ca...

Sync users in group from Windows AD

I can sync users from Windows AD, all the groups and users show up in alfresco.Another groups with users inside each group also come into alfresco but except group "Domain Users" under Users container not show up.Is it possible to sync users in group...

Beginner Question

I am new to alfresco, I am working on making some customization to the share by adding some use cases.I've been following Jeff Potts's tutorial for 9 days (this is the link to the Tuto About the Alfresco Developer Tutorial Series | ECM Architect ). T...

NoSql DataBase

How can i configure a NoSql DataBase to all-in-one archetype project.and how can I use webscripts to manage the database ?