|  | 
		Hi Erman
 I am trying to clone an existing ebs 12.2.7 application to a newly created server. I ran adpreclone.pl and then copied EBSapps directory from source to target. In the new target system, when i am trying to run
 [applmgr@rac2 bin]$ pwd
 /u01/app/application/fs2/EBSapps/comn/clone/bin
 [applmgr@rac2 bin]$ perl adcfgclone.pl appsTier dualfs
 
 Copyright (c) 2011 Oracle Corporation
 Redwood Shores, California, USA
 
 Oracle E-Business Suite Rapid Clone
 
 Version 12.2
 
 adcfgclone Version 120.63.12020000.7
 Can't open dualfs:
 No such file or directory
 [applmgr@rac2 bin]$ pwd
 
 
 Connected to:
 Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
 With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
 
 SQL> select  ABBREVIATION, NAME, codelevel FROM AD_TRACKABLE_ENTITIES where abbreviation in ('txk','ad');
 
 ABBREVIATION
 ------------------------------
 NAME
 --------------------------------------------------------------------------------
 CODELEVEL
 --------------------------------------------------------------------------------
 ad
 Applications DBA
 C.10
 
 txk
 Oracle Applications Technology Stack
 C.10
 
 ABBREVIATION
 ------------------------------
 NAME
 --------------------------------------------------------------------------------
 CODELEVEL
 
 
 
 Any clue
 
 thanks
 |