AXAPTA job fails in DUAS but is still running in AXAPTA: "(GetNbAOSAlive) error getting the status of the AOS"
book
Article ID: 85401
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Error Message : On the joblog of the Axapta uproc, we get this kind of errors: ############ (GetNbAOSAlive) error getting the status of the AOS: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Warning: No AOS associated with the group SCM is running. The task 5643423273 - Generating posting data won't be able to be executed. ############
Description :The AXAPTA job fails in DUAS but is still running in AXAPTA. The definition of the AX batch job contains a large number of tasks (thousands).
Cause
Cause type: Defect Root Cause: The verification that checks whether all AOS are online fails due to the large number of tasks
Environment
OS: Windows
Resolution
From version 6.7.21 of Dollar Universe there are two options available to bypass this check:
- the node setting UNI_AX_BYPASSAOSCHECK. - uxstrax parameter "bypassaoscheck". Set to Yes(Y), this option allows uxstrax to bypass the procedure causing uxstrax to fail. Set to No(N), the check will be performed.