Integrate Applications with PHENOM & CinC
This tutorial will walk a user through the compilation and execution of a CinC-based application.
The CinC compilation portion of this tutorial is done using WSL (Windows Subsystem for Linux 2).
Create a Data Model
A UoP (Unit of Portability) represents your application. It defines all the inputs and outputs of the application by associating the data types (the queries and views defined in the data model) with the UoP.
Start by creating a UoP. CREATE >> INTEGRATION >> UOP
Create an Integration Model
TODO
Prepare the Environment
In your Windows user folder (typically C:\Users\<username>), create (or edit) the .wslconfig file.
Make sure the file contains the following entries:
[wsl2] networkingMode=mirrored [experimental] hostAddressLoopback=true