Having an issue to configure second schema for replication using SLT, first one is working fine.
I can able to connect from SLT server to HANA server -- no issue
SM21 on SLT server giving an error as
Database error 258 at OPC
After the attempt to call a database operation, the database system has returned the error code specified in the message, which indicates that the operation concerned could not be executed successfully.
insufficient privilege: Not authorized
Access to the database system has returned an SQL code indicating that the operation could not be performed correctly by the database system. This system log entry shows the database text for the SQL error that has occurred. It supplements the preceding system log entry, which shows the SQL code, the table name and the SQL function where the error has occurred.
I have tried with user that has privileges as
CREATE SCHEMA
ROLE ADMIN
USER ADMIN
_SYS_REPO
unable to assign the role SYS_REPL to user
I have tried SYSTEM user, got the same error as above
and