当为 SQL 2005 复制打开详细历史记录日志记录时,日志文件位于何处?
我不断收到合并过程无法在“订阅者”处创建新一代的消息。通过使用详细历史记录重新启动同步来排除故障,并指定要写入的输出文件。 (来源:MSSQL_REPL,错误号:MSSQL_REPL-2147200994) 获取帮助:http://help/MSSQL_REPL-2147200994 消息。我继续遵循建议,从复制监视器 -> 代理配置文件中,我将配置文件更改为详细历史记录。现在,这个文件位于哪里? Management studio 中没有属性来指定位置。谢谢。
I keep getting the The merge process was unable to create a new generation at the 'Subscriber'. Troubleshoot by restarting the synchronization with verbose history logging and specify an output file to which to write. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147200994)
Get help: http://help/MSSQL_REPL-2147200994 message. I went ahead and followed the advice and from the Replication monitor->Agent Profile I changed the profile to Verbose history. Now, where is this file located? There are not properties in Management studion to sepeify the location. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了答案。只需转到订阅者复制作业,将其打开,转到步骤 -> 编辑运行代理作业(通常创建的默认作业) - > 在命令窗口中的“常规”下添加 -Output c:\YourReplicationLog.txt,该文件将是在你的C盘上。
I found the answer. Just go to the subscribers replication JOB open it up go to steps->Edit Run Agent job(usually the default job created)->under General in the Command window add -Output c:\YourReplicationLog.txt and the file will be on your c drive.
合并复制
SQL Server 2005 SP2
故障排除
要打开详细历史记录(
复制监视器 -> 代理配置文件 -> 详细历史记录
)并使用 -output 参数并选择输出文件的目标位置(订阅者复制作业 -> ; 编辑运行代理作业 -> 在命令窗口中添加 -output C:\MyFilePath\FileName.log
)。真实例子:
Merge Replication
SQL Server 2005 SP2
Troubleshooting
To turn on verbose history (
Replication monitor->Agent Profile->Verbose History
) and use the -output parameter and select a destination for the output file (Subscriber Replication Job -> Edit Run Agent Job ->In the command window add -output C:\MyFilePath\FileName.log
).real example: