<?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 Alfresco CIFS Native Code Performance issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-cifs-native-code-performance-issue/m-p/276249#M229379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco 3.2 on Windows 2003 64 bit enterprise edition.I Configured CIFS Native Code with passthru SSO on LDAP Authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Configuration : &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=passthru1&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assthru,ldap1:ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Passthru configuration :&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.useLocalServer=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.domain=X&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.servers=X\\abc01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.guestAccess=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.defaultAdministratorUserNames=admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#Timeout value when opening a session to an authentication server, in milliseconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.connectTimeout=5000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#Offline server check interval in seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.offlineCheckInterval=300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.protocolOrder=NetBIOS,TCPIP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateCIFS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateFTP=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;CIFS Configuration :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.serverName=x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.localname=x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain=x.x.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.broadcast=x.x.x.x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.disableNIO=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.disableNativeCode=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.bindto=x.x.x.x&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Issue :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing performance issue while modifying excel file with some many exceptions in log file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exceptions :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.repo.security.permissions.AccessDeniedException: 00030005 Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.repo.security.permissions.AccessDeniedException: 00030016 Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.repo.security.permissions.AccessDeniedException: 00030019 Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; ERROR [org.alfresco.smb.protocol.auth] java.net.SocketTimeoutException: Read timed out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.dao.DataIntegrityViolationException: No Content Data value exists for ID 717589&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR[org.alfresco.web.app.servlet.NTLMAuthenticationFilter] Client MUMCHAKW02 using NTLMv2 logon, not valid with passthru authentication&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR [org.alfresco.fileserver] org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException: Object of class [org.alfresco.repo.domain.hibernate.NodeImpl] with identifier [3758085]: optimistic locking failed; nested exception is org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.alfresco.repo.domain.hibernate.NodeImpl#3758085]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR [org.alfresco.webdav.protocol] Internal Server Error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.repo.security.permissions.AccessDeniedException: 00060015 Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation. Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help Please to resolve these issues &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2011 14:39:25 GMT</pubDate>
    <dc:creator>dhavalprajapati</dc:creator>
    <dc:date>2011-01-06T14:39:25Z</dc:date>
    <item>
      <title>Alfresco CIFS Native Code Performance issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-cifs-native-code-performance-issue/m-p/276249#M229379</link>
      <description>Hello,I am using Alfresco 3.2 on Windows 2003 64 bit enterprise edition.I Configured CIFS Native Code with passthru SSO on LDAP Authentication.Configuration : authentication.chain=passthru1&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assthru,ldap1:ldapntlm.authentication.sso.enabled=truePassthru configuration &lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assthru.authentication.useLoca</description>
      <pubDate>Thu, 06 Jan 2011 14:39:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-cifs-native-code-performance-issue/m-p/276249#M229379</guid>
      <dc:creator>dhavalprajapati</dc:creator>
      <dc:date>2011-01-06T14:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco CIFS Native Code Performance issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-cifs-native-code-performance-issue/m-p/276250#M229380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe this is your solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://anaykamat.com/2008/10/28/fixing-ntlm-authentication-in-windows-2003/" rel="nofollow noopener noreferrer"&gt;http://anaykamat.com/2008/10/28/fixing-ntlm-authentication-in-windows-2003/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 10:14:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-cifs-native-code-performance-issue/m-p/276250#M229380</guid>
      <dc:creator>_sax</dc:creator>
      <dc:date>2011-01-07T10:14:08Z</dc:date>
    </item>
  </channel>
</rss>

