<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LDAP sync not terminating in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245351#M198481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know, in the latest source the team have fixed some other issues also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like issue &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20668" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20668&lt;/A&gt;&lt;SPAN&gt; (which is one major we are facing), correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I tried the latest build before this, I got some script errors in share pages&amp;nbsp; and I restored it with original wars. I am not sure it passed QA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway I going to replace the original war with my latest build &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2009 13:51:07 GMT</pubDate>
    <dc:creator>lees</dc:creator>
    <dc:date>2009-10-09T13:51:07Z</dc:date>
    <item>
      <title>LDAP sync not terminating</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245347#M198477</link>
      <description>Hi,I am trying to synchronize alfresco with my AD server.&amp;nbsp; Once I start the synchronization, it gives the message as creating user…So I think the synchronization is working. But my issue is the synchronization process is not terminating. By checking on the log I found that same users are creating ag</description>
      <pubDate>Thu, 08 Oct 2009 06:37:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245347#M198477</guid>
      <dc:creator>lees</dc:creator>
      <dc:date>2009-10-08T06:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP sync not terminating</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245348#M198478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a sign of a transaction 'collision'. The LDAP sync is done using a sequence of small transactions. And if any of these tries to update something that has already been updated in another transaction, the transaction must be replayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there other processes running on Alfresco at the same time as the sync? (Use "show full processlist" on mysql to find out).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And how are you triggering the sync? If the sync is triggered by a login, it is run in a single transaction, as it is not expected that there will be many new users or groups to add. But if this is the first sync, the transaction would grow unfeasibly large and collide with everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the newer nighly builds, a transactional sync is done when the server starts up, to ensure that login-triggered syncs are not too large.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 16:38:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245348#M198478</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-10-08T16:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP sync not terminating</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245349#M198479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are no other processes running on alfresco (I am using windows server 2003).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The synchronization process is triggered using a cron job&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the default-synchronization file details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;synchronization.synchronizeChangesOnly=true&lt;BR /&gt;synchronization.import.cron=0 52 13 * * ?&lt;BR /&gt;synchronization.syncWhenMissingPeopleLogIn=false&lt;BR /&gt;synchronization.autoCreatePeopleOnLogin=true&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The cron job is triggered as mentioned without any problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW I'd created alfresco.war from the latest source downloaded from svn and the sync process is working fine. But I am afraid to move it. Since there are a lot of sites in my alfresco and the users in AD are already a member of some sites.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any solution with the current 3.2 CE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 05:08:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245349#M198479</guid>
      <dc:creator>lees</dc:creator>
      <dc:date>2009-10-09T05:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP sync not terminating</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245350#M198480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid not. The latest .war should auto-upgrade your repository and preserve sites if you do decide to take it. However, make sure you back everything up, just in case you decide to roll back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 09:14:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245350#M198480</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-10-09T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP sync not terminating</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245351#M198481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know, in the latest source the team have fixed some other issues also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like issue &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20668" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20668&lt;/A&gt;&lt;SPAN&gt; (which is one major we are facing), correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I tried the latest build before this, I got some script errors in share pages&amp;nbsp; and I restored it with original wars. I am not sure it passed QA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway I going to replace the original war with my latest build &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 13:51:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-sync-not-terminating/m-p/245351#M198481</guid>
      <dc:creator>lees</dc:creator>
      <dc:date>2009-10-09T13:51:07Z</dc:date>
    </item>
  </channel>
</rss>

