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

Resolved! Webscript not creating nodes

Hi all,We're working in a webscript that creates custom type nodes inside a folder. Alfresco 7.1 installed.The problem appears when trying to create a node with the same name. This can happen, since the names are read from a list that can have repeat...

tcuser by Champ on-the-rise
  • 5139 Views
  • 4 replies
  • 1 kudos

ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

any idea what is the error? i type this command ldapsearch -H ldap://openldap:389 -x -D "uid=admin,dc=keensoft,dc=es" -w admin -b "dc=keensoft,dc=es" "(objectclass=*)"show me an errorldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

crisdev13 by Confirmed Champ
  • 2009 Views
  • 0 replies
  • 0 kudos

APS 2.X - Adding Custom Endpoints to Swagger API

Hi,We are trying to make Alfresco's swagger-ui (api-explore.html) also able to scan our custom-created API. We could enable for example OpenApi to scan our APIs importing the springdoc-openapi-ui dependency and creating new definitions with GroupedOp...

Resolved! Alfresco Maven Plugin with SDK 4.4

Hi everyone, I'm actually moving from alfresco 5.0.3 to alfresco 7.2(using AIO SDK 4.4). I saw that in the past we were using a plugin called " alfresco-maven-plugin". We were using it to simplified the installation of AMPs. The documentation for thi...

agermain by Champ on-the-rise
  • 2224 Views
  • 1 replies
  • 0 kudos

Connect Alftresco Platform to Ws security

Hello, I have a web service in cxf and ws security (UsernameToken Timestamp), and my ploblem is that not connect. My amp include any library´s but I have a problem wend I work my model:org.springframework.extensions.webscripts.WebScriptException: 000...

jpexposito by Champ in-the-making
  • 1702 Views
  • 1 replies
  • 0 kudos

REST API - node

Hi Team;     I followed the tutorial as below to developing a simple JavaScript client using the Alfresco REST API.       'https://community.alfresco.com/docs/DOC-6802-alfresco-one-rest-api-previewing-content'    When I press the button 'go' , browse...

image image
YanFeiHu by Confirmed Champ
  • 1900 Views
  • 1 replies
  • 0 kudos

Enterprise License issue moving from v5.2 to v7.2

Hi all,we're facing a weird issue moving from Alfresco 5.2 to Alfresco 7.2. We have an enterprise license which expires in 6 months. If we use it with a freshly installed Alfresco 7.2, that is new DB and empty contentstore (the one under /alf_data/),...

corvo by Champ in-the-making
  • 2179 Views
  • 1 replies
  • 0 kudos

Customizing Question

Hello,I am trying to customize Web Quick Start for my company intranet.I do not know the approach to modify title in each out-of-the-box pages generated by Web Quick Start sample.Anyone knows about that, please kindly help. Much appreciated!useful li...

Mariogi by Champ in-the-making
  • 1702 Views
  • 1 replies
  • 0 kudos

Resolved! Transform service - unlimited database connections

Recently Alfresco Transofrm Service run out of memory (OutOfMemoryError, mXm parameter was too small) but it initiated lots (casually there are ~40connections, here it jumped in minutes to >200) of database connections (with "idle-transaction" state)...

upforsin by Star Collaborator
  • 4512 Views
  • 3 replies
  • 2 kudos

Custom content model with mandatory aspects.

Hello.I am working with Alfresco Community 201702.I have created custom content model with xml:<?xml version="1.0" encoding="UTF-8"?><model xmlns="http://www.alfresco.org/model/dictionary/1.0" name="lolpuocumentTest">    <description>Document Model f...

jurahf by Champ on-the-rise
  • 11616 Views
  • 8 replies
  • 1 kudos

get members of a group REST API not responding

Hello everyone, I am using alfresco trial version with a local deployment using docker. All other REST APIs are working fine for me except the api to get members of a group. This is the way I call the APIcurl -X GET -H 'Accept: application/json' -H '...

Error on loading user tool

When go to User Tool getting the error below,Error on User ToolThen when clicking on action button, getting this error:Error on Action Button      

image image
marcelus by Champ in-the-making
  • 1433 Views
  • 0 replies
  • 0 kudos

Process Initiation Authorization

Hello,i want to restrict users from starting new process instance.i tried following example :https://www.activiti.org/userguide/#securitybut it didn't work.i also used eclipse to set candidate groups but it didn't work too.what i am trying to do is a...

Capturing Download file audit's into ACS

Hi All,I trying to capture the download audit's for files in ADF, when I checked in network calls it's not calling any backend ACS API's to store any audit data into it. I'm not sure how to capture and store it into the ACS. Please provide any sugges...

kranthi by Star Contributor
  • 2054 Views
  • 1 replies
  • 0 kudos

Resolved! Get user groups of site

Hello,  this api get all members from site. -->https://dms-test.digipaper.cz/alfresco/api/-default-/public/alfresco/versions/1/sites/test-stranka/members?skipCount=0&maxItems=100 ‍but in https://api-explorer.alfresco.com/api-explorer I can not find a...

wity by Confirmed Champ
  • 10683 Views
  • 6 replies
  • 1 kudos

Get site and node groups

HiI am trying to use the API to gather all data regarding access rights to differents sites and subfolders.I have added a picture of what endpoints my API explorer displays.I wish to see groups that are connected with my sites and subfolders of those...

image