Nexeed
    • Introduction
    • Concepts
      • Packages
      • Process Flow
      • Package execution modes
      • Retry Processing
      • Log retention period
      • Connectors
      • Converters
    • User manual
      • Configuration
        • Connector and Orchestrator Packages tabs
        • Value Converters tab
      • Monitoring
        • Message Log tab
        • Orchestrator Log tab
    • Operations manual
      • Overview
      • System architecture and interfaces
      • System requirements
        • Required infrastructure resources
        • Required infrastructure services
      • Migration from previous versions
      • Setup and configuration
        • Helm configuration
        • Environment variables
        • Horizontal scalability
        • Permission and roles
      • Start and shutdown
      • Regular operations
      • Failure handling
        • Application exit codes
        • Authorization troubleshooting
      • Backup and restore
      • Logging and monitoring
      • Known limitations
    • Developer guide
      • Getting started
      • How-to
        • Call ERP Connectivity
        • Create a Connector Package
        • Create an Orchestrator Package
        • Execute an Orchestrator Package through Solace
        • Handle execution result events
    • API documentation
      • API v1
      • API v2
    • Glossary
ERP Connectivity
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator

Nexeed Learning Portal

  • ERP Connectivity
  • Concepts
  • Retry Processing
preview 2601.0.0

Retry Processing

ERP Connectivity allows to retry the message processing manually and automatically.

Manual retry of message processing is performed via the retry option in the Message Logs and Orchestrator Logs web pages.

Automatic retry of message processing is performed via package configuration. The default retry behavior and the retry behavior for specific external error codes can be configured using the below settings.

Default Retry Processing

Sets the default retry behavior.

  • RetryLimit

    Maximum number of automatic retries for a message processing.

  • DefaultRetryInterval

    Default wait time between retries (can be overridden per error code).

Error Specific Retry Processing

Overrides the default retry behavior for specific error codes (e.g., only retry on timeouts, or use a different interval for certain errors). A collection of error codes can be specified with specific retry behavior for each error code.

  • ExternalCode

    The error code from the external system (e.g., ERP error code).

  • Retry

    Indicator to automatically retry on this error code or not.

  • RetryInterval

    Wait time between retries (overrides the default retry interval for this error code).

Response Path Retry Processing

When a package execution completes, the result is published according to the configured Response Path. It supports different response path types, such as IAS notifications, payloads, and connector-based responses.

  • IasNotificationResponsePath

    Publishes notification messages to IAS via AMQP.

  • IasPayloadResponsePath

    Publishes the final result object as a payload to IAS.

  • ConnectorPayloadResponsePath

    Publishes the result payload via a configured connector.

Response Path retry is performed via package configuration.

  • RetryLimit

    Maximum number of automatic retries for publishing the result.

  • RetryInterval

    Wait time between retries.

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses