Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi, I am getting the below error when I try to automate a windows based application using UFT.
"Error # -2147417843. Automation error. An outgoing call cannot be made since the application is dispatching an input-synchronous call"

Can anybody provide me a solution. Thanks in Advance!!

What I have tried:

I am stuck here!! Could not figure out the issue!!
Posted
Updated 4-May-18 1:46am

1 solution

-2147417843 = 0X8001010D is RPC_E_CANTCALLOUT_ININPUTSYNCCALL.

The common solution is to execute the operation that throws the error in an own thread.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900