ADS build 7.9.29
nCluster Server
Searched for a newly created table in beehive and fcy_db_1 and got the results replicated twice.
The tables are not present in fcy_db_1.
See attached pic
|
71 KB
Object Search for nCluster should only allow search on current database.
This has something to do with ConnectionMetaData.getDatabases() which should only returns the database that being connected but not the list of databases that an user has access. This is because we cannot switch among accessible databases at run time.
Resolved as revision 9510 of ADS trunk.
This has something to do with ConnectionMetaData.getDatabases() which should only returns the database that being connected but not the list of databases that an user has access. This is because we cannot switch among accessible databases at run time.
Resolved as revision 9510 of ADS trunk.
Issue #2785 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Object Search for nCluster should only allow search on current database.