Hello,
I am facing following 2 issues with the AOS clustering setup without a load balancer for Ax 2009
1) After installing 2nd AOS that points to the same SQL database as being used by 1st AOS, the Ax service on the 2nd AOS stucks on starting. The process of the AOS gets hang with no change in the CPU & memory utilization as seen in the task manager. I reviewed the application logs in event viewer, it just builds only a single ax file and then no log entries of Dynamics AX event gets generated that shows the attempt of starting AOS service on this 2nd node.
Can anyone help in this regards? Thanks in advance
2) On the 2nd setup of Ax 2009 clustering, we have installed 2 AOS that points to the same SQL database and the service on the 2nd AOS instance starts well unlike the issue mentioned above. The issue occurs when trying to open the Ax client on both the AOS servers at a same time. Each of the AX server have client configuration pointing to the AOS installed on itself. When opening AX on the 1st AOS instance, it starts fine but we get an error on the 2nd AOS instance,
---------------------------
Logon error
---------------------------
The Application Object Server (AOS) has reached its limit for user sessions or memory consumption. Try again later or connect to a different AOS.
---------------------------
OK
---------------------------
To resolve this, i have to run the following SQL query on the Ax database
select * from dbo.sysserversessions where status = 0
UPDATE dbo.SYSSERVERSESSIONS SET Status = 0 WHERE Status = 1;
and restart the services.
But after this, Ax client opens well on the 2nd AOS instance but throws the same error in Ax client on the 1st AOS server. This means that only one instance stays active and is able to handle the connections at a time.
We have verified the server configuration & cluster configuration in Ax client and all seems to be well with 1st AOS as a batch server and with no load balancer.
Need a help for this also.