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
  • Packages
preview 2601.0.0

Packages

A Package contains configuration and code to make ERP Connectivity integrate functionality from an ERP system. This can be a single connection to an ERP systems interface (Connector Package) or an even more complex orchestration of multiple Connector Package calls (Orchestrator Package). It also includes metadata like Provider, Name, Area, Target ERP System and Version to ensure uniqueness.

A package must be uploaded, configured and activated in the ERP Connectivity system before it can be used. If it is no longer needed, the package can be deactivated or deleted.

Multiple versions of the same package can be uploaded and activated simultaneously. In such cases, a specific package can be designated as the default, enabling the ERP Connectivity system to automatically use it for all relevant message processing. If a package should no longer be the default, this setting can be removed.

Connector Package

A Connector Package contains code and some configuration descriptions on how a specific interface needs to be connected to and which data need to be exchanged.

The code inside this package takes care of:

  • Data mapping between both contracts (ERP Connectivity’s data contract and ERP system’s contract)

  • Validation of incoming data (from ERP Connectivity client and from ERP system)

  • Connector specific setups

  • providing ERP system’s data contracts

  • (optional) custom ERP Connectivity’s data contract

The configuration description contains information about:

  • which Connectors have to be used

  • which ProcessFlow has to be used

  • which Converters are used (optional)

  • if automatic/manual retry is allowed and needed configuration

  • which data contracts have to be used

  • which endpoint will be published for clients

Orchestrator Package

An Orchestrator Package contains some configuration and a workflow definition file. The workflow definition file follows the guidelines that are made by BCI Orchestrator since ERP Connectivity is making use their engine. The configuration file contains information about:

  • which Connector Packages are used

  • which data contracts have to be used

  • which endpoint will be published for clients

Contents

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

Changelog Corporate information Legal notice Data protection notice Third party licenses