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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

ttoine by Community Manager
  • 463 Views
  • 0 replies
  • 0 kudos

CMIS Query with IN_TREE

Good day.I don't understand why my query doesn't work, when I use several IN_TREEELECT * from cmis:document WHERE IN_TREE('cb51f2f8-5ed1-49f6-a231-356c3b40c6d1') AND IN_TREE('cecbca1b-c59c-4629-b8c0-0bdbc26fdf46')If I use only one IN_TREE, likeELECT ...

APS 1.9 - Containers for development

Alfresco have provided a group of container images and also sample docker-compose yaml files to generate an activiti environment.  The standard build process when creating and releasing custom logic, such as custom beans or classes for service tasks ...

boneill by Star Contributor
  • 2755 Views
  • 0 replies
  • 0 kudos

Error in launching admin console

We use alfresco enterprise edition. When we try to login to the admin console viahttp://<your-host-name>:<alfresco-port>/alfresco==> click on the alfresco administration console link and login with admin username and password we see the following pag...

Resolved! Re-activate my account please

Can somebody re-activate my original account.  I created this one as there appears to be no way to contact the admininstrator and it says my account has been de-activated.  I have no idea why.My original email address is brian.oneill@seedim.com.au an...

bgkoneill by Champ on-the-rise
  • 5907 Views
  • 2 replies
  • 0 kudos

Alfresco Database Schema Diagram - ERD

Hi All,I already view all the topics related to this question but i can not find any suitable answer for that. I will be appreciated if anyone can provide the #ERD by the reverse engineering the default existing tables of the alfresco installation. I...

mani_zaeim by Champ in-the-making
  • 16728 Views
  • 4 replies
  • 3 kudos

Get childs node paginated

We're currently getting all child nodes using this java code:NodeRef nodeRef = ...;AlfrescoModelAssocList childAssocs = new AlfrescoModelAssocList(nodeService.getChildAssocs(nodeRef);for (AlfrescoModelAssoc childAssoc : childAssocs) {    /*...*/}We'r...

nonets by Champ on-the-rise
  • 5782 Views
  • 3 replies
  • 1 kudos

Aspects

Is it possible to create aspects without creating a custom content model ?

Alfresco 4.2c pickerchildren location

Hi. I have a problem locating pickerchildren.get.js which is what I need to edit to get new property to the ftl. The thing is I located pickerresults.ftl which I was able to edit. I only was able to find this webscript in the tomcat directory /alfres...

lucaskos by Champ in-the-making
  • 3923 Views
  • 1 replies
  • 1 kudos

acs-community-deployment, Docker(compose) and Windows 10

Hello people,I'm currently in the proces of determining if Alfresco 6 will be a good fit for a (Web) solution we are going to build. One of the nice things about this new project we're about to start is that we will be using docker as a development p...

User activity notifications not send

Hello Everybody!We have a fresh Alfresco community 5.2.0 that was working perfectly. Some day ago users started import documents loading through CIF (ctrl-c and ctrl-v of directories from intranet to Z:\Alfresco\Sites\some-site\documentLibrary\).:Now...

adalgix by Champ in-the-making
  • 1806 Views
  • 1 replies
  • 0 kudos

Get nodes without parent association informed

I'd like to know how to get all nodes of a given type `ts:folderSet` which has no parent association of type `ts:FolderSubSet` informed.Currently:[![enter image description here][1]][1]So, I mean, I need all nodes of type `ts:folderSet` where `tsfss:...

nonets by Champ on-the-rise
  • 4705 Views
  • 3 replies
  • 0 kudos

Resolved! Authentication error

Dear all,i'm having some problem with authentication on Alfresco Community Edition. See attached screenshot.Can somone tell me where to find some documentation dealing with Authentication on Alfresco and how to solve authentication error messages?Tha...

Authentication details not recognized at log-in

Dear Community, We have installed Alfresco Community v5.2.0 on our company server. Alfresco takes the users form the active directory of Windows, so all of us can enter Alfresco using our windows credentials.Now a collegue of us, Colleague001, is hav...