Java error -- Element Not found

bsc

Member
I have a few client machines (WIN XE with IE 8) that are receiving a IE error when "FIND" is pressed. Others seem to work fine. We are in the process of rolling out Enterprise One 9.0
Details below. I am looking for a possible cause/solution

Webpage error details


Message: Element not found.

Line: 354
Char: 4
Code: 0
URI: http://jdeweb01:4901/jde/js/JDEDTA.js
 
I don't know if you have found the solution yet, but I came across this issue when working on JDE 9 Standalone. Below is the response from Oracle which fixed my problem on an IE8 machine.

Jer

Check the following Windows registry key value:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32\
• If it is IE6, the value should be c:\windows\system32\shdocvw.dll - where c:\Windows is the Windows install directory.
• If it is IE7 or IE 8, the value should be c:\windows\system32\ieframe.dll - where c:\Windows is the Windows install directory.
 
Back
Top