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

Forum Posts

Community 6.1.2 can't get SOLR to work

I installed on CentOS7. Followed the instructions and reread them many times but just can't manage to get SOLR search to work. At first the SOLR.LOG kept filling up with errors. Then I changed the setting to work without mutual TLS. Now, the solr.log...

hussain by Champ on-the-rise
  • 3423 Views
  • 1 replies
  • 0 kudos

Storing data in Alfresco DB

Hi,Is that possible to store any data in Alfresco ADF ?After some research, I can't find doc about creating new table in Alfreco db, or to connect Alfresco to another database.I find some stuff about MyBatis but no doc on how to use it with Alfresco....

mboquillon by Champ in-the-making
  • 8810 Views
  • 7 replies
  • 0 kudos

Resolved! Customizing content-node-selector-dialog ADF

Hello, thanks in advance for your help,I have ADF 2.6.0 Application.I'm required to modify the content-node-selector-panel dialog below: I would like to change that when the user navigate the breadcrumb it will only shows Userhomes and shared folder....

attachment in content model

Hi, Can anyone show me simple example where can I add custom content control to a share-config-custom in a configuration element <config evaluator="model-type" condition="sm:my_type">? Somthing like in a workflow model <show id="packageItems" />.

how to reset user password in java code?

i am creating forget password functionality . so i used admin credentials to update user password .so i am using serviceRegistry.getAuthenticationService().setAuthentication(userName, char [] password); to update the password.but its not updating 

dharmraj by Confirmed Champ
  • 6676 Views
  • 4 replies
  • 0 kudos

Why no document to the new version 7.x?

Opening https://www.activiti.org/documentation, on the top, 7.0, the "Developer Gruide" and "Getting Started" all go to the same page, useless in fact, no document. If there isn't document, how the user starting to learn?

colorice by Champ in-the-making
  • 2682 Views
  • 0 replies
  • 1 kudos

How to get repo URL from Alfresco Javascript?

Hello,Is there a way to receive a URL path for Alfresco repository from JavaScript (browser console) ?I know I can get easily share URL by calling:Alfresco.constants.PROXY_URIBut i did not find similar node for repo url..Regards,Mike

upforsin by Star Collaborator
  • 10543 Views
  • 5 replies
  • 2 kudos

Question about execution local variables

Assuming I have a process like this:Both sub processes have parallel cardinality. I wanted to set an execution local variable in the outer script task and be able to get that variable in the inner script task; so that every inner sub process would ha...

ghasemi by Champ in-the-making
  • 2676 Views
  • 0 replies
  • 0 kudos

File Upload Limit through openCMIS

I am trting to upload a docx file of 50MB into alfresco repository using a python script that leveraging on opencmis library however, I am getting an error that connection was closed. I have attached the python scipt and the document. The error log i...

by Not applicable
  • 4902 Views
  • 1 replies
  • 0 kudos

Resolved! Alfresco 6 Deploy jar

I have installed alfresco 6 using docker and its working.I have made some customization and I want to deploy that as jar in alfresco.How can I deploy that?

sp2 by Elite Collaborator
  • 16600 Views
  • 15 replies
  • 14 kudos

Resolved! How to connect Alfresco repo to Windows Explorer?

Hello,I would like to add files to Alfresco from Windows Explorer. Is there any way to achieve that?I tried mapping to localhost:8080/alfresco/aos but it does not work.A lot of docs says it is possible but none says how to achieve that..I am using Al...

upforsin by Star Collaborator
  • 16740 Views
  • 5 replies
  • 2 kudos

AlfrescoApiService createAssociation()

Has anyone used createAssociation() from the alfresco api service?I've implemented the alfresco api service as described here https://www.alfresco.com/abn/adf/docs/core/services/alfresco-api.service/let api: any = this.alfrescoApiService.getInstance(...