We looked into this issue, it appears you found a situation where the program does not handle relative and absolute tolerances correctly. Your input data describes a situation where at one ident (D30MV14) an absolute tolerance is defined, and at the next ident (D30B65s) a relative one. Both idents have only RTOL1 or ATOL1 defined, which means the program tries to interpolate between those two idents. And apparently interpolation between two types of tolerances fails...
Note that at the other switch from relative to absolute (idents Einde1 and D30CN3B) this problem does not occur, as there is a WEAK element between those two idents, meaning that an interpolation at that point is not necessary.
The error message given is correct in itself, but it uses a wrong error number, as you observed.
We assigned ticket no. J-1894 to this bug. The program should handle this kind of situations in a correct way, either interpolating correctly (whatever that may mean) or not allowing these situationa and warn accordingly.
In the mean time, to work around this problem, please define "hard transits" between relative and absolute tolerances, i.e. use the step-functionality in the WALL-table by using RTOL2/ATOL2 as well.
In the case of your project, just adding the two numbers as shown below is sufficient: