Problem starting NAS: datatype Action

Tim82Tim82 Member Posts: 8
Hello!

If I start my Application Server I always get the message:

Your program license does not permit use of the datatype Action.

That is exactly the same error as in this post: http://mibuso.com/forum/viewtopic.php?t=14027&highlight=licence+license+permit+datatype+action&sid=62bcc339e3ffc5252a9058c74cb371fa

But there is no solution. Has anybody an idea?

Thanks in advance!


SORRY: There was a var in a procedure that the nas uses with the datatype action. This var was never used. So deleting this var was the simple solution.

Answers

  • WaldoWaldo Member Posts: 3,412
    I have been struggling with this all day, and it just was caused by a codeunit from an addon we implemented at the customer. No development rights, so quite hard to figure out which variables they had declared.

    May be this info is useful for anyone that uses tools of ToIncrease.
    The status management AddOn is really a good peace of functionality. We only saw one flaw when updating statusses with NAS. Namely, there is a variable "lActForm" in Codeunit 11027570 (Change Sls & Pur Status) which is declared as "Action". This variable isn't used anywhere so can be deleted without any problems... .

    Usually you don't have the right to modify the codeunit, so you should ask ToIncrease for a new version of it.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.