When the user adds a Redshift DB to a DB Group, nothing happens and there is no error message displayed.
If a user adds a Redshift database to another existing group, the database group loses all the agents and there are no agents visible in the group. An error is also printed in the FMS log
ERROR [http-exec-158] com.quest.wcf.core.module.function.FunctionManager - Error executing script id=system:dbwc_groups.25 name="'get Global View Instances List' from the System module Databases/groups" message: com.quest.nitro.service.sl.interfaces.scripting.ScriptingException: com.quest.nitro.service.sl.interfaces.scripting.ScriptAbortException: java.lang.IllegalArgumentException: Type 'foglight-5:Redshift_Cluster:3' does not have a property with the name 'instances'
This was caused by the Redshift_Cluster database type being missing from the getGlobaViewInstancesList function. I have attached a copy of the fix that has been confirmed working in the PreSales FMS.
After the change, the Global View should display the database instances like before and the Redshift agents should be able to be added to new and existing groups.