This is likely due to the fact that you are encountering a prompt that iTest has not yet "learned". It is also possible that you are running your testcase on a different device that now has different prompts. For example, your prompt may have changed from "DUT-1>" to "DUT-3>".
The way to handle this is to update your session profile where you maintain your prompts. Make sure to use either a wildcard as shown in the screenshot below or regular expression. The regex for "DUT-1>" prompt would be
DUT-\d+>
![alt text][1] [1]: /storage/attachments/1872-prompts.jpg
No one has followed this question yet.