<p>I try to customize connection options according to <a data-ipb='nomediaparse' href='
http://developer.actuate.com/be/documentation/ihub2-web/birtos/fg31/index.html#page/birt-os/connecting.1.52.html'>http://developer.actuate.com/be/documentation/ihub2-web/birtos/fg31/index.html#page/birt-os/connecting.1.52.html</a><br>
I set the value "secondaryPreferred" for the field "Query cursor read preference" here below.<br><img src="
https://content.screencast.com/users/storoge/folders/Jing/media/dbbbc3d0-43a9-4d9d-be1d-bab1282d2ee5/2017-02-28_1205.png" alt="2017-02-28_1205.png"><br>
When I try to run the report I get an error that this option does not exist.<br><br>
If I add this option here below, the error does not occur but in the main query in the log I do not see this option.<br><img src="
https://content.screencast.com/users/storoge/folders/Jing/media/3082ab9b-7f3b-4fd2-b77c-ce86a54ac258/2017-02-28_1201.png" alt="2017-02-28_1201.png"><br>
If I add this option here, something like the option is passed to the query.<br><img src="
https://content.screencast.com/users/storoge/folders/Jing/media/e03e88e9-f8b4-4b2d-b697-6de3d99451b0/2017-02-28_1206.png" alt="2017-02-28_1206.png"><br><br>
Where correctly to add this option to it really works?<br>
Why this option is presented in three variants?<br>
This manual really is outdated?<br><br>
Maybe I must use Mongo URI Databse , such as mongodb://10.10.80.127:27017/my_database?readpreference=secondaryPreferred, to turn in this option?</p>