• Can you execute the following code with no errors logged in with the same user you are getting the errors with?

    USE [master]

    GO

    SELECT name, sid, uid, isntuser FROM [ARIS7].[dbo].[SysUsers] WHERE islogin = 1

    AND name NOT IN ('dbo', 'guest','sys','INFORMATION_SCHEMA','system_function_schema')