Hi All,
I have a query during installing a deployable package on Cloud Hosted Sandbox environment, as per docs, it's mentioned to start at step Generate a runbook from the topology, the default topology data is given for dev vhd as below:
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/install-deployable-package#generate-a-runbook-from-the-topology
<?xml version="1.0" encoding="UTF-8"?>
-<TopologyData xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xsd="www.w3.org/.../XMLSchema">
<Name>AX topology</Name>
-<MachineList>
-<Machine>
<Name>localhost</Name>
-<ServiceModelList>
<string>AOSService</string>
<!-- DefaultTopologyData are only for dev vhd, which we only support AOS update-->
<!-- Create a new topology data for your Cloud AX topology-->
</ServiceModelList>
</Machine>
</MachineList>
-<BackupScript>
<FileName/>
<Automated>false</Automated>
<Description>Please backup your environment now, set this step to complete once you finished backup</Description>
</BackupScript>
</TopologyData>
For Cloud hosted environment i changed the default topology data with Name and Service Model list for each machine AOS-1, AOS-2 and BI Server, as we have 2 AOS and 1 BI, when i execute run-book i receive a message stating for other service model list execute the step on each machine, but as in the docs it's not provided to run it in each machine ,here it's confusing , should i run default topology data on each machine with machine list or only AOS1 is sufficient.
I tried executing default topology only for AOS1, it failed in step5 with error as below :
Infolog diagnostic message: 'Cannot select a record in Client performance options (SysClientPerf). FactBoxesEnabled: No, 0. The SQL database has issued an error.' on category 'Error'. Infolog diagnostic message: 'Object Server Database Synchronizer: ' on category 'Error'. Infolog diagnostic message: '[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid column name 'TILECOUNTENABLED'.' on category 'Error'
In Default topology i updated after running the axupdateinstaller.exe list as below:
<Machine>
<Name>AOS-NAME</Name>
<ServiceModelList>
<string>AOSService</string>
<string>BIService</string>
<string>DIXFService</string>
<string>DOCUMENTROUTINGAGENT</string> Is this required in topology?
<string>MRAPPLICATIONSERVICE</string>
<string>PAYROLLTAXMODULE</string>Is this required in topology?
<string>RETAILCLOUDPOS</string>
<string>RETAILHQCONFIGURATION</string>Is this required in topology?
<string>RETAILSELFSERVICE</string>
<string>RETAILSERVER</string>
<string>SCMSELFSERVICE</string>
</ServiceModelList>
</Machine>
Thanks & Regards,
Ansar Basha.S