Wednesday, January 20, 2016

Error “Concurrent number of AOS for this application Exceeds the licensed number”

Error “Concurrent number of AOS for this application exceeds the licensed number”

Thanks : http://dynamicsaxsol.blogspot.in/

When we try to start the service of Ax2009 instance it fails and throws an error “Concurrent number of AOS for this application Exceeds the licensed number” in the event log.  To resolve the issue, follow below steps
  •  Open SQL Server Management Studio and select the Dynamics Ax database used for the instance.
  •    Select New query
select * from dbo.sysserversessions where status = 1
  • Change the value by running following query
            update dbo.sysserversessions set status = 0 where status = 1

           Now you should be able to start AX2009 service.

Change Based Alert AX2012

Open AX à Go to Accounts Receivable à Select any customer à Go to Edit à Find Credit and Collection Section à Place the curser above...