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

Connect External Databse

I am trying to connect external database from alfresco to get constraint like below way.<bean id="DataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">       <property name="driverClassName" value="${jdbcDriver}" />       <...

sp2 by Elite Collaborator
  • 10788 Views
  • 11 replies
  • 0 kudos

Alfresco 5.1 : No office document preview (enterprise)

Hello, Alfresco community,I have a problem and i can't solved it without help.I have no preview or thumbnails (both) in alfresco share 5.1 enterprise. But the libreoffice is installed and at the lauching of the libreoffice_ctl.sh, i have a positive m...

yasonu-san by Champ on-the-rise
  • 9301 Views
  • 6 replies
  • 1 kudos

Alfresco Authentication

Hello,Everyone.i downloaded alfresco source code.i want to customise alfresco authenticatiton.I'm looking for  the part validated of the user's credentials.but i don't found this.How can I find name of class that user credantials are verified in sour...

suayb58 by Champ on-the-rise
  • 2850 Views
  • 1 replies
  • 0 kudos

Lucene Search

I have create one job which is creating folder structure with inheritance permission false.Now if i am searching with lucene query from other user who do not have permission on folder,  lucene return result with all node even if do not have permissio...

sp2 by Elite Collaborator
  • 5503 Views
  • 2 replies
  • 0 kudos

Alfresco Permission Instability

Hi All,We have been facing severe permission issues lately. Anyone who is not in group ALFRESCO_ADMINISTRATORS, is not able to access many folders inside alfresco despite having write permissions to that folder. The user is not able to see the logo o...

sakshik by Star Contributor
  • 3880 Views
  • 2 replies
  • 0 kudos

Javascript Debugger not working

Hi everyone,I'm trying to enable the Javascript Debugger, but it's giving me this error when I click "enable", with the repository and also with the share.If someone please know where the problem is.Thanks in advance.

progm by Confirmed Champ
  • 7645 Views
  • 5 replies
  • 0 kudos

Windows Easy Sync - Desktop Synchronization for Alfresco

The Alfresco / Windows Easy Sync Integration includes an embedded Alfresco Explorer for browsing the repository contents. Users can view, download, create, edit, move, delete Alfresco documents or spaces directly on the server. The “Edit with WebDa...

alfresco by Elite Collaborator
  • 4916 Views
  • 1 replies
  • 0 kudos

Implementing scheduler job to check document due date

Hi,I need to implement a scheduler which checks for the due date in the documents in Alfresco and send email when the due date is met. I have due date as a property set for the document. I don't know how to retrieve the properties of the document usi...

rajiraji by Champ in-the-making
  • 5222 Views
  • 3 replies
  • 0 kudos

Calling public REST API in Java

I would like to use Alfresco REST API WebScript method in my Java code.For example there is method getNodeContent: https://api-explorer.alfresco.com/api-explorer/#!/nodes/getNodeContent I need to wrap Alfresco out-of-the-box WebScript with custom fun...

mkczyk by Champ in-the-making
  • 4584 Views
  • 1 replies
  • 0 kudos

variable defining

Hi How can define some variable in process services to call and use.I define a process and use a script task that has two variable But make an error , it say Script tasks are not allowed, please remove them from your process definitionI am now using ...

Resolved! Create page within share of Alfresco v5.2.f

We tried creating page within share of alfresco v5.2.f but not able to get the page.Went throught the links provided in the documentions of Alfresco but nothing worked out.Can someone let us know how do we do in the above mentioned version?‌ ‌

rahuld by Confirmed Champ
  • 10071 Views
  • 8 replies
  • 0 kudos

multi process in one process

Hi is it possible to use one process that contains of several processes ? it means i don't want to have an app for each process i want to define them in one.Thanks,Roxanne

synchronize alfresco with ftp server

Hello, is there a possibility to synchronize my ftp server with Alfresco,I mean when a file will be created in my ftp server it will automatically be copied to alfresco too. if it's possible how can I do that