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

Advanced Search does not work, but Simple Search does

Alfresco Community 5.1-05If we use the Simple Search (upper right hand corner) of Alfresco share, it works fine.  It can search custom fields as well as the defaults (we use custom models for some of our documents). But if we use the Advanced Search,...

Delete activeWorkflows attached before delating a document

Hello,I try to define a rule to a folder that delete all activeWorkflows attached to a document when the document it's self is deleted or deplaced. I use this script in the rule:for(var i=0;i<document.activeWorkflows.length ;i++){ document.activeWork...

seif by Confirmed Champ
  • 10020 Views
  • 8 replies
  • 2 kudos

Resolved! Difference between platform endpoints?

I haven't found any documentation about this so I thought I'd ask a question.(I have all this working, I'm just trying to understand it all a bit better)My aim is to have SSO set up and configured - share is relatively straightforward but I'm trying ...

idwright by Star Collaborator
  • 6422 Views
  • 2 replies
  • 2 kudos

Resolved! flow and db transaction?

Hello guys,Please help me to get rid of my darkness. I am new to Activiti and BPMN and i am apologizing for this in advance. I have installed eclipse activiti designer, i have managed to get activiti-explorer 5.22 up & running on jboss together with ...

vipi_voxa by Champ in-the-making
  • 6931 Views
  • 3 replies
  • 0 kudos

Resolved! Step by step approach to running sql queries on Alfresco DB

Good day All,Please i am trying to find out the volume of documents on Alfresco at any given time besides generating other reports, can someone give me a step by step approach as to how and where i can run this sql queries on Alfresco Db?Look forward...

echiboka by Champ in-the-making
  • 9939 Views
  • 3 replies
  • 4 kudos

Resolved! cmis_query

my log details here.how to fix itHTTP call to [http://192.168.99.45:8085/alfresco/s/cmis/queries] returned [500]. Response: Web Script Status 500 - Internal Error Web Script Status 500 - Internal Error The Web Script /alfresco/s/cmis/queries has resp...

kuppuswamy by Champ in-the-making
  • 4995 Views
  • 1 replies
  • 0 kudos

Resolved! Content search in Alfresco

Hi, I have a requirement to perform content search of INDD files in Alfresco. When I say content search, what I mean is, I have an INDD file which has images with some text superimposed on it. Any user should be able to search for the INDD file using...

ss26 by Champ in-the-making
  • 19909 Views
  • 8 replies
  • 7 kudos

Resolved! lucene query fail.

hi all,i am using alfresco 5.0 dthis 2017 folder is already shown in share ui.here is my lucene queryATH:"/app:company_home/st:sites/cm:abc/cm:documentLibrary/cmolutions/cm:audit"this above query works fine,but when i append cm:2017 then its show me ...

kpatel by Confirmed Champ
  • 5371 Views
  • 2 replies
  • 0 kudos

Resolved! Error while performing transformation

Hi CommunityI have created custom transformer which transforms file with "application/ply" mimetype to "application/sla". The context file which I have created is<beans><bean id="transformer.worker.ply2stl"          class="org.alfresco.repo.content.t...

manav by Confirmed Champ
  • 10335 Views
  • 4 replies
  • 1 kudos

Custom group assignment

Hi,How do we assign workflow to custom group .I have created group TestGroup under that I have added users like Ravi,Nanda,Tushar and Admin.So when I assigned to group workflow gets assigned in Alphbetical order.1st it assigned to Admin and it gets a...

mrk_rams by Champ on-the-rise
  • 3054 Views
  • 1 replies
  • 0 kudos

Hide edit document menu item.

I don't want my users to edit documents in google docs but I can't just remove google docs integration because it breaks some documents that already have been edited this way. So I want to hide the menu item from edit document menu, I have found this...

baikal by Champ in-the-making
  • 4757 Views
  • 2 replies
  • 0 kudos

Cannot save model

Hello All,I’ve designed a simple leave request but cannot save the model.Application is prompting me with unexpected error.  Please refer to attachment.Kindly help on same.Thanks

kunaalz09 by Champ in-the-making
  • 8760 Views
  • 2 replies
  • 0 kudos

Resolved! Start a workflow if it has not been started?

My application expects a related group of events. I would like to construct a workflow that waits for all the events from the group to arrive (or times out), and then proceeds.  Each group and each event have a UID associated with it.  The events arr...

blezek by Champ on-the-rise
  • 7482 Views
  • 4 replies
  • 0 kudos

AsyncExecutor multiple instances causing deadlock

Hi, We are currently experiencing out of memory(OOM) situation in our application. Thread dump shows blocked threads on activiti's AsyncJobExecutor with 2 instances of the same being created concurrently to acquire the jobs, blocking on each other ca...

francop by Champ in-the-making
  • 6873 Views
  • 2 replies
  • 0 kudos

Pending invites not visible for site admins

Hi,I have a site with a number of pending invites. These invites are almost 3 years old. I, as an Alfresco admin, can see these invites, the site admin doesn't see them.Could this be because of Alfresco upgrades since the invites were sent? Maybe it'...

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
  • 7192 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...