This was a shared application file system. This was the error:
RW-50016: Error: - APPL_TOP environment file was not created:
File = /R12/appl/apps_st/R12appl/$CONTEXT_NAME.env
ADOVARS environment file passes instantiated variables test:
File = $APPL_TOP/admin/adovars.env
APPSCONFIG passes instantiated variables test:
File = $APPL_TOP/admin/adconfig.txt
File = /R12/appl/apps_st/R12appl/$CONTEXT_NAME.env
ADOVARS environment file passes instantiated variables test:
File = $APPL_TOP/admin/adovars.env
APPSCONFIG passes instantiated variables test:
File = $APPL_TOP/admin/adconfig.txt
in autoconfig log file is see this error
Starting AutoConfig at Thu Feb 5 13:22:01 2009
Using adconfig.pl version 120.16.12000000.8
Classpath : $OA_JAVA/lib/appsborg2.zip:$OA_JAVA/classes
ERROR: Version Conflicts utility failed.
Terminate.
A quick search on metalink yielded note 559806.1
Using adconfig.pl version 120.16.12000000.8
Classpath : $OA_JAVA/lib/appsborg2.zip:$OA_JAVA/classes
ERROR: Version Conflicts utility failed.
Terminate.
A quick search on metalink yielded note 559806.1
Here are the steps for the workaround:
1. Do the installation using the setting that you require. This will fail due to the bug. (if you have a current failed installation then use that)
2. Copy the config file ($INST_TOP/conf_
For example :
change from:
s_javatop=/u00/TEST/apps/apps_st/comn/java/classes
to:
s_javatop=/u00/TEST/maxcomn/java/classes
(Change other variables if they are incorrect if any)
3. Delete the failed install but preserve the modified conf_
4. Point the /etc/oraInst.loc to a new location to create a new oraInventory, or delete if you are using a single oraInventory for each installation. If this is the only installation on this Node then delete the current oraInventory.
5. Install using the modified config file as follows :
rapidwiz -silent -config
For Example :
$ rapidwiz -silent -config /u00/TEST/conf_TEST.txt
The current s_javatop in config file was
It ran fine and generated the env file.
1 comment:
do we have to delete all new file structure that's been created by the rapidwiz
like it's given in the metalink note
1. Do the installation using the setting that you require. This will fail due to the bug. (if you have a current failed installation then use that)
Delete the failed install but preserve the modified conf_.txt . ie delete evrything but the altered config file.
kindly explain difference between these two lines.
Regards,
Rajesh
Post a Comment