I therefore asked some dev colleague who explained to me:2025-05-23 13:45:38,031;DEBUG;com.ptvgroup.xserver.xdima.dimaCtrl.DimaCtrlS.DistanceTableCalc;finished calculating matrix (error code 0)
2025-05-23 13:45:38,032;DEBUG;com.ptvgroup.xserver.xdima.dimaCtrl.DimaCtrlS.DistanceTableCalc;calculate 0x651 matrix...
2025-05-23 13:45:38,035;DEBUG;com.ptvgroup.xserver.xdima.dimaCtrl.DimaCtrlS.DistanceTableCalc;finished calculating matrix (error code -3208)
This part of the code is processed when a dima is getting extended by two rect shaped matrices. If the triggering matrix is new the second call is an empty, useless matrix (in this case "0 starts" x "651 destinations") and this throws the given error message "-3208 - invalid request".

We will check to remove this message as it may trigger misunderstanings.
Bernd