Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
harriseldon opened this issue Jun 8, 2018 · 4 comments
Labels

Comments

@harriseldon
Copy link

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;

@nicolas-raoul
Copy link
Contributor

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.

@nicolas-raoul
Copy link
Contributor

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!

@harriseldon
Copy link
Author

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.

@nicolas-raoul
Copy link
Contributor

How has your testing been? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants