Security Level for Executing QPR Scripts
|
||
The ability to run QPR scripts can be defined by setting a security level for the scripts in the QPR.ini file. The setting for defining the security level is ClientScriptSecurity under the [QPR Settings] section. The available levels are as follows:
Setting |
Description |
---|---|
ClientScriptSecurity=0 |
Scripts cannot be run. |
ClientScriptSecurity=1 |
Scripts can be run from the QPR ScoreCard or QPR ProcessGuide Development Clients using either the Run (ScoreCard) or Open File Model (ProcessGuide) functionality. A confirmation is asked before executing the script. |
ClientScriptSecurity=2 |
Scripts can be run from the QPR ScoreCard or QPR ProcessGuide Development Clients using either the Run (ScoreCard) or Open File Model (ProcessGuide) functionality. No confirmation is asked before running the script. |
ClientScriptSecurity=3 |
In addition to running scripts from the Development Clients, scripts can be run also by double-clicking a script file in the Windows explorer. |
ClientScriptSecurity=4 |
As with ClientScriptSecurity=3. In addition, Integrated Windows Authentication is allowed. |