Client item tree mapping failing

Symptoms

Release 13.0.0.1The Client item tree mapping is failing.

Causes

This happens due to increase in the mapping.json file size. While creating a client item tree, if a source item is created repeatedly, such a source item can cause the tree to grow infinitely.

Resolving the problem

Proceed as follows to fix the issue.
  1. Create an environment variable Remove_Looping with following value.

    Remove_Looping=<comma-separated names of the problematic sources items>

Example

If the NamingRule and Disable are the source items that are causing looping, then declare the Remove_Looping environment variable with following values.

Remove_Looping=NamingRule,Disable