10-11-04 12:48 PM
Hi
DBO are db_owner.
Is your DB on the same server than MCMS ? If not, you might have to use SQL
Server authentication and not Windows trusted authentication because your
system account will not be recognized on the db server.
Cédric
Eric van Wijk wrote:
> Hi,
>
> I am trying to setup MCMS on a production environment.
> When I run the DCA (Database Configuration Application) I am not able
> to configure a trusted connection ('Use Trusted Connection' checked):
>
> 'Error verifying rights
> Using a SQL Login to access the database requires that this Login
> have DBO rights because it is used by this application to configure
> the database. Using Trusted Authentication to access the database
> only requires the previously defined MCMS system account have the
> following database proviliges: db_datareader, db_datawriter and
> db_ddladmin'
>
> I set up an account for MCMS to use as System Account, granted it a
> login to the database and the db_datareader, db_datawriter and
> db_ddladmin roles. Even if I try an Administrator (my own) account
> which has the db_owner and the aforementioned roles, I still get the
> same error message.
>
> This leads me to believe there is actually not a rights problem, but
> something else must be going on.
> What are 'DBO rights' anyway? I only know of the db_owner role and
> the dbo user.
>
> Can somebody shed some light on this?
>
> Thx in Adv.,
>
> Eric
[ Post a follow-up to this message ]
|