SubPointSolutions / spmeta2

SharePoint artifact provision for .NET platform. Supports SharePoint Online, SharePoint 2019, 2016 and 2013 via CSOM/SSOM.
http://subpointsolutions.com/spmeta2
134 stars 56 forks source link

Docs - taxonomy delay issue in SharePoint Online #1069

Open SubPointSupport opened 7 years ago

SubPointSupport commented 7 years ago

We need to document a delay related issue with taxonomy creation in SharePoint Online. The issue has to do with terms/term groups not being available immediately but after some time. In turn, that makes consequent calls fail as no object exists yet.

SPMeta2 detects O365 related operations for taxonomy and has a built-in workaround for this: try to resolve an items, back off, wait, try again and only fail after several attempts to resolve an artefact.