Questions tagged [alfresco-enterprise]

110 questions
0
votes
1 answer

How to get comments by instanceId from the COMMENTS table in Activiti 5.22.0?

I am trying to get the comments associated with a Process Instance. I thought these comments were being populated into the ACT_HI_COMMENT table, but they are found in the COMMENTS table instead, so I am not able to get them using…
0
votes
1 answer

Assigning content store using JAVA API

I had posting in alfresco hub , couldnt get solution yet. I was trying to convert javascript API code to java API which move files to different content store(' storeB'). We have storeB defined in - 'content-store-selector-context.xml'. …
0
votes
2 answers

Aspect name in Alfresco showing up as undefined in 'Manage Aspect'

I was working with Alfresco-entreprise 4.1.1.3 and i moved to alfresco-community 5.0.2. In this migration i copied all the config files of my custom aspects to the same locations as it was in Alfresco-entreprise 4.1.1.3 I have set them to visible…
0
votes
2 answers

CompanyHome reference in java API

I have a scheduler job configured and created an action class by extending org.quartz.StatefulJob In execute method of Action Class (Shown below) , What would be the best way to get reference to CompanyHome in execute method ? My objctive to…
0
votes
1 answer

Bulk export of Alfresco content

We are planning to large amount of folders (sites) within Alfresco into a local disk. I have been going through a lot of similar questions and tutorials but can't seem to understand how to initiate a download using the REST API. This is my first…
0
votes
1 answer

Folder structure creation under specific path in Alfresco

I have requirement for creating folder structure periodically using scheduler. Scheduler configrued to execute a script , script will create document in specific folder , My root folder shown below image . I need to create a folder '2020' under…
0
votes
1 answer

How to Reset a Boundary Timer Time Cicle and/or Time Duration in Activiti 5.22.0?

Does anyone know how can I programmatically reset a Boundary Timer Time Cicle and/or Time Duration from a Java TaskListener using Activiti 5.22.0?
0
votes
1 answer

How to add a custom button to Alfresco share page body?

I am new to Alfresco and using alfresco enterprise 6.0. I am trying to create a button which the user can click when he wants to join a site where he is not a member of. eg: when the user use site finder and click on site xyz (where he is not a…
SkyBlue
  • 267
  • 1
  • 4
  • 15
0
votes
1 answer

Alfresco conent store deletion

I have conentstore configured in below content store location. D:\alfresco-content-services\alf_data\contentstore**2019** I want to delete above shown 2019 folder under conentstore. I dont need 2019 anymore. Basically purging . If i delete files…
0
votes
1 answer

Alfresco edit in microsoft office integration

I have problems using the "edit in Microsoft Office" functionality of an Alfresco Enterprise 5.2.6. I use both firefox (70.0) or chrome (78) on a Windows 10 Machine (winver 1903) and I have Microsoft Office 365 Business (version 1910) activated on…
Fjordo
  • 768
  • 3
  • 18
  • 40
0
votes
1 answer

How to override a value from slingshot.properties in Alfresco?

I am using alfresco 6. I have created custom xml and a custom properties file under web-extension folder. My changes are not getting reflected. What's the correct way to do it?
SkyBlue
  • 267
  • 1
  • 4
  • 15
0
votes
1 answer

How to override the ftl in alfresco

I'm new to alfresco and using Alfresco 6. I am trying to override colleagues.get.html.ftl file so I can change the display of Site members dashlet. Original ftl has the following code snippet:
<#-- LIST - ITEM - PERSON…
SkyBlue
  • 267
  • 1
  • 4
  • 15
0
votes
1 answer

Setting the value of protection days for jobs 'ContentStoreCleanerTrigger' and 'NodeServiceCleanupTrigger' in Alfresco 5.1?

I have Alfresco 5.1 server with some unused content in repository and old workflow instances. I'm going to remove this content with UI Alfresco Share/scripts. The clean repo will used as template of database Alfresco (it's catalog data + db). I…
0
votes
0 answers

How to prevent Alfresco transforation server application to stop:

The transformation server goes down after 5-6 months. The temp files in tomcat\temp is not released event after the server stop. So we have only one option is to reboot the server. 15-Nov-2018 14:33:48.919 WARNING [localhost-startStop-2]…
madhepurian
  • 271
  • 1
  • 13
0
votes
2 answers

How can I find alfresco empty foldres using Lucene Query

I want to retrieve the list of folders in a specific node whose list of childrens is empty using Lucene query. I create this query: +PATH:"/app:company_home/cm:contexts/cm:ctx_exploitation/cm:runs/cm:Run_322645//."+Children is empty. but it does…
CHHIBI AMOR
  • 1,186
  • 2
  • 13
  • 27