go to post Wolf Koelling · Jan 22, 2024 I can't check for sure now but from memory it was around Cache 2015 (plus minus one version). Not sure whether that helps you or whether you need it for definite. And, again if memory serves me right, the very first version these tables were introduced they were still hidden, i.e. you could query them but they wouldn't show in a table listing.
go to post Wolf Koelling · Oct 29, 2021 yes, renaming of CACHE.DAT to IRIS.DAT is supported, but not for the system manager databases. Either just copy your own databases that way and recreate the required configuration (e.g. security), or - if you have a lot of config -, you can install Cache (into same directory path on new server), copy manager db (and cache.cpf) across and then do in-place upgrade to IRIS.
go to post Wolf Koelling · Oct 5, 2018 I think Kev is right: the upgrade froze all query plans. In your DEV environment the class definition might have moved on, probably added a new field - which should cause the plan to become unfrozen but there was (is?) a bug in Caché with that. The fix isDPV5125 - SQL: Correct frozen plan error condition of SELECT * validationWe had a patch for that for v2017.1 and it is supposed to be included in 2017.2.2, although I'm not too sure as we recently upgraded to that version and had the same problem afterwards.