Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
1,516

If you ask yourself how to safely shutdown a still running Sybase Anywhere instance (Replication Server System Database / RSSD) after a SAP replication server crash on a Windows server machine, you should rely on the "SQL Anywhere Stop Server Utility" from within the following directory "%SYBASE%\REP-15_5\ASA12\win32" with a command as follows:

dbstop.exe -c "UID=<rs_rssd_db>_prim;PWD=<password>;ServerName=<rs_erssd_name>;INT=NO;Host=<server_address:port>"

1 Comment