*This post is locked for comments
*This post is locked for comments
Hi kmanjang! If you cleared the session table, and restarted the server and the problem persist you should check your licence. If you have access to customer source you can download from there, if not you may contact your partner.
good luck!
As you are facing issue with new license, you need to regenerate the license with the help of MS.
If you have cleared the sessions table and have restarted the server and still face this issue, the license file might be invaild. Try to regenerate the license file, if it would not help, please contact Microsoft for support.
yes i have restarted the start but that didn't help.
Since deploying the new license we started having this problem.
Have you done restart the server?
If not please try once.
Was it working fine before anytime?
If not, get the license updated from MS site.
i suggest to you go to the active session table (2000000110) through the development environment, here you'll notice if there's any duplicate session, if any, just select and delete them.
then your blocked or stuck sessions will be released
The client is on a Nav 5.0 no sql server
Execute this, what would be the result?
select *
from [Session]
where
[Database Name] = 'NAME'
and [Application Name] = 'Microsoft Dynamics NAV client'
order by
[User ID]
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156