Documents
HomeGlossary
System Admins
System Admins
  • Launchpad
  • Administration
    • Company
      • Create Product Store
      • Manage Product Store
      • Manage Shopify Shop
    • Users
      • Create Users
      • Manage Users
      • Manage User Permissions
      • Create Pickers
      • Troubleshooting
        • Application Access Issue
        • How to Bulk Import Employee
    • User Permissions
      • BOPIS App
      • Fulfillment App
      • Job Manager App
      • Receiving App
      • Picking App
      • Import App
      • Users App
      • Facilities App
      • Pre-Order App
      • Cycle Count App
    • Facilities
      • Add New Facilities
      • Manage Existing facilities
      • Add Facility Address
      • Manage Operating Hours
      • Manage Product Stores
      • Configure Online Fulfillment
      • Configure Fulfillment Capacity
      • Manage Facility Staff
      • Manage Locations
      • Disabling Facilities
      • Manage Parkings
      • Manage Groups
    • Delete Customers
    • SOLR Indexing
    • Data Manager
      • Data Import and Export
      • Configurations
      • Troubleshooting
        • Data Not Imported
        • SFTP Errors
        • Manual Data Import
        • Shopify MDM
        • Schedule Error Mail
  • Product Store
    • Configure Product Store
    • Add More Product Stores
  • Initial Setup
    • Add DBIC
    • Load Facilities
    • SFTP Configuration
    • Configure System Property Data
  • Inventory
    • Multichannel Inventory Setup
  • Fulfillment
    • Shipping Methods
      • Create Carrier
      • Create Shipping Boxes
      • Shipping Gateways
      • Map Carrier Shipment Methods
    • How to Map Shipping Method in HotWax Commerce
    • Configure Rate Shopping
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Administration
  2. Data Manager
  3. Troubleshooting

Schedule Error Mail

Discover how to schedule error emails for Master Data Management (MDM) processes in HotWax Commerce for efficient error handling and resolution.

Introduction: In HotWax Commerce, error handling is crucial for maintaining smooth operations. One aspect of this is scheduling error emails for Master Data Management (MDM) processes. When errors occur during MDM file imports, a failure report is generated, and these reports can be scheduled to be sent to relevant personnel for analysis and resolution. This document outlines the steps required to schedule MDM error emails in HotWax Commerce.

Steps:

1. Enable Postfix Service:

  • Postfix is a Sendmail-compatible mail transport agent that ensures secure, fast, and easy email configuration.

  • The technical team can enable the Postfix service on your server and provide you with instance-specific Postfix details.

2. Configure Postfix Relay Host:

  • Postfix uses the relay host configuration directive to send emails to external domains.

  • Configure the relay host directive with the hostname or IP address of the remote SMTP server or service.

  • Upon enabling Postfix, note the received IP address of the server. Once the Postfix service is enabled, you will get the relay hostname and Port name.

3. Add Configurations in General Settings:

  • Access the general settings page in HotWax Commerce.

  • Add the following configurations:

    • a. SMTP Relay Host Configuration Details.

    • b. Enable Notifications.

4. Configure Email Template:

  • Navigate to the DM\_ERROR\_FILE table in the EmailTemplateSetting entity in HotWax Commerce's web tools.

  • Set the default email address from which users will receive emails in the From Address field (e.g., notnaked@noreply.com).

  • Configure the email template to be used for communicating error files effectively.

5. Import XML File for System Properties:

  • Import the following XML file to configure system properties:

    <SystemProperty description="Configuration to send the error file to FTP/Email" systemPropertyId="error.file.sendTo.config" systemPropertyValue="EMAIL" systemResourceId="datamanager"/>
    <SystemProperty description="**List of email addresses to which data manager error files would be sent.**" systemPropertyId="error.file.sendTo.email.addresses" systemPropertyValue="**email ID from which the emails will be sent from**" systemResourceId="datamanager"/>
  • Ensure the email addresses specified are accurate and designated for receiving error files.

Conclusion: Following these steps will enable you to schedule MDM error emails effectively in HotWax Commerce. By promptly identifying and addressing errors, you can maintain the integrity and efficiency of your system's data management processes.

PreviousShopify MDMNextConfigure Product Store

Last updated 3 months ago

Was this helpful?