Solution for the BootStrap Error while parsing clone config file

When you are moving foundation application to a different server using clone config without changing the database server, you will run into 'BootStrap Error while parsing clone config file' and the import will be cancelled. Given below is the error.
Error:
BootStrap - Error while parsing clone config file [E:\Program Files\BIOVIA\Foundation\cloneconfig.xml]
java.lang.RuntimeException: Clone config import schema matches the origin schema (HUBUSER, jdbc:oracle:thin:@//DB Server name:port/Service Name). Cancelling import.
Solution:
Use dummyhubuser as schema name in the Target cloneconfig file to bypass this error. You don’t need to create this dummyhubuser schema in the database. You just need to specify it in the target cloneconfig.xml.