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...')
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.