Options

job queue and callbacks with .NET

txerifftxeriff Member Posts: 492
Hi all,

Hope some1 can help.

Microsoft Dynamics NAV Server attempted to issue a client callback to create an Automation object: 88d96a05-f192-11d4-a65f-0040963251e5 (CodeUnit 50153 mytestCU). Client callbacks are not supported on Microsoft Dynamics NAV Server.



I managed to translate the automations I had to dotnet by myself. I have set "runonclient"=yes to each variable. I get same result.

Any ideas how to run it from dotnet variables from job queue?

many thanks!

Answers

  • Options
    KishormKishorm Member Posts: 921
    You are getting the error because runonclient=yes, you need to set this to "no" if you want to run via Job Queue
  • Options
    txerifftxeriff Member Posts: 492
    how stupid.... i read in forum somewhere to change dotnet and turn run on client which makes no sense at second thought but...
    thanks a lot
Sign In or Register to comment.