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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

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

Resolved! WebScript declaration using Spring Annotations

Hello everybody,I'd like to use annotations to declare webscripts. I found these 2 projects:GitHub - andreacomo/alfresco-annotations: Spring stereotype annotations for simplifying Alfresco development GitHub - xenit-eu/dynamic-extensions-for-alfresco...

ruudg by Confirmed Champ
  • 7682 Views
  • 3 replies
  • 2 kudos

freemarker tags and categories

Hello,i'm making a freemarker dashlet and i need to list document library:<#assign docurl=url.extension><#list companyhome.childByNamePath["Sites/"+docurl+"/documentLibrary"].children as child>  <#if child.isContainer>       ............  <#else>    ...

frank_l by Champ in-the-making
  • 4312 Views
  • 2 replies
  • 0 kudos

Alfresco - SAP Integration

Hi all,Im using Alfresco Community 5.2 Version. I want to provide connection between SAP and Alfresco but I dont know where I should start. Please help, I need help about this problem urgently.Thanks in advance sap‌ alfresco-5.2 connection 

hilal by Confirmed Champ
  • 8886 Views
  • 5 replies
  • 3 kudos

Download error 500

Downloads from any site document librery give's me Error 500, but after moving file to My Files the same file by same url dounloads sucsesfuly.I have docker-compose deployment of ACS community eddition.Alfresco Version Number: 6.1.1 (r9d03d2fd-b168)S...

fedorow by Elite Collaborator
  • 5803 Views
  • 3 replies
  • 1 kudos

Alfresco lock exception

I create a new site programmatically. At the end of the transaction I get the following error:2019-02-12 14:20:45,098 ERROR [repo.transaction.RetryingTransactionHelper] [defaultAsyncAction8] Rolling back in exception org.alfresco.repo.lock.LockAcquis...

elshelsen by Champ in-the-making
  • 2968 Views
  • 0 replies
  • 0 kudos

AOS: Word Docs set read only

Hello out there !after having saved a document, when a user wants to open it, the document is write-protected.I'm not absolutely sure, that this new behavior has to doe with office365 updates.I'm using the latest AOS Module Version.When i'm using Lib...

claib by Confirmed Champ
  • 3402 Views
  • 0 replies
  • 1 kudos

How to add mime type

   I'm having data about 6GB in zip file i need to unzip in alfresco share when i try to unzip this data file it shows message "operation could not be success " When i checked log file it shows error that matadata extraction failed what should i do ?...

kzala7 by Confirmed Champ
  • 3497 Views
  • 1 replies
  • 0 kudos

PGADMIN3 Giving errors

Good day All, Anytime i try to run pgAdmin3.exe to get access to Alfresco database, i get this error "Application error; the application was unable to start correctly (0xc000007b), click okay to close the application.Please has anyone encountered thi...

ejike by Confirmed Champ
  • 4143 Views
  • 2 replies
  • 0 kudos

A.A.A.R. install using mysql user other than root

Hello everyone,I am trying to install A.A.A.R. with mysql cluster.For some reasons, I am not allowed to use root for mysql, so I created another mysql user=pentahouser that has full permission to database AAAR_DataMart and AAAR_Kettle.According to th...

thomasgk by Champ in-the-making
  • 7237 Views
  • 3 replies
  • 0 kudos

Resolved! Redirect to Log in page every time

I installed Alfresco content services 6.0. At startup there are only the following errors and warnings (It’s not obvious to me that they are related to my problem.):дек 07, 2018 12:35:34 PM org.apache.catalina.util.SessionIdGeneratorBase createSecure...

npavlov by Confirmed Champ
  • 7792 Views
  • 3 replies
  • 0 kudos

freemarker tags and categories

Hello,i'm making a freemarker dashlet and i need to list document library:<#assign docurl=url.extension><#list companyhome.childByNamePath["Sites/"+docurl+"/documentLibrary"].children as child>  <#if child.isContainer>       ............  <#else>    ...

frank_l by Champ in-the-making
  • 2794 Views
  • 0 replies
  • 0 kudos

Aikau waitForPageWidgets

Hi all,I'm developping a page using document list and paginator (AlfDocumentList & Paginator).When putting these widgets inside a custom SimplePanel widgets (extended just to support additional css class, no other changes), communication between widg...