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

Forum Posts

Automatically Deleting documents after XX days

Our users are requesting the ability for documents(placed in a certain Share document library folder) to be automatically deleted 90 days after they are placed in the repository.  How does one go about doing this?Thank you.

bertlitman by Champ in-the-making
  • 2729 Views
  • 11 replies
  • 0 kudos

how to retrive username and display it in share dashlet

hi all      is there any way, i can get the username of currently loged in user and display it in share dashleti tried person.properties.username but it always shows "admin" only even if i am logedin as other userand also i tried       String name = ...

malliswar by Champ in-the-making
  • 520 Views
  • 2 replies
  • 0 kudos

imap alfresco

vorrei configurare alfresco in modo che gli utenti possano inviare mail ad un folder di alfresco. Sono riuscita a far funzionare il tutto ma solo localmente (cioe' inviando mail da localhost). Questa e' la configurazione che ho usato:================...

qmiki by Champ in-the-making
  • 928 Views
  • 1 replies
  • 0 kudos

Using JUEL in timerEventDefinition is 'static'

Hello we are using a timer start event to kick off a BP which is mainly used for sending email notifications. Currently we are using a JUEL expression as a poor mans CRON, i.e.        <startEvent id="theStart">            <timerEventDefinition>      ...

Solr ne démarre plus

Bonsoir à tous,j'ai un alfresco 4.2-c qui tourne sans problème depuis longtemps.Suite à un reboot, solr ne démarre plus. La recherche ne fonctionne pas et les tags sont indisponibles.Je ne vois pas bien où chercher… voici le log :—-avr. 25, 2015 12:4...

geminux by Champ in-the-making
  • 2936 Views
  • 5 replies
  • 0 kudos

Share not rendering all custom field

Good day all,I am not sure if this will be the right place as this is part of workflows; however is the share config part.I have a model defined which works fine when use directly in document library, however the share config of the workflow with the...

darkredd by Star Contributor
  • 799 Views
  • 2 replies
  • 0 kudos

Creating users and applying roles

Hi all,Am a newbie to alfresco. I am using alfresco enterprise edition 3.2. I have successfully installed alfresco. Now I have created 5 users such as consumer,editor,contributor,collaborator and coordinator. I have specified the HOME SPACE LOCATION ...

jeyaa by Champ in-the-making
  • 1694 Views
  • 11 replies
  • 0 kudos

Change Permissions of roles

Hi everybody,I'm fresher with alfresco Community 5.0.c, i'm working on a project where I need to change some permissions of user's role defined in alfresco, I need also to add some specific roles that I need to work with in my project.Hope  that you ...

imaneesse by Champ in-the-making
  • 934 Views
  • 4 replies
  • 0 kudos

How to delete a folder using rules.

Hi All,I have created a COPY Rule on one of my folder(say MyFolder), this rule will copy all the folders I create under (MyFolder) to another destination (say MyCopyFolder).So when ever I create a folder under (MyFolder) I get a copy under another fo...

LDAP Synchronization error

Hey guys,From my last post, I found out my Alfresco does not sync user groups from AD. So I tried to look around and follow the posts, end up broke Alfresco and removed all the users and user groups. So I tried reconfig the whole alfresco-global.prop...

Max number of threads for webscript

Is there a maximum number of threads that Alfresco will spawn for webscript execution? We are running load tests against a custom web application that is calling our REST webscript every 5 seconds. For 100 requests, only about 60 completed correctly....

dswenson by Champ in-the-making
  • 1237 Views
  • 2 replies
  • 0 kudos

Necesito empresa para asistencia remota Alfresco 4.2.C

No encuentro ninguna empresa a nivel nacional (o Internacional) que pueda dar soporte, contrato por paquete de horas, para mantenimiento correcto y/o evolutivo a Alfresco Community.Todos los contactados me instan a irme a una versión de pago, y por e...

kaciker by Champ in-the-making
  • 2529 Views
  • 4 replies
  • 0 kudos

Problem with customSessionFactories

Hi everybody,i want to use my own system of user, i have implement two SessionFactory (GroupFactory and UserFactory) as in the User Guide. i have implement the UserEntityManager and the GroupEntityManager. i think the problem is not here but in my ac...

pred05 by Champ in-the-making
  • 648 Views
  • 2 replies
  • 0 kudos

Unexpected Error during Upload of New Content

When trying to upload a file I get (Failure: Unexpected error occurred during upload of new content.)I have looked under alfresco/logs and alfresco/tomcat/logs, as well as the windows eventviewer and do not see any errors.Is there another place where...

suitepee by Champ in-the-making
  • 1288 Views
  • 3 replies
  • 0 kudos

Updating Task Variables in bulk through REST API?

Through the REST API I can create task variables in bulk, but it appears updating task variables in bulk is not supported using a put/patch to /runtime/tasks/{id}/variables.  If you wanted to update variables you have to do it for a single variable i...