【发布时间】:2016-09-15 03:28:16
【问题描述】:
我将 wso2 am 1.10.0 (port offfest 1) 与 wso2 das 3.0.1 (port offfest 3) 集成在一起,一切似乎都很好,我可以从 wso2am_stats_db 或 das carbon data explorer 中查看使用数据。我按照here 的说明进行操作。但是,每次我访问任何 apim 发布者统计页面时,我只看到股票图片(SAMPLE: Config DAS to see yours),apim 日志吐出以下错误:
TID: [-1234] [] [2016-09-15 03:11:21,634] ERROR {JAGGERY.modules.statistics.usage:jag} -
org.wso2.carbon.apimgt.usage.client.exception.APIMgtUsageQueryServiceClientException: Error occurred while querying from JDBC databaseThe text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. {JAGGERY.modules.statistics.usage:jag}
如果有什么不同,我正在使用 MSSQL 数据库。脚本/模式接近here。该错误对我来说没有意义,因为架构中没有定义 text、ntext 或 image 类型。请参阅此讨论:The text, ntext, and image data > types cannot be compared or sorted, except when using IS NULL or LIKE > operator。
【问题讨论】:
标签: sql-server wso2 wso2-am wso2-das