Hi everyone,
I trying to use replicate my database by using rubyrep. During scan and sync process, I got this error:
ir_model_constraint Exception caught: undefined method `<=>' for nil:NilClass
ir_model_relation Exception caught: undefined method `<=>' for nil:NilClass
So, I create an exclude configuration on rubyrep.conf file to exclude the scanning for both ir_model_constraint & ir_model_relation and its working. Any ideas why these two ir_model produce that errors?
Thanks.