Options (REPMCLI) 

A series of options can be transferred to the Replication Manager CLI (REPMCLI) (Replication Manager: SAP DB ® Options).

For a link to be established with the database instance on the local computer, you must enter at least option -d <database_name>. In addition, a command file containing the required REPM server commands must be entered (option -b <command_file>).

The following user data as options should be transferred: database user and the name of the database instance

repmcli -u samplename,secret -d MK1 -b command.dat

The Replication Manager is called and a session is created for the database user samplename, password secret, with the database instance MK1. All further commands can be found in command file command.dat.