pnp / modernization

All modernization tooling and guidance
http://aka.ms/sppnp-modernize
MIT License
157 stars 86 forks source link

The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator. #464

Closed vikassharmaatl closed 4 years ago

vikassharmaatl commented 4 years ago

Thank you for reporting an issue or suggesting an enhancement. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you. Thanks!

Category

[X] Bug [ ] Enhancement

Problem Area

[ ] Page Transformation: Error during the setup/use of the Page Transformation UI solution (did you check our troubleshooting guide?) [ ] Page Transformation: Error during the use of page transformation from PnP PowerShell [ ] Page Transformation: Error during the use of page transformation from .Net [ ] Page Transformation: Page is not looking correct after transformation [X] Modernization Scanner: something went wrong...

Expected or Desired Behavior

Scanner completes successfully

Observed Behavior

On executing the scanner the following exception happens: The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator.

Steps to Reproduce

Executing the scanner using the UI generates the above error.

Submission Guidelines

Thanks for your contribution! Sharing is caring.

jansenbe commented 4 years ago

Thanks for reporting this @vikassharmaatl , this indeed is an issue that needs to be addressed in the next version of the scanner. As a workaround you can configure your Azure AD application to use full control - that will make the scanner use an alternative code path which avoids the large list scan.

vikassharmaatl commented 4 years ago

Thanks!

jansenbe commented 4 years ago

Adding @vgurusa for awareness as he logged the same issue

jansenbe commented 4 years ago

@vikassharmaatl , @vgurusa,

The issue has been solved (see https://github.com/pnp/sp-dev-modernization/commit/6f8a061c9ce790895320a3a76f78230c372ccdaf) and will be part of the 2.11 release. If you want earlier access then you can build the dev branch yourselves and use the created exe.

vikassharmaatl commented 4 years ago

Thanks Bert!

From: Bert Jansen notifications@github.com Sent: Monday, April 27, 2020 7:07 AM To: pnp/sp-dev-modernization sp-dev-modernization@noreply.github.com Cc: vikassharmaatl vikassharmaatl@gmail.com; Mention mention@noreply.github.com Subject: Re: [pnp/sp-dev-modernization] The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator. (#464)

@vikassharmaatl https://github.com/vikassharmaatl , @vgurusa https://github.com/vgurusa ,

The issue has been solved (see https://github.com/pnp/sp-dev-modernization/commit/6f8a061c9ce790895320a3a76f78230c372ccdaf 6f8a061) and will be part of the 2.11 release. If you want earlier access then you can build the dev branch yourselves and use the created exe.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pnp/sp-dev-modernization/issues/464#issuecomment-619910115 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AI6Z6Z4GOEEXUM5U4BZSJNTROVRLXANCNFSM4MHFUTNA . https://github.com/notifications/beacon/AI6Z6Z2YNAWUQP5BF6GWJQTROVRLXA5CNFSM4MHFUTNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOETZRHYY.gif

jansenbe commented 4 years ago

Closing this issue since it's been fixed.