Thank you so much, Karl. It fixed that but the error message in manifold UI remain same and from the logs I can see it got authenticated when accessing lists.asmx but later when accessing MCPermission.asmx and calling GetPermissionCollection it is having 404 not found error.
Any suggestion? DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEgAAADWANYAYAAAAAQABAA2AQAADgAOADoBAAAeAB4ASAEAAAAAAABmAQAABYKIogUBKAoAAAAPi29mDuWNNMMk94I7QDt2QOcOIEMSunezE/kMXJfCgXDtpBsjM34qLgEBAAAAAAAAgMcWhS1Q1AFfqWKUz0ldwQAAAAACAAQARQBTAAEAGgBEAEMAMQBQAFIAUwBQAFMAVgBNAFcARgAyAAQAGgBFAFMALgBBAEQALgBBAEQAUAAuAGMAbwBtAAMANgBEAEMAMQBQAFIAUwBQAFMAVgBNAFcARgAyAC4ARQBTAC4AQQBEAC4AQQBEAFAALgBjAG8AbQAFABQAQQBEAC4AQQBEAFAALgBjAG8AbQAHAAgAVj0dgS1Q1AEAAAAAAAAAAEUAUwBrAHUAbQBhAHIAcwA1AFIATwBTAEUATABDAEQAVgAwADAAMAAxAEwASgBDAA== DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - Enter: SOAPPart::saveChanges DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "POST /sites/ES/_vti_bin/MCPermissions.asmx HTTP/1.1[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "Content-Type: text/xml; charset=utf-8[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "Accept: */*[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "SOAPAction: "http://microsoft.com/sharepoint/webpartpages/GetPermissionCollection"[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "User-Agent: Axis/1.4[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "Content-Length: 420[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "Host: teamsites.corp.com[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "Connection: Keep-Alive[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "Accept-Encoding: gzip,deflate[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEgAAADWANYAYAAAAAQABAA2AQAADgAOADoBAAAeAB4ASAEAAAAAAABmAQAABYKIogUBKAoAAAAPi29mDuWNNMMk94I7QDt2QOcOIEMSunezE/kMXJfCgXDtpBsjM34qLgEBAAAAAAAAgMcWhS1Q1AFfqWKUz0ldwQAAAAACAAQARQBTAAEAGgBEAEMAMQBQAFIAUwBQAFMAVgBNAFcARgAyAAQAGgBFAFMALgBBAEQALgBBAEQAUAAuAGMAbwBtAAMANgBEAEMAMQBQAFIAUwBQAFMAVgBNAFcARgAyAC4ARQBTAC4AQQBEAC4AQQBEAFAALgBjAG8AbQAFABQAQQBEAC4AQQBEAFAALgBjAG8AbQAHAAgAVj0dgS1Q1AEAAAAAAAAAAEUAUwBrAHUAbQBhAHIAcwA1AFIATwBTAEUATABDAEQAVgAwADAAMAAxAEwASgBDAA==[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "[\r][\n]" DEBUG 2018-09-19T11:29:13,721 (Thread-10672) - http-outgoing-16 >> "<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><GetPermissionCollection xmlns="http://microsoft.com/sharepoint/webpartpages/"><objectName>/</objectName><objectType>Web</objectType></GetPermissionCollection></soapenv:Body></soapenv:Envelope>" DEBUG 2018-09-19T11:29:13,840 (Thread-10672) - http-outgoing-16 << "HTTP/1.1 404 Not Found[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "Server: Microsoft-IIS/7.5[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "X-SharePointHealthScore: 0[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "SPRequestGuid: fd49909e-ab60-0085-9239-12625468d677[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "request-id: fd49909e-ab60-0085-9239-12625468d677[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "X-FRAME-OPTIONS: SAMEORIGIN[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "SPRequestDuration: 90[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "SPIisLatency: 0[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "Persistent-Auth: true[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "X-Powered-By: ASP.NET[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "MicrosoftSharePointTeamServices: 15.0.0.4893[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "X-Content-Type-Options: nosniff[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "X-MS-InvokeApp: 1; RequireReadOnly[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "Date: Wed, 19 Sep 2018 15:29:06 GMT[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "Content-Length: 0[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << "[\r][\n]" DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << HTTP/1.1 404 Not Found DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << Server: Microsoft-IIS/7.5 DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << X-SharePointHealthScore: 0 DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << SPRequestGuid: fd49909e-ab60-0085-9239-12625468d677 DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << request-id: fd49909e-ab60-0085-9239-12625468d677 DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << X-FRAME-OPTIONS: SAMEORIGIN DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << SPRequestDuration: 90 DEBUG 2018-09-19T11:29:13,841 (Thread-10672) - http-outgoing-16 << SPIisLatency: 0 DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - http-outgoing-16 << Persistent-Auth: true DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - http-outgoing-16 << X-Powered-By: ASP.NET DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - http-outgoing-16 << MicrosoftSharePointTeamServices: 15.0.0.4893 DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - http-outgoing-16 << X-Content-Type-Options: nosniff DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - http-outgoing-16 << X-MS-InvokeApp: 1; RequireReadOnly DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - http-outgoing-16 << Date: Wed, 19 Sep 2018 15:29:06 GMT DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - http-outgoing-16 << Content-Length: 0 DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - Connection can be kept alive indefinitely DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - Authentication succeeded DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - Connection [id: 16][route: {}->http://teamsites.corp.com:80][state: ES\myuserID] can be kept alive indefinitely DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - Connection released: [id: 16][route: {}->http://teamsites.corp.com:80][state: ES\myuserID][total kept alive: 1; route allocated: 1 of 1; total allocated: 1 of 20] DEBUG 2018-09-19T11:29:13,842 (Thread-10672) - Cancelling request execution DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - org.apache.axis.i18n.resource::handleGetObject(return01) DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - (404)HTTP/1.1 404 Not Found DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - Enter: SOAPPart ctor(FORM_FAULT) DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - org.apache.axis.i18n.resource::handleGetObject(setMsgForm) DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - Setting current message form to: FORM_FAULT (currentMessage is now org.apache.axis.AxisFault) DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - Exit: SOAPPart ctor() DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - org.apache.axis.i18n.resource::handleGetObject(toAxisFault00) DEBUG 2018-09-19T11:29:13,847 (qtp1165791284-402) - Mapping Exception to AxisFault org.apache.axis.AxisFault: (404)HTTP/1.1 404 Not Found at org.apache.manifoldcf.connectorcommon.common.CommonsHTTPSender.invoke(CommonsHTTPSender.java:201) ~[mcf-connector-common.jar:?] at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) ~[axis-1.4.jar:?] at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) ~[axis-1.4.jar:?] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) ~[axis-1.4.jar:?] at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) ~[axis-1.4.jar:?] at org.apache.axis.client.Call.invokeEngine(Call.java:2784) ~[axis-1.4.jar:?] at org.apache.axis.client.Call.invoke(Call.java:2767) ~[axis-1.4.jar:?] at org.apache.axis.client.Call.invoke(Call.java:2443) [axis-1.4.jar:?] at org.apache.axis.client.Call.invoke(Call.java:2366) [axis-1.4.jar:?] at org.apache.axis.client.Call.invoke(Call.java:1812) [axis-1.4.jar:?] at com.microsoft.sharepoint.webpartpages.PermissionsSoapStub.getPermissionCollection(PermissionsSoapStub.java:200) [mcf-sharepoint-connector.jar:?] at org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper.checkConnection(SPSProxyHelper.java:1612) [mcf-sharepoint-connector.jar:?] at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.check(SharePointRepository.java:457) [mcf-sharepoint-connector.jar:?] at org.apache.jsp.viewconnection_jsp._jspService(viewconnection_jsp.java:249) [jsp/:?] at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [jasper-6.0.35.jar:6.0.35] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388) [jasper-6.0.35.jar:6.0.35] at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) [jasper-6.0.35.jar:6.0.35] at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) [jasper-6.0.35.jar:6.0.35] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:595) [jetty-security-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:191) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:72) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:709) [jasper-6.0.35.jar:6.0.35] at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:680) [jasper-6.0.35.jar:6.0.35] at org.apache.jsp.execute_jsp._jspService(execute_jsp.java:368) [jsp/:?] at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [jasper-6.0.35.jar:6.0.35] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388) [jasper-6.0.35.jar:6.0.35] at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) [jasper-6.0.35.jar:6.0.35] at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) [jasper-6.0.35.jar:6.0.35] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577) [jetty-security-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.Server.handle(Server.java:497) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [jetty-io-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.util.thread.QueuedThreool.runJob(QueuedThreadPool.java:610) [jetty-util-9.2.3.v20140905.jar:9.2.3.v20140905] at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:539) [jetty-util-9.2.3.v20140905.jar:9.2.3.v20140905] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60] DEBUG 2018-09-19T11:29:13,850 (qtp1165791284-402) - Log4JLogChute using logger 'velocity' DEBUG 2018-09-19T11:29:13,850 (qtp1165791284-402) - Initializing Velocity, Calling init()... DEBUG 2018-09-19T11:29:13,850 (qtp1165791284-402) - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) DEBUG 2018-09-19T11:29:13,850 (qtp1165791284-402) - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties DEBUG 2018-09-19T11:29:13,850 (qtp1165791284-402) - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute DEBUG 2018-09-19T11:29:13,850 (qtp1165791284-402) - Using logger class org.apache.velocity.runtime.log.Log4JLogChute DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Stop DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Define DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Break DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Literal DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Macro DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Parse DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Include DEBUG 2018-09-19T11:29:13,851 (qtp1165791284-402) - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Created '20' parsers. DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.manifoldcf.core.i18n.MCFVelocityResourceLoader: Resource 'VM_global_library.vm' not found. DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Velocimacro : Default library not found. DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Velocimacro : allowInline = true : VMs can be defined inline in templates DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. DEBUG 2018-09-19T11:29:13,852 (qtp1165791284-402) - Velocimacro : autoload off : VM system will not automatically reload global library macros DEBUG 2018-09-19T11:29:13,853 (qtp1165791284-402) - ResourceManager : found viewConfiguration.html with loader org.apache.velocity.runtime.resource.ResourceCacheImpl DEBUG 2018-09-19T11:29:14,566 (Idle cleanup thread) - Closing connections idle longer than 60000 MILLISECONDS DEBUG 2018-09-19T11:29:14,740 (Crawler idle cleanup thread) - Closing connections idle longer than 60000 MILLISECONDS ^C On Wed, Sep 19, 2018 at 11:52 AM Karl Wright <[email protected]> wrote: > Hi Susheel, > > The problem is likely your site path. The actual path looks like it > should be just "/ES", not "/ES/_layouts/15". > > Karl > > > On Wed, Sep 19, 2018 at 9:18 AM Susheel Kumar <[email protected]> > wrote: > >> Hello, >> >> I am new this mailing list and just started using manifold to able to >> index data from our Sharepoint 2013 and index into Solr. >> >> I have a site which i am able to access throw browser >> http://teamsites.corp.com/sites/ES/_layouts/15/viewlsts.aspx and when I >> setup Repository connection using below, it is showing me below connection >> status. >> >> I am clueless how to proceed further. Please suggest >> >> *"The site at http://teamsites.corp.com/ES/_layouts/15 >> <http://teamsites.corp.com/ES/_layouts/15> did not exist or was external; >> skipping"* >> >> Server SharePoint version: SharePoint Services 5.0 (2013) >> Server protocol: http >> Server name: teamsites.corp.com >> Server port: >> Site path: /ES/_layouts/15 >> User name: domain\myUserID >> Password: ******** >> Proxy host: >> Proxy port: >> Proxy user name: >> Proxy password: ******** >> Proxy domain: >> SSL certificate list: >> No certificates present >> Authority type: Active Directory >> >
