Subscription status incorrect after abnormal shutdown

[CR #270782] The subscription status returned by sp_helprep and sp_helpsub is incorrect under certain conditions.

This problem occurs after the ASE Replicator process is shut down abnormally, such as by a power failure on the host machine or a process kill command, while a subscription is resumed (up), and the remote server associated with that subscription is still down when ASE Replicator is restarted. When ASE Replicator is restarted, the subscription status is actually 0 (down), but sp_helprep and sp_helpsub return the subscription status as 1 (up).

Workaround: This is an error only in the status information returned. After the remote server has successfully restarted, resume the subscription normally by using sp_resumesub.