Replication issue
i trying setup replication between our web server, , client's server. on client's server, in sql (using 2005 standard edition). setup replication; , snapshot works, push throws error:
login failed user '(null)'. reason: not associated trusted sql server connection. process not connect subscriber '<server>'. step failed.
i know can connect, because can query of matching database on server clients server. assumption it's issue sql vs. windows authentication. typically when setting replication has step setup secure settings, , select "run under sql" - didn't see option time.
any how fix appreciated.
thank you.
hi,
use "sp_change_subscription_properties" change login details....
use "@property=" parameter in sp
SQL Server > SQL Server Replication
Comments
Post a Comment