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

Decision Table

How can we use decision table in Activiti 7.8.0? What is the process to use it?

Raj_singh by Champ in-the-making
  • 1032 Views
  • 0 replies
  • 0 kudos

Problem starting alfresco after upgrade from 5.2 to 7.3

I download a virtual machine from bitnami and followed this https://docs.bitnami.com/general/apps/alfresco/administration/upgrade/ to transfert my data from the current virtual machine to a new VM, with the new realease of alfresco.after doing the tr...

agnes by Champ on-the-rise
  • 4384 Views
  • 5 replies
  • 1 kudos

Issues when using CMIS version API in a balanced cluster

We are experiencing some issues using CMIS version API in the following environment:- We are using a Java CMIS framework from a Jboss Cluster - We are using CMIS 1.1 Atom Binding (with the corresponding openCMIS libraries in the client part)- We use ...

Ander by Champ in-the-making
  • 2465 Views
  • 1 replies
  • 0 kudos

Getting properties from content model

Hi,I was wondering how can I get the values of the properties I've created on a custom aspect from a JS script that will be executed by a rule.So, for example, I have the mc:refinterna aspect which has three properties: ambito, ano and ultimonumero. ...

pmeireles by Champ in-the-making
  • 2043 Views
  • 2 replies
  • 0 kudos

Alfresco 7.3 Transform service

In alfresco 5.2, I am using transform service in java code to convert one mime type to another.Code:... ContentTransformer transformer = contentService.getTransformer(sourceMimeType, targetMimeType.getMimeType()); ... transformer.transform(contentRea...

sp2 by Elite Collaborator
  • 1481 Views
  • 0 replies
  • 0 kudos

Mail Task

What is the alternative of Mail Task in Activiti 7.8.0

Raj_singh by Champ in-the-making
  • 1188 Views
  • 0 replies
  • 0 kudos

User Guide

I want to access Activiti 7.8.0 User Guide, where can I access it from?

Raj_singh by Champ in-the-making
  • 885 Views
  • 0 replies
  • 0 kudos

cm:description instead of cmis:description

Alfresco 7.0 CMIS request return cm:desctiption value as of cmis:description. Database created in 4.2 and migrated to 7.0. Node have got differant values of both parameters - cm:desctiption and cmis:description.In other words, cmis request to Alfresc...

image image image
fedorow by Elite Collaborator
  • 2762 Views
  • 1 replies
  • 1 kudos

force SOLR6 re/indexing from code

Hi,I have a problem with SOLR6 re/indexing.I know that by default SOLR is re/indexed every 15 seconds and it is fine.The challange I am facing is that I would like to force/trigger re/indexation process in the code for some created or modified nodes....

LukaszRo by Champ in-the-making
  • 4523 Views
  • 3 replies
  • 0 kudos

Resolved! Define max number of transform instances when uploading images

If I upload images using the webinterface, multiple processes of the transform user are initiated to create the thumbnails. Is there a possbility to limit the max number of transform processes to ensure that the server ram is not exceeded if someone ...

image
nettania by Star Contributor
  • 2123 Views
  • 1 replies
  • 0 kudos

UI behavior design question

I am wondering if this scenario might be possible?User in in-house client app needs to upload files to Alfresco, and metadata is a must.User accessing the "document library" page in the client app, which is basically a search page against the ACS met...

Activiti 7.x user Guide

I am unable to understand, how to use activiti 7.8 . i need a user guide to implement activiti 7.8

Rajveer by Champ in-the-making
  • 1787 Views
  • 0 replies
  • 0 kudos

ADF Ticket Expire time

I am using adf with alfresco.Alfresco session timeout is 30 min and ticket expiration time is 1 hr.What will happen if I make adf idle after login up 30 min?Will I need to login again?Eugenio Romano‌ Please comment on this.

sp2 by Elite Collaborator
  • 8474 Views
  • 7 replies
  • 0 kudos

Integrating Alfresco community edition with SAP

hi everybody, today i got a task from the company im working, they want to integrate SAP to alfresco, but we use alfresco community edition, is there anyway or is it possible to do it? since SAP needs license and alfresco community edition is totally...

arm by Confirmed Champ
  • 13601 Views
  • 10 replies
  • 1 kudos

Thumnail not getting generated

I've set up ACS on local windows machine and when I access the share application and upload files(.jpg, .png, .doc) to "Shared Files", I dont see thumbnails for the uploaded files, even after refreshing the page after a couple of minutes of upload.Af...

How to delete all instances

Hi,I need to delete all instances. Now I have a lot of thousands of instances. Does it exist one REST API or any action in Activiti admin console to delete all instances?Thanks Martin

mbikl by Champ in-the-making
  • 1549 Views
  • 0 replies
  • 0 kudos

Update cm:created and cm:modified dates in DB (6.2)

How can I update the "cm:created" and "cm:modified" dates in database in Alfresco 6.2? I checked the "alf_qname" table and there are the "local_name" values "frozenCreated" and "frozenModified". When I checked the "alf_node_properties" for a node by ...