You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RAC has an unfortunate habit of removing grants from the InfoEd view. The existing code removes the grants (mostly) from VIVO but not the role data. This leads to seeing the missing activity data error like so...
Analysis
When we run this query against InfoEd, we get 7,965 roles on grants.
select CWID, Account_Number from WC_InfoEdProd_Integration.dbo.VIVO
where Confidential = 'N'
We can identify all grant roles in VIVO using this query.
There are 357 roles in the second query but not the first. All these roles, and their associated metadata need to be deleted from VIVO: GrantRolesToDelete-2021-12-07.csv
Here's an example query that lists the associated metadata for expired grant role data in VIVO.
paulalbert1
changed the title
Delete inactive grants relationships and associated metadata
Delete inactive grant relationships and associated metadata
Dec 7, 2021
Problem
RAC has an unfortunate habit of removing grants from the InfoEd view. The existing code removes the grants (mostly) from VIVO but not the role data. This leads to seeing the
missing activity data
error like so...Analysis
When we run this query against InfoEd, we get 7,965 roles on grants.
We can identify all grant roles in VIVO using this query.
There are 357 roles in the second query but not the first. All these roles, and their associated metadata need to be deleted from VIVO: GrantRolesToDelete-2021-12-07.csv
Here's an example query that lists the associated metadata for expired grant role data in VIVO.
Requirement
Kindly delete role data when grants are in VIVO but no longer in the InfoEd view. This should remove the dreaded "missing activity" error.
More info
Here is the format of some queries I used to delete incorrect triples:
The text was updated successfully, but these errors were encountered: