Consultor Eletrônico



Kbase 20014: Error 5893 or 6087 using OCX or ActiveX Automation Objects
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/10/2008
Status: Verified

SYMPTOM(s):

Error 5893 or 6087 using OCX or ActiveX Automation Objects

Error: The automation server for <automation object name> is not registered properly.
Please reinstall this server or try registering it again. (5893)

Error: Specified ActiveX control is not registered or the .ocx file was moved from where it was registered.
Error occurred in procedure: <procedure name> (6087)

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
Windows

CAUSE:

The ActiveX Control or ActiveX Automation object was either copied to the client machine but not added to the registry or it was added to the registry and then moved to a different location

FIX:

If error 5893 or error 6087 are encountered, try registering the ActiveX Control or Automation Object using the Windows REGSVR32.EXE utility.

The proper syntax to register an object is:

REGSVR32 FullyQualifiedPath\FileName

If the registering of the ActiveX Control or Automation Object with REGSVR32 does not work, install the ActiveX Control or Automation Object with its installer.