Skip to Content Information Center
Lexmark X952

Lexmark X952

ViewTrac: 'ViewTrac2' User Does Not Exist in the Database

Suggested Remedy

Execute the following part of the original creation script to re-establish user access and owner permissions to the "ViewTrac2" database.

exec sp_addlogin 'ViewTrac2','Lexmark60505','ViewTrac2',English if not exists (select * from dbo.sysusers where name = N'ViewTrac2' and uid < 16382) exec sp_grantdbaccess N'ViewTrac2', N'ViewTrac2' GO exec sp_addrolemember N'db_owner', N'ViewTrac2' GO

Explanation

If for some reason the administrator of the database eliminates the “ViewTrac2” user, the above script will need to be executed in order to create a new ViewTrac2 to access the database and restore owner permissions to the user.

Still Need Help?

If you require additional assistance, please see Contact information.
NOTE:
When calling for support, you will need your printer model/machine type and serial number (SN). Please be near the products described in this article to expedite the support process and reduce call-back situations.

LEGACY ID: SO7039

Was this article helpful?
Top