RECLASS BUG - compressValues fails with UnexpectedCellType - any workaround?
This is related to BUG 28462018 which was "fixed" in 15.0.3.11 (per the details in the bug).
Doc ID 2444719.1 says that new feature was added to fixDomain in 15.0.3.86. The new feature will go through the domain and find any measure array that has an empty typeLabel.
Is there a fix available for 16.0.2.x?
Another question - are there other possible workarounds using the private tools (fixArray, editArray, populateArray)? On 13.2, when an array gets corrupted on a local domain - I used to be able to copy the .db from another local domain and perform reshapeArray. Its a bit crude but gets the job done. As reshape no longer exists in v16, any other way I fix it?