Validate Kafka and Datasource Configuration
Validate messaging and datasource configuration required for functional verification of Detect.
Before you begin
- Unica Platform and Detect services are running.
- You have a Platform user with administrative permissions.
- The target database instance and schema are already created and reachable from the application host.
About this task
Procedure
-
Create a datasource configuration entry in Unica Platform.
Navigate to , then open UnicaDetect > Datasources.
Select New Datasource and provide the datasource name. Then configure database host, port, schema name, username, and password, and save changes.
Note: The Datasource name chosen in the platform configuration must be exactly the same as the name used when adding the datasource to a specific user. -
Map the datasource to the required Platform user account.
- Navigate to , open the target user, and assign the datasource in datasource settings.
- Ensure datasource name, login, and password match the created datasource configuration.
-
Verify Kafka cluster entries are available in the Platform configuration.
Use the Platform configuration tree to confirm at least one Kafka cluster name is configured and accessible to integration users.
-
Verify required datasources are configured and accessible to the logged-in user.
Confirm datasource visibility by checking both the configuration tree and assigned user datasource list.
-
Validate configuration visibility through CLI read-only commands.
./CliTool.sh get-all-datasource-names-for-logged-in-user ./CliTool.sh get-all-kafka-cluster-namesThe command output lists expected datasource and Kafka cluster names for the authenticated user.