12
返回列表 发新帖
楼主: vanni_10

[求助]xp prefessional sp2下安装ebs12报错:RW-50004

[复制链接]
论坛徽章:
20
年度论坛发贴之星
日期:2005-06-14 05:07:03ITPUB元老
日期:2005-11-09 11:11:11现任管理团队成员
日期:2011-05-07 01:45:08版主6段
日期:2012-05-15 15:24:11
11#
发表于 2009-12-18 13:56 | 只看该作者

找了个文档. 估计是环境没有满足安装要求.

Rapidwiz R12 Failed at 66% with error: RW-50004: Error code received when running external process. [ID 418109.1]
修改时间 29-SEP-2008     类型 PROBLEM     状态 PUBLISHED
In this Document
[size=-1]  Symptoms
  Cause
  Solution
  References

Applies to: Oracle Applications Manager - Version: 12.0.0 to 12.0.4
Microsoft Windows
SymptomsWhen attempting to install Oracle Applications Release 12 on windows platform
using RapidWiz.

RapidWiz fails at 66 % with the following error:

ERROR
RW-50004: Error code received when running external process.
    Check log file for details.
    Running Database Install Driver for  instance

The log file displays the following error:

  [SETUP PHASE]
  AutoConfig could not successfully execute the following scripts:
    Directory: %ORACLE_HOME\appsutil\install\%CONTEXT_NAME%
      adsvdlsn.cmd            INSTE8_SETUP       9020

File adsvdlsn.cmd will give the following error at the end:

ERRORCODE = 9020 ERRORCODE_END
.end std out.
The system cannot execute the specified program.
The system cannot execute the specified program.

CauseThe executable Wait.exe delivered with Oracle Applications have a dependency at the file MSVCR80.dll.
The cause of this issue is included in unpublished Bug
5491142 -  QREP120.9:RI CAN NOT RUN EXE PLACED IN DBOH\APPSUTIL\BIN

It is caused by a missing dll file MSVCR80.dll

For 11i VC++ 6.0 have to be installed.
For R12 Microsoft VS 2005 (VC++ 8.0) have to be installed.
Microsoft VS 2005 (VC++ 8.0) will install the missing dll MSVCR80.dll.  SolutionTo implement the solution, please execute the following steps:

1 - Remove Microsoft VC++ 6.0
2 - Obtain and Install Microsoft VS 2005 (VC++ 8.0)
3 - Use the retry Button to restart and finish the installation.

Or use the following option to get R12 Installed without installing Microsoft VS 2005 (VC++ 8.0). This option can be used in case you are installing the dbTier only or you want to have the R12 installation completed without error:

4 - Obtain and install Microsoft Visual C++ 2005 Redistributable Package (x86)
5 - Use the retry Button to restart and finish the installation.

Keep in mind the Microsoft VS 2005 (VC++ 8.0) have to be installed to get the relink working at the Apps Tier.
ReferencesNOTE:402311.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Microsoft Windows


相关的

产品
  • Oracle E-Business Suite > Applications Technology > Lifecycle Management > Oracle Applications Manager
关键字
AUTOCONFIG; EXTERNAL PROCESS; INSTE8_SETUP; RAPIDWIZ
错误
RW-50004



使用道具 举报

回复
论坛徽章:
20
年度论坛发贴之星
日期:2005-06-14 05:07:03ITPUB元老
日期:2005-11-09 11:11:11现任管理团队成员
日期:2011-05-07 01:45:08版主6段
日期:2012-05-15 15:24:11
12#
发表于 2009-12-18 14:04 | 只看该作者
12.1.1 fresh Install on Windows 2008 Fails at 13% Error: RW-50004 [ID 977122.1]
修改时间 14-DEC-2009     类型 PROBLEM     状态 PUBLISHED
In this Document
[size=-1]  Symptoms
  Cause
  Solution
  References

Applies to: Application Install - Version: 12.1 to 12.1 - Release: 12 to 12
Generic Windows
SymptomsOn Windows 2008 32 bit when attempting to Install 12.1.1 the following error occurs.

ERROR
-----------------------
RW-50010: Error: - script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for <SID> instance

From the Log:

Command cmd /c <RDBMS ORACLE_HOME\oui\bin\setup.exe  -nowait  oracle.aspnet_2:PRE_REQUISITE=true -clone -silent -force -nolink -waitForCompletion ORACLE_HOME=<RDBMS ORACLE_HOME> ORACLE_BASE=<RDBMS ORACLE_HOME> ORACLE_HOME_NAME=<SID>_db111_RDBMS -J-Doracle.installer.noLink=true completed successfully. <DATE Time>
******************************
OUI CLI cloning completed successfully
OUI log file - c:\temp\logs\cloneActions<timestamp>
Attempting to restore <RDBMS ORACLE_HOME>\oui\oraparam.ini.ouibak to <RDBMS ORACLE_HOME>\oui\oraparam.ini
Exception thrown while running OUI CLI cloning.

StackTrace:
java.io.FileNotFoundException: <RDBMS ORACLE_HOME>\oui\oraparam.ini (Access is denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at oracle.apps.ad.util.FileCopy.copy(FileCopy.java:117)
    at oracle.apps.ad.clone.util.OracleHomeCloner.executeOUICLI(OracleHomeCloner.java:814)
    at oracle.apps.ad.clone.util.OracleHomeCloner.main(OracleHomeCloner.java:1818)





STEPS
-----------------------
Run Rapidwiz 12.1.1.9 to install EBusiness 12.1.1 on Windows 2008


CauseDue to a permission issue the Database ORACLE_HOME could not be cloned. The User has Administrator permissions but due to the existence of UAC (User Account Control)  the Oracle Universal Installer setup.exe fails to clone and register the Database ORACLE_HOME
SolutionTo implement the solution, please execute the following steps:

1 - Disable UAC using:

Start >> Run >> MSCONFIG
Go to the TOOLS tab and select "Disable UAC"

Disabling UAC will lead to a less secure system, so ensure to revert the changes in step 5


2 - Reboot the machine
3 - Remove the failed install
4 - Install 12.1.1 Using rapidwiz
5 - Enable UAC using MSCONFIG
6 - Reboot the machine

ReferencesNOTE:761567.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit)

相关的

产品
  • Oracle E-Business Suite > Applications Technology > Lifecycle Management > Application Install
关键字
INSTALLATION FAILS; ACCESS DENIED; ORACLE UNIVERSAL INSTALLER; OUI; WINDOWS; PERMISSION; UAC; RAPIDWIZ
错误
RW-50010; RW-50004



使用道具 举报

回复
论坛徽章:
0
13#
 楼主| 发表于 2009-12-18 14:55 | 只看该作者
多谢楼上提醒 应该是因为我的VisualStudio安装不正确
因为我的硬盘原来分区只有130G 我安装VIS DEMO不够 当时已经装好VS了
后来合并了两个分区盘符变了 我现在重装VS 看看能不能解决

使用道具 举报

回复
论坛徽章:
15
NBA常规赛纪念章
日期:2013-04-22 11:49:35NBA季后赛纪念徽章
日期:2013-06-21 14:52:05ITPUB社区12周年站庆徽章
日期:2013-10-08 14:54:39马上加薪
日期:2014-10-23 16:03:28马上有对象
日期:2014-12-22 11:23:38知识
日期:2015-08-11 10:22:26知识
日期:2015-08-11 10:34:17秀才
日期:2015-09-21 09:46:16
14#
发表于 2009-12-18 15:02 | 只看该作者
原帖由 vanni_10 于 2009-12-18 13:45 发表
System Utilities

   command: cmd.exe /c E:\OpenSource\EBS\startCD\Disk1\rapidwiz\bin\adchkutl.cmd H:\cygwin\bin H:\VisualStudio
   
E:\OpenSource\EBS\startCD\Disk1\rapidwiz>echo off
/cygdrive/c/WINDOWS/system32/cmd
'which' command is available.
/cygdrive/h/cygwin/bin/gnumake
'gnumake' is available.
'cl' is not available.
ERRORCODE = 1    ERRORCODE_ENDThe system cannot find the path specified.
which: no cl in (/cygdrive/h/cygwin/bin:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32)

   RW-50011: Error: -  System Utilities Availability test has returned an error:  1

可是我已经把cygwin都完全安装了 还会缺少什么呢?  cl 是干什么用的

这个通不过,肯定无法安装了。
WIn下安装很麻烦。
还是在Linux下安装吧。偶在Linux下安装了N次。都成功了。

使用道具 举报

回复
论坛徽章:
20
年度论坛发贴之星
日期:2005-06-14 05:07:03ITPUB元老
日期:2005-11-09 11:11:11现任管理团队成员
日期:2011-05-07 01:45:08版主6段
日期:2012-05-15 15:24:11
15#
发表于 2009-12-18 15:31 | 只看该作者
原帖由 xxzhaobb 于 2009-12-18 15:02 发表

这个通不过,肯定无法安装了。
WIn下安装很麻烦。
还是在Linux下安装吧。偶在Linux下安装了N次。都成功了。



支持 linux下安装.

在win 下安装ebs就是折腾. 记得在04装1157的时候.给折腾得快不行了.

使用道具 举报

回复
论坛徽章:
0
16#
发表于 2012-7-31 14:53 | 只看该作者
xxzhaobb 发表于 2009-12-18 15:02
这个通不过,肯定无法安装了。
WIn下安装很麻烦。
还是在Linux下安装吧。偶在Linux下安装了N次。都成功 ...

您好,请教一个问题,我在linux 5.4 64bit 安装EBS R12 12.0.4  ,一进入安装,百分之0 就报RW-50004的错误……

使用道具 举报

回复
论坛徽章:
15
NBA常规赛纪念章
日期:2013-04-22 11:49:35NBA季后赛纪念徽章
日期:2013-06-21 14:52:05ITPUB社区12周年站庆徽章
日期:2013-10-08 14:54:39马上加薪
日期:2014-10-23 16:03:28马上有对象
日期:2014-12-22 11:23:38知识
日期:2015-08-11 10:22:26知识
日期:2015-08-11 10:34:17秀才
日期:2015-09-21 09:46:16
17#
发表于 2012-8-1 13:31 | 只看该作者
ORACLE_BJ_DBA 发表于 2012-7-31 14:53
您好,请教一个问题,我在linux 5.4 64bit 安装EBS R12 12.0.4  ,一进入安装,百分之0 就报RW-50004的错误 ...

首先,你的介质和操作系统对的上号不?是不是64位的EBS?

另外,你是从网上下载的,还是从光盘安装?

使用道具 举报

回复
论坛徽章:
135
奥运会纪念徽章:乒乓球
日期:2012-08-23 19:41:492014数据库大会纪念章
日期:2015-04-23 10:33:192013数据库大会纪念章
日期:2015-04-23 10:33:192012数据库大会纪念章
日期:2015-04-23 10:33:192011数据库大会纪念章
日期:2015-04-23 10:33:192010数据库技术大会纪念徽章
日期:2015-04-23 10:33:19马上加薪
日期:2014-02-19 11:55:14马上有对象
日期:2014-02-19 11:55:14马上有钱
日期:2014-02-19 11:55:14马上有房
日期:2014-02-19 11:55:14
18#
发表于 2012-8-5 16:00 | 只看该作者
好老的问题。好像是权限不够吧

使用道具 举报

回复
论坛徽章:
2
2014年新春福章
日期:2014-02-18 16:43:09马上有钱
日期:2014-02-18 16:43:09
19#
发表于 2012-8-26 09:25 | 只看该作者
将VC8.0 分发的几个*80.DLL 拷贝到VC60.\bin目录下就可以解决了.

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表