I'm getting this compilation error:
Kompilieren der Klasse digi.packet
FEHLER #5002: Caché-Fehler: <FUNCTION>zLockUse+5^%ExtentMgr.GlobalRegistry.1
> FEHLER #5030: Während der Kompilierung von Klasse 'digi.packet' ist ein Fehler aufgetreten
when importing one of my classes on the production server into one particular namespace:
- the class compiles just fine on dev pc.
- the class compiles just fine also in any other namespace of the same cache instance. So, looks as a problem of this particular namespace.
- the project contains many other classes, all are compiled in all namespaces without any problem


