adsplice

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

adsplice

satish
Dear Erman,

We have created a new custom top and ran adsplice successfully.Now we ran prepare phase and it completed successfully.
But we just want to confirm from logs,it copied only xxtbrprod.txt and xxtbrterr.txt,It didnt copy newsprod.txt,is this normal?
 

Inside  execADSPLICE()...
================================

==========================
Inside sourcePatchEnv()...
==========================

Sourcing the PATCH file system environment: /u01/PRODAPPS/fs1/EBSapps/appl/APPSPRODDB_erpprod1.env

Oracle E-Business Suite Online Patching
PATCH edition environment variables have been set.

Copying the file
----------------
SOURCE : /u01/PRODAPPS/fs2/EBSapps/appl/admin/xxtbrprod.txt
TARGET : /u01/PRODAPPS/fs1/EBSapps/appl/admin/xxtbrprod.txt


Copying the file
----------------
SOURCE : /u01/PRODAPPS/fs2/EBSapps/appl/admin//xxtbrterr.txt
TARGET : /u01/PRODAPPS/fs1/EBSapps/appl/admin/xxtbrterr.txt


==========================
Inside getPatchStatus()...
==========================

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: adsplice

ErmanArslansOracleBlog
Administrator
What a specific question is this :)

Anyways, I think it is normal..
The newprods.txt file acts as a template to define necessary parameters for a spliced product.
So it is read only during a custom product is added to the system. So it seems to be read one time only.. Only when you add a custom top using adsplice.. Probably, that's why it is not copied from run fs to patch fs.

The other two type of files are product definition files per spliced product. So they are different than newprod.txt..

Reply | Threaded
Open this post in threaded view
|

Re: adsplice

Satish
Thanks erman as always