Kbase P127654: MMC Snap-in Failed to Initialize error when starting Progress Explorer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/14/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
SYMPTOM(s):
MMC Snap-in Failed to Initialize error when starting Progress Explorer
CAUSE:
The registry entry was not correctly written at installation time. What prevented the write being carried out correctly is unknown at time of writing.
FIX:
1. Check that the files prowin.jar and progress.jar are present in the DLC\java directory.
2. Check that the file msjava.dll is present under C:\WINDOWS\system32.
3. Run regedit on the affected machine and check the following entries -
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0B691ED7-B702-4BD4-91AA-249EC2C1EA8B}\inprocServer32]
(REG_SZ) "(Default)" = "C:\WINDOWS\msjava.dll
[HKEY_CLASSES_ROOT\CLSID\{0B691ED7-B702-4BD4-91AA-249EC2C1EA8B}\inprocServer32]
(REG_SZ) "(Default)" = "C:\WINDOWS\msjava.dll
The two example entries here were taken from a defect installation. The entries should in fact be pointing to "C:\WINDOWS\system32\msjava.dll". Change them as necessary.