sdsGetSecondaryInfo

sdsGetSecondaryInfo(name:       String;
                    attributes: JadeDynamicObject input);

The sdsGetSecondaryInfo method of the JadeDatabaseAdmin class, valid only at the primary database system, retrieves the attributes of the secondary system or RPS node specified in the name parameter, converts the attributes input parameter into an SDSSecondary dynamic object, and populates the JadeDynamicObject instance with the attributes and values retrieved from the secondary server or RPS node.

The caller is responsible for creation and deletion of the secondary or RPS dynamic object parameter. As it is not valid to execute this method on a secondary database or RPS node, use the sdsGetMyServerInfo method instead. For details about SDSSecondary dynamic object attributes, see the sdsGetMyServerInfo method.