managed to get rid of the error because of the missing registry, I needed to make this
. Locate HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID, add the following key/value pairs.
Key: {FFC4C83B-2E32-4997-B1A1-ECACF8CB90D9}
String Value: Default REG_SZ PanelAPI Class
Sub Keys:
InprocServer32 String Value: Default REG_SZ <Full\Path\to\CoolPlexPanelAPI.dll>
ProgId String Value: Default REG_SZ COOLPLEXPANELAPI.PanelAPI
I however now have the error that my external application cannot find the panel
Who can help? Thank you in advance!
greetings,
Ineke
Original Message:
Sent: Feb 16, 2024 10:16 AM
From: supportrai
Subject: Plex 6.1 - Triggering Panel Events from External Programs
Where you able to work your way out of this problem? as I am strugling with the same problem ! please help!
Original Message:
Sent: Feb 11, 2014 06:52 AM
From: MICHELA ZANCARLI
Subject: Plex 6.1 - Triggering Panel Events from External Programs
Dear all,
I'm trying to create a .NET program that triggers event in a Plex windows client.
The tests that I made are based upon the document "Plex Help: User Guide - Chapter 9 Integrating CA Plex Application with Other Systems".
Unfortunately I'm not able to invoke the CoolPlexPanelAPI.dll: the problem seems to be related to the registration of the CoolPlexPanelAPI.dll
The Windows configurations that I've tested are:
- Windows 7 64bit
- Windows 7 32bit
- Windows XP 32bit
The error that I get is "Retrieving the COM class factory for component with CLSID {FFC4C83B-2E32-4997-B1A1-ECACF8CB90D9} failed due to the following error: 80040154" (DLL registration error)
The DLL has been registered using regsvr32 without errors (in the 64bit configuration using the wow64 version of regsvr32 as administrator does not solve the issue)
I've tried using ProcessMonitor from SysInternals (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) to understand where is the problem: registry keys for the dll are missing!
Do you have any suggestion?
Thanks in advance!
UPDATE: after installing Visual Basic 6 on a new virtual machine running Windows XP SP2, I'm still blocked. Is the integration with external programs possible?
The code used in my VB6 project is the same of the help documentation.
MichelaZ