I have an SAP GUI script embedded in Excel 2010
The automation is emulating a user deleting User statuses in EEDM01, which is standard functionality. The script is very simple (based on my experience with similar automations), however at random intervals between 90 - 120 records into the automation the script terminates with error:
Unexpected error - script terminated -2147417856 : it_WC_95.xls : Method 'Text' of object 'ISapCTextField' failed
Reattempting the automation from the failed record onwards invariably succeeds without exception. It will run for 90 - 120 more records, & do the same thing.
Googled my heart out & only really found -2147417856 0x80010100 System call failed.on autoitscript.com.
This isn't super helpful, as rerunning the script works on resubmit of identical data.
Any thoughts?