cancel
Showing results for 
Search instead for 
Did you mean: 

Some groups not getting imported from AD

hm
Champ in-the-making
Champ in-the-making
I am running Alfresco 1.3 and I have NTLM setup to sync users and groups. We recently added a new group and this groups does not seem to get replicated. I have turned the debugging on and here is what I find:

As can be seen from the trace below the problem group WS-Collaborators does not seem to be processing 'node-uuid' property, the other groups Abees seems to process this property. other than this I do not see any error messages so I am at a loss to understand what is going on. Thanks in advance for any guidance.


08:53:06,166 DEBUG [org.alfresco.repo.importer.view.ViewParser]  Pushed NodeContext[childName=usr:GROUP_WS-Collaborators,type={http://www.alfresco.org/model/user/1.0}authorityContainer,nodeRef=null,aspects=[],parentContext=ParentContext[parent=user://alfrescoUserStore/def6c87a-2e83-11db-be12-738e6a8e2a19,assocType=null]]
08:53:06,166 DEBUG [org.alfresco.repo.importer.view.ViewParser]   Processed property {http://www.alfresco.org/model/user/1.0}authorityName
08:53:06,166 DEBUG [org.alfresco.repo.importer.view.ViewParser]   Processed property {http://www.alfresco.org/model/user/1.0}members
08:53:06,166 DEBUG [org.alfresco.repo.importer.view.ViewParser]  Popped NodeContext[childName=usr:GROUP_WS-Collaborators,type={http://www.alfresco.org/model/user/1.0}authorityContainer,nodeRef=null,aspects=[],parentContext=ParentContext[parent=user://alfrescoUserStore/def6c87a-2e83-11db-be12-738e6a8e2a19,assocType=null]]
08:53:06,188 DEBUG [org.alfresco.repo.importer.view.ViewParser]  Pushed NodeContext[childName=usr:GROUP_Abees,type={http://www.alfresco.org/model/user/1.0}authorityContainer,nodeRef=null,aspects=[],parentContext=ParentContext[parent=user://alfrescoUserStore/def6c87a-2e83-11db-be12-738e6a8e2a19,assocType=null]]
08:53:06,188 DEBUG [org.alfresco.repo.importer.view.ViewParser]   Processed property {http://www.alfresco.org/model/system/1.0}node-uuid
08:53:06,188 DEBUG [org.alfresco.repo.importer.view.ViewParser]   Processed property {http://www.alfresco.org/model/user/1.0}authorityName
08:53:06,188 DEBUG [org.alfresco.repo.importer.view.ViewParser]   Processed property {http://www.alfresco.org/model/user/1.0}members
08:53:06,188 DEBUG [org.alfresco.repo.importer.view.ViewParser]  Popped NodeContext[childName=usr:GROUP_Abees,type={http://www.alfresco.org/model/user/1.0}authorityContainer,nodeRef=null,aspects=[],parentContext=ParentContext[parent=user://alfrescoUserStore/def6c87a-2e83-11db-be12-738e6a8e2a19,assocType=null]]
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

The debug code for node-uuid shows that an existing group was not found (as you would expect). It should be created and imported.

Can you turn debug on for the LDAP import code.

Regards

Andy