‎2010 Feb 03 2:13 PM
I am geeting following error when an ECATT is executed in ECC 6.0. in foreground
ATT377 Control data is obsolete, rerecord (VERBS-NAME: CreateControl CATT: <none> Callno: 000002).
The ECATT is migrated from 4.6C and it was working fine in 4.6C
It executs the first record correctly, but does not back out of the Transaction and accept the next record.
I have to enter /n in command window for the ECATT to backout of the transaction and accept new record.
Edited by: heramb k on Feb 3, 2010 3:13 PM
‎2010 Feb 05 10:03 AM
Yes, this is a very common error when a migrated script from 4.6C is used in 4.7 / 5.0 / 6.0
Control data error is mainly due to System upgrade / migration.
The best solution is to re-record the script or try allowing the msg ID and msg NR as expected if possible between MSG .. END MSG block.
‎2010 Feb 21 6:54 PM
Hello,
We usually get this error control data obselete when there is change in the screens or the gui element ids of the button changes.
Either record or run the recording in the foreground and check where exactly the script fails and make correction accordingly.
Thanks & Best regards,
Ajay