Kbase P16239: 9.1C Progress Explorer tools does not start on Win 2000 - failing with MMC error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/22/2010 |
|
Status: Verified
SYMPTOM(s):
9.1C Progress Explorer tools does not start on Win 2000 - failing with MMC error
MM:
Check the initialisation failure in the software component
Name: Progress Explorer 9.1C
CLSID: {ED06106E-40A4-11D4-81B3-00C04F6B9729}
FACT(s) (Environment):
Windows 2000
Progress 9.1C
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
One way to fix this problem can be to test the following on command prompt:
<Drive>:\DLC\bin\jvmStartw.exe -c
<Drive>:\DLC\java\rmi.zip;<Drive>:\DLC\java\progress.zip;<Drive>:\DLC\jre\lib\rt.jar;<Drive>:\DLC\jre\lib\i18n.jar mmc.exe /s /a <Drive>:\DLC\proexp.msc
For example if the <drive> is C it will be:
C:\DLC\bin\jvmStartw.exe -c
C:\DLC\java\rmi.zip;C:\DLC\java\progress.zip;C:\DLC\jre\lib\rt.jar;C:\DLC\jre\lib\i18n.jar mmc.exe /s /a C:\DLC\proexp.msc
If Progress Explorer start, put this command in a file .bat, and modify the shortcut to point to this file.