<?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 configuration ERROR (PARSE TIME) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-configuration-error-parse-time/m-p/301492#M254622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sue, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like your LDAP server is giving you back timestamps to millisecond precision ("20160620105843.819Z") and your timestamp pattern isn't expecting it to, it's expecting something like either "20160620105843Z" or "20160620105843.0Z" depending on whether you're using yyyyMMddHHmmss'Z' or yyyyMMddHHmmss'.0Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since Alfresco is just feeding this property into a standard Java SimpleDateFormat object behind the scenes, you can just choose a pattern that matches what you're LDAP server is giving you, e.g. yyyyMMddHHmmss'.'SSS'Z'&amp;nbsp; - i.e. standard date format to the second followed by a literal ".", then milliseconds (3 digits) followed by a literal "Z"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully that will work for you, otherwise you could configure your LDAP to not include millisecond precision in their&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 14:05:48 GMT</pubDate>
    <dc:creator>steven_okennedy</dc:creator>
    <dc:date>2016-06-20T14:05:48Z</dc:date>
    <item>
      <title>LDAP configuration ERROR (PARSE TIME)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-configuration-error-parse-time/m-p/301491#M254621</link>
      <description>Hello,I keep getting the following error:2016-06-20 12:20:16,641 ERROR [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization aborted due to errororg.alfresco.error.AlfrescoRuntimeException: 05200001 Failed to parse timestamp.……..Caused by: java.te</description>
      <pubDate>Mon, 20 Jun 2016 12:28:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-configuration-error-parse-time/m-p/301491#M254621</guid>
      <dc:creator>sue</dc:creator>
      <dc:date>2016-06-20T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP configuration ERROR (PARSE TIME)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-configuration-error-parse-time/m-p/301492#M254622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sue, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like your LDAP server is giving you back timestamps to millisecond precision ("20160620105843.819Z") and your timestamp pattern isn't expecting it to, it's expecting something like either "20160620105843Z" or "20160620105843.0Z" depending on whether you're using yyyyMMddHHmmss'Z' or yyyyMMddHHmmss'.0Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since Alfresco is just feeding this property into a standard Java SimpleDateFormat object behind the scenes, you can just choose a pattern that matches what you're LDAP server is giving you, e.g. yyyyMMddHHmmss'.'SSS'Z'&amp;nbsp; - i.e. standard date format to the second followed by a literal ".", then milliseconds (3 digits) followed by a literal "Z"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully that will work for you, otherwise you could configure your LDAP to not include millisecond precision in their&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 14:05:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-configuration-error-parse-time/m-p/301492#M254622</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-20T14:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP configuration ERROR (PARSE TIME)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-configuration-error-parse-time/m-p/301493#M254623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I solved it , I dont know if it makes any sence but it worked:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The error comes from this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I simply removed the 'Z' like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:42:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-configuration-error-parse-time/m-p/301493#M254623</guid>
      <dc:creator>sue</dc:creator>
      <dc:date>2016-06-23T08:42:00Z</dc:date>
    </item>
  </channel>
</rss>

