Hi,
I am currently working on a batch job, for AX 2012 R3 CU8 environment, which will be writing more than 10,000 records to a file on the server. The requirement is that the batch should not take long time to perform the task. So I need to optimize the batch. By long time, I mean not more than 10 minutes.
Batch parallelism cannot be used since we need to write text to file. Further, dedicated batch server is not option.
Is there any way to optimize the batch other than parallelism or dedicated batch server?