QPR ProcessAnalyzer ScriptLauncher: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(306382)
 
(306382)
Line 6: Line 6:
==Configuring QPR ProcessAnalyzer ScriptLauncher==
==Configuring QPR ProcessAnalyzer ScriptLauncher==


First you need to configure the connection and other parameters for 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.
'''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/>
2. Within that file, go to the section that starts as follows:
<pre><userSettings>
        <Qpr.ProcessAnalyzer.ScriptLauncher.Properties.Settings></pre>
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 section that starts as follows:
<pre><applicationSettings>
        <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/>
By default, the log file will be stored in the same folder as the configuration file.

Revision as of 09:09, 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:

  • an executable file called Qpr.ProcessAnalyzer.Integration.Connector.exe
  • a configuration file called Qpr.ProcessAnalyzer.ScriptLauncher.exe.config

Both of these 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 (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.Integration.Connector.exe.config file in a text editor.
2. Within that file, go to the section that starts as follows:

<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 section that starts as follows:

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

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