Hi -
I am following OBIEE 11g Test-to-Production (T2P) / Clone Procedures Guide (Doc ID 1625533.1). I am nearly finished with the steps, but have hit an error on the target. Here is the step, taken from the MOS note:

Here is the output from the command line:
INFO : Jul 19, 2017 11:26:46 - CLONE-21276
---------------------------------------------------
T2P Summary Begin
---------------------------------------------------
Error Message :1
Jul 19, 2017 11:26:46 - ERROR - CLONE-20312 Oracle instance name is invalid.
Jul 19, 2017 11:26:46 - CAUSE - CLONE-20312 The instance name is already registered with domain.
Jul 19, 2017 11:26:46 - ACTION - CLONE-20312 Provide an instance name which is not registered with domain.
Error Message :2
Jul 19, 2017 11:26:46 - ERROR - CLONE-20222 Parameters validation has failed.
Jul 19, 2017 11:26:46 - CAUSE - CLONE-20222 Primary parameters validation for "pasteConfig" failed.
Jul 19, 2017 11:26:46 - ACTION - CLONE-20222 Check the clone log and error file and provide correct value.
Error Message 
Jul 19, 2017 11:26:46 - ERROR - CLONE-20237 Restoring the sourceid "asinstance@obiprd" has failed.
Jul 19, 2017 11:26:46 - CAUSE - CLONE-20237 An internal operation failed.
Jul 19, 2017 11:26:46 - ACTION - CLONE-20237 Check the clone log for more details.
---------------------------------------------------
T2P Summary End
---------------------------------------------------
SEVERE : Jul 19, 2017 11:26:46 - ERROR - CLONE-20218 Cloning is not successful.
SEVERE : Jul 19, 2017 11:26:46 - CAUSE - CLONE-20218 An internal operation failed.
SEVERE : Jul 19, 2017 11:26:46 - ACTION - CLONE-20218 Provide the clone log and error file for investigation.
Here is the actual command I ran (full path is substitued with '{path}'):
./pasteConfig.sh -javaHome {path}/jdk/jre -archiveLoc {path}/inst_config.jar -targetInstanceHomeLoc {path}/obiprd -targetInstanceName obiprd
-targetOracleHomeLoc {path}/Oracle_BI1 -domainHostName {source_hotsname_domain} -domainPortNum 7001 -domainAdminUserName weblogic
-domainAdminPasswordFile {path}/clone_obiadmin.txt -logDirLoc {path}/clonetemp -movePlanLoc {path}/moveplan.xml
My understanding, based on the product documentation, is that the instance name should be the same for target and source.
https://docs.oracle.com/middleware/11119/core/ASADM/testprod.htm#BABGJGCF

Any ideas why this is happening?
OBIEE 11.1.1.9.x
Regards,
Charles