2013-07-27 50 views
1

我想在虚拟机上运行的win7安装JDE EnterpiriseOne,我也跟着在这段视频的说明: JDE 9.1 stanalone instalation toturialOUI JD Edwards的EnterpiriseOne独立安装

我安装过程中的“EnterpiriseOne数据库引擎”安装Oracle客户端后, ,但我不能继续安装“EnterpiriseOne E910独立客户端”... ...

它似乎是一个问题与oracle通用通用安装程序找到正在运行的数据库,我检查了侦听器服务,发现他们正在运行。 ..

输入CMD中的命令(lsnrctl status),并得到了以下内容:

LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 27-JUL-2013 18:38 
:12 

Copyright (c) 1991, 2010, Oracle. All rights reserved. 

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.119.128)(PORT=15 
21))) 
TNS-12535: TNS:operation timed out 
TNS-12560: TNS:protocol adapter error 
    TNS-00505: Operation timed out 
    64-bit Windows Error: 60: Unknown error 
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))) 
STATUS of the LISTENER 
------------------------ 
Alias      LISTENER 
Version     TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ 
ction 
Start Date    27-JUL-2013 17:14:33 
Uptime     0 days 1 hr. 24 min. 1 sec 
Trace Level    off 
Security     ON: Local OS Authentication 
SNMP      OFF 
Listener Parameter File c:\Oracle\E1Local\network\admin\listener.ora 
Listener Log File   c:\oracle\diag\tnslsnr\WIN-I3MMKFMQE20\listener\alert\ 
log.xml 
Listening Endpoints Summary... 
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.119.128)(PORT=1521))) 
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc))) 
Services Summary... 
Service "CLRExtProc" has 1 instance(s). 
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service... 
The command completed successfully 

PLZ任何人我能做些什么来完成安装目录???

回答

1

在您的tnsnames.ora和listener.ora上尝试更改HOST值为127.0.0.1。然后重新启动数据库和侦听器服务。

0

而不是127.0.0.1将其更改为主机名。将它更改为主机名后,它对我很好。