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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 641 Views
  • 0 replies
  • 0 kudos

Show custom task properties on MyTask page Share

I need to show properties of my custom workflow  task type on "My Task" Page. Though properties are visible on accept/rejection page of any user in workflow but not visible on "My-task" page.My task page shows only default properties (Due Date, descr...

Resolved! Retriving data from MySql Database in activiti-app

I followed the user guide to try to retrieve data from MySql database but I got an error of retrieve data while running the application, could anyone give a simpler example to try to get data from table in a mysql database,  Thank you.

bhchemss by Star Contributor
  • 7038 Views
  • 3 replies
  • 0 kudos

Resolved! How to create subtask/ checklist task?

How to create subtask/ checklist task immediately after creating task(parent)? I tried with taskListener but it is not helping as the task creation is not completed and record has not inserted into the database. Please help...

Resolved! Unable to login because of Solr problem

After starting the server I get the following error on the console:INFO: Starting ProtocolHandler ["ajp-apr-8009"]I 11, 2017 9:46:02 AM org.apache.catalina.startup.Catalina startINFO: Server startup in 324400 ms2017-01-11 09:46:03,044 ERROR [solr.tra...

lantonov by Champ on-the-rise
  • 21407 Views
  • 9 replies
  • 0 kudos

Resolved! Hello, I need to create a date range query on the definition of a smart folder JSON. Which is the correct syntax to define date range queries?

I'm trying with this syntax or something similar, without success:            "nodes" : [{                    "id":"11",                    "name" : "2017",                    "description" : "Documentos ejercicio Actual",                    "search"...

Not able to preview files with mime type application/ply

I have registered thumbnail in the following way<bean id="thumbnailDefinitionSTLpreview" class="org.alfresco.repo.thumbnail.ThumbnailDefinition">        <property name="name" value="stl" />        <property name="mimetype" value="application/sla" /> ...

manav by Confirmed Champ
  • 5456 Views
  • 2 replies
  • 0 kudos

How to integrate the ExifTool into alfresco?

Hi ,I am trying to generate a preview of INDD file using ExifTool and java code.When INDD file upload ,need to be show the preview in PDF format.(Generating using Exiftool and java code.)How to implement this feature when fileupload into alfresco.Tha...

madduri by Champ on-the-rise
  • 3440 Views
  • 1 replies
  • 0 kudos

Resolved! Problem with character encoding when uploading an app

Activiti 1.5.XWhen i upload a app definition with process, forms, and stencils. If ani element.. for example a field name of a form contains extrange characters like accents, they upload inccorecly, for examlpe "Número" -> ""Número".Otherwise if i u...

oathmind by Champ on-the-rise
  • 9715 Views
  • 2 replies
  • 1 kudos

Resolved! Does Activiti support Teradata database?

I'm using Activiti 5.22 and I tried to change the default h2 database to Teradata by modifying the db.properties in the folder webapps\activiti-explorer\WEB-INF\classes as:db=teradatajdbc.driver=com.teradata.jdbc.TeraDriverjdbc.url=jdbc:teradata://10...

Get list of all task name

Hello everyone, I need to display in my HMI a list of all task names for all processes. Basically I would have to do the following query: "select distinct (name_) from act_ru_task;". But I would use the API activiti. Do you know if it is possible to ...

lnavet by Champ in-the-making
  • 3794 Views
  • 1 replies
  • 0 kudos

Resolved! cleanup of DB

We've noticed that the activiti server DB is getting quite big and is using a lot of disk-space.We are working with the rest API.We don't really use the history so we don't mind deleting it but I'm having trouble figuring out how to identify all the ...

noama by Champ in-the-making
  • 6112 Views
  • 1 replies
  • 1 kudos

alfresco access log

181.143.8.34 - - [05/Jan/2017:01:48:11 +0700] "GET /admin/config.php HTTP/1.1" 404 981What does it mean in access logThank you

thanakorn by Champ in-the-making
  • 12027 Views
  • 3 replies
  • 0 kudos

Migrating Servers and Workflow Error

I am trying to save an old version of Alfresco Community 3.2r - the data is there and once it's rebuilt, I'll work on updating it. For now, I managed to install a clean tomcat/alfresco system and everything runs fine. No error messages, and just a ni...

jmshorb by Champ in-the-making
  • 3867 Views
  • 1 replies
  • 0 kudos

alfresco transformation messy code

I upload a .docx file , when there is a visio insert into it , after the file transformation to pdf ,it's become messy code(see sample.png) ,anybody encounter this kind of situation ?,please give me some suggestion

kevinchen by Champ in-the-making
  • 5545 Views
  • 1 replies
  • 0 kudos

Securing community edition with a SSL.

Currently i have 5.x version of community edition and i want to install a ssl to secure the site. I have followed many docs from this site on how to setup and apparently i must be missing a few things because i still cannot get my site to work.Here i...

michaelr93 by Champ in-the-making
  • 8142 Views
  • 4 replies
  • 0 kudos

Problem in multi-instances and subprocess.

For a customer i have to create a multi instancied call-activiti that call a subprocess witch call an other subprocess and echange with an asynchronous webservice.When the webservice responds a lot of optimistic locking exceptions occure because the ...