QPR ProcessAnalyzer ScriptLauncher: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
'''Note:''' You need to have write access to the folder where the files for QPR ProcessAnalyzer ScriptLauncher are located.
'''Note:''' You need to have write access to the folder where the files for QPR ProcessAnalyzer ScriptLauncher are located.


1. Open the '''Qpr.ProcessAnalyzer.Integration.Connector.exe.config''' file in a text editor.<br/>
1. Open the '''Qpr.ProcessAnalyzer.ScriptLauncher.exe.config''' file in a text editor.<br/>
2. Within that file, go to the section that starts as follows:  
2. Within that file, go to the following section:
<pre><userSettings>
<pre><userSettings>
         <Qpr.ProcessAnalyzer.ScriptLauncher.Properties.Settings></pre>
         <Qpr.ProcessAnalyzer.ScriptLauncher.Properties.Settings></pre>
Line 24: Line 24:
* FilterId
* FilterId
* ScriptId
* ScriptId
4. In case you want to change location of the log file that will be created, you can do that by changing the value of the parameter '''LogFilePath''' in the section that starts as follows:
4. In case you want to change location of the log file that will be created, you can do that by changing the value of the parameter '''LogFilePath''' in the following section of the configuration file:
<pre><applicationSettings>
<pre><applicationSettings>
         <Qpr.ProcessAnalyzer.ScriptLauncher.Properties.Settings></pre>
         <Qpr.ProcessAnalyzer.ScriptLauncher.Properties.Settings></pre>
Note that the log folder needs to exist before running QPR ProcessAnalyzer ScriptLauncher and the user must have rights to write to that folder. <br/>
Note that the log folder needs to exist before running QPR ProcessAnalyzer ScriptLauncher and you must have rights to write to that folder. <br/>
By default, the log file will be stored in the same folder as the configuration file.
By default, the log file will be stored in the same folder as the configuration file.

Revision as of 09:15, 5 May 2015

QPR ProcessAnalyzer ScriptLauncher is a tool which enables you to run QPR ProcessAnalyzer scripts on a QPR ProcessAnalyzer Server. QPR ProcessAnalyzer ScriptLauncher is part of the installation package of QPR ProcessAnalyzer and consists of two files:

  • Qpr.ProcessAnalyzer.ScriptLauncher.exe (an executable file)
  • Qpr.ProcessAnalyzer.ScriptLauncher.exe.config (a configuration file)

Both of these files are located in the QPR Connector folder that is under the QPR ProcessAnalyzer Installation folder (e.g. C:\Program Files (x86)\QPR ProcessAnalyzer 2015\QPR Connector). Note that QPR Connector needs to be selected to be installed when installing QPR ProcessAnalyzer (by default it is).

Configuring QPR ProcessAnalyzer ScriptLauncher

Before you can start running scripts with QPR ProcessAnalyzer ScriptLauncher, you need to configure the connection and other parameters for the tool.

Note: You need to have write access to the folder where the files for QPR ProcessAnalyzer ScriptLauncher are located.

1. Open the Qpr.ProcessAnalyzer.ScriptLauncher.exe.config file in a text editor.
2. Within that file, go to the following section:

<userSettings>
        <Qpr.ProcessAnalyzer.ScriptLauncher.Properties.Settings>

3. Configure the values for the following parameters:

  • ConnectionType
  • LogOnName
  • Password
  • ConnectionString
  • ServiceUrl
  • ProjectId
  • ModelId
  • FilterId
  • ScriptId

4. In case you want to change location of the log file that will be created, you can do that by changing the value of the parameter LogFilePath in the following section of the configuration file:

<applicationSettings>
        <Qpr.ProcessAnalyzer.ScriptLauncher.Properties.Settings>

Note that the log folder needs to exist before running QPR ProcessAnalyzer ScriptLauncher and you must have rights to write to that folder.
By default, the log file will be stored in the same folder as the configuration file.