Hello,
I hope somebody can help me because I'm at my wits' end.
I'm searching a lot for the solve but I have not found anything.
If I run the following code with the NAS
IF ISCLEAR(olApplication) THEN
IF NOT CREATE(olApplication, TRUE, TRUE) THEN
ERROR('Outlook not found!');
I get the following error:
---------------------------
Microsoft Dynamics NAV Classic
---------------------------
This message is for C/AL programmers:
Could not create an instance of the OLE control or Automation server identified by
GUID={00062FFF-0000-0000-C000-000000000046} 9.4:{0006F03A-0000-0000-C000-000000000046}:'Microsoft Outlook 14.0 Object Library'.Application
---------------------------
OK
---------------------------
If I run it manually, everthing works fine.
The NAS User and the User I used for manual process are the same.
An Outlook Client is open in the background.
Thank you in advance!
Regards,
Bianca
*This post is locked for comments