Hello you can try disabling async scan in Recording Options -> Code Generation and record new script.
Other workaround is comment out the following lines in "DailyCheckRegister.c" file under DATA. This file is located in the script folder:
- web_concurrent_start(NULL); (line 2079)
- web_concurrent_end(NULL); (line 2113)
Hope can helps