首页 > 解决方案 > 如何解决pentaho数据集成错误

问题描述

我正在使用带有 pdi 的 kettele 转换我用 mongodb 编写了查询我的 mongodb 旧版本 3.4 kettele 转换运行良好,最近更新了我的 mongodb 版本 3.6,经常更新抛出错误

   - ERROR (version 8.0.0.0-28, build 8.0.0.0-28 from 2017-11-05 07.27.50 by buildguy) : org.pentaho.di.core.exception.KettleException: 
2018/09/12 13:40:49 - MongoDB Input.0 - com.mongodb.MongoCommandException: Command failed with error 9: 'The 'cursor' option is required, except for aggregate with the explain argument' on server localhost:27017. The full response is { "ok" : 0.0, "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument", "code" : 9, "codeName" : "FailedToParse" }
2018/09/12 13:40:49 - MongoDB Input.0 - Command failed with error 9: 'The 'cursor' option is required, except for aggregate with the explain argument' on server localhost:27017. The full response is { "ok" : 0.0, "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument", "code" : 9, "codeName" : "FailedToParse" }
2018/09/12 13:40:49 - MongoDB Input.0 - 
2018/09/12 13:40:49 - MongoDB Input.0 -     at org.pentaho.di.trans.steps.mongodbinput.MongoDbInput.processRow(MongoDbInput.java:137)
2018/09/12 13:40:49 - MongoDB Input.0 -     at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)

任何人请建议我。

标签: kettlepdi

解决方案


推荐阅读