2025.02.00
General notes
-
We are proud to announce that Nexeed IAS 2025.02.00 is available for you.
Module portfolio
-
Discontinuation of AGV Control Center
Due to lack of demand from both Bosch plants and external customers, we have made the decision to discontinue the AGV Control Center module, which will be completely removed from release 2025.02.00 onwards.
While this allows us to focus development resources on our more widely-used modules, we acknowledge that reactivation would require additional time and invest should customer demands change in the future.
Architecture
-
Improvement: Removal of Module Specific Reverse Proxies
We started to remove module specific reverse proxies, to-
reduce a possible failure source causing stability issues,
-
improve performance the overall system performance by eliminating an unnecessary network communication, and
-
reduce operations efforts and costs
The module specific REST APIs will now be registered directly at the kubernetes ingress controller.
-
-
Improvement: First steps to fully Support RabbitMQ 4.x
We started to prepare our modules to support the newest versions of RabbitMQ. In consequence the usage of deprecated features like classic mirrored queues will be removed.Please have a look in the operations manuals for more detailed information about necessary migration steps. Please keep in mind, that right now our products still support the latest RabbitMQ3.x version.
AGV Control Center 6.0
General notes
-
Implemented Crowdin for standardized and streamlined translation management across all modules (Enabler Feature 457646)
Added
-
Move All AGV Mappings to the UI
Allows key users to directly manage AGV Location and Unit Load Type mappings within the user interface, removing the need for JSON file edits (Feature 469207, APP-12508) -
Enhance Health Checks UI to display more details and service / dependency status.
The overall health of each service will now cover different cases in more detail (Enabler Story 520925)
Changed
-
Upgrade to RabbitMQ v7
Updated our RabbitMQ client library to version 7 for improved performance and stability of message queueing (Enabler Feature 440736) -
Update to MongoDB Driver v3.0
Upgraded the MongoDB driver to version 3.0 for enhanced database connectivity, features, and security. Note: MongoDB v4.x and higher is now required (Enabler Feature 439650) -
Update Angular/Webcore to V20
Updated our frontend framework to Angular/Webcore V20, providing a more robust and future-proof foundation for the user interface (Enabler Feature 470930)
Andon Live 2502.0.1
Added
-
Reset counters via UI in Process Escalation (Feature 401194)
-
Improve recovery if long running module doesn’t respond anymore (Feature 453131)
-
Use TargetOee and LowerLimit as trigger for coloring of numbers/chart (Feature 444816)
-
Replace shown time on Andon Screens with time send via Backend as visual indicator for the connection FE<→BE (Feature 468504)
Fixed
-
Active configuration filter for PET is not resetted correctly (Bug 466132)
-
Selection of terminal not possible if only one terminal exists (Bug 452197)
-
Routing to break screen doesn’t work with latest chrome browser (Bug 442977)
-
Incident map configuration can’t be used (Bug 480032)
-
Do not round target cycle time in Incident Map (Bug 470040)
Block Management 2.3
Changed
-
Removal of RabbitMQ 3 Deprecated Features
Removed all deprecated RabbitMQ 3 features and migrated classical queues to quorum queues to prepare for RabbitMQ 4 upgrade. Updated infrastructure definitions and documented breaking changes (Feature 468719) -
Migration to a RabbitMQ 4–Compatible Client Library
Replaced existing client libraries with RabbitMQ.Client compatible with both RabbitMQ 3 and 4 to reduce operational risk and ensure future compatibility (Enabler Feature 476969)
Known issues
-
We observed systems where the connection between RabbitMQ and Block Management drops. A restart of Block Management recovers this connection and the processing of blocks continues. In case you run into this issue, safe the logs and get in touch with the support, the development team is working on a fix.
Condition Monitoring 4.8
General notes
-
Deprecation of PPMPV3 and OPP0.9 Rest APIs - The following APIs are marked as deprecated and will be removed after 12 months. OPP 0.9 Async API (via message queue) will be only supported:
-
PPMP V3
-
/connectivity/messaging/v1/{ownerTenantId}/ppmp/v3/measurement
-
/connectivity/messaging/v1/{ownerTenantId}/ppmp/v3/message
-
-
OPP 0.9 Rest API
-
POST: /connectivity/messaging/v1/{ownerTenantId}/opp/v0/measurement
-
POST: /connectivity/messaging/v1/{ownerTenantId}/opp/v0/message
-
-
Added
-
Enable to process Machine Message information to Hit of Events Rule Event (Feature 464172)
-
Navigate to the initial measurement point (Feature 466333)
Fixed
-
Email notification: jumping measurement chart not selecting all measuring points for the rule that have more than one condition (Bug 471534)
-
Auto-delete queues not automatically deleted (Bug 472984)
-
Removing Filter in Events List not working (Bug 474098)
-
Button text should be German but is still in English (Bug 478064)
Deviation Processor 1.12.1
Added
-
Provide Deviation History in DevProc
A new dedicated page in DevProc shows detailed deviation history by facility and error code, including summary tables and charts with occurrence counts, reactions, and risks. A time frame picker allows selecting rolling month or year views, and this data is also available as an embeddable iframe for other modules (Feature 375181) -
Preferred Action for Quick/Manual Reactions
When creating manual reactions in DevProc, a preferred action can be preselected via a query parameter, enabling modules like Operational Routines to streamline user workflows by defaulting the action (e.g., Ticket Management) (Feature 464612) -
User Can Show/Hide Placeholders in Reaction
Users can toggle visibility of placeholders in the Manual Reaction dialog to save space and reduce confusion, with a button to show or hide placeholders by default hidden (Feature 468960)
Changed
-
Remove Deprecated RabbitMQ 3 Features in DevProc + Deprecated RabbitMQ 3 features have been removed in preparation for RabbitMQ 4, including migration from classical mirrored queues to quorum queues across system and module levels, with updated infrastructure definitions and migration documentation (Feature 468720)
-
Migration to RabbitMQ 4-Compatible Client Library
DevProc modules now use an updated RabbitMQ.Client library compatible with both RabbitMQ 3 and 4 brokers, ensuring support for AMQP 0-9-1 protocol features and enabling future compatibility with RabbitMQ 4 and beyond (Enabler Feature 476970)
Engineering UI 2.1
ERP Connectivity 2502.0.1
General notes
-
Zero-downtime upgrade possible within 2502.0.x versions
-
No zero-downtime upgrade possible when upgrading from versions prior to 2502.0.0
-
Pay attention to manual efforts after upgrading (OPS manual chapter "5.3. Important notes when upgrading to 4.13")
Added
-
Update WebUI to Angular 20 and WebCore 20 (Feature 469645)
-
Extended performance testing of ERP Connectivity
Part 1 (Feature 399773)
Fixed
-
Issues with Workflow Execution handling Exceptions (Bug 519673)
-
OrchestratorLog only contains values of output parameters if the workflow uses it (Bug 480114)
-
Conn Pkg Area Filter is broken (Bug 467372)
-
RabbitMQ consumers disappear when processing invalid message (Bug 475448)
-
Intermittent RestConnector cookie handling issue when calling multiple ConnPkgs from workflow (Bug 471454)
-
TenantID is unknown to Foundation for S2S authentification (Bug 481179)
-
Package activation seems to happen sequentially instead of parallel (Bug 473981)
-
ResponseFromNorth JSON deserialization doesn’t allow quoted numbers (Bug 471081)
-
MatrixConverter duplicate check relies on database-provided MatrixParameters order (Bug 480710)
-
OrchestratorLog parameters view cannot deal with XML (Bug 481312)
-
XmlSerializer memory leak (Bug 471094)
-
ConnPkg with IasS2S Auth doesn’t allow to move after Connector Settings step in ConnPkg upload wizard (Bug 476407)
-
NullReferenceException when workflow sets SuccessFlag=false and the last OrchFlowStep is a successful ConnPkg execution (Bug 479619)
Gateway 1.6
Added
-
Accomplish security concept [ASVS 4.1.3] [ASVS 9.2.2] (Feature 461408)
-
Modules are automatically tested as part of the 2025.02 distribution release (Feature 447889)
-
ODMEth/Nexeed Gateway: HAL OPCUA Device: Update UA OpcUaSDK to V3.4.x.0 (Feature 409112)
-
Multiple destinations for northound communication (Feature 339633)
-
Implemention of Application Performance Monitoring (OPCUA path) (Feature 453934)
-
Add new template for VMDT SetPartState (Feature 475095)
Global Production Overview 5.9
Added
-
Public API documentation (Async) (Feature 415103)
-
Add line selection to Data Republish as a new filter (Feature 433785)
-
Add possibility to overwrite 3rd party shift via Public API (Feature 447686)
Fixed
-
changeTime is not published via DataPublisher (Bug 457127)
-
Pentest Finding 2024.02: HTML Injection (Bug 423158)
-
Table cell padding in comparison view is too large since latest common styles update (Bug 455227)
-
Case-sensitive primary key conflict for AggTypeData (Bug 473815)
-
URLs with spaces in from previous versions of GPO cannot be saved (Bug 453035)
-
Change DataPublisher Exchange name according to best practise (Bug 450770)
-
Links progress bar missing from republish status screen (Bug 471438)
ID Builder 3.7
Added
-
Finalize Configuration Editor for ID Builder
Completed the configuration editor enabling full UI-based configuration of ID Builder codes without needing the OpCon Server System (Feature 461045) -
ID Builder MES Migration and Import
Introduced guided wizards and tools for migrating code definitions and counter data from MES ID Builder to IAS, improving migration reliability, visibility, and user control while minimizing errors and production downtime (Feature 467046)
Information Router 2.0.1
Added
-
Information Router can now publish OPP messages to Data Publisher (Feature 443953)
-
Information Router can now send OPP messages to Orchestrator to take custom actions (Feature 456350)
-
Support of OPP 1.0 for Tool Management (Feature 439744)
KPI Reporting 2502.0.1
Added
-
Increasing Readability of Numbers in KPI Graph Widgets (Feature 463682)
-
Allow reports to be embedded in fullscreen (Feature 457219)
-
Highlight current day in reports (Feature 426113)
-
Add "Reference Cycle Time" to CT Reports (by time, by facilities) (Feature 438764)
Changed
-
New endpoint introduced for Operational Routines, to check if Essentials is available and access is granted
Fixed
-
Restore selection of "Show Connecting Lines" in the CT trend report (Bug 468181)
-
CT Trend: Fix findings in CSV Exports & Imports (Bug 456110)
-
EA by time x-axis items not aligned as expected on split days into shifts (Bug 466319)
-
Some Facilities are not displayed in "Part Count By Facilities" report (Bug 467770)
-
Summary widgets throw error if no production data is available (Bug 446988)
-
DT by time x-axis items not aligned as expected on split days into shifts (Bug 466318)
Line Control 5.2
Added
-
Provide part 1 of 3 to support Oracle database
This feature enables partial Oracle support for the LineControl system, transitioning from SQL Server (MSSQL) to Oracle. This includes designing a new API V2 framework with a pluggable data access layer, enabling a subset of APIs to work with Oracle as part of an incremental rollout. This feature will be delivered iteratively and aims to ensure long-term maintainability, testability, and performance comparability with the existing MSSQL implementation (Feature 468919) -
Provide hybrid activities for MES Orchestration to support IAS Line Control connectivity
This feature provides hybrid activities for MES Orchestration to support IAS Line Control connectivity. Target is that all existing MES LineControl Activities in MES Classic with the same functionally are enabled to communicate with IAS Line Control (Feature 466802) -
Provide migration solution to support migration of Line Control databases from MES to IAS
This feature will migrate all relevant data and functionalities of the Line Control application from the existing MES environment to a new IAS-based environment (Feature 468918)
Changed
-
Prevent start if database update fails
All modules must automatically manage database changes, including any changes of structure of stored data; renaming of tables, columns, indexes, etc.; data type change; changes in data partitioning, segmentation or segregation (Feature 414926) -
Provision of User Manual
The user manual offers the reader general information about the software capabilities and benefits. The user is enable to use the user interface and understand the offered functionality. The user is instructed via a step by step approach on how to use the product. The user enable via the user manual to use the software on their own. General functionality of the software is explained systematically (Feature 451088) -
Nexeed IAS Modules offer standized OpenAPI spec doc
In order to automatically generate module activities in Orchestrator based on module’s OpenAPI Doc, the API doc has to provide certain information and conform to certain rules (Feature 463476) -
Stop using non-RabbitMQ 4.0 Features
As preparation for an upgrade to RabbitMQ 4, we will remove all deprecated RabbitMQ 3 features (Feature 466302)
Fixed
-
Route list entry can not be save when page index is greater than one
This issue route list entry can’t be saved when page index is greater than one has been fixed. Route list entry item can be edited, deleted, ordered correctly (Bug 471782) -
Operation Manual chapter 15 diagrams are not displayed correctly
This issue diagrams on page 65 of Operation Manual can’t be displayed successfully has been fixed (Bug 467866) -
Route List Export: failing if description is empty or route list entry id is no guid
This issue route list export failing when description is empty or route list entry id is no guid has been fixed (Bug 475122) -
Import Route list that was exported by Export Tool does not work
This issue importing a json file that was exported with RouteListExporter tool not working has been fixed (Bug 473703) -
Line Control : partForStation is False in the OPP response’s body of clearence message for the next process in the Route List
This issue when user sends the clearence message for the next process in the Route list, we are getting status code 1 but partForStation is False has been fixed (Bug 472168) -
Timers running time is calculated wrongly
This issue the timer was in running state for 3 seconds, and the stopped, but it shows that it was running for 2 hours and 3 seconds has been fixed (Bug 477533)
Maintenance Management 2.4
Added
-
Enable export to printable format of Task Template Instructions (MVP) (Feature 377732)
-
Highlighting for tasks marked as breakdown (Feature 434929)
-
Copy function for Task Templates (Feature 456548)
-
Enable User specific configuration of the tiles in KANBAN view (Feature 457295)
-
Enable Grouping of Tasks (Feature 457296)
-
Quick Action for tiles in KANBAN & List View (Feature 457333)
Fixed
-
The parameterisation of the test container does not meet the requirements (Bug 423806)
-
Task Card Title Alignments broken (Bug 475046)
-
Resolved/cancelled preventive tasks are displayed with overdue since / remaining time (Bug 479292)
-
Adding/sorting of task template instructions not working properly (Bug 472903)
-
QR code too big / scrollable for external id parts (Bug 467587)
-
Error code is not mapped to the correct device when creating a related task (Bug 472373)
-
Unmounting required missing in Tool Task Views (Bug 474385)
-
Fix TaskTemplate PDF footer layout (Bug 475103)
-
Icons are misaligned between headline description and instruction (Bug 470105)
-
Error when creating maintenance management task from downtime (shiftbook) (Bug 472371)
-
Fix UX findings for Kanban view (Bug 470104)
-
Tasks Attachement Counts are linked between tasks (Bug 446790)
Master Data Management (MDM) 8.8
General notes
-
We’re excited to announce the release of MDM 8.8, which brings new enhancements and improvements focused on data integration and user experience:
-
Enhanced Data Publishing to BMLP: MDM 8.8 introduces support for publishing all relevant master data directly to the BMLP Data Platform via the Data Publisher. This ensures consistent, real-time data availability across platforms and enhances interoperability within your data ecosystem.
-
Improved User Experience: We’ve enhanced the error handling framework across the user interface. Users now receive more informative error messages and guidance, resulting in faster troubleshooting and a smoother user experience.
-
Automatic multi-language support: All MDM services now include and automatic not hardcoded built-in support for multiple languages. This enhancement enables easy localization of master data across regions without additional implementation or configuration.
-
Added
-
Provide API for configuration of Logging Behavior at runtime (Feature 414678)
-
MDM is able to deal with stressful situations (Feature 418038)
-
Automatic multi language support for Process (Feature 454714)
-
Check graceful shutdown (Feature 414695)
-
Improve error handling in MDM UI - part2 (Feature 461197)
-
Modules are automatically tested as part of the 2025.02 distribution release (Feature 468744)
-
Data Publisher: Provide MDM Data in IAS deployments - Prio 2 entities (Feature 459532)
-
Data Publisher dependency - Release readiness - MDM actions (Feature 469813)
Fixed
-
Getting popup message box without any content on process number addition (Bug 479563)
-
Unknown measuring points handler does not send events for already existing measuring points (Bug 472470)
-
Unknown events are not processed (Bug 472471)
-
Duplicate technical id message is misleading (Bug 446997)
-
TenantId should not be case sensitive (Bug 477295)
Material Management 3.10
General notes
-
From this version onwards, Material Management is
-
supporting Solder Paste Monitoring flow within the Material Monitoring featureset, allowing monitoring of usually solderpaste materials' special flow of defreezing including optionally the printing of solder paste label with a Zebra printer over network
-
not using deprecated features of RabbitMQ 4.0 server on client side, to prepare for changing the usage to RabbitMQ 4.0 server in the future
-
Added
-
Handling of Multiple Printer Templates (Feature 375977)
-
Implementation of SolderPasteMonitoring (Feature 445473)
-
Update Web Core & Angular to 20.x (Enabler Story 470057)
-
Modules are tolerant against faulty input data - PI31 (Enabler Feature 461550)
-
Enabler: Horizontal Scalability [Architecture] (Enabler Feature 382105)
Multitenant Access Control 1.36
Added
-
Introduced "Configuration" and "Setup" chapter in the user manual
-
Lifecyle logging for Database migrations
Changed
-
Upgraded Keycloak to 26.2.5
-
Upgraded to Angular 20
-
Make application deletion more robust
When the related clients are already removed in Keycloak, continue with application clean up in MACMA Core -
Hide "Advanced Claim to Group" in mapper of IDP configuration, if the user doesn not have the "Group Mapper Manager role"
Notification Service 1.29
General notes
-
The end of support for most of Notification Service deprecated APIs will be planned in IAS Distribution Release 2026.02. We strongly encourage teams using these endpoints to transition to the new approach as soon as possible to avoid disruptions. Communication has been sent. Attaching for reference.
Added
-
Support graceful shutdown (Feature 414875)
-
Public Endpoint for Notifications without Subscription API (Feature 443998)
-
Introducing an api for updating event types with non-breaking changes (Feature 466627)
-
Asynchronous processing of events (Feature 469780)
-
Lifecycle logging on failing DB migration (Feature 414855)
-
Scalability and Performance goals in jeopardy due to unperformant DB design (Feature 457056)
-
User Manuals: Bring content up-to-date (Feature 459149)
-
Modules are automatically tested as part of the 2025.02 distribution release (Feature 468735)
Operational Routines 2502.0.1
Added
-
Integrate Ticket Status & Ticket Processing Time in DMM (Feature 414652)
-
Safety Improvements (Feature 433343)
-
Extend web viewer widget configuration with a zoom factor (Feature 463659)
-
Select Ticket Management as predefined reactor (Feature 466634)
-
Integrate Deviation History in DMM (Feature 370390)
-
Show deviations with open reaction also earlier than current time range selection (Feature 455849)
Fixed
-
Facility list can’t be provided if MDM facility data is invalid (Bug 471153)
-
Deviation does not show latest PDCA cycle (Bug 469576)
-
Facility sync not immediately triggered after tenant creation (Bug 446514)
-
Filter state not updated correctly on detail view change (Bug 459895)
-
Missing German KPI translations in the KPI tree (Bug 472353)
-
Meeting configuration is not possible, if no Essentials is deployed or granted for this tenant / user (Bug 475546)
-
PDCA execution view is broken (Bug 482932)
Orchestrator 2.0
General notes
-
Important: When updating to this version of Orchestrator any previously existing Orchestrator databases are deleted. If Orchestrator is deployed in a standalone configuration this results in the loss of all data. If Orchestrator is deployed as a component of another module, a re-deployment of all previously deployed workflows needs to be triggered (i.e. through "Nexeed Engineering").
-
Important: When using messaging triggers, after migrating to v2.0.0 old RabbitMQ messaging queues need to be manually deleted. There is no naming convention for these queues as the name is provided by the user.
Order Management 5.11
General notes
-
During the update to Order Management V5.11 a migration of queues in RabbitMQ is automatically performed, to prepare an update to a new RabbitMQ version in a future version of Order Management. For more details, please consult the "Migration of Version 5.10.x to 5.11.x" chapter in the Operations Manual.
Added
-
Support integration with IAS ERP Connectivity to support a flexible ERP System integration for Material Replenishment processes (SRS) - Part 1/2 (Preparation) (Feature 454946)
-
Ensure availability of Product Setup and Packaging Setup when releasing an order for packaging end of line use case (Feature 411431)
Packaging Control 7.0
Added
-
Comprehensive recording and display of process steps executed by users in the Station UI for corresponding Packaging Units and storage in the Packaging Process Log (Feature 441041)
-
Enhance the packaging process to support multiple External Packaging Unit IDs (Feature 445660)
-
Ensure that Production Label Print via ERP Connectivity can be configured in packaging process (Feature 465717)
-
Introduction of a Packaging Process Log and visualization of the overall processing status per Packaging Unit in the Web UI (Feature 441040)
-
Support identification (scanning) of products by serial number instead of unique ID (Feature 463396)
-
Support import of Packaging Orders with multi-level Product Setup (BOM) with different parameters (Production Version, Explosion Number, Explosion Date) per level (Feature 454662)
-
Support repacking of Packaging Units with semi-finished goods into Packaging Units with finished goods or semi-finished goods (Feature 418814)
-
Stop using non-RabbitMQ 4.0 Features (Enabler Story 466284)
Fixed
-
Scan of external id’s does not work (Bug 474009)
-
CVE-2025-54798 - npm - tmp-0.0.33 (Bug 529976)
-
Alternative components will not be triggered when shortage was executed (Bug 480110)
-
Async sub process steps are executed even when previous step failed (Bug 481190)
-
Helm chart encryption serialization key should not be defined as plain text (Bug 474932)
Known issues
-
Multi level product setups not working (Bug 542415)
-
Process Log stopped working in the Web UI (Bug 542482)
-
Shortage retry won’t succeed if exception happens after shortage selection (Bug 474130)
-
Process Log in Station UI doesn’t work (Bug 543737)
-
Repack stopped working in Packaging control (Bug 543738)
Product Setup Management 3.12
Added
-
Introduced the GetProductSetups endpoint that can return multiple product setups based on filter criteria (Feature 470522)
-
Extended the Explosion endpoint so it can create product setups according to the input parameters (Feature 470521)
-
RabbitMQ queue migration from classic to quorum queues
-
Portal registration
Part Traceability 2.7
General notes
-
Breaking Changes: All public APIs which do not require the tenantId as part of the URL are deprecated and will no longer be functional with IAS 2026.02
Added
-
Part Quality: Modules support graceful shutdown (Feature 415526)
-
Performance Improvement: Exclude retrieval of Connection String from Data Collector’s response (Feature 468802)
-
Part Traceability: Modules support graceful shutdown (Feature 415528)
-
Performance Improvement: Data Collector Service (Consolidate Calls to AB, OLTP→OLAP, DP) (Feature 467502)
Fixed
-
Data Browser Query Parts for Serial Number Does Not Work (Bug 472263)
-
Empty modal when clicking on "Box Package Id" link in Packaging Information, if no packaging data is available (Bug 451573)
-
Options menu entries are not labelled for inline filters (Bug 450685)
-
Wizard to add new database connections does not comply with UI Style Guide (Bug 447047)
-
DC returns 200 if telegram did not contain any supported elements (Bug 476891)
-
DC OLAP is triggered even if the OLTP OLAP Transfer is deactivated (Bug 465282)
-
Action buttons in table rows are not permantently displayed, only accessible with horizontal scrolling (Bug 471500)
-
Component View’s tree view is broken, when collapsing root node (Bug 435993)
-
Command Bar dropdowns not usable from context menu (Bug 469725)
-
Wrong padding in Process View’s table (Master Details View) and last cell is cut (Bug 450724)
-
UI has stricter validation for Serial Number than the Backend (Bug 453122)
-
Modal titles contain double-quotes (non Brand Guide compliant) (Bug 467583)
-
DataBrowser PartDetails - AdditionalParameters not working (Bug 473824)
-
Wrong padding in Component View’s table (Bug 450722)
-
Custom column settings are not permantently saved (Bug 471497)
-
Fix Public API Docs (not all query parameters are documented) (Bug 463738)
-
Packaging Information: Missing space (padding) in Modal after clicking link to 'Package Pallet ID' (Bug 450734)
Known issues
-
DataBrowser RDS endpoints do not properly work (Bug 456005)
-
Archiving bridge adapter export job does not limit query on part telegrams (Bug 467101)
-
Data Collector must not accept invalid telegram data (Bug 467098)
-
Archiving bridge stops exporting when invalid data is in the part telegrams table (Bug 467100)
-
No Data is sent to Data Publisher (Bug 479323)
Rework Control 6.3
Added
-
Modules are tolerant against faulty input data (Enabler Feature 417785)
-
Prevent start if database update fails (Enabler Feature 451794)
-
Support of additional common Oracle DB client configuration parameters (Enabler Feature 448394)
-
Provision of User Manual (Enabler Feature 451091)
-
UX concept for MVP enhancements for Rework Control pilot in BuP (Feature 469220)
-
Nexeed IAS Modules offer standized OpenAPI spec doc (Enabler Story 463477)
Setup Specs 1.8
Added
-
Performance Improvements for response times to the stations, optional caching implemented (Feature 470301)
-
History of variants introduced (Feature 456310)
-
Origins of parameters are added to Editor, incl. link to the origin (Feature 456315)
-
Tickets can be created for multiple solution groups at the same time (Feature 470300)
Fixed
-
Source path is shown properly in Editor
-
Parameters and descriptions are not cut off
-
Performance upgrades to solve high execution and response times
-
Line release status is checked if variant is set to released and file deployment is active
-
Selection of production area and family is kept, when opening the editor
-
Importing a dataset is saving with versioning and asking for overwrite permission properly
-
Variant is set to in preparation when a dataset is added
-
Long variant names do not lead to an error
-
Copying datasets in query is fixed
Shift Book 2502.0.1
Added
-
REST APIs for central cycle time handling (Feature 327893)
-
Improvements for n:1 migrations: Extend downtime cause editor to merge downtime causes (Feature 432160)
-
Provide translated Downtime Cause to Deviation Processor based on global config (Feature 459311)
-
Provide alternative way of working with Downtimes in Shift Book (Table) - MVP (Feature 466305)
-
Improvements for n:1 migrations: Shift Book & Administration: Extend facility picker to also display plant/product/area (Feature 444911)
-
Support workflows with public APIs (Feature 434217)
-
HQT Show or Hide Content (Feature 436137)
Fixed
-
DowntimeCause CSV import logic ignores hidden state (Bug 462384)
-
Time zone problems when local offset is 30 min different to UTC (Bug 465470)
-
Fix part count details alignments (Bug 464630)
-
Shift deviation is not marked as a deviation (Bug 448117)
-
Improve system configuration select of location-dependent configurations (Bug 441632)
-
Downtime cause translation dialog issues (Bug 425405)
-
Occasional 500 responses with "operation cancelled" (Bug 450169)
-
Overlapping of texts in "Facility Management" (Bug 431574)
-
View "By Type" doesn’t respect portal time zone configuration (Bug 457029)
-
Ending an 'Assisatnt request' doesn’t remove the blue message from Andon (Bug 458853)
-
Oracle issue for simple api (Bug 466262)
-
Handle is missing on split screens (Bug 468136)
-
Fix missing recur instance copy for shifts (Bug 446458)
-
Prevent Jobs switching to error state on service shutdown (Bug 472474)
-
HQT doesn’t show organisatorical downtimes in losses description (Bug 445403)
-
Facility sync not triggered immediately after tenant creation (Bug 446515)
-
Extend DB Update scripts for X Path (Bug 467868)
-
Prevent MM Task creation for recurring downtimes (Bug 474449)
-
Target Cycle Time: Required zeros of TCT with fractions of seconds less than 100ms are not displayed ("1,6s" instead of "1,006s") (Bug 440071)
-
Updating downtimes when changing cell duration not triggered (Bug 478719)
-
Prevent hidden Downtime Causes from appearing in 'Assistant Request'. Improve error message (Bug 467313)
Stock Management 6.0
General notes
-
Implemented Crowdin for standardized and streamlined translation management across all modules (Enabler Feature 457646)
Added
-
Enable Reservation Logic on Unit Load Type (ULT) Level
Allows material reservations based on Unit Load Type for Transport Orders without a Material Number, supporting flexible FIFO picking (Feature 467806) -
Enhance Health Checks UI to display more details and service / dependency status
The overall health of each service will now cover different cases in more detail (Enabler Story 520925)
Changed
-
Upgrade to RabbitMQ v7
Updated our RabbitMQ client library to version 7 for improved performance and stability of message queueing (Enabler Feature 440736) -
Update to MongoDB Driver v3.0
Upgraded the MongoDB driver to version 3.0 for enhanced database connectivity, features, and security. Note: MongoDB v4.x and higher is now required (Enabler Feature 439650) -
Update Angular/Webcore to V20
Updated our frontend framework to Angular/Webcore V20, providing a more robust and future-proof foundation for the user interface (Enabler Feature 470930)
Fixed
-
No stock change is reported on replace or patch unit load (Bug 472846)
-
More than 500 open TOs creating problems creating reservations (Bug 476166)
-
Pick reservations which don’t get deleted on pick (Bug 460287)
-
Pick by TO ID is not working when unit load putaway is done by material (Bug 423029)
Ticket Management 7.19
Added
-
TM registers Facility at Notification Service which can be used for in Subscriptions now
-
In Ticket Creation, plannable tickets now have a default 3 days duration selected to be in line with Bosch Manufacturing Guidelines
This affects Ticket Management itself and but also provided Views in Operational Routines and Deviation Processor -
Quality of Life adjustments made when creating tickets in Deviation Processor
Unnecessary fields are hidden in advanced mode -
Technical update done to align caching with rules proposed by MACMA
Changed
-
User Manual is up to date again
-
Lifecycle Log updated to properly reflect the logging guidelines
Fixed
-
Fixed a bug related to sorting behavior (Bug 468055)
-
Very Long ticket titles now don’t cover too much space (Bug 457415)
-
Sorting for multiple specific things now don’t break the automatic update of the ticket overview anymore (Bug 381033)
-
The provided "Tile List" Components for other modules now properly support live updates (Bug 471696)
-
Width and Height of provided view adjusted to look like they should (Bug 474037, Bug 474975)
-
Live view functionality not working in embedded tile list view (Bug 471696)
-
Live view broken when having context attribute selected (Bug 474458)
-
Live view with domain attribute filtering is performing wildcard match (Bug 474946)
-
Live view not working when having domain and domain context attribute filtered (Bug 381033)
Tool Management 2.11
Added
-
Extend APIs for delivering lifetimeUsages and maintenanceChecks for DirectDataLink (Feature 475621)
-
OPP V1.0: Support new device-related messages (Feature 451048)
Fixed
-
The parameterization of the test container does not meet the requirements (Bug 424121)
-
Assembled In value is not displayed for attached components in Tool Administration | General and Tool Information (Bug 468230)
-
Unneeded Mounted In / Mounted At is displayed for components in Tool Administration | General (Bug 468224)
-
Sort function doesn’t work with Predefined Reason and Failure Tab (2 issues) (Bug 468175)
-
Fix public release state api (Bug 480987)
Transport Management 6.0
Added
-
S/4HANA Interfaces: Automated WT Creation and Confirmation (Bin to Bin)
Automates stock bookings in S/4HANA for bin-to-bin movements, reducing manual effort and improving stock accuracy. Essential for plants migrating to S/4HANA (Feature 417382) -
Extend Connector Package to Receive "Unloading Point" from S/4HANA
Displays "Unloading Point" information from SAP S/4HANA/R3 on your tablet, guiding drivers to the exact material placement location (Feature 453208) -
S/4HANA Interfaces: Transport Aggregated Boxes by AGV
Enables automated AGV transportation of aggregated material boxes from S/4HANA (e.g., iFNS processes) via a single "Master-TO" (Feature 463601) -
Enhance Health Checks UI to display more details and service / dependency status
The overall health of each service will now cover different cases in more detail (Enabler Story 520925)
Web Portal 5.23
Changed
-
Migration to RabbitMQ 4–Compatible Client Library
Upgraded to a RabbitMQ.Client library compatible with both RabbitMQ 3 and 4, enabling the application to run unchanged on either version and ensuring future compatibility (Enabler Feature 476974) -
Suppress Performance Banner with Specific Query Parameter
The performance banner will no longer appear when the 'prevent-auto-open-privacy-settings' query parameter is set to 1 (Story 477846)