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
  • 665 Views
  • 0 replies
  • 0 kudos

How to display history?

Hi,    I am using activiti in my spring web application. Here let's assume two users like user1 and user2. User1 have some tasks, he transferred some tasks to user2. In activiti, this change is maintained in history. if it is maintained how can i dis...

vamsinipun by Star Contributor
  • 3634 Views
  • 1 replies
  • 0 kudos

Resolved! Debug Menu disappears - tomcat embedded

Hi,I'm facing a mysterious issue, i have done lot of changes on my alfresco project (sdk 3) :- add theme- custom header- remove header component- custom login- hide footer- etc...and i have used Toggle Developer View in debug menuBut now, i don't hav...

No Index after Backup and Restore

I set up a development server to experiment with Alfresco Community Edition.  Everything seems to be working well so I have begun experimenting with being able to backup and restore the system to another machine.  This seems to work well with one exc...

Auto delete older documents

Hello everybodyFor security reasons I need to auto-delete older documents of a specific "Site".What is the best way to do it? I found "scheduled job" documention but I'm not sure to well understand how to use it.Thanks a lotMy version : Community 5.2...

mat34 by Champ on-the-rise
  • 4600 Views
  • 1 replies
  • 0 kudos

REST Request

Hellowhen i try to get user form this link using rest api 'http://localhost:8080/activiti-app/app/rest/admin/users 'i have the msg {"message":null,"messageKey":"GENERAL.ERROR.FORBIDDEN"}and from the activiti-app i have that (no users)

Problem with translation-part 2

Hello everyone,This is a "part 2" of a previous question I had with problems in translation, Problem with translation.There seems to be a conflict of some sort when use the "alfresco-el" and the "share-el" translation files together.If I only use the...

akafortes by Confirmed Champ
  • 6409 Views
  • 1 replies
  • 0 kudos

Setting up email notifications through Gmail

I am trying to setup email notifications through a gmail account and getting ###ERROR [org.alfresco.repo.action.executer.MailActionExecuter] [mailAsyncAction1] Failed to send email to [CMDbuild] : org.springframework.mail.MailSendException: Mail serv...

tveinot by Champ on-the-rise
  • 6996 Views
  • 4 replies
  • 0 kudos

Resolved! When I am trying to create a process instance by passing some variables, where a variable is an array of JSON - I am getting an exception saying that "couldn't find a variable type that is able to serialize" . Any suggestions on this please ?

while creating a process instacne using runtimeService.startProcessInstanceByID(processDefinitionID,processVariableMap) where one of the variable in the map is like below[{"taskTitle":"Fund Manager Review","FundName":"BlueChip Fund"}]I am getting an ...

Remove elements from Dashboard

Hi,i'm using sdk 3 and i would like to remove logo and title form site dashboard :this is what i try :web-extension/site-data/extension :and this is what i have commented :without succes...Thx

How do I : Update multivalue attribute using DotCMIS

We am writing a utility to update a repeating attribute using DotCMIS. Is there a way to do that using DotCMIS? Below is the C# code that I use for updating a single value attribute.IDictionary<string, object> updateProperties = new <string, object>(...

abhysunny by Champ on-the-rise
  • 5759 Views
  • 3 replies
  • 2 kudos

running script on file upload

I'm looking into the rules that can be set on folders for certain events (e.g. file upload) I noticed that one of the rules that can be set runs a custom script:My question is:What can these scripts actually do?

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

Tomcat stop issue

Hi all,I'm facing an issue with tomcat. When I want to stop/restart the alfresco (community 5+) I've got this message:Tomcat did not stop in time.To aid diagnostics a thread dump has been written to standard out.Killing Tomcat with the PID: 4294The T...

alessio86 by Champ in-the-making
  • 11831 Views
  • 5 replies
  • 0 kudos

Preview .crd files on alfresco share

Is there any way to preview corel draw files on alfresco share ?i have triedGitHub - pjaromin/alfresco-extra-mimetypes: Automatically exported from code.google.com/p/alfresco-extra-mimetypes but some how the amps fail to result .

Resolved! Changing folder permit inheritance from java application

We are using CMIS to interact from java web application with Alfresco repository. Folder permissions are also changed by CMIS except folder permit inheritance.To turn off permit inheritance on each folder we had to use folder rule with script (in bri...