Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 5418 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
  • 2734 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
  • 10901 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
  • 3540 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
  • 2277 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
  • 2679 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
  • 3987 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
  • 3677 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...