Problem in delegation with middle tier

vicky_dadavicky_dada Member Posts: 106
edited 2011-11-01 in NAV Three Tier
Hello all,

we have done a web based application (portal) for using web services. firstly we have installed portal in the database tier and it was working fine.

we move the installation to the middle tier and saw that the portal is working fine (able to login, call page services etc), but when any validation error occures in webservices (say I perform one delete action, update action, etc) , we face the error (The login failed connecting to SQL server)

I feel this seems to be any kind of bug in web services.

Has any one face this strange error or am I missing anything ](*,)

Comments

  • kinekine Member Posts: 12,562
    Do you mean that one call finish correctly, but next one ends with error? Or all ends with error? Is the account you are using for connecting to WS inserted in NAV and have some roles assigned? Try to add the server account into NAV and assign the roles to it. Sometime it helped (sometime the apps are "logged in" under server account, mainly when they are running under system account like network services.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • vicky_dadavicky_dada Member Posts: 106
    The action ends with the error message but we will not be logged out.

    RTC is working fine in NAV server, adding roles etc is checked.

    Not very sure what is missing
Sign In or Register to comment.