Copies the connection name.
ratool -copy <src_connection_name> <dest_connection_name>
The name of the connection to copy.
The name of the connection you are creating from the source connection.
To copy the connection named RepToJMS to a new connection named RepToJMS2:
ratool -copy RepToJMS NewRepToJMS
Creates a new connection by copying a connection name.
If the destination connection already exists, this error message displays:
RaCommand[ERROR]: Copy connection failed. Error Message: com.sybase.connector.repra.RaException: java.lang.Exception: The destination connection already exists.