Hi,
I am working on a Java Application. The activation of the Java application is not working for me. I have spied the Java Window using the Win 32 mode, When I run it step by step it's working fine, the application is getting activated, but when I run it in run time or step over and step out, I am getting an exception with the following message
Internal : Failed to perform step 1 in Navigate Stage 'Activate Oracle Application' on page 'Download Input/Output Vat Reports' - Exception during remote setforegroundwindow - System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at BluePrism.ApplicationManager.Operations.WindowOperationsProvider.ForceForeground(IntPtr windowHandle)
Anyone Please help me, how do I deal with this.