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

Oracle DB upgrade fails

alter table ACT_RE_PROCDEF add (ENGINE_VERSION_ NVARCHAR2(255));update ACT_RE_PROCDEF set ENGINE_VERSION_ = 'activiti-5';alter table ACT_RE_DEPLOYMENT add (ENGINE_VERSION_ NVARCHAR2(255));update ACT_RE_DEPLOYMENT set ENGINE_VERSION_ = 'activiti-5';al...

buksvdl by Champ in-the-making
  • 3823 Views
  • 1 replies
  • 0 kudos

Long service tasks not starting

Hi,When trying to start 45 process instances which contain an asynchronous service task with of class ShellActvityBehavior (with the class field wait=false), some of them don't start, even though they show up in the diagram, as seen in the image:As y...

avirankatz by Champ on-the-rise
  • 3852 Views
  • 1 replies
  • 0 kudos

How to set the workflow to send a string back to caller?

Hello all,I have created a workflow using Alfresco.I have written a piece of Java code which starts a process using the REST API:               "http://localhost:8080/activiti-app/api/enterprise/process-instances".Starting a process is success, howev...

ntj by Champ in-the-making
  • 3408 Views
  • 1 replies
  • 0 kudos

Troubleshooting models in Alfresco Share

Tutorial: creating and using models in Alfresco Share | Alfresco Documentation I am following the link above to create a model but I am not able to see the model after submission.  The model disappears totally.  I don't see it on the screen, in the l...

Resolved! Async Service Task executed multi-times in cluster

This is the definition:<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://ac...

dean by Champ in-the-making
  • 5732 Views
  • 1 replies
  • 1 kudos

Working with attachment fields in Script task

I am attempting to work with files that have been attached in a form. How would I go about retrieving information within a JavaScript Script task? When I do a /activiti-app/api/enterprise/process-instances/${process_instance_id} call, I see that my v...

gbanks by Confirmed Champ
  • 11529 Views
  • 8 replies
  • 1 kudos

Resolved! Alfresco permissions to add users on sites

Hello,I'm new on Alfresco and I would like to know how to manage permissions to give only access for some users to add users on sites.I made some tests and I see that with the role Manager a user can add others users on spaces but it's too many permi...

Upload from PHP

Hello,I would like to upload file in Alfresco using the REST API /alfresco/service/api/upload but I have always an error 500 with this message (06250305 Unexpected error occurred during upload of new content)This is my code :      $destinationNodeRef...

claude22 by Champ in-the-making
  • 6933 Views
  • 3 replies
  • 0 kudos

What is CMIS 1.1 Webservices URL in Alfresco 5.2?

Hi,Does Alfresco 5.2 implements/supports CMIS 1.1?If it does (as it says Alfresco implements CMIS 1.0 and 1.1 at http://docs.alfresco.com/5.2/concepts/dev-protocols.html)Please let me know the URL for CMIS 1.1 Webservices as I see CMIS 1.0 Web Servic...

svelidanda by Champ in-the-making
  • 5833 Views
  • 1 replies
  • 0 kudos

create-drop vs drop-create

create-drop vs drop-create DbSqlSession.performSchemaOperationsProcessEngineBuild only caters for drop-create. Which is it then? ProcessEngineConfigurationImplorProcessEngineConfiguration

buksvdl by Champ in-the-making
  • 4797 Views
  • 2 replies
  • 0 kudos

Resolved! LDAP sync with multiple subsytems connection timeout

I am using alfresco Community - 5.1.0 (r127059-b7)and synchronizing currently 4 ldap subsytems ad1,ad2,ad3,ad4.ad1 is our domain, ad2,ad3,ad4 is not our domain.From time to time I get a connection timeout from a subsytem.Synchronization and authentic...

booltrue by Champ in-the-making
  • 15745 Views
  • 12 replies
  • 0 kudos

Evaluator Not Working - 3 works out of 5

Dear All,Run into an issue while creating evaluators to display different icons depending on the status of a document.Have a status flag and a date to monitor and do some calculations based on the values assigned to these properties. In order to buil...

zputnoky by Star Contributor
  • 7008 Views
  • 4 replies
  • 0 kudos

Alfresco Pagination Basic concept

Hi All,I am using alfresco-5.0.d and solr4.I have implemented pagination in my application with this code.PagingRequest paging=new PagingRequest(skipResult,maxResult); List<Pair<QName, Boolean>> sortProps = new ArrayList<Pair<QName, Boolean>>();     ...