Setting up a master profile
Setting up a master profile is a prerequisite for creating profile entities through the CLI or Swagger REST API. This process involves identifying the profile database and configuring the datasource within the Unica Platform.
Before you begin
- The target database instance and schema must be created and reachable from the application host.
- You must have a Unica Platform user with administrative permissions, such as asm_admin.
Procedure
-
Identify or create the customer profile database.
- Identify the database where the Customer profile table exists.
- If a table is not available, you must create one.
- The customer is responsible for loading and maintaining this data.
- The primary key for the table must be a String (Varchar2).
-
Configure the user data source.
- In the Unica Platform, navigate to .
- Select the preferred admin user (for example, asm_admin) and click Edit data sources.
- Create a new user data source with a preferred name, such as CustomerProfileDS.
- Provide the database login credentials (username and password) and save the data source.
-
Configure the Detect datasource.
For more information on datasource configuration, refer Validate Kafka and Datasource Configuration