NAV 2009 R2 Four Tier Delegation

ryanatworkryanatwork Member Posts: 47
edited 2012-06-14 in NAV Three Tier
Hi,

I have NAV 2009 R2 setup with three tier delegation. All is working fine from a NAV point of view.

What I have done now is develop an ASP.NET Solution that sits on a separate Web Server - a fourth box.

All works fine on the Web Server itself but not from other machines in the same network...

Is this article relevant for 2009 R2 ?
http://msdn.microsoft.com/en-us/library ... 8(v=nav.70).aspx

Any ideas appreciated.

Comments

  • DenSterDenSter Member Posts: 8,307
    No the web client is not available for NAV 2009
  • ryanatworkryanatwork Member Posts: 47
    Yep, I know.

    It is my own ASP.NET Solution that I have deployed.

    The problem that I have is that I now have four hops, and the delegation is not working across those four hops.
  • kinekine Member Posts: 12,562
    You need to set correct SPN for your server, enable delegation to the NAV service for the account, under which your application is running. You can test it with the DelegConfig v2 (http://www.iis.net/community/default.as ... g=6&i=1887). It will tell you if all is ok or what you need to setup.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • kinekine Member Posts: 12,562
    But this is needed only if you are delegating the end-user login to the webservice. If your app is authenticating with some predefined account to the webservices, it is not needed.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • ryanatworkryanatwork Member Posts: 47
    It is indeed.

    Any ideas on how to go forward ?
  • kinekine Member Posts: 12,562
    Try to use DelegConfig for getting more help about setting the delegation...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.