启动SQL快照代理时无法对代理进行身份validation

我有一个Windows Server 2008 R2安装运行SQL Server 2008 R2与所有最新的更新等应用,

我已经从旧映像(SQL 2005)恢复数据库,并试图使用合并订阅进行networking同步。

但是,当我尝试启动发行版上的SQL快照代理时,我已经定义了这个错误:

Unable to start execution of step 2 (reason: Error authenticating proxy SERVER-NAME\Administrator, system error: Logon failure: unknown user name or bad password.). The step failed.

我以计算机pipe理员身份启动代理程序,并未使用代理服务器。

任何想法为什么这可能显示?

见下文:

在这里输入图像说明

 The params used by the SQL Snapshot agent are: -Publication -Publisher -Distributor -PublisherDB -ReplicationType If you are using SQL Server Authentication (I am), you must also specify the following arguments: -DistributorLogin -DistributorPassword -DistributorSecurityMode = 0 -PublisherLogin -PublisherPassword -PublisherSecurityMode = 0