This is not part of SAP application. I was trying to setup traditional WSB using rs_init, with ASE server is 16.0.
Setting up WSB using traditional rs_init interactively.
1) success: create repserver using rs_init interactively (though this has nothing to do with ASE 16.0 so works fine)
2) pre-step: create logical connection to wsb.db01
success: Added active database rs_init (interactively)
post-step: verify 'send warm standby xacts' is true for repagent and repagent is running on syb01
post-step: set - sp_reptostandby db01, 'all'
3) pre-step: add login db01_maint on syb02 server
pre-step: add user db01_maint in db01 database on syb02 server ase 16.0 server
fail: Add standby database using rs_init (interactively)
2 ASE servers are version 16.0 SP02 PL01/EBF 25184 SMP/P/x86_64 (free download on sap site). Since "HADR mode" is -1 (not enabled), I am expecting rs_init setup to work. These setup taken from one of the google blog and works fine when using ASE 15.7 server.
rs_init Error:
===========
WARNING: "Create failed because Log transfer for database syb02.db01 is off."
Press <return> to continue.
Unable to execute query 'create connection to "syb02"."db01" set error class rs
_sqlserver_error_class set function string class rs_sqlserver_function_class se
t username "db01_maint" set password *** as standby for "wsb"."db01" use dump m
arker' against server 'rs01'.
Press <return> to continue.
Task failed: set connection to the database. Terminating configuration.
Press <return> to continue.
Configuration failed.
Press <return> to continue.