Product Information > JADE Error Messages and System Messages > 3200 through 3249 - Synchronized Database Service Errors > 3208 - SDS named secondary server not found

3208   SDS named secondary server not found

Cause

This error occurs when a Synchronized Database Service (SDS) administration method of the JadeDatabaseAdmin class is invoked on a primary system and directed to execute on a specified secondary server, but the specified secondary server is not a registered member of the synchronized database environment; that is, a secondary server with the specified name has never connected to the primary database.

Action

Modify your SDS administration application to ensure that it calls only secondary directed methods with a valid name. You can obtain the names of registered secondary systems by using the JadeDatabaseAdmin class sdsGetSecondaryProxies method.