What is a “Ghost Programme Membership”?
Occasionally we will receive a Slack/Email alert from Metabase that indicates we have a “Ghost” Programme Membership. This Programme membership will appear in the database and will be identical to another, but it will not be visible to the user in Admins UI - it is a “ghost”
What do I do about them?
Use the PersonId and ProgrammeId provided in the Alert to find the offending Programme Memberships
If you log on to Admins UI, you will notice that only one of these Programme Memberships is visible
If you search for the Programme Memberships in the CurriculumMembership table, you will likely notice two different curriculums
If possible, find the user that submitted the latest change to the Programme Membership
Search TCS logs for the PersonId in the logs to find the audit event (e.g. “
AuditEvent: type=tcs_updateProgrammeMembership user=firstName.LastName@nhs.net
")
Contact the user to determine which of the Programme Memberships has the correct curriculum membership assosciated with it
Delete the incorrect programme membership and curriculum membership from the database
Add Comment