Hi Rick,
Brian’s interpretation of the cause sounds correct to me. Please confirm that you have found the problem and fixed it.
Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England
+44 (0)1604-709200
--
You received this message because you are subscribed to the Google Groups "OpenQM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openqm+un...@googlegroups.com.
To post to this group, send an email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openqm?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Rick,
Object code should be backward compatible so long as you do not use features that are not in the older release. I do not know of anything that should result in the error that you saw unless there was a module somewhere that you did not recompile/catalogue.
If the problem occurs again, it would be good to investigate a bit more carefully.
Martin
Hi again Rick,
A suggestion that might explain things…..
Is it possible that you have a LOGIN paragraph that is executing something from the old release of DB, creating a named common. You then go on to install the new version with a larger common and, on starting this new version, you get the size mismatch error?
If this sounds like it might be this case, you should be able simply to do
DELETE.COMMON ALL
from the QM command prompt to get rid of the old common.