The prior year database is missing from the database dropdown for non-admin users


Cause

A Temporary Security Restriction is in place in the DPT table 


Resolution

Remove the temporary security restriction

SELECT * FROM DPT WHERE NM = 'Security%'

UPDATE DPT SET DEL = 1 WHERE NM = 'SecurityLockoutMessage'
UPDATE DPT SET DEL = 1 WHERE NM = 'SecurityRestriction'
UPDATE DPT SET DEL = 1 WHERE NM = 'SecurityRestriction_ByLoggedInDB'