Re: sharepoint crawler documents limit

2019-12-19 Thread Jorge Alonso Garcia
Hi, The job finnish ok (several times) but always with this 2 documents, for some reason the loop only execute twice Jorge Alonso Garcia El jue., 19 dic. 2019 a las 18:14, Karl Wright () escribió: > If the are all in one document, then you'd be running this code: > > >> > int

Re: sharepoint crawler documents limit

2019-12-19 Thread Karl Wright
If the are all in one document, then you'd be running this code: >> int startingIndex = 0; int amtToRequest = 1; while (true) { com.microsoft.sharepoint.webpartpages.GetListItemsResponseGetListItemsResult itemsResult =

Re: sharepoint crawler documents limit

2019-12-19 Thread Karl Wright
If you are using the MCF plugin, and selecting the appropriate version of Sharepoint in the connection configuration, there is no hard limit I'm aware of for any Sharepoint job. We have lots of other people using SharePoint and nobody has reported this ever before. If your SharePoint connection

Re: sharepoint crawler documents limit

2019-12-19 Thread Jorge Alonso Garcia
Hi, On UI shows 20,002 documents (on a firts phase show 10,001,and after sometime of process raise to 20,002) . It looks like a hard limit, there is more files on sharepoint with the used criteria Jorge Alonso Garcia El jue., 19 dic. 2019 a las 16:05, Karl Wright () escribió: > Hi Jorge, > >

Re: sharepoint crawler documents limit

2019-12-19 Thread Karl Wright
Hi Jorge, When you run the job, do you see more than 20,000 documents as part of it? Do you see *exactly* 20,000 documents as part of it? Unless you are seeing a hard number like that in the UI for that job on the job status page, I doubt very much that the problem is a numerical limitation in

Re: sharepoint crawler documents limit

2019-12-19 Thread Jorge Alonso Garcia
Hi Karl, We had installed the shaterpoint plugin, and access properly http:/server/ _vti_bin/MCPermissions.asmx [image: image.png] Sharepoint has more than 20,000 documents, but when execute the jon only extract these 20,000. How Can I check where is the issue? Regards Jorge Alonso Garcia

Re: sharepoint crawler documents limit

2019-12-19 Thread Karl Wright
By "stop at 20,000" do you mean that it finds more than 20,000 but stops crawling at that time? Or what exactly do you mean here? FWIW, the behavior you describe sounds like you may not have installed the SharePoint plugin and may have selected a version of SharePoint that is inappropriate. All