Update rs_helpfstring after upgrading Replication Server 15.0 to Replication Server 15.0.1

[CR #454523] rs_helpfstring is not properly updated when upgrading from Replication Server 15.0 to Replication Server 15.0.1.

Workaround: Update rs_helpfstring. To do this, execute rs_procs_ase.sql if you are using RSSD. If you are using ERSSD, execute rs_procs_asa.sql. These scripts are found under $SYBASE/REP-15_0/scripts.

If you are using ERSSD, you must execute rs_procs_asa.sql as “dbo.” For security reasons, “dbo” is not allowed to connect to the ERSSD by default. To allow “dbo” to connect to the ERSSD, connect to the ERSSD as the Replication Server primary user, and issue the grant connect command to set a password for “dbo”:

grant connect to dbo identified by newpassword

After you execute rs_procs_asa.sql, it is recommended that you disallow “dbo” to connect to the ERSSD by removing the password for “dbo”. Connect to the ERSSD as the Replication Server primary user, and issue the grant connect command:

grant connect to dbo