I was getting a problem in IE7 where it would freeze everytime a grid was about to be loaded. The solution was easy to find with Google, not with metalink search. I'm losing faith in that search.
You can create a reg file with the following contents and that should fix things:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32]
@="c:\\windows\\system32\\ieframe.dll"
Note that at the cleint that had this, seibel was installed and the reg setting about was pointing to a seibel installed DLL.
Seach metalink for 654767.1
I love blogging about new technology appropriate for the enterprise. I want to change the face of innovation to embrace change, agility and promote an innovation culture.
Thursday, 22 April 2010
Wednesday, 21 April 2010
size of linux process
pmap –x <pid>
This shows the modules that are loaded too. We were having problems with XMLP crashing with error 13. The following setting in the JDE.INI needed to be changed:
[JDE JVM]
InProcessJVMHome=
RemoteDebugPort=-1
VMTrace=0
DefaultOptions=
XMLPVMOptions=-Djava.compiler=NONE –Xmx256M
Kill the XMLP process after you’ve saved the change above. A new one will be started and you will be away.
Subscribe to:
Posts (Atom)
-
There are a heap of instructions of what you need to change if you change the IP address of your weblogic server, but I find they are not co...
-
They have been around for quite some time, but it's nice to have a refresher on these types of things. 8.12 and 9.0 have have started...
-
I’m running windows 7 virtual on OVM with office 2010. Have E1 fat boy and oracle 11G client. I’m using this machine for some BIP prototyp...