Application Execution (AE) Messages › › IDAETERR04 - Invalid conversion of negative number to unsigned
IDAETERR04 - Invalid conversion of negative number to unsigned
Reason:
You tried to store a negative result in a field specified as unsigned.
Action:
Check the logic of the program and re-specify.