Khrystyna , I also use a new version of mongo with authentication (but only old version) and wired Tiger. I am not sure but possibly you can try to overwrite the following method to fix the problem: MongoDatabase>>collections | reply names | reply := self command: {(#listCollections -> 1)} asDictionary. names := ((reply at: 'cursor') at: 'firstBatch') collect: [ :each | each at: #name ]. ^ names collect: [ :each | MongoCollection database: self name: each ] 2017-04-30 12:24 GMT+02:00 Mark Rizun [via Smalltalk] < ml+s1294792n4944944h59@n4.nabble.com>:
Mark
once you have a solution could you post it because I would like to add your question to the voyage chapter. stef
Sure thing, Stef.
------------------------------ If you reply to this email, your message will be added to the discussion below: http://forum.world.st/Voyage-collecting-data-from-Mongo- tp4944784p4944944.html To start a new topic under Pharo Smalltalk Users, email ml+s1294792n1310670h65@n4.nabble.com To unsubscribe from Pharo Smalltalk Users, click here <http://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_code&nod...> . NAML <http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant...>
-- View this message in context: http://forum.world.st/Voyage-collecting-data-from-Mongo-tp4944784p4944953.ht... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.