NAV5SP1 with update 1, SQL2005SP2 with update 8
I have a single pc which always seems to login to our database using Windows Authentication. No matter if the user logs in using Windows or Database Authentication. We have tried to restart Windows. Then we tried re-installing NAV. Nothing helped. Other sessions are shown correctly, but this single pc is “sick” in some way. We have some code that acts differently based on the logontype, so we require this field to be correct. I know the session table is simply a SQL view, but how do I troubleshoot the problem?
Regards
Peter
0
Answers
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Then someone discovered that the Net Type was different! ( \:D/ \:D/ Thank you Morten \:D/ \:D/)
It turns out that it changed default Net Type from TCP to NamedPipes once the windows user was upgraded to SQLAdmin. So by forcing it to use TCP it works like a dream...
Peter
Hope this will help
Peter