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

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

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 about sp_addserver.