You cannot create an Automation object ‘name of autom.’ on Microsoft Dynamics NAV Server. You must create it on a client computer.
Views (8025)
This is an error message, when trying to create an instance of an automation on a nav server vs. >= 2013. It’s only possible to create the automation instance as client instance. Creating automation instances on nav server is allowed till nav 2009.
solution:
use create(<name_of_autom.>,false,true) instead of create(<name_of_autom.>).
remarks:
you need a installed version of the automation on each client computer.
links:
create fct.: http://msdn.microsoft.com/en-us/library/dd355255(v=nav.70).aspx
Usage of automations in nav 2013: http://msdn.microsoft.com/en-us/library/ee909565(v=nav.70).aspx
Usage of automations in nav 2009: http://msdn.microsoft.com/en-us/library/ee909565(v=nav.60).aspx
Filed under: c/al, error, nav 2009, nav 2013, nav 2015, nav functions Tagged: c/al, error, nav 2009, nav 2013, nav 5, nav functions

*This post is locked for comments