Как устранить ошибку интеграции данных Pentaho - PullRequest
0 голосов
/ 12 сентября 2018

Я использую преобразование kettele с помощью pdi. Я написал запросы с помощью mongodb. Мой mongodb, старая версия 3.4, преобразование kettele работает хорошо, в последнее время обновляет мою версию mongodb версии 3.6, которая обновляет ошибку throw

   - 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)

любой, пожалуйста, предложите мне.

...