Question
Interrogating a Windows Application in Pega RPA
Hi All,
Need Help regarding Interrogating Windows App-
Step 1- Created 1 CRM Project.
Step 2- Need to Set up Path,(Here I am not able to get properly which path because when I am opening that It is asking for couple of files only)
lease see -I1.
Step 3- When I am clicking Interrogate Application, Below Error is coming (Image I2)
Here I am not able to get the TargetPath StartMethod.
Please Help!
***Edited by Moderator, Maryrita: mode to Product Support from Applications***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Below is the explanation for the StartAndWait StartMethod property and the TargetPath. I think you are looking for just the default option which is Start for the StartMethod property.
---
StartAndWait – With this option, which only applies to the Windows adapter, starting the adapter causes Studio to launch the application identified in the Path property and then waits until the application in the TargetPath is launched. When the TargetPath application runs, Studio then hooks the TargetPath application.
Note: Studio does not hook the Path application, therefore you cannot interrogate or automate the Path application. If you choose this option, the Runtime user must have OpenSpan services installed. You install these services during the initial installation.
Ref: http://help.openspan.com/80/Adapters_Interrogation/Start_Method_Property.htm
The TargetPath applies when the target application – the application you want to interrogate – is launched by one or more other applications. The target application is launched as the result of one or more other processes (applications) occurring first. In this case, the Path property defines the executable that starts the target application. The TargetPath identifies the executable that will be interrogated and automated by the project.
When you make entries in both the Path and TargetPath fields, set the StartMethod to StartAndWait. Note the application you enter in the Path property cannot be interrogated, nor can any other process that it starts. The only application you can interrogate is the application entered in the TargetPath.
Ref: http://help.openspan.com/80/Adapters_Interrogation/How_to_Use_Target_Path.htm