<?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 Problems with SHARE and Sharepoint after openLDAP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205296#M158426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After installing Alfresco successfully I tried to get open ldap to work for authentication. I did get that sort of working but I failed to get it working for CIFS access, I know what I have to do but I did not want to allow all 12,000 registered users access to alfresco well not just yet anyway. I have now removed the ldap xml files and properties files and restarted the system. However, since doing that SHARE no longer works correctly, it cannot find any sites. They still exist if I use the alfresco interface and I have no problems with that. However if I use the share web interface I get problems like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Web Script /share/service/components/invite/members-bar has responded with a status of 500 - Internal Error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;500 Description:&amp;nbsp;&amp;nbsp;&amp;nbsp;An error inside the HTTP server which prevented it from fulfilling the request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Message:&amp;nbsp;&amp;nbsp;&amp;nbsp;Error during remote call. status: 500, response: { "status" : { "code" : 500, "name" : "Internal Error", "description" : "An error inside the HTTP server which prevented it from fulfilling the request." }, "message" : "Wrapped Exception (with status template): Failed to execute script '\/org\/alfresco\/repository\/site\/membership\/memberships.get.js (in classpath store file:\/opt\/Alfresco\/tomcat\/webapps\/alfresco\/WEB-INF\/classes\/alfresco\/templates\/webscripts)': An authority was not found for GROUP_site_ccfd9_SiteManager", "exception" : "org.alfresco.web.scripts.WebScriptException - Wrapped Exception (with status template): Failed to execute script '\/org\/alfresco\/repository\/site\/membership\/memberships.get.js (in classpath store file:\/opt\/Alfresco\/tomcat\/webapps\/alfresco\/WEB-INF\/classes\/alfresco\/templates\/webscripts)': An authority was not found for GROUP_site_ccfd9_SiteManager", "callstack" : [ "" ,"org.alfresco.repo.security.authority.UnknownAuthorityException: An authority was not found for GROUP_site_ccfd9_SiteManager" ,"org.alfresco.repo.security.authority.AuthorityDAOImpl.getContainedAuthorities(AuthorityDAOImpl.java:213)" ,"org.alfresco.repo.security.authority.AuthorityServiceImpl.getContainedAuthorities(AuthorityServiceImpl.java:285)" ,"org.alfresco.repo.site.SiteServiceImpl.listMembers(SiteServiceImpl.java:666)" ,"org.alfresco.repo.site.script.Site.listMembers(Site.java:268)" ,"sun.reflect.GeneratedMethodAccessor692.invoke(Unknown Source)" ,"sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)" ,"java.lang.reflect.Method.invoke(Method.java:597)" ,"org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)" ,"org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)" ,"org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76)" ,"org.mozilla.javascript.gen.c108._c0(AlfrescoScript:8)" ,"org.mozilla.javascript.gen.c108.call(AlfrescoScript)" ,"org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)" ,"org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)" ,"org.mozilla.javascript.gen.c108.call(AlfrescoScript)" ,"org.mozilla.javascript.gen.c108.exec(AlfrescoScript)" ,"org.mozilla.javascript.Context.evaluateString(Context.java:1196)" ,"org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:390)" ,"org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:122)" ,"org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:263)" ,"org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:108)" ,"org.alfresco.web.scripts.AbstractWebScript.executeScript(AbstractWebScript.java:800)" ,"org.alfresco.web.scripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:90)" ,"org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:319)" ,"org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:320)" ,"org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:227)" ,"org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:368)" ,"org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:390)" ,"org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:273)" ,"org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:261)" ,"org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:139)" ,"org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:116)" ,"javax.servlet.http.HttpServlet.service(HttpServlet.java:717)" ,"org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)" ,"org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)" ,"org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)" ,"org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)" ,"org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)" ,"org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)" ,"org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)" ,"org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)" ,"org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)" ,"org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)" ,"org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)" ,"java.lang.Thread.run(Thread.java:619)" ,"org.alfresco.scripts.ScriptException: Failed to execute script '\/org\/alfresco\/repository\/site\/membership\/memberships.get.js (in classpath store file:\/opt\/Alfresco\/tomcat\/webapps\/alfresco\/WEB-INF\/classes\/alfresco\/templates\/webscripts)': An authority was not found for GROUP_site_ccfd9_SiteManager" ,"org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:126)" ,"org.alfresco.web.scripts.WebScriptException: Wrapped Exception (with status template): Failed to execute script '\/org\/alfresco\/repository\/site\/membership\/memberships.get.js (in classpath store file:\/opt\/Alfresco\/tomcat\/webapps\/alfresco\/WEB-INF\/classes\/alfresco\/templates\/webscripts)': An authority was not found for GROUP_site_ccfd9_SiteManager" ,"org.alfresco.web.scripts.AbstractWebScript.createStatusException(AbstractWebScript.java:595)" ], "server" : "Alfresco Labs v3.0.0 (Stable 1526) schema 1,002", "time" : "01-May-2009 11:59:21" }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server:&amp;nbsp;&amp;nbsp;&amp;nbsp;Alfresco Labs v3.0.0 (Stable 1526) schema 1,002&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;01-May-2009 11:59:21&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Diagnostics:&amp;nbsp;&amp;nbsp;&amp;nbsp;Inspect Web Script (org/alfresco/components/invite/members-bar.get)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Search for Site Members&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try and use SharePoint to connect to the sites I get the following message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Documents in this folder are not available. The folder may have been moved, or deleted, or network problems may be preventing a connection to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I know that I changed several things while trying to get openLDAP to work but while I was using openLDAP to authenticate the SHARE access continued to work, its only since I switched the LDAP off that I cannot use the share access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone got any pointers or thoughts as what I can do next?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Graham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2009 11:29:57 GMT</pubDate>
    <dc:creator>grahammills</dc:creator>
    <dc:date>2009-05-01T11:29:57Z</dc:date>
    <item>
      <title>Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205296#M158426</link>
      <description>After installing Alfresco successfully I tried to get open ldap to work for authentication. I did get that sort of working but I failed to get it working for CIFS access, I know what I have to do but I did not want to allow all 12,000 registered users access to alfresco well not just yet anyway. I h</description>
      <pubDate>Fri, 01 May 2009 11:29:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205296#M158426</guid>
      <dc:creator>grahammills</dc:creator>
      <dc:date>2009-05-01T11:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205297#M158427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suspect your LDAP sync is wiping out all the automatically-generated Share groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to set &lt;/SPAN&gt;&lt;STRONG&gt;ldap.synchronisation.import.group.clearAllChildren=false&lt;/STRONG&gt;&lt;SPAN&gt; in the &lt;/SPAN&gt;&lt;STRONG&gt;ldap-synchronisation.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-1594" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-1594&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 11:56:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205297#M158427</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-05-01T11:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205298#M158428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for that, I am slightly confused as I have removed my ldap files as I have decided not to use ldap for now. Do I need to switch it back on with that change and then remove the files again?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a problem with share in that I cannot create any new sites. Has the database links been broken and I have to remove and start again?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Graham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 13:02:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205298#M158428</guid>
      <dc:creator>grahammills</dc:creator>
      <dc:date>2009-05-01T13:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205299#M158429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure why you can't create new sites - what's preventing you from doing that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll have to either start again, or re-create the groups using the Explorer (/alfresco) web client. Once you can create new sites again, look at the format for the group names and create them for the sites you want to keep.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 13:32:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205299#M158429</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-05-01T13:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205300#M158430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure either, when I am in share if I click the create site icon and fill in the details for the new site in the window the OK button remains greyed out. Having looked at the groups management in /alfresco I do not have any groups to manage. If I look at the site description in /alfresco it again does not give and group information. It is as if the link between the /share and the files are broken. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I search for sites within share I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wrapped Exception (with status template): Error during processing of the template 'Method public org.alfresco.repo.jscript.ScriptableHashMap org.alfresco.repo.site.script.Site.listMembers(java.lang.String,java.lang.String) threw an exception when invoked on org.alfresco.repo.site.script.Site@1b72690'. Please contact your system administrator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it help if I downloaded the latest&amp;nbsp; LABS 3 version and install it again?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Graham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 13:53:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205300#M158430</guid>
      <dc:creator>grahammills</dc:creator>
      <dc:date>2009-05-01T13:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205301#M158431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;…I click the create site icon and fill in the details for the new site in the window the OK button remains greyed out.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That usually means you're trying to set some invalid values. What are the input fields you're entering?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Would it help if I downloaded the latest&amp;nbsp; LABS 3 version and install it again?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That's up to you. It depends on how attached you are to your existing data. Note that a reinstall itself won't wipe out any data, but nor will it fix the problem at hand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 14:57:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205301#M158431</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-05-01T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205302#M158432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry yes not ceating a site was my problem. I have now created a site in /share but things are not acting as they should, the site appears on my dashboard but when I search for any sites I still get the error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wrapped Exception (with status template): Error during processing of the template 'Method public org.alfresco.repo.jscript.ScriptableHashMap org.alfresco.repo.site.script.Site.listMembers(java.lang.String,java.lang.String) threw an exception when invoked on org.alfresco.repo.site.script.Site@1bd3e08'. Please contact your system administrator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also when using the SharePoint access I still get the error and cannot see the sites. The other thing is&amp;nbsp; that in my task list I have messages like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Site Invite, Not Yet Started&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept | Reject | cancel &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just created a site under admin and invited my account to that site, so I still cannot see any sites, even those I have created since removing LDAP from the equation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Graham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 15:40:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205302#M158432</guid>
      <dc:creator>grahammills</dc:creator>
      <dc:date>2009-05-01T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205303#M158433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you'll still have to fix-up the deleted groups using the Explorer client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Up to you whether you do that, or remove them from under the Sites space and re-create using Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 18:16:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205303#M158433</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-05-01T18:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205304#M158434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks. I had to remove all sites and then try and create them again. Luckily it was a trial system and nothing has been lost. However, there is an issue with trying to change authentication methods that can cause a problem with alfresco. I now have a user that I cannot delete as it seems that it was added under open LDAP and cannot be deleted. I get the following message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please correct the errors below then click OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Unable to delete the User object associated with the Person. This is not an error if an external authentication mechanism such as NTLM was previously active.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It may not be an error but I cannot remove that user?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Graham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 11:07:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205304#M158434</guid>
      <dc:creator>grahammills</dc:creator>
      <dc:date>2009-05-05T11:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205305#M158435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you resolve the sites issue by deleteing the sites from the Alfresco web interface? Or did you go into the database and manually remove things? I am having the same problem but with AD/LDAP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 15:41:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205305#M158435</guid>
      <dc:creator>nigelwheat</dc:creator>
      <dc:date>2009-06-11T15:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SHARE and Sharepoint after openLDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205306#M158436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using 3.2 and getting the above mentioned error when i am trying to copy a file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;03071034 Wrapped Exception (with status template): 03071033 Error during processing of the template 'Method public org.alfresco.repo.jscript.ScriptableHashMap org.alfresco.repo.site.script.Site.listMembers(java.lang.String,java.lang.String,int) threw an exception when invoked on org.alfresco.repo.site.script.Site@1318ed1'. Please contact your system administrator.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as i click the copy to button in share i get this error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the error in this post was same so i copied it here. Please help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:44:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-share-and-sharepoint-after-openldap/m-p/205306#M158436</guid>
      <dc:creator>tushagarwal</dc:creator>
      <dc:date>2010-04-07T16:44:57Z</dc:date>
    </item>
  </channel>
</rss>

