博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SQL2008订阅发布异常,有更好的解决方案么?
阅读量:5997 次
发布时间:2019-06-20

本文共 4556 字,大约阅读时间需要 15 分钟。

The merge process failed to execute a query because the query timed out. If this failure continues, increase the query timeout for the process. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write.

 

~~~~~~~~~

2012-11-09 07:00:57.396 OLE DB Subscriber 'AAAAA': {call sp_MSgetversion }

2012-11-09 07:00:58.110 OLE DB Subscriber 'AAAAA': set nocount on declare @dbname sysname select @dbname = db_name() declare @collation nvarchar(255) select @collation = convert(nvarchar(255), databasepropertyex(@dbname, N'COLLATION')) select collationproperty(@collation, N'CODEPAGE') as 'CodePage', collationproperty(@collation, N'LCID') as 'LCID', collationproperty(@collation, N'COMPARISONSTYLE') as 'ComparisonStyle',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off
2012-11-09 07:00:58.404 OLE DB Subscriber 'AAAAA': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2012-11-09 07:00:58.404 Percent Complete: 0
2012-11-09 07:00:58.406 Connecting to Subscriber 'AAAAA'
2012-11-09 07:00:58.409 OLE DB Distributor 'BBBBB': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2012-11-09 07:01:02.995 OLE DB Subscriber 'AAAAA': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2012-11-09 07:01:02.995 Percent Complete: 0
2012-11-09 07:01:02.997 Retrieving publication information
2012-11-09 07:01:02.998 OLE DB Distributor 'BBBBB': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2012-11-09 07:01:03.314 Percent Complete: 0
2012-11-09 07:01:03.315 Retrieving subscription information.
2012-11-09 07:01:03.316 OLE DB Distributor 'BBBBB': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2012-11-09 07:01:13.118 OLE DB Subscriber 'AAAAA': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2012-11-09 07:01:13.568 Percent Complete: 0
2012-11-09 07:01:13.569 Uploading data changes to the Publisher
2012-11-09 07:01:13.571 OLE DB Distributor 'BBBBB': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
2012-11-09 07:06:50.975 OLE DB Subscriber 'AAAAA': {call sys.sp_MSmakegeneration (?, NULL,NULL,NULL,100)}
2012-11-09 07:06:50.975 Percent Complete: 0
2012-11-09 07:06:51.001 The merge process failed to execute a query because the query timed out. If this failure continues, increase the query timeout for the process. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write.
2012-11-09 07:06:51.002 OLE DB Distributor 'BBBBB': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

~~~~~~~~~~~~~~~~

Error messages:·        The process could not access database 'database' on server 'beast'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20052)

Get help:
·        Cannot open database "database" requested by the login. The login failed. (Source: MSSQLServer, Error number: 4060)
Get help:
·        Login failed for user 'username'. (Source: MSSQLServer, Error number: 18456)
Get help:
·        The subscription to publication 'Puster_Product_NoSnapshot' could not be verified. Ensure that all Merge Agent command line parameters are specified correctly and that the subscription is correctly configured. If the Publisher no longer has information about this subscription, drop and recreate the subscription.  (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201019)
Get help:

~~~~~~~~~~~~~~~~~~~~~~~~~

Error messages: ·         The schema script 'data_pub.sch' could not be propagated to the subscriber. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001) Get help:

·         The process could not read file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\ReplData\unc\data_pub\20121109171630\data_pub_2.sch' due to OS error 3. (Source: MSSQL_REPL, Error number: MSSQL_REPL0) Get help:

~~~~~~~~~~~

慢慢解决,慢慢更新,

转载地址:http://qmmlx.baihongyu.com/

你可能感兴趣的文章
H3C无线控制器portal支持https重定向的经验汇总
查看>>
网站统计代码
查看>>
安装centos 7的时候出现An Unknown Error Has Occurred
查看>>
Linux常用命令大全
查看>>
ceph存储 磁盘IOPS常识
查看>>
ORA-12720: operation requires database is in EXCLUSIVE mode
查看>>
ELK日志服务使用-kafka传输日志(bbotte.com)
查看>>
linux系统之iptables其二命令注解
查看>>
Silverlight C# 游戏开发:高深莫测却浅显易懂的游戏开发
查看>>
AI将如何改变广告业,这里有三个计算机视觉应用案例
查看>>
标准ACL+扩展ACL+命名ACL
查看>>
Apache2.4.1编译安装报错解决
查看>>
Linux常用的基本命令14
查看>>
《zabbix进程组成结构与zabbix_agentd.conf配置文件参数详解》-3
查看>>
8-22学习练习[一个viewController整合增删移动功能]
查看>>
MySQL的字符集
查看>>
Nginx+Tomcat实现反向代理及动静分离
查看>>
Linux进程管理优化及性能评估工具介绍
查看>>
网络服务器应用深入实践(第2版)
查看>>
javascript计算器小程序
查看>>