Prepare egress destinations
- Last UpdatedSep 25, 2025
- 2 minute read
CONNECT data services and AVEVA PI Server destinations may require additional configuration to receive 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 to create an OMF connection:
-
Create a Client.
The corresponding properties in the egress configuration are Client Id and Client Secret.
-
Create an OMF type Connection.
The connection should link the created client to an existing namespace where the data is stored. The egress configuration Endpoint property for the connection is the OMF Endpoint URL.
AVEVA PI Server
To prepare the AVEVA 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, select an AF database and PI Data Archive to store the metadata and data.
-
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 and/or Kerberos authentication.
For complete steps, as well as best practices and recommendations, see Authentication methods in the PI Web API User 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.