Rajan Gupta
Rajan Gupta

Reputation: 41

Could not identify process owning the current foreground window in Blue Prism

I'm working on browser based application automation (using Internet explorer) in Blue Prism. I have identified IE window as Win32 Application model element to be used as navigation stage to activate Internet explorer. I have installed Blue Prism in VM machine and i'm accessing VM machine via Remote Desktop Connection. Everything seems to be working fine when I'm running the process at foreground, focusing entirely into VM machine via mstsc. But when I'm minimizing Remote Desktop Connection Window means with IE at background, I'm getting error "Could not identify process owning the current foreground window". Any Suggestions?

Upvotes: 0

Views: 5963

Answers (1)

Andrzej Kaczor
Andrzej Kaczor

Reputation: 1557

Remote Desktop is not supported by blueprism. You should not use any RDP connection - the most common software to peek into worker machine is tightVNC, so consider using it instead.

The problem comes form the fact that there are two users logged in onto the same machine. To fix it, restart the machine, login using process "login action" and then start the process from control room.

Upvotes: 1

Related Questions