You are responsible for automation efforts in a Dynamics 365 Finance environment.
You are running into performance issues on a specific Application Object Server (AOS) that is over-used.
You need to alter your batch processing of high-demand items to have affinity to a new AOS server.
Which batch processing component should you change?
Click on the arrows to vote for the correct answer
A. B. C. D.A.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/sysadmin/batch-server-overviewIn a Dynamics 365 Finance environment, batch processing is used to automate repetitive tasks and processes. Batch processing allows the user to perform specific operations on a set of records, without having to perform them individually. However, when a specific Application Object Server (AOS) becomes over-used, it can lead to performance issues. To address this problem, the batch processing of high-demand items should be altered to have affinity to a new AOS server.
The component that needs to be changed in this scenario is the Batch group. A Batch group is a collection of batch tasks that run together, using the same batch server. Batch groups are used to organize batch tasks and control their execution. By changing the batch group, we can specify which AOS server should be used for running the batch tasks.
To alter the batch group, the following steps can be followed:
Once the batch group has been modified, any batch tasks that are part of that group will be processed using the new AOS server that has been specified. This will help to distribute the workload and alleviate the performance issues on the over-used AOS server.