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

Forum Posts

Solr seach error - sorting by custom property

I noticed there is an error trying to execute search REST API with the sort param containing a custom property (only if at least one result does not have this custom property).Search REST API with the sort argument http://localhost:8180/share/proxy/a...

upforsin by Star Collaborator
  • 3364 Views
  • 2 replies
  • 0 kudos

alfresco installation issue with helm to kubernetes cluster

trying to install alfresco-content-services with helm command to kubernetes cluster but issue below error. helm command is mentioned below. Could you help to resolve this? Error: INSTALLATION FAILED: unable to build kubernetes objects from release ma...

inova by Champ in-the-making
  • 2924 Views
  • 1 replies
  • 0 kudos

FATAL: database "alfresco" does not exist

Good afternoon.I recently joined a company where there is a department that uses Alfresco.I have a problem doing the "run.bat build_start" of the project that is running, everything goes well until almost the end when it must create the "alfresco" an...

image
scampoy by Champ in-the-making
  • 5975 Views
  • 2 replies
  • 0 kudos

Timer Boundary Event with condition

Hello. I can't solve a simple problem.I have a subprocess with a timer boundary event on it. It is necessary to check a certain condition on the timer. If it's true, the execution of the entire process instance is terminated. If not, then the executi...

ringball by Champ in-the-making
  • 2287 Views
  • 0 replies
  • 0 kudos

What Are The Features Of Alfresco Content Services 6.0?

One of the most critical situations that happen in relation to software management is the way several programming structures are highlighted and used in the business. Therefore, in order to come in contact with useful solutions to start with, one can...

chase88 by Champ in-the-making
  • 1932 Views
  • 0 replies
  • 0 kudos

NOW/DAY - 1DAY not giving desire result

Hi,I am trying to get the timestamp of yesterday morning 12:00 AM using , which is not yielding the correct result. My requirement is to generate the report for the documents which got processed yesterday.cm:created:[NOW/DAY - 1DAY TO NOW/DAY]Please ...

harmesh by Champ in-the-making
  • 1542 Views
  • 0 replies
  • 0 kudos

Resolved! Run mvn install failure

Hi Team;      When I run 'mvn install', there had an error, please refer the URL as below;      'https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html'      Thanks a lot!

image image
YanFeiHu by Confirmed Champ
  • 3776 Views
  • 3 replies
  • 1 kudos

Resolved! How to add a new action?

Hi Team;     I download the project 'alfresco-sdk-samples-alfresco-51' and try to adding new actions.     Please refer the URL as below:     "https://docs.alfresco.com/content-services/community/tutorial/share/doclib/#customizesurfwidget"     Now I d...

image
YanFeiHu by Confirmed Champ
  • 2877 Views
  • 1 replies
  • 1 kudos

Resolved! Fulltext search problem in Alfresco 7.x

Hello everyone,in Alfresco 6.1 I had no problems in fulltext search in documents even with my very basic setup. Now I have another install of alfresco 7.1 and everything works fine, except of fulltext search. Same text in document if alfresco 6 is fo...

krivaneka by Champ in-the-making
  • 5681 Views
  • 4 replies
  • 2 kudos

Basic authentication allways showed.

I'm installing a server with kerberos, ldap-ad and alfrescoNtlm in the authentication chain.While the authentication is working there is an annoying problem. When using a web browser that does not have Kerberos setup a basic authentication form is sh...

Resolved! Where is the XML file?

Hello Community;      Please refer the URL as below;      "https://docs.alfresco.com/content-services/community/tutorial/share/doclib/#customizesurfwidget"      They told me to open a XML file, but where it is?      Thanks a lot!

image
YanFeiHu by Confirmed Champ
  • 3569 Views
  • 1 replies
  • 1 kudos

Auto create site on startup

Hi,I'm trying to create two sites when alfresco startups. I was following de documentation (https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/bootstrap-content/#bootstrapping-sites) and it dosn't work properly to me. The error...

jhigueraf by Champ on-the-rise
  • 2014 Views
  • 0 replies
  • 0 kudos

Resolved! Error when uploading file

Hello,I'm an unexperimented user on activiti.I deployed a fresh new Activiti 6.0 which seems to work fine.But I have an error when trying to upload a file on a simple form.GUI says "an error occured" and looking at the ajax request, I get the error b...

dsicpam84 by Champ in-the-making
  • 7808 Views
  • 3 replies
  • 0 kudos

Resolved! Java heap space issue on Solr4

Hi,I have a Solr issue during alfresco startup (Alfresco CE 5.2; Solr4).Following configurations in solrconfig.xml for both workspace and archive Spaces Store has been changed to:mergeFactor change to 25ramBufferSizeMB change to 64as explained here A...

billydekid by Star Contributor
  • 18694 Views
  • 10 replies
  • 4 kudos

Custom Type and Parent properties

Hi allI'm tryng toi customize my model on Alfresco Community edition 7.0. I successfully created the model and a new custom type, the parent of this is "cm:folder".I implemented also a custom advanced search for this custom type and everything works ...