× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ranarohitp(*) reported 2015-11-04T12:24:18Z  · laxdeep(*) last modified 2016-03-11T12:53:33Z

MongoJS-> Add Support for Opening New Connections


Dev
Emil Goicovici
emil.goicovici
QA
Jenny Nishimura
JennyNishimura
Priority Minor
Complexity Unknown
Component MongoSQL
Version 17.0
Product: Aqua Data Studio
Version: 17.0.0-rc-30
Build #: 46855
Build Date: 2015-Nov-03 10:49:34 PM
 
Operating Environment: Linux (3.13.0-66-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.8.0_40-b26
Memory: Max=3,501,195,264;  Total=1,378,877,440;  Free=140,805,392;  CPUs=8
 
Database: Mongo DB 3.0.7
 
Make connection to two different instance of MongDB.
Connect to any one of the MongoDB instance.
Open Monoshell window, and execute below script.

 

conn = new Mongo("10.171.0.39:27017")  // You need to change hostname and port name according to your second instance.
db = conn.getDB("local")  // Specify name of your database.
show collections 

This command will list out  all collections in another instance.

Now open a MongoJS window, and execute above script in same order.

You will observe when we execute show collection command, ADS only list collections of your current instance and not of the one you specified in connectionstring. 

Reference Link:

Actual result:
Using MongoJS we are not able to connect to a mongodatabase server running at different location.

Expected  Result:
Using MongoJS we should also be able to connect to a server instance running on different location.

1 attachment

Issue #13832

Closed
Fixed
Resolved 2015-11-13T14:53:01Z
 
 
Completion
No due date
Fixed Build ADS 17.0.0-rc-35, mongo-jdbc 1.4.7.8, 2.4.7.8
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017