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

Forum Posts

Problems with understanding signals

Hi everyone!I have a problem with signals in activiti. Please help me.My case: i have two simple processes (p1 and p2)p1: start -> catchSignal -> endp2: start -> throwSignal (async) -> endFirst, i start process p1. Second, i start process p2. They la...

strauss by Champ in-the-making
  • 5745 Views
  • 4 replies
  • 0 kudos

Local User / AD user sync deletion.

Hi,we have few users in alfresco local database and we have migrated some of the users to AD. my question is:1. if we do full sync with AD and enabling synchronization.allowDeletions will affect local users in alfresco ?. because our existing user qu...

How to calculate total docs in alfresco?

I am planning to do re-indexing of couple of tera bytes data in alfresco.For that, I am doing re-indexing with smaller set of data and make benchmark on that and tune as deeply it can be. After measuring performance for smaller set of data, calculate...

yogeshpj by Star Contributor
  • 6102 Views
  • 2 replies
  • 1 kudos

How to achieve incremental bootstrapping?

I am currently bootstraping sites and folders for my alfresco instance. There might be new sites and new folders added on an ongoing basis which will all be part of bootstrap. So my alfresco production instance should be able to handle incremental ad...

kartech11 by Confirmed Champ
  • 7254 Views
  • 5 replies
  • 0 kudos

Bootstrapping ModuleComponents with versions does not work

Hi Alfresco Experts, Please can you tell me why bootstrapping is not working as expected? I am putting my share and platform jar under ./opt/alfresco/app/alfresco/modules/share/ and /opt/alfresco/app/alfresco/modules/platformCurrently, I see that the...

kartech11 by Confirmed Champ
  • 5958 Views
  • 5 replies
  • 0 kudos

Resolved! Preview generation with LibreOffice does not work!

Running Alfresco Community Edition v5.2.0 on Linux - i know this question was asked several times before, but the final solution - if LibreOffice is running properly - does not work for me. So: i fixed everything to run LibreOffice headless (installe...

hal by Champ on-the-rise
  • 8035 Views
  • 3 replies
  • 0 kudos

Resolved! Enabling CORS

Hello. I am creating an ACS ADF App and I want to use a Server which is not on my localhost. I have configured the "app.config.json" file and the "proxy.conf.json" file as described here:'https://community.alfresco.com/community/application-developme...

jriedl17 by Confirmed Champ
  • 20846 Views
  • 17 replies
  • 3 kudos

Alfresco DB Update Query in Running Production

HI ,I want to update the act_ru_variable table while Alfresco is up and running. I want to update the value of an execution variable. The reason for doing this is , we want to cancel the workflow on the document. The usual "cancel workflow "and "end ...