aegif / CmisSync

Synchronize content between a CMIS repository and your desktop. Like Dropbox for Enterprise Content Management!

Home Page:http://CmisSync.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When testing with SAP Cloud Platform Document Service I get a maxItems Error

harriseldon opened this issue · comments

operationContext.MaxItemsPerPage = Int32.MaxValue;

484a7c6c037cabfb668691b5/children?id=484a7c6c037cabfb668691b5&filter=*&includeAllowableActions=true&includeRelationships=both&includePathSegment=true&maxItems=2147483647&skipCount=0

bigInteger larger than max integer: 2147483647

I tried the same url and used 2147483646 and it worked. Can line 170 be changed to
operationContext.MaxItemsPerPage = Int32.MaxValue - 1;

Hello @harriseldon
Thanks for the feedback!
I modified this line per your instructions and released a new version, I will upload it as soon as I get a good Internet connection.

Hello @harriseldon
Could you please try this version and tell us whether it solves the problem?
https://bitbucket.org/aegif/cmissync/downloads/CmisSync.2.12.0.0.exe
Thanks!

I just installed the new build and the synchronization worked! Part of it was too fast. I was testing, so I created a new Excel Workbook. Then I renamed it. Both files synchronized. I will continue to test. Thank you for the quick response.

How has your testing been? :-)