我执行以下语句以将消息下载到Data Replicator feed上:
alter persistent cache download feed
这将返回以下错误:
alter persistent cache download feed
Error itgencsr003: Could not determine Data Replicator messages. (L123456)
Access not available for license contract 'L123456' with this token.
Please check whether the token in the facts database is not intended for use with a different license contract code.
我应该怎么下载消息?
答案 0 :(得分:2)
您必须设置或包含令牌。
例如:
值:
your_token
设置为:
alter persistent cache set token 'your_token'
或包含为:
alter persistent cache download feed token 'your_token'