Both of our AOS servers are throwing a bunch of errors when starting up, such as:
Object Server 01: Could not load assembly 'Microsoft.Dynamics.Retail.MatrixPivotGrid, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.AX.Framework.Analytics, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.AX.Framework.Client.Controls, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.AX.Frameworks.ProductConfiguration, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.Kernel.Client, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.AX.Framework.Workflow.Metadata.Wizard, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.AX.Framework.Workflow.Model.Design, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.Retail.StoreConnect.MessageTreeControl, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Object Server 01: Could not load assembly 'RetailControls, Version=5.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
Object Server 01: Could not load assembly 'Microsoft.Dynamics.Retail.StoreConnect.TransAutomClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86' or one of its dependencies.
Could not load assembly 'EInvoiceCFDI_MX.dll.config' or one of its dependencies.
Object Server 01: Could not load assembly 'ElectronicFiscalDocument_BR.dll.config' or one of its dependencies.
What's with that? The 'Microsoft.Dynamics.AX.Framework.Analytics one is preventing me from setting up an Analysis server in AX and deploying the cubes. I checked the dll's dependencies and it was missing the Microsoft.AnalysisServices.DLL from the GAC on the AOS. I stole this from the Analysis server where SQL Analysis services was actually installed and added it to the GAC which I'm hoping resolves the issue. But why in the world would all these DLL's that the AOS requires not be installed with the AOS, or at least be part of the validation of requirements for it?
The AnalysisServices dll is the only one I was able to resolve... I have no idea how to resolve the dll issues going on. Any advice? This is a server only running the AOS, and was upgraded from AX 2012 CU3 to AX 2012 R2. Prior to installing R2, I uninstalled everything related to AX from the server and started clean.