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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

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

Shared links asking for credentials

Hi,when using official API (using API Explorer) I'm able to create shared links with no problems. However, when I try to use the generated shared link through a private browser session (no authentication), I get asked for credentials.I did not expect...

Ilistes by Champ in-the-making
  • 3216 Views
  • 1 replies
  • 0 kudos

Resolved! AIO SDK archetype 4.2 pulling from private repo?

I tried themvn archetype:generate -Dfilter=org.alfrescoand chose 2 (AIO)  and 15  (the  4.2.0 SDK) Howevwer when I tried to do a mvn clean install on any on the POM's,  I am getting an access denied for the priovate repo.What does this mean?  Why can...

mangar by Star Contributor
  • 5502 Views
  • 1 replies
  • 0 kudos

Kerberos SSO for alfresco docker installation

I have alfresco 6.2 docker installation and now I want to set up Kerberos and SSO. I was following these tutorials https://docs.alfresco.com/content-services/latest/admin/auth-sync/#manageauthdirsconfigkerberso and https://hub.alfresco.com/t5/alfresc...

brancott by Champ on-the-rise
  • 5372 Views
  • 2 replies
  • 1 kudos

Alfresco ACS 7.0 Launch Webinar

Learn all about new features and enhancements that will help you accelerate business transformation and support a remote workforce. Tuesday April 13th, 4pm BST, Register Now! Alfresco’s modular approach and auto-scalable content services platform con...

EddieMay by World-Class Innovator
  • 2566 Views
  • 0 replies
  • 0 kudos

Change Status in Workflow from Api

Hello,I want to change the status of a workflow to 'Approve' with API .Do you know how can i achieve this ?I start create a process using the user admin and insert assign group that contains the user 'site_collaborator'.Then i connected with the user...

Export user access

How can we export Alfresco site users and their corresponding access privileges as CSV files?

anandhan by Star Contributor
  • 3966 Views
  • 1 replies
  • 2 kudos

Resolved! Debugging AOS in ACS Community Edition

Hello,I installed ACS 7.0 community successfully. I also integrated AOS 1.4. Editing in Word 2016 works but I have problems with comparing version or accessing version history at all. So I decided to debug the AOS module.In the tomcat log I getlog4j:...

c-0815 by Champ in-the-making
  • 4097 Views
  • 1 replies
  • 0 kudos

Use "auditInfo" in a document template

Hello,I need to create a document template to generate a report at the end of my process.In the App designer, I use the task "Generate document".In my Word template, I use variables from my process as follows:<<[variables.get("myVariable","")]>These ...

ltrichaud by Champ on-the-rise
  • 2616 Views
  • 0 replies
  • 2 kudos

Error adding users on a site

Hello guys, how are you?I'm having trouble adding users to the site on Alfresco.Alfresco version: Alfresco Sharing v5.2.f | Alfresco Community v5.2.0 On the Add users to site tab (Find and select users, assign roles and dominate them for this site.)W...

image

Resetting user password Issue.

Hi,have numerous individuals utilizing our Alfresco Server, both inner and outside. All our inside clients sync from an AD worker.There is one inward client that has had their record for quite a long time and has had no issues as of recently, they ha...

Gibbs557 by Champ in-the-making
  • 2870 Views
  • 1 replies
  • 0 kudos

Alfresco Community-5.2.0. MMT didn't Install.

I'm running Alfresco Community-5.2.0. I use mmt to introduce my expansion. It reports accurately, however it doesn't introduce the container record. I introduced the very expansion in another Alfresco establishment of the very setup and that function...

Marcus445 by Champ in-the-making
  • 3322 Views
  • 1 replies
  • 1 kudos

Resolved! Scheduled Actions

Hello there 0/. I write extension that will send reminder to all users who has overdue tasks. I saw some guides and found about cropexpression. I need to do it every first day of month at 3:00 am and in my project i set org.alfresco.tutorial.schedule...

kasper854 by Champ in-the-making
  • 4506 Views
  • 1 replies
  • 2 kudos

Api Rest

Buenas Noches!!!Esoy intentando implementar una aplicacion que utiliza las api rest de alfresco. Pero estoy teniendo problemas en la carga de archivos pdf.Estoy utilizando genexus 16 con java. Necesito ejemplos del api rest con archivos si puede ser ...

ptofful by Champ in-the-making
  • 5438 Views
  • 2 replies
  • 0 kudos

Disable the Save button in activiti UI

Hi,I am in need to  displaying the Save button in the form of the  activiti UI(which is in the activiti product) which displays Save and Requeue button dby default.is there any configuration that i need to do in order to disable the Save button alone...

Arun_nmc by Champ on-the-rise
  • 8241 Views
  • 7 replies
  • 0 kudos

Alfresco Intergration - Multi clients

Hi everyone,I have an Alfresco in developpment, in order to be deployed on clients servers.However, each of my client already have an Alfresco customized.How can I manage this situation, in order to integrate my Alfresco into theirs?Sincerely, Mourad...

Upload file and add properties

I am trying to upload a file using python requests lib.I have gotten the file upload working. using requests=(files={'filedata': open(file)})But how can I add properties to the file to upload?I have some links to possible solutions, but I have not go...