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

Question about UUIDs

Hi Team;    Please refer the picture as below, would you please tell me what the relation between them?    Thanks a lot!

image
YanFeiHu by Confirmed Champ
  • 2666 Views
  • 2 replies
  • 0 kudos

Rest API: create process with item

Hello,I am currently trying to create a process by using the REST API : HTTP POST request at /alfresco/api/-default-/public/workflow/versions/1/processes with the following data:{ "processDefinitionKey": "mbWfAddContent", "variables": {     "bpm_assi...

Search not working

Hi, I am trying to install alfresco search services and it does not work correctly, I get several errors in the solr console, does anyone know how to solve it?

image
Cristian1 by Champ in-the-making
  • 4371 Views
  • 3 replies
  • 0 kudos

Alfresco 7.2 docker-compose installation error

I downloaded the 7.2 docker-compose.yml from the document on Alfresco(https://docs.alfresco.com/content-services/latest/install/containers/docker-compose/ ).Here is docker-compose.ymlversion: "2" services: alfresco: image: quay.io/alfres...

Douglas by Champ in-the-making
  • 2320 Views
  • 0 replies
  • 0 kudos

How to encrypt an unencrypted file?

Like the situation in this post:In this section:https://docs.alfresco.com/content-services/7.1/admin/content-stores/#encrypted-content-store,it saysImportant: If Encrypted content store is enabled on an existing or upgraded Content Services installat...

Upladder by Confirmed Champ
  • 2016 Views
  • 0 replies
  • 0 kudos

Enterprise document management

Hey all. I've been asked to research doc management systems for my company and I don't really know where to start. I've heard Alfresco and Sharepoint are the big names, but I've also seen companies like Box, Dropbox, and Wordox mentioned. Any recomme...

echida by Champ in-the-making
  • 1868 Views
  • 0 replies
  • 0 kudos

Spring Test Dependency

Hi guys, I need help adding dependencies into an Alfresco Platform Archetype Project. I need to test a couple of classes but to do that I need to the spring-test dependency, which is not included in the main community version of Alfresco. I would lik...

fsanna by Champ on-the-rise
  • 4034 Views
  • 1 replies
  • 0 kudos

Alfresco SDK 3.1 Enterprise Record Management

Hi,I have some problems with SDK 3.1.Currently, I have already created an SDK project and module packages for alfresco-rm-enterprise-share and alfresco-rm-enterprise-repo installed. but my problem is I want to create a site for record management but ...

image image
faispis by Champ in-the-making
  • 2907 Views
  • 1 replies
  • 0 kudos

Development Model Custom by SDK 4.4

Hello everybody.I'm having a hard time creating a custom model using the sdk and creating an AMP.I'm using the all-in-one sdk project version 4.4 and changing the context files (including the new model in beans) and adding the model.xml file in the m...

marcog by Star Contributor
  • 3202 Views
  • 3 replies
  • 0 kudos

Upload 40GB failed

Dear sir,I'm new for Alfresco.I'm using Alfresco Community 5.0.d. on Windows 8 (test environment). i'm try to upload BIG file (size 34GB). Nothing happen after 100% uploaded (not move to contentstore).How many parameters that i sholud tunning to hand...

pantin1974 by Champ in-the-making
  • 1739 Views
  • 0 replies
  • 0 kudos

Upload Image to Alfresco Share via API

I want to upload an image of type .jpeg or .png to Alfresco Share via API.Right now I am using the createNode API of NodesApiService but the image being uploaded has the size of 0 bytes.