Integrate Applications with PHENOM & CinC

From PHENOM Portal Knowledgebase
Revision as of 08:37, 15 January 2026 by Chris (talk | contribs) (Created page with "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 >> INT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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