Something within the Arcserver software is trying to log into the
database with the local service account for the machine running on
192.168.105.12. You can get rid of this by allowing the domain
account for the computer it self access to the database.
CREATE LOGIN [DomainName\ComputerName$] FROM WINDOWS;
As always give it the minimum needed rights to run.
Denny
>We currently use BrightStor/Arcserve as our backup software which includes
>the option to use either their own database product or use Microsoft's SQL
[quoted text clipped - 33 lines]
>Thanks,
>Mark
MecII - 15 Jul 2008 15:18 GMT
Thanks for the reply.
You'll have to forgive me I am not an SQL expert by any means, I know enough
just to be dangerous. From what I have gathered that this is an SQL command
"CREATE LOGIN [DomainName\ComputerName$] FROM WINDOWS" the part I am not sure
of is which database would I create this against, the master?
Thanks,
MecII
> Something within the Arcserver software is trying to log into the
> database with the local service account for the machine running on
[quoted text clipped - 44 lines]
> >Thanks,
> >Mark
MecII - 15 Jul 2008 15:25 GMT
I decided to give it a try and got this error when I tried to create the login:
Msg 15025, Level 16, State 2, Line 1
The server principal 'DomainName\ComputerName$' already exists.
Any other thoughts?
Thanks,
MecII
> Something within the Arcserver software is trying to log into the
> database with the local service account for the machine running on
[quoted text clipped - 44 lines]
> >Thanks,
> >Mark