Re: Autoconfig fails

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Autoconfig-fails-tp10951p10954.html

You have ORA-01403 there..
You got the following scripts failing;

afwebprf.sql        
amswebprf.sql    
csfadmprf.sql    
txkappsprf.sql  

There may be a single common cause for all of that and it is probably a missing value in a standard table which is related with the configuration..
We need to start with the adwebprf.sql.

what is the the query that is given in the adwebprf.sql?
What do you get when you execute that query by connecting to the database manually?
What is the tables and columns visited in that query?

As I say, probably some value is missing .. maybe a profile value .. maybe another thing.. We need to investigate..