Hi,
Are you using MS SQL with Win Authentication?
If so, this means that the owner of the tables of Site Admin and Project databases would be “dbo”.
Since the owner of the affected project’s tables is “td” user ALM is not able to identify the object td.DATACONST.
ALM is making request against the DB end using “dbo” user and expects to find dbo.DATACONST.
Regards,