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

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
  • 11619 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
  • 4013 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
  • 2568 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
  • 2972 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
  • 4593 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
  • 4206 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
  • 3469 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
  • 2881 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...

footer error search

Good morning I am using Alfresco 6.2.c, and the footer haven’t changed on search result page. I am facing this error for 3 days can I know how to remove this error from the footer content  thank's    . Fourni gratuitement sans <a href='http://www.alf...

Nesrine by Champ on-the-rise
  • 6376 Views
  • 6 replies
  • 5 kudos

Resolved! Rule file moves subfolders too with original document

Hi All,I am writing rule for moving document created inside folder to a new folder hierarchy created dynamically through cm:created. Now i only want documents created inside folder to be only moved not subfolders which are already there.Could anyone ...

piyush48 by Star Contributor
  • 4868 Views
  • 3 replies
  • 2 kudos

Preview from Alfresco

Hi all,I looking for a way to get web-preview in Alfresco cooperation CMIS.I have OperationContex context.setRenditionFilterString("alf:webpreview");then renditions.get(0).getContentStream();I get only the image of the first page of the pdf. I need w...

Resolved! Timer on user task, start only after claiming by candidate

Im assigning a user task to a candidate group. After a user from the group claims the task, I want to start a timer, and if the user doesn't finish the task in time I want to unassign the user on the task and give it back to the candidate group, so a...