Class-Level Datatype Translations to RSSD

Class-level translations identify primary datatypes and the replicate datatypes the data must be translated into.

Class-level translation is supplied for the HANA DB replicate database by the appropriate named connection profile:
An example of a script using ExpressConnect for HANA DB version profile for an Adaptive Server Enterprise (ASE) to HANA DB replication environment:
create connection to hana_server.hana_db
using profile rs_ase_to_hana;ech
set username rs_maint_user
set password rs_maint_user_pwd
go