Hello,
In NAV 2009 R2 I have created a test codeunit that creates a PDF file using Bullzip. When I run the code unit the PDF file is created as expected.
Now I want to run this codeunit through a job queue. I add the Job queue entry record as a parameter of the OnRun trigger of the test codeunit and setup the job queue entry. The job stops with the error :
"This message is for C/AL programmers:
Could not create an instance of the OLE control or Automation server identified by
GUID={61CB5BFA-AFE6-4B0F-A4BB-7F3D4999EE52} 3.2:{BEBDC1DF-D793-4F6C-B8FF-E831A1C2595C}:Unknown Automation Server."
I wonder if the reason may be a difference in the versions of the application server and the classic client. How can I check the version of the application server and its build?
*This post is locked for comments
I have the same question (0)