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 Labs

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

How to run activiti 6.0 sdk

Hello All,I have downloaded activiti 6.0 sdk from this link. And imported this project to eclipse. But I am not able to get how to run this project. I also referred read me file but didn't found anything regarding this. It would be great if anyone wo...

how to add aspects to a custom type?

I'm trying to develop a model that has a custom type and some aspects. Now I have defined a base type called my:document and I want to add an aspect to that type, called my:aspect. I want to have this aspect show up in all the nodes that are from the...

robjkamp by Champ in-the-making
  • 3712 Views
  • 1 replies
  • 0 kudos

How do I programmatically navigate document preview?

I'm developing a custom navigation to navigate to different pages of a PDF preview pane using JavaScript.  I can use Dojo to get the input control and change the value easily but firing the change event doesn't change the navigation page.  Do you kno...

Resolved! Start a process instance using REST

I have Springboot app that talks to Alfresco Enterprise Activiti using REST calls.I want to start the process instance using REST call but I am getting 400 bed request. however the same request works with postman.String url = "http://localhost:9091/a...

signjoy by Confirmed Champ
  • 6549 Views
  • 1 replies
  • 0 kudos

Inject RuntimeService in the task

Hi everyone ,Is it possible to inject the RuntimeService in the document body of a form so we are able to use its methods ?Like for the FormService ?I tested like the FormService injection but it dosen't work (in javascript tab in the form) var formS...

bhchemss by Star Contributor
  • 7235 Views
  • 4 replies
  • 2 kudos

Resolved! Partnership

How to become Alfresco partner ? Who could support me from Alfresco. I have oppurtunity which require pricing of Alfresco Enterprise.Thank you.

Aspect size limitation

Hello,Is there any limitation to insert a thousand number of records into the alfresco aspects?If not, what is the impact of the following callerializable subscriptionCreated = nodeService.getProperty(companyHome, BluvaltEducationModel.PROP_SUBSCRIPT...

jamilnour by Star Contributor
  • 7543 Views
  • 5 replies
  • 0 kudos

Issue with opening pptx files directly in Microsoft Office

Hi allwe are using Alfresco 5.2 and Microsoft Office 2016 on MacOSWhen trying to open a pptx file with the option "Edit in Microsoft Office", an error occurs saying that the file can't be found:"Sorry, we couldn't find 'https://alfresco-url/aos/Sites...

llzwerg by Champ in-the-making
  • 3815 Views
  • 1 replies
  • 0 kudos

Cmis query caching

ScenarioWe are executing a cmis query.  It is taking 20 mins for first time and subsequent execution of the same query takes only milliseconds.  It looks like it is caching.  So, how to disable the caching?How long the cache will retain and how to se...

Resolved! Problems with SOLR and Login in share

Using default username and password, as saved in mysql database, I try to login on to /share.The only thing I get is a message telling me that my credentials are wrong or that alfresco is not running. I checked in /manager where I see that all webapp...

plean by Confirmed Champ
  • 17460 Views
  • 16 replies
  • 2 kudos

Auto-Login (SSO) not working - Kerberos

Question: NOT ABLE TO ESTABLISH SSO using Kerberos.Environment Details: alfresco-community-installer-201611-EA-win-x64Windows server 2008 R2 Standard.***** Find all the files in the attachments Steps Performed:1) created two LDAP users - name: Alfres...

Activiti configuration with AWS Elasticsearch

Hello,  I have spin up a new AWS Elstcsearch service but is not able to connect it to Activiti running on EC2 instance. This is what I have configured# ################### ES General settings# ##################elastic-search.cluster.name=activiti-de...

vsangal by Confirmed Champ
  • 5920 Views
  • 2 replies
  • 0 kudos

Resolved! Can I signal a specific receive task?

Hello,I've read the following documentation regarding signaling an execution (in the user guide):13.6.2. Execute an action on an executionPUT runtime/executions/{executionId}Table 90. Execute an action on an execution - URL parametersParameterRequire...

avirankatz by Champ on-the-rise
  • 9199 Views
  • 4 replies
  • 0 kudos

Access to document on alfresco

I created a project alfresco amp. To add a document, I run this Test class:-------------------------------------------------------------------------------------------------------------------------------------------------------------public class Test{...

sarsoura by Champ on-the-rise
  • 3533 Views
  • 1 replies
  • 0 kudos

Data encryption in Alfresco community version 4.0

I am using alfresco community version 4.0. We have huge Data repository size (6 TB).Now we have requirement where files uploaded to the alfresco should get stored in encrypted format.So we need to do following tasks1. Encrypt existing uploaded data2....