RMS DATABASE CONFIGURATION ERROR
Daniel79
Posts: 16
Hi, i try to install rms system in a server 2003 sp2 with sql server 2008.
The wizard sayd "Succesfully estabilshed a database connection; however, the database is not a Resource Management Suite Database".
Can you help me?
thanks,
Daniel.
The wizard sayd "Succesfully estabilshed a database connection; however, the database is not a Resource Management Suite Database".
Can you help me?
thanks,
Daniel.
0
Comments
" Is the default catalogue of the user you are connecting to the database with something other than the RMS database?
"
i think is the default, the server is dedicate only for rms, i install the software and i've used the wizard for creation the rms dabase. the wizard create the database, after report the error in my attachment.
If you expand the tables on the "RMS" catalog in SQL Management Studio, is this table (tblVersions) listed and does it have any records in it?
I would suggest deleting this "RMS" catalog and using the RMS Database Wizard to create a new catalog and install the RMS schema (tables & stored procedures).
If the RMS Database Wizard is not able to create the catalog or create the schema in the catalog this could be a permissions issue. The user account must have the permissions required to create a new catalog and then must have DBO (owner) permissions to the newly created catalog. Once the database is installed, you can reduce the user's permissions and just limit it to DBO of this single "RMS" database catalog.
db_accessadmin
db_ddladmin
db_securityadmin
db_owner
all assigned to the "master" catalog.
After the new "RMS" catalog is successfully created and you have RMS up and running, you can (and should) reduce the user permissions to only: db_owner on the "RMS" catalog. This reduction in user permissions means that this user account can fully access the RMS catalog but cannot view, modify or create any other database catalogs other than RMS.