LBWE更新模式切换问题:缓存清理

当从“Queued Delta”或“Unserialized V3 Update”这两种更新模式切换到其他更新模式时,一定要先处理掉(删除或通过Job Control将数据更新到Delta Queue中)对应的Extraction Queue(LBWQ)或Update Tables(SM13)缓存里的数据才能更改,否则报错

image

如当前更新模式为“Queued Delta”,并且缓存Extraction Queue中有数据,在更改模式时,就会报错:

image

image

image

如当前更新模式为“Unserialized V3 Update”,并且缓存Update Tables中有数据,在更改模式时,也会报错:

image

image

原文地址:https://www.cnblogs.com/jiangzhengjun/p/4296794.html