Hi,
OK! Platform is XP,
Main Topics
Browse All TopicsDear Sir,
I was trying to install Oracle 11i Apps on my system ( 1.5 GM RAM, 300GB HD, Pentium 4 )
but it got failed in the third step. The error message is
"RW-50004 error code received when running external process. Check log file for details
Running APPL_TOP install driver for VIS instance ".
Anybody can help please.
Note:- The logfile and the steps which i followed has been attached
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I am re installing now. I have taken a 'restore point' and exported the registery structure
before installing it. So that I can try again.
Today I will restore the system and try it again.
A small issue is noted in the Log file is that few 'paths' are not there in the system
line 201 -> example G:\oracle\visora\8.0.6\app
I can't see this directory
Let me try again
regards
Hi,
Regarding the version, you have to check the accompanying document or html files within the CD's.
Is this installation for Vision version. This is similar to a demo version. These missed paths are there in CD or in local storage HHD. (G: is what?)
General word I want to tell that installing apps and implementing it is a frequent consulting issue. This is achieved mostly by Oracle metalink support. You may not find enough support if used searching engines like Google, you need an account of metalink.
I will try my best if I can help.
Regards;;
Business Accounts
Answer for Membership
by: abd00nPosted on 2009-03-01 at 22:42:12ID: 23771972
Hi,
========== ========== ========== ========== ========== ===
AME/out/te mplbac/adr unias.sh sh Instantiat eFile CD/Disk1/r apidwiz/te mplate/adr unat.sh sh out/templb ac/adrunat .sh Instantiat eFile
h
ry_<$TWO_TA SK>chmod -R 777 /var/opt/oracle/oraInvento ry_XXXXX has succeeded
nias.sh APPS APPS" sh ias.sh: cannot execute
========== ========== ========== ====
Can you please give more details. From your attached file I couldn't know which version it is, 11.5.10 or earlier? I understood it is not R12, you said 11i. This the apps version. The DB version is not clear. The log file confusing me, sometimes is showing 8.0.6 sometimes 9.2.
What is the platform you are installing on? Windows or Unix or what?
If you have metalink subscription also, this will help you too much.
Meanwhile I will list to you one note of oracle for version 11.5.10.2 it may help you:
==========================
Application Install - Version: 11.5.10
This problem can occur on any platform.
Symptoms
When attempting to perform a fresh 11.5.10.2 install with multiuser, the following error occurs.
$APPL_TOP/admin/$CONTEXT_N
setting permissions: 755
AC-00425: Setting permissions failed for file: ............/tmp/adrunias.
Raised by oracle.apps.ad.autoconfig.
setting ownership: oa_nm1se:dba
instantiate file:
source : ..................../start
dest : ............./tmp/adrunat.
backup : ......../tmp/adrunat.sh to
$APPLT_TOP/admin/......../
setting permissions: 755
AC-00425: Setting permissions failed for file: ........../tmp/adrunat.sh
Raised by oracle.apps.ad.autoconfig.
setting ownership: oa_nm1se:dba
Step 0 of 6
Command:. .........../tmp/adrunias.s
Step 3 of 6: Doing UNIX preprocessing
Executing: chmod -R 777 /var/opt/oracle/oraInvento
Processing Step 3 of 6
Executing: su oa_nm1se -c "................/tmp/adru
There was an error while running the command - su oa_nm1se -c /u1/oa_nm1se/tmp/adrunias.
APPS
APPS
ksh: ................/tmp/adrun
RW-50010: Error: - script has returned an error: 126
RW-50004: Error code received when running external process. Check log file for details.
Running APPL_TOP Install Driver for XXXXX instance
Changes
Installing Oracle Applications 11.5.10.2
Cause
Wrong permissions set on the files adrunias.sh and adrunat.sh
This is explained in the following bug:
Bug 5405402 - AC-00425 ERROR OCCUR WHEN INSTALLING 11.5.10.2 BY MULTI USER
Rapid Install uses the InstantiateFile.java API to instantiate templates. And
This issue has occured while running Rapid Install.
From the bug Bug 5405402 there are two issues
.
1. Unable to set the permissions : - (AC-00425)
InstantiateFile.java sets the file permissions as follows
.
If run as root user:
su <apps_user> -c "chmod -R <perm> <filename>"
.
If run as normal user:
sh -c "chmod -R <perm> <filename>"
.
2. RapidWiz unable to execute the script :- (RW-50010)
The script seem to be a rapidwiz template script (template adrunias.sh,
picked from adriapps.drv).
.
The issue is to do with the permissions set on the file (as rapidwiz
was executed using a root user, and hence the owner of the files
created/copied will be root).
Solution
To implement the solution, please execute the following steps:
1. Please manually change the permissions on both files:
'chmod -R 755 adrunias.sh'
'chmod -R 755 adrunat.sh'
2. Restart the rapidwiz
References
Bug 5405402 - AC-00425 ERROR OCCUR WHEN INSTALLING 11.5.10.2 BY MULTI USER.
==========================
Regards;;