Prepare egress destinations
- Last UpdatedNov 11, 2025
- 2 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
CONNECT data services and PI Server destinations may require additional configuration to receive Open Message Format (OMF) messages.
CONNECT data services
To prepare CONNECT data services to receive OMF messages from the adapter, create an OMF connection in CONNECT data services. Creating an OMF connection results in an available OMF endpoint that can be used by the adapter egress mechanism.
Complete the following steps:
-
Create a Client.
The Client Id and Client Secret will be used for the corresponding properties in the egress configuration.
-
Create an OMF type Connection.
The connection should link the created client to an existing namespace where the data will be stored.
The OMF Endpoint URL for the connection will be used as the egress configuration Endpoint property.
AVEVA PI Server
To prepare a PI Server to receive OMF messages from the adapter, a PI Web API OMF endpoint must be available.
Complete the following steps:
-
Install PI Web API and enable the Open Message Format (OMF) Services feature.
-
During configuration, choose an AF database and PI Data Archive where metadata and data will be stored.
-
The account used in an egress configuration needs permissions to create AF elements, element templates, and PI points.
-
-
Configure PI Web API to use Basic, Kerberos, and/or OIDC authentication. For more information about how to configure these settings, see the Configure installation settings topic in the PI Web API guide.
For complete steps, as well as best practices and recommendations, see Authentication methods in the PI Web API guide.
Note: The certificate used by PI Web API must be trusted by the device running the adapter, otherwise the egress configuration ValidateEndpointCertificate property needs to be set to false (this can be the case with a self-signed certificate but should only be used for testing purposes). To continue to send OMF egress messages to the PI Web API endpoint after upgrading PI Web API, restart the adapter service.
Edge Data Store
To prepare Edge Data Store to receive OMF messages from the adapter, both applications need to be installed on the same machine.
For an example of how to configure the adapter to egress data to Edge Data Store, refer to Configure data endpoints.