Questions tagged [alfresco]

Alfresco Open Source Enterprise Content Management Software

Alfresco is an open source enterprise content management software. It features a content repository, which can be embedded in applications, and several products built on top of the repository: Document Management, Records Management, and Collaboration (Alfresco Share).

More information on Alfresco is available at Alfresco.com

Alfresco also maintains a wiki, forum and online documentation, which can often contain the answer to your problems. Several people regularly hang out at #alfresco in freenode IRC (Check out channel logs here). And, there is a Google Group called "Alfresco Technical Discussion".

The Alfresco tag here is best used for questions around configuring, extending, customising and building on top of Alfresco. For questions on installing and provisioning Alfresco, the Alfresco tag on ServerFault may be a better bet

3529 questions
0
votes
2 answers

Alfresco admin password lost - self hosted alfresco community edition

Alfresco administrator password lost, it doesn't belong to the LDAP server, and even if i update the password of the admin user that i could find in the database, it doesn't not work correctly. Anyone got any idea how to solve this? Thank you I…
0
votes
0 answers

401 via Postman

I am still have problem using some APIs. We are using Alfresco 7.1.1, and I'm using Postman to call some APIs. For authentication, to get a ticket I am using POST : https://xxx/alfresco/api/-default-/public/authentication/versions/1/tickets The…
Tom Ang
  • 31
  • 3
0
votes
1 answer

User/group based watermark in alfresco

I need to custom watermark pdf documents in Alfresco based on current user. I need to achieve this both in preview and download versions. Is that possible in Alfresco?
Jagan Veeraraghavan
  • 363
  • 2
  • 4
  • 14
0
votes
0 answers

Is it possible to add new objects in Alfresco RM (Governance Services

I know it's possible to add models for content in Alfresco, yet, I haven't seen where you can add custom objects in Alfresco Record Management (now called Alfresco Governance Services) : I would like to add new types/models of objects
0
votes
1 answer

How can I create a AMP (or JAR) files from my custom models?

I recently re-installed Alfresco, this time with docker-compose to have access to the Governance Services and to prevent some problems I had got with the Alfresco SDK. However, it seems that I can't find any ways to create AMP / JAR from my custom…
0
votes
1 answer

Error: export 'MatChipList' (imported as 'i13$1') was not found in '@angular/material/chips'

I have alfresco-core dependencies in my angular project and upgrading angular from 5.x to 15.x. I am getting following errors. Any help to fix the problem is greatly appriciated. "@alfresco/adf-core": "5.1.0", "@alfresco/adf-extensions":…
user327126
  • 965
  • 3
  • 11
  • 22
0
votes
0 answers

Construct a sequence of automated actions in Alfresco Content Services community edition

I would like your help with a setup of actions that I wish to construct on ACS, but after reading the documentation and other articles/posts/etc I am really confused about how/if it can be done. I am using Alfresco Content Services Community…
pats
  • 53
  • 3
0
votes
2 answers

restore alfresco data using alf_data directory and database

I had a problem with one of my Alfresco servers and could only recover the alf_data directory and the database. How can I restore my server using both backups that I have? I tried to restore by following the following steps: 1- make a fresh…
0
votes
0 answers

How to add a document with a custom model in Alfresco Community?

I just created a custom model in Alfresco Share using the web interface and for some reason I can't use it when I try to create a document. I know that model works because I can edit existing documents to change their types. Any ideas ? I tried to…
0
votes
0 answers

Alfresco Share 5.2 previewer issues

I am using Alfresco Share 5.2 and currently I am having a problem with previewing of the files. When I upload file and open detail page, Adobe Previewer, which is used here, won't preview the file. I can just see message like this: Preparing…
Mike1988B
  • 57
  • 5
0
votes
0 answers

filterStart SEVERE: Exception starting filter Authentication Filter java.lang.SecurityException: java.io.IOException: Configuration Error:

I try to install alfresco on Rocky Linux. When I execute startup.sh I see in logs catalina.out this error: Apr 11, 2023 2:40:43 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter Authentication…
0
votes
1 answer

Alfresco's MMT vs Integrated Deployment

When developing for Alfresco, are there any advantages to using the MMT over Integrated Deployment? Is there anything you can develop using one method, but not the other? Browsing through Alfresco's SDK examples, I noticed many of them used…
patorjk
  • 2,164
  • 1
  • 20
  • 30
0
votes
2 answers

Alfresco web service authentication

I'm trying to connect to a remote Alfresco webservice using this java instrunction: WebServiceFactory.setEndpointAddress(configFile.getProperty("WebServiceFactory")); AuthenticationServiceSoapBindingStub authenticationService =…
Andrea Girardi
  • 4,337
  • 13
  • 69
  • 98
0
votes
0 answers

Activiti bpmn2 file placeholder for tragetRef

Is there any way to define targetRef/sourceRef/id of bpmn2 flows as variables. eg. something like this So that , when the process excutes, it…
Madhav Kumar Jha
  • 353
  • 1
  • 2
  • 13
0
votes
1 answer

SOLR undefined field boolean exception Alfresco

I am having problems with Alfresco Share 5.2 and solr4 search. I did full re-index and server stars without any errors in logs. When I try to search I get 0 as result, it won't work and in logs this error apears: 2023-03-30 08:55:11,514 ERROR…
Mike1988B
  • 57
  • 5