CRC stuff

Posted by ojfoggin on 09-Jun-2010 05:08

I know what a CRC check is in the general use but what changes CRC information in Progress?

I guess it's stored against the .r (compiled) file?

The problem we are having is a Check CRC error for a trigger we have added.

The trigger is a one that only affects a couple of fields and will be in use whilst we normalise the database and removed some older bits of code that aren't ideal (stored references to RECIDs).

If we turn off the "Check CRC" on the trigger will it still work?

Thanks for any help you can offer.

If there is a document detailing this info could someone please provide the name of it so I can look this up myself.

Thanks!

Oliver

P.S We are on Progress 10.2B database.

All Replies

Posted by Admin on 09-Jun-2010 05:29

The triggers CRC is stored in the DB metaschema (and dumped in DF files). When disabling the CRC check for some triggers the CRC value is actually stored as unknown value ("?").

This thread is closed