I call upon the Help and Wisdom of TM1 Experts.
We are trying to make parallel updates of dimensions from CSV files.
For parallel interaction we use RushTI.
Issue:
At the stage of filling attributes on the Data tab, process blocking and rollback occur, i.e., they cannot run in parallel.
For example:
There are two dimension update processes running in parallel:
Dim.Update.Agreement and Dim.Update.Counterparty.
Dim.Update.Agreement locks a certain number of cubes in Read, ReadOnly and IntenteXclusive mode, for reasons unclear.
Meanwhile, Dim.Update.Counterparty, which was running in parallel, goes into rollback.
The processes only add new dimension elements via DimensionElementInsert / DimensionElementComponentAdd and write attributes via AttrPutS.
Adding elements on the Metadata tab locks only its own dimension, as it logically should.
But on the Data tab, when adding attributes it locks some random cubes. Even those that don't have this dimension

Any help would be appreciated!
Andre