Hi!
A while ago I started setting up the AX 2012 virtual box in my laptop. It took me a few days to download and have everything ready to start setting the machine up. However, when I finally found the time to install it, I got a few errors on virtual PC . As a result I was unable to boot the machine successfully due to a file corruption error.
The following is a link that helped me out in fixing a few issues.
http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/a0565fd0-f978-4dbc-955b-45e0818440d8/
A few days later I found a video (below) that explained on how to install AX 2012 Hyper-V using the Oracle VM. After following the video (really easy to understand) I was able to successfully run AX 2012 VM on my computer.
NOTE: You will need access to partner source to download the AX 2012 VM files.
Check it out
Take care!
Showing posts with label Windows service. Show all posts
Showing posts with label Windows service. Show all posts
Wednesday, November 16, 2011
Thursday, August 25, 2011
Application Object Server (AOS) architecture
The Application Object Server (AOS) provides the infrastructure to execute the business logic of the Microsoft Dynamics AX application. The AOS handles the required connectivity, security, and database connection management. You can install the AOS on a single computer or on multiple computers and group these computers in a load-balanced cluster.
In Microsoft Dynamics AX 2009,you can create a single cluster or multiple clusters of AOS servers.
Microsoft Dynamics AX requires Windows-integrated authentication for all servers in the system, which means that you must be running Active Directory. For security reasons, the AOS must be installed on a Windows server operating system.
A system used for demonstrations, development, or testing can be set up to use more than one AOS instance. For details about developer installations of Microsoft Dynamics AX 2009, see the Installation Guide.
In Microsoft Dynamics AX, the AOS is implemented as a Microsoft Windows
Service to take advantage of the following features:
In Microsoft Dynamics AX 2009,you can create a single cluster or multiple clusters of AOS servers.
Microsoft Dynamics AX requires Windows-integrated authentication for all servers in the system, which means that you must be running Active Directory. For security reasons, the AOS must be installed on a Windows server operating system.
A system used for demonstrations, development, or testing can be set up to use more than one AOS instance. For details about developer installations of Microsoft Dynamics AX 2009, see the Installation Guide.
In Microsoft Dynamics AX, the AOS is implemented as a Microsoft Windows
Service to take advantage of the following features:
- Windows service applications run in the security context of a specific user account that is different from any logged-on user or the default computer account. The AOS service uses a system account for authentication during start up. This account is used by the AOS to access the file server and database server.
- A Windows service application runs in its own Windows session and takes advantage of the service control manager (SCM, a feature of the Windows Server 2003 operating system or higher) to maintain status information and to provide the user interface for managing the AOS.
- Windows services can be configured to start at system startup or upon demand, and they continue to run even when no user is logged into the system.
- Server status can be reported to the Windows event log, allowing administrators to view errors and warnings that can aid in troubleshooting problems.
Subscribe to:
Posts (Atom)