
am facing a problem when testing the connection in the distribution card in LSretail scheduler, below is my error :
This message is for C/AL programmers
could not create an instance of the OLE control or Automation server identified by GUID={DB07BCE5-B131-11D3-9219-00002430F8E2}. Check the OLE control or Automation server is correctly installed and registered.
*This post is locked for comments
I have the same question (0)hi,
the error means (normally):
the used automation (a file with extension .dll) is not installed.
if you run the code on the (nav) server, it needs to be installed on the server.
if you the code locally on the client, it is needed also on the client pc.
this page or a codeunit behind uses this automation as datatype of a global or local variable.
this (very old) mibuso posting will help you:
www.mibuso.com/.../viewtopic.php;t=21927
best regards