<?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: Max value of system.acl.maxPermissionCheckTimeMillis  and system.acl.maxPermissionCheck in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10526#M4683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh wow - that is a somewhat "ancient" version of Alfresco.&lt;/P&gt;&lt;P&gt;You can learn about JavaScript search pagination in the documentation of the "search" root scope object and its &lt;A href="http://docs.alfresco.com/4.0/references/API-JS-query.html" rel="nofollow noopener noreferrer"&gt;"query" operation&lt;/A&gt;. But you will not avoid the issue with the transactional cache by doing multiple paginated queries in one ReST API call - you should adapt the client to call the web script each time you want to load the next page of results.&lt;/P&gt;&lt;P&gt;The EcmaError is a very generic error pointing you to a programming error in your script. You are trying to get the "length" property of an object / string / array that may be null. You should check that against null before you access that property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2017 20:38:32 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2017-02-10T20:38:32Z</dc:date>
    <item>
      <title>Max value of system.acl.maxPermissionCheckTimeMillis  and system.acl.maxPermissionCheck</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10523#M4680</link>
      <description>In alfresco , i want to retrieve all data using a webscript that has a cmis query.for small folders i am getting the databut for large folders, the data is not getting fetched.this is maybe due to&amp;nbsp;system.acl.maxPermissionCheckTimeMillis &amp;nbsp;and system.acl.maxPermissionCheck in the repository.properties</description>
      <pubDate>Fri, 10 Feb 2017 11:28:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10523#M4680</guid>
      <dc:creator>anujsharma</dc:creator>
      <dc:date>2017-02-10T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Max value of system.acl.maxPermissionCheckTimeMillis  and system.acl.maxPermissionCheck</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10524#M4681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The maximum value is determined by the Java type used for these properties. "maxPermissionCheckTimeMillis" is a long and "maxPermissionCheck" is an int, so the limits are 2^63 - 1 and 2^31 - 1 respectively.&lt;/P&gt;&lt;P&gt;You should never have to change these settings though - it is always recommended to fetch reasonably sized extracts of a larger search result and use pagination if you need additional data. At a certain amount of results loaded in a single operation - depending on the configuration of caches - you will also run into issues with transactional cache sizes being too small, causing unconditional clearance of global caches which will tank system performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:35:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10524#M4681</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-02-10T16:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max value of system.acl.maxPermissionCheckTimeMillis  and system.acl.maxPermissionCheck</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10525#M4682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are right &amp;nbsp;i am getting warnings in the log like below:-&lt;/P&gt;&lt;P&gt;WARN &amp;nbsp;[org.alfresco.repo.cache.TransactionalCache.org.alfresco.cache.node.nodesTransactionalCache] Transactional update cache 'org.alfresco.cache.node.nodesTransactionalCache' is full (50000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are there any tutorial for pagination for a js based webscript ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i am getting this error inconsistently:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: org.mozilla.javascript.EcmaError: TypeError: Cannot read property "length" from null&lt;BR /&gt;how to resolve this ?&lt;BR /&gt;&lt;BR /&gt;i am using alfresco version 3.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:47:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10525#M4682</guid>
      <dc:creator>anujsharma</dc:creator>
      <dc:date>2017-02-10T16:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Max value of system.acl.maxPermissionCheckTimeMillis  and system.acl.maxPermissionCheck</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10526#M4683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh wow - that is a somewhat "ancient" version of Alfresco.&lt;/P&gt;&lt;P&gt;You can learn about JavaScript search pagination in the documentation of the "search" root scope object and its &lt;A href="http://docs.alfresco.com/4.0/references/API-JS-query.html" rel="nofollow noopener noreferrer"&gt;"query" operation&lt;/A&gt;. But you will not avoid the issue with the transactional cache by doing multiple paginated queries in one ReST API call - you should adapt the client to call the web script each time you want to load the next page of results.&lt;/P&gt;&lt;P&gt;The EcmaError is a very generic error pointing you to a programming error in your script. You are trying to get the "length" property of an object / string / array that may be null. You should check that against null before you access that property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 20:38:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/max-value-of-system-acl-maxpermissionchecktimemillis-and-system/m-p/10526#M4683</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-02-10T20:38:32Z</dc:date>
    </item>
  </channel>
</rss>

