Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Execution Profiles is a configuration feature in the Runtime Module that manages database connections and device nodes for different environments. It automates the application of settings for development, validation, and production stages. Features include selecting profiles, enabling profile settings, setting modules to read-only, and replacing connections at startup. Before use, configure the profiles and enable the settings. Use the Startup configuration interface to select and run profiles, applying environment-specific configurations.

On this page:

Table of Contents
maxLevel3
stylenone


Understanding Execution Profiles

During the Solution solution life cycle is typical that the same Solution solution has the be execution in distinct environment, such as:

  • Development
  • Custom (like a Laboratory or a Customer site) 
  • Validation 
  • Production 

In general, each of those environments my have an specific setup for its testing Databases and Devices, so even the Solution solution you want to run and test is the same, those specific connection settings are unique to each of those environments. 

Most of the platforms require a manual modification in the Solutionsolution, before running on those environments. That manual intervention is time-consuming and risk, as quite easily can introduce errors to the solution configuration. 

Our Platform platform provides a simple and unique way to manage that. You just define the various Profiles you may have, and you can customize specific connections to each one those profiles. 

The Production profile corresponds to the Solution Configuration with no replacements, for . For the other Profiles, you can configure which connections shall be replaced when running on those other environments.


Configuring Execution Profiles

To configure Execution Profiles, follow these steps:

  1. Go to Runtime → Execution Profiles.
  2. Choose the profile (Development, Validation, Custom).

  3. Check the Enable Profile Settings box to activate the profile settings.

  4. Select which modules should be set to read-only mode at Set ReadOnly on Modules.

  5. The On Startup Replace Connections option uses the data grid to specify and manage the connections that need replacement at startup.


Using Execution Profiles

To use Execution Profiles, follow these steps:

  1. Go to Runtime / Startup.

  2. At Execution Profile, select the desired profile.

  3. Run the solution with the selected profile, which dynamically applies the configured database connections or device nodes.


Connection Properties

This table outlines each property, helping to understand its purpose and role within the Execution Profiles configuration.

Property

Description

ReplaceObject

Specifies the object (database or device node) to be replaced during execution. Identifies the target object within the solution configuration.

Replace

Indicates whether the replacement should occur. A boolean value (true/false) that enables or disables the replacement process for the specified object.

ServerIP

Defines the IP address of the server to connect to during execution. Used to specify the target server for the connection replacement.

DataCreated

Records the date and time when the replacement entry was created. Provides a timestamp for tracking changes in the configuration.

DateModified

Records the date and time when the replacement entry was last modified. Tracks updates and modifications to the configuration.

ReplaceConnection

Specifies the connection string or parameters for the new connection. Defines the details of the replacement connection to be applied at startup.



In this section:

Page Tree
root@parent
spacesV10