Hello experts,
I'd like to get any help from you.
I'm using AX2012(default version), not R2 or R3.
The kernel version of AX is 6.0.1108.3459 and application version is 6.0.1108.670.
My problem is batch job which doesn't work correctly.
The batch is working every single 2 minutes, and batch job history shows all "Ended" without any error log.
The main purpose of the batch is to change status "S" when the batch works correctly and when it has error it will change into "E".
After end of the batch job, the status is changed into "E", even though the batch job history doesn't show any error or problem.
So I tried to debug the class so that I check if some of its code have problem, but it doesn't have problem.
Moreover, the very thing that made me wondered was if I run the class manually(not by batch job), it worked correctly and it return the status "S"(which means it succeeded).
Consequently, What I want to ask is why the class works in wrong way when it run by batch and it works correctly when it run by manually.
How can I approach to solve this issue, please give me any idea about it.
Thanks.