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

Integrating MDC Logging into all Logging Messages

Hello, I would like to use a custom mdc logging pattern and with my own custom key and values to all messages logged within and outside the activiti engine without adding each custom property to the LogMDC context in every delegate or action listener...

miniscem by Champ in-the-making
  • 11669 Views
  • 7 replies
  • 0 kudos

Got lots of Deadlock exception

I used Quartz to start timing task, e.g. At 9:00 AM start 1000 instance, bpmn just like this StartEvent-> ServiceTask -> EndTask, very simple.<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns...

dean by Champ in-the-making
  • 5512 Views
  • 2 replies
  • 0 kudos

How to execute multi Instance subprocess concurrently

Hi,I am trying with multi instance in parallel.I have employee collection and I need to iterate through it to calculate some payroll data for every employee. So I have created subprocess and passing this employee collection as in parameter.What I am ...

samtech by Champ in-the-making
  • 3818 Views
  • 1 replies
  • 0 kudos

How to import the bulk in alfresco?

HiWe have one local repository.In this how to import the mass documents along with the metadata in alfresco.How can i do it?Please reply soon.Thanks.

vinutha by Champ in-the-making
  • 4788 Views
  • 2 replies
  • 0 kudos

Resolved! How set a multiple property with the javascript api

Hi i have a little script for add a aspect and set some property:============================================================================// add the aspect to this document if it needs itif (document.hasAspect("conta:contatore")) {    logger.log("...

Create Site Error

I get the following error when i try to create site in Alfresco through REST API and create site option available in the menu."Can not get preferences for admin because there was an error pasing the JSON data"With the only difference site gets create...

anandhan by Star Contributor
  • 5232 Views
  • 1 replies
  • 0 kudos

Resolved! SMB Signing Disabled in Alfresco 5.2

Hello All,Nessus Scan Report found security Vulnerabilities, please find below report details.=====================================57608 (1) - SMB Signing DisabledSynopsisSigning is not required on the remote SMB server.DescriptionSigning is not requ...

thiyagu by Champ in-the-making
  • 6649 Views
  • 1 replies
  • 0 kudos

Javascript maximum result set query

Hi,I have in a script following code:nodes = search.query({        language: 'fts-alfresco',        query: 'PARENT:"workspace://SpacesStore/8802c714-55e1-4b03-aa93-aa01d1a71a23"'});    for (i = 0; i < nodes.length; i++) {        if (String(nodeName) ...

Resolved! Solr 6 external integration with Alfresco Community 201707

Hi,We are trying to integrate Alfresco Community 201707 with Solr 6 distribution, alfresco-search-services-1.1.0. Please find the steps tried so far.Server 1 - Alfresco & Solr 6 in same server (Working)Installed Alfresco Community with Solr 4.Downloa...

anandhan by Star Contributor
  • 6710 Views
  • 1 replies
  • 1 kudos

How to add BitStreaming in Alfresco?

   Bitrate switching: Automatic and/or manual switching to the most suitable video quality. Proposed solution support switching between most suitable video quality.

bhadresh by Champ in-the-making
  • 3449 Views
  • 1 replies
  • 1 kudos

Resolved! Content model failled when dynamic deploying

Hello;I have this contentModel file<?xml version="1.0" encoding="UTF-8"?> <model name="swTl:TresCompletModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">     <imports>               <import uri="http://www.alfresco.org/model/dictionary/1.0"...

How to create a site with REST API from javascript?

This is what am trying to do ,top create a site from REST API in javascript.(Alfresco community edition 201707)function CreateSite(){ /*TEST API - START*/ var siteBodyCreate = { "id": "NewTest", "title": "NewTest", "description": "NewTest", "visibili...

anandhan by Star Contributor
  • 5421 Views
  • 2 replies
  • 1 kudos

Resolved! Enable/Disable Share create content menu option

Hi,Rehare-custom-config.xmlI'm trying to find a way to dynamically enable/disable a "create content" menu option in the Share repository task bar. Hopefully I can create a user group that can allow use of this command, if the user isn't part of the g...

stephenl by Champ on-the-rise
  • 5116 Views
  • 1 replies
  • 1 kudos