🥯
Everything
  • Best Practices and Guidelines
    • ChatGPT Prompts
    • Documentation Guideline
    • GitBook Spaces
    • GitHub Guideline
    • Internal Usage
  • Tools
    • End to End Order Flow
      • Order Creation
      • Order Import
      • Order Brokering
      • Order Fulfillment
      • Order Fulfillment Notification
    • Git
      • How to Create Issue on Git
    • Jira
      • Feature Request on Jira
    • Launchpad
      • Fulfillment
        • Stuck Orders in Fulfillment App
      • Job Manager
        • Check Job Frequencies
        • Job Runtime Error
        • Mismatch Time Zone
    • Napita
      • Glossary
      • Schedule Processors
      • View and Manage Processors
      • Flow Definitions
      • Verify Processor Properties
      • Bulletins
      • Data Provenance
      • Troubleshooting
        • Data Export Errors
        • Queue Errors
        • Fetch Put SFTP Retry
    • Netsuite
      • Managing Saved Searches
    • Ofbiz
      • Orders
        • Multicurrency Sales Orders
        • POS Order Refresh Failure
        • Pre-Order Catalog Sync
        • Reindex Order after Solr Down Time
      • Products
        • Product Duplication
      • Inventory
        • Add New Variance Reason
      • Data Manager Configuration
        • Create a Job Using Data Manager Configuration
        • SFTP Issue
    • Shopify
      • How to Access Shopify POS APP
      • How to Create Draft Order in Shopify
    • Tathya
      • Database Configuration
        • Additional Settings
      • Charts Creation
        • Selecting Database & Schema
        • View & Save Chart
        • Charts Access
        • Create Multiple Charts
        • LogInsight Charts
      • Understanding Dashboards
        • Configuring Dashboards
        • Dashboards Access
        • Dashboard Options
        • Dashboard Customizations
        • Link Configuration
        • Set Multi-Day Filters
      • Configuring Alerts & Reports
        • Creating Alerts
        • Creating Reports
        • Alternate Interfaces to Schedule Reports
      • Creating Roles
        • List & Modify Roles
      • Creating User
        • Creating LDAP Account
        • Tathya Authentication
        • Listing User in Tathya
        • User Permissions
      • Troubleshoting
        • Reporting Discrepancies
        • Tathya login Issue
      • How to
        • How to Create User on Tathya
        • How to Create Alpha Role on Tathya
        • How to Request for the Report
  • Client Communication
    • Templated Replies
    • Ticket and Release Mangemnet
  • Monitoring
    • Sanity Checklist
    • System Monitoring Guide
  • Hotwax Deployment & Versions
    • HotWax Commerce Deployment
    • Launch Machine
    • Update OMS Version
    • Rollback OMS Version
    • Optional Plugins
Powered by GitBook
On this page
  • Problem:
  • Error Identification:
  • Cause Analysis:
  • Solution:
Edit on GitHub
Export as PDF
  1. Tools
  2. Launchpad

Fulfillment

Problem:

Support requests occasionally arise where orders remain stuck in a store’s queue, even after being fulfilled by the store itself or another facility.

Error Identification:

These issues are typically reported by stores to the customer support team. The team then escalates the issue to HotWax support for resolution, as the affected orders remain in the store queue despite being fulfilled. Consequently, the store continues to see these orders in their queue, even when there are no active orders assigned to them.

Cause Analysis:

Orders become stuck because they are repeatedly rejected and reassigned (re-brokered) to the same facility.

Solution:

  1. Log in to WebTools and navigate to the Service Engine.

  2. Search for the service: deleteSolrDocumentByQuery.

  3. Schedule the service with the following parameters:

    • coreName: enterpriseSearch

    • query: docType:OISGIR AND orderId:[HcOrderId] AND orderItemSeqId:[orderItemSeqId]

    Note: Replace orderId and orderItemSeqId with the relevant values for the specific order you are addressing.

  4. Execute the service.

This will delete the OISGIR Solr document and remove the order from the store’s queue.

PreviousLaunchpadNextJob Manager

Last updated 7 months ago