RMS cannot start RepAgent if sp_addserver is not run on Adaptive Server

[CR #404196] RMS cannot start RepAgent if you have not already defined the name of the Adaptive Server with the sp_addserver system procedure.

Workaround: Before you use RMS to start RepAgent, run sp_addserver on Adaptive Server to define the name of the local server:

sp_addserver pds01, local

where pds01 is the name of the Adaptive Server on which you want to run RepAgent and local is the class parameter value, since the Adaptive Server is the local server. See Chapter 1, “System Procedures,” in the Adaptive Server Reference Manual: Procedures for more information on sp_addserver.