pnp / PnP-Sites-Core

Microsoft 365 Dev PnP Core component (.NET) targeted for increasing developer productivity with CSOM based solutions.
Other
416 stars 643 forks source link

[BUG] Taxonomy item instantiation failed. Unable to create a client object with ID #2712

Open gszdev opened 4 years ago

gszdev commented 4 years ago

Environment

[x] Office 365 / SharePoint Online [ ] SharePoint 2016 [ ] SharePoint 2013

Expected or Desired Behavior

Trying to create a term group with a few (5) term sets. Each term set contians with 30 - 200 terms.

I don't if its on Server side

Observed Behavior

The following exception occours: Microsoft.SharePoint.Client.ServerException: Taxonomy item instantiation failed. Unable to create a client object with ID 'te:CUMvIgUxzEKbG85trtZMQr...')

Steps to Reproduce

See UnitTest Microsoft.SharePoint.Client.Tests.TaxonomyExtensionsTests.ImportTermSetShouldUpdateSetTest https://testautomation.sharepointpnp.com/Testcase/Details/7827883?branch=

Found the follwing on the web: Inconsistent behavior in using Taxonomy API

So I tried to reduce the size processed at once, but the error still occurs.

ghost commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.