Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Error while starting Ax 2009 Instance

$
0
0
If you are facing below error while  while starting Ax 2009 Instance.

"Concurrent number of AOS for this application Exceeds the licensed number".

It means you have single AOS license but You have installed multiple AOS and trying to access using load balancing.

You can solve your error following way.

Open sql query editor and do following steps

SELECT * FROM dbo.SysServerSessions WHERE Status = 1;

Change the Status value by using following  update query:

UPDATE  dbo.SysServerSessions SET Status = 0 WHERE Status = 1;


Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>