PROBLEM:
When executing the statement
ACCEPT OMITTED BEFORE TIME 0
runtime 10.2.1 could crash when it is executed in Thin Client mode.
A Memory Access Violation (MAV) can be experienced on the client, as a result of this crash.
RESOLUTION:
There are various workarounds available:
- set ECN-4576 OFF in the runtime configuration file;
- modify the COBOL code to have a different TIME value. For example:
ACCEPT OMITTED BEFORE TIME 1
(or any other value different from zero).
A final fix is developed and will be deployed in AcuConnect Thin Client 10.3.0.
#TipfromSupport