Hi
When i try and run attestations manually via "manager" i noticed that since upgrading from 7.1.2 to 7.1.4 some attestation runs started failing.
The error i can see in "manager" refers to read-only tables
Error: [810306] Error during execution of 'CheckValues' in logic module 'VI.DB.Entities.ValueFormatEntityLogic'.
810370] Objects from read-only tables must not be referenced.
I think this might have to do with my condition on my attestations policy trying to query a read-only view. Reason for saying this is that other custom tables work fine, just read-only view being an issue
Any thoughts on how to fix this issue?
regards