Configurations
Learn how to manage data flow with HotWax's Data Manager Configurations.
Data Manager Configurations Guide
The Data Manager Configurations page in the OMS is used to manage how data flows into and out of the platform. This guide explains how a System Administration team can create and update configurations, including steps to add SFTP details.
How to Access the Data Manager Configurations Page
Go to the Hamburger Menu
Select
Settings
Click on
Data Manager Configurations
Add a New Configuration
Create a new import configuration to ingest data from other systems or to let users upload data themselves using CSVs.
Steps
Click the
Add
buttonEnter configuration details
Config ID
Unique identifier for the configuration.
Description
Short explanation of what the configuration handles.
Import Service
Service name that handles incoming data.
Import Path
Folder path for imported files.
Export Content ID
Template identifier used while exporting data.
Export Service
Service or workflow that handles outgoing data.
Export Path
Destination folder for exported files.
File Name Pattern
File matching pattern for imports/exports.
Multi-threading
Y/N flag to decide whether to process multiple files in parallel.
Click
Add
to save the new configuration.
Important configurations
File Name Pattern:
Scenario: Multiple file types exist in the same SFTP folder.
Purpose: Allows to identify and match only relevant files during processing.
Multi-threading:
Scenario: Large data imports, such as, product inventory resets with files exceeding 20 MB.
Purpose: Data is divided and processed in parallel to reduce processing time.
Note: Default value is 'N'
Export Content ID:
Scenario: Export templates are used to format outgoing data.
Purpose: Identify the correct template for export based on this ID.
Export/Import Path:
Scenario: Communication with external platforms over SFTP.
Purpose: Specify accurate paths for file import/export.
Edit Configurations
Use the search bar to find the configuration by name or ID.
Click the
Edit
icon at the end of the search result.
Notify On Failure
Notify On Failure allows System Administrators to choose which configurations should trigger email alerts when a file fails during processing.
How to Turn Notifications On or Off
In the configuration settings modal, use the Notify On Failure field:
Set to
Y
to receive emails when error records are found.Set to
N
to skip notifications.
Click Save.
How to Verify Data Flow
Use data logs to track file processing, confirm success, or review errors.
Steps to Check Logs
Click the
open link
icon beside the service name on the Data Manager Configuration search page.
This opens the Import Data page for the selected service.
Once a file is done processing, its status will change to Finished.
If processing failed, download the failed records for review. These are usually in JSON or CSV format, with error reasons attached to each record.
Click the
Log
button to view detailed logs related to the service.Use the log to identify any specific failure or irregularity.
Last updated
Was this helpful?