SqlCeReplication 冲突 - 错误 28634
SQL 2000 服务器上的错误无法写入消息文件和发布端冲突之间是否有任何联系?
Is there any connection between error Failure to write to a message file and conflicts on Publication side on SQL 2000 server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 28634 的文档:
写入设备上的消息文件失败。 该错误通常是由于内存不足造成的。 虽然设备上可能有足够的可用内存,但可能没有足够的连续内存。 尝试关闭其他应用程序或热启动设备。
所以应该解决这个问题...我相信与冲突无关,
From the docs for 28634:
Failure writing to a message file on the device. The error typically comes from running out of memory. While there might appear to be plenty of available memory on the device, there might not be enough contiguous memory. Try closing other applications or warm booting the device.
So that should be fixed... I believe not related to conflicts,