Re: Log Shipping
From: bill (belgie_at_datamti.com)
Date: 12/21/04
- Next message: Scott Morris: "Re: Difficult Query question: TOP 1 + UNION + GROUP BY??!!"
- Previous message: nanda: "Distributed transaction/MSDTC blocking problem"
- In reply to: Mike Hodgson: "Re: Log Shipping"
- Next in thread: Olu Adedeji: "Re: Log Shipping"
- Reply: Olu Adedeji: "Re: Log Shipping"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 21 Dec 2004 12:10:31 -0500
I added the account I'm using for SQL Server service to db owner group, and
now it works fine.
Thanks for your help.
-Bill
"Mike Hodgson" <mwh_junk@hotmail.com> wrote in message
news:uFeAtUw5EHA.3644@tk2msftngp13.phx.gbl...
> Bill,
>
> I spent a while fiddling around with permissions to get log shipping to
> work right and in the end I just added the service accounts for both my
> primary SQL instance and my secondary SQL instance to sysadmins on my
> monitor box. It's probably overkill but nothing (except for the log
> shipping coordination info) is kept on the monitor box and my primary &
> secondary service accounts are pretty secure.
>
> I expect the secondary is probably calling some stored procs during the
> update of the msdb.dbo.log_shipping tables at a guess (like
> msdb.dbo.sp_log_shipping_monitor_restore perhaps?). Maybe adding the
> accounts to db_owners in msdb on the monitor box would do the trick, if
> you're concerned about super-tight security on your monitor box.
>
> Cheers,
> Mike.
>
> bill wrote:
> > The log shipping works fine, but the destination server is not updating
the
> > monitor server 'log_shipping_secondaries' table, so I am getting out of
sync
> > errors.
> >
> > I had the destination server using the localsystem account, and I
thought
> > this might be a problem updating a table on another server, so I changed
it
> > to a network account. I created a login for this account and a user in
> > msdb, and gave it permissions to update the log_shipping_secondaries
table
> > in msdb, but it still isn't happening.
> >
> > I expect I am just doing something dumb, but I can't figure out what it
is.
> >
> > I would appreciate any thoughts on this.
> >
> > thanks
> > Bill
> >
> >
- Next message: Scott Morris: "Re: Difficult Query question: TOP 1 + UNION + GROUP BY??!!"
- Previous message: nanda: "Distributed transaction/MSDTC blocking problem"
- In reply to: Mike Hodgson: "Re: Log Shipping"
- Next in thread: Olu Adedeji: "Re: Log Shipping"
- Reply: Olu Adedeji: "Re: Log Shipping"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|