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

Process diagram issue after saving

Hi, we are on Alfresco Process Services (powered by Activiti) v1.10.0.As the screenshot above shows, once we saved our process diagram, timer events and error event can go all over the place. This cause great difficulty to read or revise the diagram....

image

Alfresco community edition with Rancher

Hello,i have a K3S Rancher Cluster. I'm stucking by installing Afresco Community edition on my Rancher. I have no experience with helm charts. The official documentation doesnt work for me, all the examples i found don't work. Can anyone give me a sm...

Connecteur Alfresco OnlyOffice

Co-éditer sur le Web des fichiers office tout en conservant un stockage dans Alfresco.Compatibilité : Toutes les versions d'Alfresco à partir de la version 5Le connecteur développé par Synapture , à partir des versions d’Alfresco Community 5.x et Alf...

Synapture by Champ in-the-making
  • 3648 Views
  • 0 replies
  • 1 kudos

Resolved! 401 unauthorized when uploading document

I want to upload file using aflresco restApithis is my function  const formData = new FormData();  formData.append('filedata',file);  const newheaders = new HttpHeaders().set('Authorization', 'Basic '+token);  const uri = `http://localhost:8080/alfre...

achraf13 by Champ in-the-making
  • 6512 Views
  • 3 replies
  • 2 kudos

Downgrade ContentStore and DB from 6.1 to 4.2

Hi everyone,I migrate Alfresco from 4.2 to 6.1 (through 5.2).On startup, new version applied patch for migrate DB and ContentStore (that is true, right?)Is there a method for read from Alfresco 4.2, Alfresco 6.1's DB and ContentStore? Is there backwa...

gsardisco by Champ in-the-making
  • 3328 Views
  • 2 replies
  • 1 kudos

Resolved! 403 Forbidden error on put and delete

Hello.Trying to modify propertie from document detail from adf-info-drawer-tab I get this error:I get the same error when trying to delete an uploaded document.the upload works fine, the folder don't have any permission set.The problem seems to show ...

pajumbo by Confirmed Champ
  • 11685 Views
  • 2 replies
  • 2 kudos

Resolved! Problems for create a site in ACS 6.1 and 7

Hi everybody.Following the installation example indicated by @aborroy at https://github.com/Alfresco/alfresco-docker-installer I raised with docker-compose an instance of Alfresco content service 6.1 and / or 7.0 perfectly, however I have a problem w...

image
cfreitez by Champ in-the-making
  • 4049 Views
  • 2 replies
  • 1 kudos

repository "reverse link" information

Hello,given any document/folder in a repository, is it possible to know if there are links pointing to it?I see that, if linked, a document acquires the aspect "app:linked", but I cannot see any additional information.I guess that Alfresco keeps trac...

pluttero by Champ in-the-making
  • 2606 Views
  • 1 replies
  • 1 kudos

Web Script Authentication question

I am following Jeff Pott's intro to web scripts,  and I have a simple Java service that simply logs to the logfile whatever I put in a message parameter.  My descriptor looks like this:<webscript> <shortname>Post Logging message</shortname> <...

mangar by Star Contributor
  • 3005 Views
  • 1 replies
  • 1 kudos

Resolved! Alfresco limits for import of peer-to-peer associations

Hello,I want to import a large number of peer-to-peer associations (more than a thousand associated nodes to primary file) in one transaction and the operation is rollbacked. No errors in the log. The import took several minutes.Is there some Alfresc...

miroslav by Star Contributor
  • 4664 Views
  • 3 replies
  • 0 kudos

Optimization of Alfresco DB indexes size

Hello,During filling of DB for the purpose of performance tests I have realized that DB size is quite bigger then I would expect, then I have found that its the indexes which takes cca. 3x more spaces than the data itself. By default, for every prope...

yantom by Champ in-the-making
  • 4269 Views
  • 3 replies
  • 5 kudos

Alfresco 7 e docker

Ciao a tutti, volevo sapere se qualcuno ha già installato alfresco 7 community con docker ed ho alcune domande- E' consigliabile mettere tutto sulla stessa macchina così com'è utilizzando il docker-compose di base?- E' possibile mettere un'istanza do...

adf-userinfo appears on chrome but not on firefox

Hello,I use Angular 7.2, adf-content-services 3.5.0, adf-core 3.5.0 and js/api 3.5.0I use the following alfresco composent in a angular component:<adf-userinfo class="adf-app-layout-user-profile" [menuPositionX]="'before'" [menuPositionY]="'above'"><...

image image

Create Process Attachment component - error

Hi,I'm trying to attach file(s) to a process using the Create Process Attachment component.I hardcoded the process instance ID to test it:<adf-create-process-attachment [processInstanceId]="177501"> </adf-create-process-attachment>Instead of the drag...

image image
dzider by Champ on-the-rise
  • 3490 Views
  • 1 replies
  • 0 kudos

CMIS Property

Is cmis:description property available in latest alfresco?if yes, then how can I add and get using cmis query?

sp2 by Elite Collaborator
  • 2899 Views
  • 1 replies
  • 0 kudos

Licence Need for Alfresco-NG2-Components

HelloI am fairly new to Alfresco and I am attempting to use alfresco ng2 components within our Angular 11 application. Some of the core components will include uploaded, browser etc and upload service.Now, I have followed the instructions (https://gi...