Return-Path: X-Original-To: apmail-manifoldcf-dev-archive@www.apache.org Delivered-To: apmail-manifoldcf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3E68DB46 for ; Wed, 18 Jul 2012 04:41:40 +0000 (UTC) Received: (qmail 12721 invoked by uid 500); 18 Jul 2012 04:41:40 -0000 Delivered-To: apmail-manifoldcf-dev-archive@manifoldcf.apache.org Received: (qmail 12517 invoked by uid 500); 18 Jul 2012 04:41:35 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 12486 invoked by uid 99); 18 Jul 2012 04:41:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 04:41:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 6C71E140B94 for ; Wed, 18 Jul 2012 04:41:34 +0000 (UTC) Date: Wed, 18 Jul 2012 04:41:33 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: <1640506654.67692.1342586494448.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1943720985.62800.1342513474832.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CONNECTORS-492) SharePoint connector on SP2010 throws exception when there are too many documents in a library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CONNECTORS-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416857#comment-13416857 ] Karl Wright commented on CONNECTORS-492: ---------------------------------------- Conversation with Joe Becknell: "Also, does your server-side implementation use Content Iterators, as described here? Further research indicates that the problem is that the rowlimit doesn't actually count towards limiting the request size (!)" "No. it doesn't. It just uses the SPQuery object, sets the proper params (rowlimit, paging, etc) and sets the QueryThrottleMode property to SPQueryThrottleOption.Override. This did the trick, so I didn't use the content iterators; although, my understanding was that should work." > SharePoint connector on SP2010 throws exception when there are too many documents in a library > ---------------------------------------------------------------------------------------------- > > Key: CONNECTORS-492 > URL: https://issues.apache.org/jira/browse/CONNECTORS-492 > Project: ManifoldCF > Issue Type: Bug > Components: SharePoint connector > Affects Versions: ManifoldCF 0.7 > Reporter: Karl Wright > Assignee: Karl Wright > Fix For: ManifoldCF 0.7 > > > When there are more than the document list limit set by the administrator, no documents for the library are crawled. Instead the following exception is thrown: > {code} > DEBUG 2012-07-16 23:58:04,036 (Worker thread '19') - Mapping Exception to AxisFault > AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server > faultSubcode: > faultString: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown. > faultActor: > faultNode: > faultDetail: > {http://schemas.microsoft.com/sharepoint/soap/}errorstring:The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator. > {http://schemas.microsoft.com/sharepoint/soap/}errorcode:0x80070024 > Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown. > at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) > at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) > at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) > at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) > at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) > at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) > at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) > at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source) > at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) > at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) > at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) > at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > at org.apache.axis.client.Call.invoke(Call.java:2767) > at org.apache.axis.client.Call.invoke(Call.java:2443) > at org.apache.axis.client.Call.invoke(Call.java:2366) > at org.apache.axis.client.Call.invoke(Call.java:1812) > at com.microsoft.schemas.sharepoint.soap.ListsSoapStub.getListItems(ListsSoapStub.java:1841) > at org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper.getDocuments(SPSProxyHelper.java:629) > at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.processDocuments(SharePointRepository.java:909) > at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:423) > at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:561) > DEBUG > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira