Portal OLE Automation error

stamronstamron Member Posts: 32
I am seeing the following warning in the event manager.

Source: SereniPortalNASSSPS
Category: None
Event ID: 20010

This message is for C/AL programmers:

Could not create an instance of the OLE control or Automation server identified by
GUID={AB278BEF-9C8A-11D9-A5E3-000B7D157C33} 1.0:{AB278BF0-9C8A-11D9-A5E3-000B7D157C33}:Unknown Automation Server.Unknown Class.
Check


I have googled the GUID, but found nothing. Any suggestions?

Comments

  • wakestarwakestar Member Posts: 207
    you'll have to find out which navision object this control uses.
    export all navision objects into one big txt - file and search for the guid.

    by looking into the code of the navision object you should be able to find out what kind of automation control it is.
    it'll be probably a dll. use regsvr32 to register it on the system where it's actually used.
Sign In or Register to comment.