下载数据复制器提要消息会引发itgencsr003错误

时间:2019-02-13 15:32:50

标签: invantive-sql

我执行以下语句以将消息下载到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.

我应该怎么下载消息?

1 个答案:

答案 0 :(得分:2)

您必须设置或包含令牌。

例如:

  

值:

your_token
     

设置为:

alter persistent cache set token 'your_token'
     

请参阅   https://documentation.invantive.com/2017R2/invantive-sql-grammar/invantive-sql-grammar-17.30.html#alterPersistentCacheSetStatement

     

或包含为:

alter persistent cache download feed token 'your_token'
     

请参阅   https://documentation.invantive.com/2017R2/invantive-sql-grammar/invantive-sql-grammar-17.30.html#alterPersistentCacheDownloadStatement