QPR ProcessAnalyzer ScriptLauncher: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
 
(61 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''QPR ScriptLauncher''' is a tool to run QPR ProcessAnalyzer scripts, and enable connections to datasources from the local network where ScriptLauncher is running, e.g., on-premise. In practice, the [[SQL_Scripting_Commands|data extraction commands]] can use the ''ExecuteInClientSide'' parameter to run the extraction commands locally in the network where QPR ScriptLauncher is located.
'''QPR ScriptLauncher''' is a tool to run QPR ProcessAnalyzer scripts, and enable connections to datasources from the local network where ScriptLauncher is running, e.g., on-premise. In practice, the [[SQL_Scripting_Commands|data extraction commands]] can use the ''ExecuteInClientSide'' parameter to run the extraction commands locally in the network where QPR ScriptLauncher is located.


== Installing ScriptLauncher (starting from 2022.6) ==
== Installing ScriptLauncher ==
Follow these instructions to install QPR ScriptLauncher:
Follow these steps to install QPR ScriptLauncher:
# Go to https://dotnet.microsoft.com/en-us/download/dotnet/6.0, and download and install '''.NET Runtime''' (x64 version for Windows). Note: For QPR ScriptLauncher 2022.8 and earlier releases, download the '''.NET Desktop Runtime''' (x64 version for Windows) instead.
# Go to https://dotnet.microsoft.com/en-us/download/dotnet/8.0 (starting from QPR ScriptLauncher 2024.1) or https://dotnet.microsoft.com/en-us/download/dotnet/6.0 (releases earlier than QPR ScriptLauncher 2024.1), and download and install '''.NET Runtime''' (x64 version for Windows).
# Download QPR ScriptLauncher from the [[QPR_Product_Downloads|downloads page]], and extract the package into a suitable location for the ScriptLaucher application files.
# Download QPR ScriptLauncher from the [[QPR_Product_Downloads|downloads page]], and extract the package into a suitable location where to store the QPR ScriptLaucher application binary files.
# If you need to extract data from SAP using the RFC interface, you need to install the [[#Installing SAP NetWeaver RFC Library|SAP NetWeaver RFC Library]].
# If you need to extract data from SAP using the RFC interface, you need to install the [[#Installing SAP NetWeaver RFC Library|SAP NetWeaver RFC Library]].
# Configure ScriptLauncher according to the instructions in the [[#Configuring_ScriptLauncher|next chapter]].
# Configure QPR ScriptLauncher according to the instructions in chapter [[#Configuring_ScriptLauncher|Configuring QPR ScriptLauncher]].
# Installation is now completed. Run scripts using ScriptLauncher by following instructions in the [[#Running_ScriptLauncher|chapter below]].
# Harden the ScriptLauncher installation according to the instructions in chapter [[#Hardening_ScriptLauncher_Security|Hardening ScriptLauncher Security]].


== Installing ScriptLauncher (up to 2022.5)  ==
Installation is now completed. Run scripts using QPR ScriptLauncher by following instructions in the [[#Running_ScriptLauncher|chapter below]].
Follow these instructions to install QPR ScriptLauncher:
 
# Install .Net Framework 4.7.1 or later (https://dotnet.microsoft.com/download/dotnet-framework).
== Updating ScriptLauncher ==
# Download QPR ScriptLauncher from the [[QPR_Product_Downloads|downloads page]], and extract the package into a suitable location where to place the ScriptLaucher application files.
Follow these steps to update an existing QPR ScriptLauncher installation to a newer release. These instructions assume that QPR ScriptLauncher is located the folder C:\QPRScriptLauncher.
# If you need to extract data from SAP using the RFC interface, you need to install the [[#Installing SAP NetWeaver RFC Library|SAP NetWeaver RFC Library]].
# Create a folder C:\QPRScriptLauncher_old, and move files from the C:\QPRScriptLauncher folder the created folder.
# Configure ScriptLauncher according to the instructions in the [[#Configuring_ScriptLauncher|next chapter]].
# [[QPR_Product_Downloads|Download]] the new QPR ScriptLauncher installation package and extract the files into the C:\QPRScriptLauncher folder.
# Installation is now completed. Run scripts using ScriptLauncher by following instructions in the [[#Running_ScriptLauncher|chapter below]].
# Open both the C:\QPRScriptLauncher_old\appsettings.json and C:\QPRScriptLauncher\appsettings.json files and copy the configurations from the old file to the new file.
# If the SAP NetWeaver RFC Libraryis installed, copy also the following files to the new installation folder: icudt50.dll, icuin50, icuuc50.dll, libsapucum.dll, sapnwrfc.dll.
 
Update is now completed. It is a good idea to run the QPR ScriptLauncher to verify the installation.


== Installing SAP NetWeaver RFC Library ==
== Installing SAP NetWeaver RFC Library ==
Line 22: Line 25:
# Download and extract '''SAP NetWeaver RFC Library 7.50''' package by following the instructions in https://launchpad.support.sap.com/#/notes/2573790 (SAP login credentials and permissions needed).
# Download and extract '''SAP NetWeaver RFC Library 7.50''' package by following the instructions in https://launchpad.support.sap.com/#/notes/2573790 (SAP login credentials and permissions needed).
# In the extracted files, go to folder ''nwrfcsdk\lib'', and copy all .dll files (icudt50.dll, icuin50, icuuc50.dll, libsapucum.dll, sapnwrfc.dll) to the folder containing the ScriptLauncher application files (e.g. ''Qpr.ProcessAnalyzer.ScriptLauncher.exe'').
# In the extracted files, go to folder ''nwrfcsdk\lib'', and copy all .dll files (icudt50.dll, icuin50, icuuc50.dll, libsapucum.dll, sapnwrfc.dll) to the folder containing the ScriptLauncher application files (e.g. ''Qpr.ProcessAnalyzer.ScriptLauncher.exe'').
# Make sure that the dll files are not in the blocked state as follows: Open the each dll files ''Properties'' and in the ''General'' tab in the ''Security'' section, check the ''Unblocked'' checkbox (if that checkbox exists). (Downloaded files may be blocked by default by Windows, preventing their code from executing.)
# Make sure that the dll files are not in the blocked state as follows: Open each of the dll files ''Properties'' and in the ''General'' tab in the ''Security'' section, check the ''Unblocked'' checkbox (if that checkbox exists). (Downloaded files may be blocked by default by Windows, preventing their code from executing.)


More information about [[Importing_Data_from_SAP|connecting to SAP]].
More information about [[Importing_Data_from_SAP|connecting to SAP]].
== Installing SAP Connector for Microsoft .NET 3.0 ==
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;">
These installation steps are for QPR ProcessAnalyzer 2022.1 and earlier releases, and these have been replaced by installation steps in the above chapter "Installing SAP NetWeaver RFC Library".
</div>
Extracting data from SAP using the SAP RFC interface requires to install SAP Connector for Microsoft .NET 3.0 using the following steps:
# SAP connector requires '''Microsoft Visual C++ Redistributable Package 2013''' (download: https://support.microsoft.com/en-us/topic/update-for-visual-c-2013-redistributable-package-d8ccd6a5-4e26-c290-517b-8da6cfdf4f10). Restart the computer after the Microsoft Visual C++ Redistributable Package installation.
# Download '''SAP Connector for Microsoft .NET 3.0 for Windows 64bit (x64)''' from SAP Support Portal (https://support.sap.com/en/product/connectors/msnet.html) (SAP login credentials and permissions needed).
# Run the SAP Connector for Microsoft .NET 3.0 for Windows 64bit (x64) installer.
# Copy the '''sapnco.dll''' and '''sapnco_utils.dll''' files from '''C:\Program Files (x86)\SAP\SAP_DotNetConnector3_x64''' (this folder has been created by the SAP Connector for Microsoft .NET 3.0 installation) to the folder containing the ScriptLauncher application files.
Note: If you get error ''Could not load file or assembly 'sapnco_utils.dll' or one of its dependencies or ''File Not Found Error''. The specified module could not be found'', the reason might be that the MSVCR100.dll file is missing and solution is install '''Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update'''' (download https://www.microsoft.com/en-us/download/details.aspx?id=26999). If the problem still persists, verify that the MSVCR100.dll is included in windows PATH.


==Configuring ScriptLauncher==
==Configuring ScriptLauncher==
Line 48: Line 39:


There are following settings:
There are following settings:
* '''ServiceUrl''': QPR ProcessAnalyzer server url which includes the server name and the application path, e.g. ''<nowiki>https://processanalyzer.onqpr.com/qprpa</nowiki>''. This setting is mandatory.
* '''LogOnName''': QPR ProcessAnalyzer username. This setting is mandatory.
* '''LogOnName''': QPR ProcessAnalyzer username. This setting is mandatory.
* '''Password''': QPR ProcessAnalyzer password. This setting is mandatory.
* '''Password''': QPR ProcessAnalyzer password. This setting is mandatory.
* '''ServiceUrl''': QPR ProcessAnalyzer server url, including the server name and the application path, e.g. ''<nowiki>https://processanalyzer.onqpr.com/qprpa</nowiki>''. This setting is mandatory.
* '''ScriptId''': Script id to run. You can copy the id from the ''Scripts'' tab in the Workspace. This setting is mandatory.
* '''ScriptId''': Script id to run. You can copy the id from the ''Scripts'' tab in the Workspace. This setting is mandatory.
* '''OutputDirectory''': Folder where to store the created [[QPR_ProcessAnalyzer_ScriptLauncher#CSV_Export|CSV export files]]. If the folder doesn't exist, it will be created. This setting is mandatory.
* '''LogFilePath''': Path for the ScriptLauncher log file. The containing folder needs to exist before running the ScriptLauncher and you need to have rights to write to the folder. If the log file is not defined, it will be stored in the same folder as the json configuration file.
* '''LogFilePath''': Log file path for the ScriptLauncher log. The containing folder needs to exist before running the ScriptLauncher and you need to have rights to write to that folder. If the log file is not defined, it will be stored in the same folder as the configuration file.
* '''OutputDirectory''': Folder where to store the created [[#Exporting_Script_Run_Results_to_CSV|CSV export files]]. If the folder doesn't exist, it will be created.
* '''ProjectId''': Project id. This setting is optional.
* '''UseLegacyClientSideImport''': Defines whether to use the legacy method (''true'') or the new ''gateway'' method (''false'') to process data extractions. The ''gateway'' method is needed to use the client-side extraction in the expression language.
* '''ModelId''': Model id. This setting is optional.
* '''Parameters''': Defines custom parameters that are passed to the script. The script use corresponding '''@_Parameter_<ParameterName>''' (SQL script) or '''<parameterName>''' (Expression language script) variables to read the parameters. If the '''<parameter name>''' contains substring "password", its value will not be written to any of the automatically generated ProcessAnalyzer logs. Example of configuring parameters:
* '''UseLegacyClientSideImport''': Defines whether to use the legacy mechanism (''true'') or the new ''gateway'' mechanism (''false'') to process data extractions in the client-side. The gateway mechanism is needed to use the client-side extraction in the expression language.
* '''Parameters''': Defines custom parameters that are passed to the script. The script use corresponding '''@_Parameter_<ParameterName>''' variables to read the parameters. Example of configuring parameters:  
<pre>
<pre>
"Parameters": {
"Parameters": {
Line 65: Line 54:
</pre>
</pre>


== Running ScriptLauncher ==
== Hardening ScriptLauncher Security ==
* Use a dedicated user account to run QPR ScriptLauncher. The user account type should be ''Standard user'' (not ''Administrator''). Don't use this user account for any other purpose than running QPR ScriptLauncher.
* Permissions need to be configured for the folder containing the QPR ScriptLauncher application files as follows: User account running QPR ScriptLauncher should have permissions '''Read & execute''', '''List folder contents''', and '''Read''' (which follows the principle of least privilege). Other users (except administrators) should not have any permissions to this folder. Folder permissions can be changed by right-clicking the folder and from the context menu selecting '''Properties''', and from the dialog opening the '''Security''' tab.
* Store QPR ScriptLauncher log file into a separate folder (configured by ''LogFilePath'' setting) and give the folder permissions '''Read & execute''', '''List folder contents''', '''Read''', and '''Write'''. When logs are in a separate folder, there is no need to give the ''Write'' permission to the QPR ScriptLauncher application files folder.
* If scripts create CSV files, the configured ''OutputDirectory'' needs to have same permissions as the ''LogFilePath''.
* If there are distinct environments for testing and production, make sure not to use a same user account in both environments. Furthermore, don't use same passwords in different accounts.
* Firewall can be used to restricted which outbound network connections are allowed from QPR ScriptLauncher. There is a mandatory connection is to QPR ProcessAnalyzer Server, and additionally connections need to be allowed to the data sources where  scripts are programmed to extract data from. If the firewall in the machine where QPR ScriptLauncher is running is used, the firewall rules may be set to the QPR ScriptLauncher executable file or to the user account running QPR ScriptLauncher.
* After the installation is completed, it's recommended to remove any intermediate files used during the installation that are not required to run QPR ScriptLauncher.
* Don't pass any secrets to scripts using parameters (such as passwords or API keys). Instead, use the [[Storing_Secrets_for_Scripts|Secrets]] feature in QPR ProcessAnalyzer.
 
== Running Script using ScriptLauncher ==
After ScriptLauncher has been configured, '''Qpr.ProcessAnalyzer.ScriptLauncher.exe''' executable file can be run which is located in the ScriptLauncher folder. In addition to the configuration file, all parameters can also be specified in the command line when running the ScriptLauncher. The command line parameters will override the settings in the configuration file. The parameter names are case sensitive. To specify a parameter in the command line, use the following format (note that all custom parameters must start with "Parameter_":
After ScriptLauncher has been configured, '''Qpr.ProcessAnalyzer.ScriptLauncher.exe''' executable file can be run which is located in the ScriptLauncher folder. In addition to the configuration file, all parameters can also be specified in the command line when running the ScriptLauncher. The command line parameters will override the settings in the configuration file. The parameter names are case sensitive. To specify a parameter in the command line, use the following format (note that all custom parameters must start with "Parameter_":
<pre>
<pre>
Line 80: Line 79:
</pre>
</pre>


== Connecting through proxy (starting from 2022.6) ==
=== Running SQL Script ===
QPR ScriptLauncher can be used through a manually configured proxy server. Starting from QPR ProcessAnalyzer 2022.6, proxy server is configured using Windows environment variables. Set the proxy server address to environment variable '''https_proxy'''. Environment variables can be set in the '''System Properties''' dialog in the '''Advanced''' tab by clicking '''Environment variables...'''.
To get started with the ScriptLauncher, first following the instructions for [[QPR_ProcessAnalyzer_ScriptLauncher|ScriptLauncher installation and configuration]] and then instructions for [[QPR_ProcessAnalyzer_ScriptLauncher#Running_ScriptLauncher|running]]. The ScriptLauncher is operated in the command line, allowing to pass parameters to the script. Possible results of the script are stored as CSV files to the local disk in the computer where the ScriptLauncher is running.
 
When a script is run using the ScriptLauncher, its progress can be followed in the UI in the script log.
 
=== Running Expression Script ===


== Connecting through proxy (up to 2022.5) ==
Expression scripts are run by following the same instructions as for [[#Running SQL Script using ScriptLauncher|SQL scripts]]. Parameters can be specified as in SQL scripts and the parameters are available as variables in the expression script. Note that in the ScriptLauncher configuration, parameters need to be prefixed with ''Parameter_'', and in the expression script variable names don't have this prefix.
In QPR ProcessAnalyzer 2022.5 and earlier releases, proxy settings are configured to the '''Qpr.ProcessAnalyzer.ScriptLauncher.exe.config''' file stored into the QPR ScriptLauncher installation folder.


For example, in order to setup a proxy that uses current Windows credentials for the proxy connection, add the following section inside the '''<configuration>''':
If an expression script returns a DataFrame, it's stored as a CSV file to the local disk (file name is same as the script name). Expression script can also return a dictionary of DataFrames, and all DataFrames are written as CSV files to the disk (file name will be the dictionary key). If the expression script returns any other type of value than mentioned previously, the value is converted into a DataFrame having one column and row and written to the disk.
<pre>
<system.net>
  <defaultProxy useDefaultCredentials="true" />
</system.net>
</pre>


To configure an explicitly specified proxy server, use the following configuration:
Example of a dictionary type of return value defined as literal:
<pre>
<pre>
<system.net> 
return #{
   <defaultProxy> 
   "File 1": ToDataFrame([["Value 11", "Value 12", "Value 13"], ["Value 21", "Value 22", "Value 23"]], ["Column 1", "Column 2", "Column 3"]),
    <proxy proxyaddress="serverip:portnumber" /> 
  "File 2": ToDataFrame([["Value 11", "Value 12", "Value 13"], ["Value 21", "Value 22", "Value 23"]], ["Column 4", "Column 5", "Column 6"]),
   </defaultProxy> 
   "File 3": ToDataFrame([["Value 11", "Value 12"], ["Value 21", "Value 22"]], ["Column 7", "Column 8"])
</system.net>
};
</pre>
</pre>


More information: https://docs.microsoft.com/en-us/dotnet/framework/network-programming/proxy-configuration
== Connecting through Proxy Server ==
QPR ScriptLauncher can be used through a manually configured proxy server. Starting from QPR ProcessAnalyzer 2022.6, proxy server is configured using Windows environment variables. Set the proxy server address to environment variable '''https_proxy'''. Environment variables can be set in the '''System Properties''' dialog in the '''Advanced''' tab by clicking '''Environment variables...'''.


== Exporting Script Results to CSV ==
== Exporting Script Run Results to CSV ==
When a QPR ProcessAnalyzer script contains the GetAnalysis command with the '''Show=TRUE''' parameter or the '''ShowReport''' command, the results are exported into a CSV file. Only tabular analysis types are supported by the CSV export. The exported CSV files have the following formatting:
When a QPR ProcessAnalyzer script contains the GetAnalysis command with the '''Show=TRUE''' parameter or the '''ShowReport''' command, the results are exported into a CSV file. Only tabular analysis types are supported by the CSV export. The exported CSV files have the following formatting:
* '''Column separator''': semicolon
* '''Column separator''': semicolon

Latest revision as of 10:11, 8 April 2024

QPR ScriptLauncher is a tool to run QPR ProcessAnalyzer scripts, and enable connections to datasources from the local network where ScriptLauncher is running, e.g., on-premise. In practice, the data extraction commands can use the ExecuteInClientSide parameter to run the extraction commands locally in the network where QPR ScriptLauncher is located.

Installing ScriptLauncher

Follow these steps to install QPR ScriptLauncher:

  1. Go to https://dotnet.microsoft.com/en-us/download/dotnet/8.0 (starting from QPR ScriptLauncher 2024.1) or https://dotnet.microsoft.com/en-us/download/dotnet/6.0 (releases earlier than QPR ScriptLauncher 2024.1), and download and install .NET Runtime (x64 version for Windows).
  2. Download QPR ScriptLauncher from the downloads page, and extract the package into a suitable location where to store the QPR ScriptLaucher application binary files.
  3. If you need to extract data from SAP using the RFC interface, you need to install the SAP NetWeaver RFC Library.
  4. Configure QPR ScriptLauncher according to the instructions in chapter Configuring QPR ScriptLauncher.
  5. Harden the ScriptLauncher installation according to the instructions in chapter Hardening ScriptLauncher Security.

Installation is now completed. Run scripts using QPR ScriptLauncher by following instructions in the chapter below.

Updating ScriptLauncher

Follow these steps to update an existing QPR ScriptLauncher installation to a newer release. These instructions assume that QPR ScriptLauncher is located the folder C:\QPRScriptLauncher.

  1. Create a folder C:\QPRScriptLauncher_old, and move files from the C:\QPRScriptLauncher folder the created folder.
  2. Download the new QPR ScriptLauncher installation package and extract the files into the C:\QPRScriptLauncher folder.
  3. Open both the C:\QPRScriptLauncher_old\appsettings.json and C:\QPRScriptLauncher\appsettings.json files and copy the configurations from the old file to the new file.
  4. If the SAP NetWeaver RFC Libraryis installed, copy also the following files to the new installation folder: icudt50.dll, icuin50, icuuc50.dll, libsapucum.dll, sapnwrfc.dll.

Update is now completed. It is a good idea to run the QPR ScriptLauncher to verify the installation.

Installing SAP NetWeaver RFC Library

Extracting data from SAP using the SAP RFC interface requires SAP NetWeaver RFC Library 7.50 which can be installed with the following steps:

  1. Microsoft Visual C++ Redistributable Package 2013 is required and can be downloaded from https://support.microsoft.com/en-us/topic/update-for-visual-c-2013-redistributable-package-d8ccd6a5-4e26-c290-517b-8da6cfdf4f10. Restart the computer after the Microsoft Visual C++ Redistributable Package installation.
  2. Download and extract SAP NetWeaver RFC Library 7.50 package by following the instructions in https://launchpad.support.sap.com/#/notes/2573790 (SAP login credentials and permissions needed).
  3. In the extracted files, go to folder nwrfcsdk\lib, and copy all .dll files (icudt50.dll, icuin50, icuuc50.dll, libsapucum.dll, sapnwrfc.dll) to the folder containing the ScriptLauncher application files (e.g. Qpr.ProcessAnalyzer.ScriptLauncher.exe).
  4. Make sure that the dll files are not in the blocked state as follows: Open each of the dll files Properties and in the General tab in the Security section, check the Unblocked checkbox (if that checkbox exists). (Downloaded files may be blocked by default by Windows, preventing their code from executing.)

More information about connecting to SAP.

Configuring ScriptLauncher

Before you can start running scripts with QPR ScriptLauncher, you need to configure connection and other parameters to the ScriptLauncher's configuration file appsettings.json located in the ScriptLauncher folder. (Note QPR ProcessAnalyzer 2022.5 and earlier releases use file Qpr.ProcessAnalyzer.ScriptLauncher.exe.config)).

To configure the settings, open the appsettings.json file in a text editor. Note that you need to have write access to the ScriptLauncher folder.

The appsettings.json needs to be a correctly formatted json file, and thus the backslashes and quotation marks in string values need to be escaped as follows: \ → \\ and " → \".

There are following settings:

  • ServiceUrl: QPR ProcessAnalyzer server url which includes the server name and the application path, e.g. https://processanalyzer.onqpr.com/qprpa. This setting is mandatory.
  • LogOnName: QPR ProcessAnalyzer username. This setting is mandatory.
  • Password: QPR ProcessAnalyzer password. This setting is mandatory.
  • ScriptId: Script id to run. You can copy the id from the Scripts tab in the Workspace. This setting is mandatory.
  • LogFilePath: Path for the ScriptLauncher log file. The containing folder needs to exist before running the ScriptLauncher and you need to have rights to write to the folder. If the log file is not defined, it will be stored in the same folder as the json configuration file.
  • OutputDirectory: Folder where to store the created CSV export files. If the folder doesn't exist, it will be created.
  • UseLegacyClientSideImport: Defines whether to use the legacy method (true) or the new gateway method (false) to process data extractions. The gateway method is needed to use the client-side extraction in the expression language.
  • Parameters: Defines custom parameters that are passed to the script. The script use corresponding @_Parameter_<ParameterName> (SQL script) or <parameterName> (Expression language script) variables to read the parameters. If the <parameter name> contains substring "password", its value will not be written to any of the automatically generated ProcessAnalyzer logs. Example of configuring parameters:
"Parameters": {
  "parameter1": "value 1",
  "parameter2": "value 2"
}

Hardening ScriptLauncher Security

  • Use a dedicated user account to run QPR ScriptLauncher. The user account type should be Standard user (not Administrator). Don't use this user account for any other purpose than running QPR ScriptLauncher.
  • Permissions need to be configured for the folder containing the QPR ScriptLauncher application files as follows: User account running QPR ScriptLauncher should have permissions Read & execute, List folder contents, and Read (which follows the principle of least privilege). Other users (except administrators) should not have any permissions to this folder. Folder permissions can be changed by right-clicking the folder and from the context menu selecting Properties, and from the dialog opening the Security tab.
  • Store QPR ScriptLauncher log file into a separate folder (configured by LogFilePath setting) and give the folder permissions Read & execute, List folder contents, Read, and Write. When logs are in a separate folder, there is no need to give the Write permission to the QPR ScriptLauncher application files folder.
  • If scripts create CSV files, the configured OutputDirectory needs to have same permissions as the LogFilePath.
  • If there are distinct environments for testing and production, make sure not to use a same user account in both environments. Furthermore, don't use same passwords in different accounts.
  • Firewall can be used to restricted which outbound network connections are allowed from QPR ScriptLauncher. There is a mandatory connection is to QPR ProcessAnalyzer Server, and additionally connections need to be allowed to the data sources where scripts are programmed to extract data from. If the firewall in the machine where QPR ScriptLauncher is running is used, the firewall rules may be set to the QPR ScriptLauncher executable file or to the user account running QPR ScriptLauncher.
  • After the installation is completed, it's recommended to remove any intermediate files used during the installation that are not required to run QPR ScriptLauncher.
  • Don't pass any secrets to scripts using parameters (such as passwords or API keys). Instead, use the Secrets feature in QPR ProcessAnalyzer.

Running Script using ScriptLauncher

After ScriptLauncher has been configured, Qpr.ProcessAnalyzer.ScriptLauncher.exe executable file can be run which is located in the ScriptLauncher folder. In addition to the configuration file, all parameters can also be specified in the command line when running the ScriptLauncher. The command line parameters will override the settings in the configuration file. The parameter names are case sensitive. To specify a parameter in the command line, use the following format (note that all custom parameters must start with "Parameter_":

-Parameter_<ParameterName>=<SettingValue>

For example:

Qpr.ProcessAnalyzer.ScriptLauncher.exe -ScriptId=123 -ModelId=12345 -Parameter_MyParameter1=myValue1 -Parameter_MyParameter2="my value 2"

Parameters that contain special characters, such as whitespaces, must be escaped by using double quotes. For example:

-LogFilePath="C:\Temp\Path to My Log Files\ScriptLauncherDir\"

Running SQL Script

To get started with the ScriptLauncher, first following the instructions for ScriptLauncher installation and configuration and then instructions for running. The ScriptLauncher is operated in the command line, allowing to pass parameters to the script. Possible results of the script are stored as CSV files to the local disk in the computer where the ScriptLauncher is running.

When a script is run using the ScriptLauncher, its progress can be followed in the UI in the script log.

Running Expression Script

Expression scripts are run by following the same instructions as for SQL scripts. Parameters can be specified as in SQL scripts and the parameters are available as variables in the expression script. Note that in the ScriptLauncher configuration, parameters need to be prefixed with Parameter_, and in the expression script variable names don't have this prefix.

If an expression script returns a DataFrame, it's stored as a CSV file to the local disk (file name is same as the script name). Expression script can also return a dictionary of DataFrames, and all DataFrames are written as CSV files to the disk (file name will be the dictionary key). If the expression script returns any other type of value than mentioned previously, the value is converted into a DataFrame having one column and row and written to the disk.

Example of a dictionary type of return value defined as literal:

return #{
  "File 1": ToDataFrame([["Value 11", "Value 12", "Value 13"], ["Value 21", "Value 22", "Value 23"]], ["Column 1", "Column 2", "Column 3"]),
  "File 2": ToDataFrame([["Value 11", "Value 12", "Value 13"], ["Value 21", "Value 22", "Value 23"]], ["Column 4", "Column 5", "Column 6"]),
  "File 3": ToDataFrame([["Value 11", "Value 12"], ["Value 21", "Value 22"]], ["Column 7", "Column 8"])
};

Connecting through Proxy Server

QPR ScriptLauncher can be used through a manually configured proxy server. Starting from QPR ProcessAnalyzer 2022.6, proxy server is configured using Windows environment variables. Set the proxy server address to environment variable https_proxy. Environment variables can be set in the System Properties dialog in the Advanced tab by clicking Environment variables....

Exporting Script Run Results to CSV

When a QPR ProcessAnalyzer script contains the GetAnalysis command with the Show=TRUE parameter or the ShowReport command, the results are exported into a CSV file. Only tabular analysis types are supported by the CSV export. The exported CSV files have the following formatting:

  • Column separator: semicolon
;
  • Decimal separator in numeric fields: period
.
  • Quotation character for text fields: double quotes (used when the textual value contains semicolon, double quotes, linebreak or tabulator)
"
  • Escape character: Double quotes in textual fields are escaped with two double quotes.
""
  • Date format for date fields: yyyy-MM-dd HH:mm:ss,fff
  • First line: contains column headers