0% found this document useful (0 votes)
54 views

2025_ReleaseNotes

The DELMIA Apriso 2025 release introduces significant updates including a new database architecture for improved scalability and upgradability, enhanced integration with the 3DEXPERIENCE platform for translation data, and improvements to messaging capabilities. Key functional updates include Lite Labor Tracking for simplified labor management and various user experience enhancements. Additionally, the release notes outline deprecated and retired functionalities, system requirements, and installation instructions.

Uploaded by

wu-i
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

2025_ReleaseNotes

The DELMIA Apriso 2025 release introduces significant updates including a new database architecture for improved scalability and upgradability, enhanced integration with the 3DEXPERIENCE platform for translation data, and improvements to messaging capabilities. Key functional updates include Lite Labor Tracking for simplified labor management and various user experience enhancements. Additionally, the release notes outline deprecated and retired functionalities, system requirements, and installation instructions.

Uploaded by

wu-i
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

DELMIA Apriso 2025

DELMIA Apriso Release Notes

®2024 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA, NETVIBES, and 3DXCITE
are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners.
Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 2

Contents
1 Version Overview 3

2 Key Product Updates 4


2.1 Database Architecture Transition 4
2.2 3DEXPERIENCE Translation Data Integration 5
2.3 Message Bus Improvements 5
2.4 Scalable Services 5
2.5 Lite Labor Tracking 6

3 Other Updates 7
3.1 Functional 7
3.2 Technical 7
3.3 User Experience 8
3.4 Documentation 9

4 Important Notes 11
4.1 Deprecated Functionalities 11
4.2 Retired Functionalities 11
4.3 Impact of Security Improvements on Product 13
4.4 Impact of UI Style Improvements on Product 13
4.5 Known Issues 13

5 System Requirements 14

6 Installation 15

7 Documentation Availability 16
DELMIA Apriso Release Notes | DELMIA Apriso 2025 3

1 Version Overview
Dassault Systèmes announces the release of DELMIA Apriso 2025. This version introduces
key architecture changes for improved upgradability and scalability of the core infrastructure of
DELMIA Apriso, as well as a number of technical and functional enhancements to the existing
modules.
One of the most important changes in this version has been introduced to the DELMIA Apriso
database structure by decoupling solution authoring data storage from the operational data
storage. This update will greatly improve the upgrade process of the entire solution, providing
more flexibility in the testing phase and reducing the production downtime required for the
upgrade.
The evolution of the core infrastructure and its architecture has been continued by introducing
new configuration capabilities for the key infrastructure services—for greater scalability and
high availability in complex and demanding manufacturing environments.

Another technical update has been made to the DELMIA Apriso external messaging, bringing
more flexibility and control to the communication via message bus.
On the functional side, the new enhancements introduced to the data model and business logic
will provide the capability of simplified, yet flexible labor tracking.
This document also describes the enhancements originally delivered in DELMIA Apriso 2024
Service Pack 1. These enhancements are mainly related to translation data integration
between 3DEXPERIENCE platform and DELMIA Apriso, enabling multi-language production
environments to leverage the engineering data continuity.

When upgrading from earlier versions, refer to previous Release Notes for key new
functionalities, enhancements, discontinued features, and known issues.
Release Notes for all supported versions are available at 3DS Support.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 4

2 Key Product Updates


2.1 Database Architecture Transition
DELMIA Apriso database structure has been reorganized to address the tight coupling between
solution authoring and other DELMIA Apriso domains, enhancing modularity and preparing for
future improvements. This was achieved by splitting the database into two independent
databases, which enabled several vital benefits:
Improved upgrade process. The most time-consuming and risky part of the upgrade process
can be performed independently of production downtime. This allows enough time for
validation before stopping production to perform necessary upgrade steps.
Decomposed data storage. Data storage is split into two loosely coupled components,
enabling more flexible and independent management across system areas. This method
enhances the DELMIA Apriso functionality, maintainability, and scalability to better meet
current and future needs.
Improved test and training data recreation. The operational data used for the testing and
training purposes is stored in a separate database, allowing it to be easily restored and
reused repeatedly.
These benefits are delivered as a result of:
Creation of two databases: one for solution authoring data and another for operational data,
which improves modularity and management.
Entity identification and relationship update: identifying the solution authoring entities and
replacing their foreign key relations with business key relations, which makes them more
independent.
Discontinuing standard operation: standard operations have been replaced with data flow
controls (DFCs) for technical purposes and operations for manufacturing modeling.
Tool extensions: enhancements to DELMIA Apriso Process Builder, DELMIA Apriso Global
Process Manager, DELMIA Apriso Desktop Client, and other tools to support the new
architecture.
Package deployment synchronization: DELMIA Apriso Global Process Manager enables
package deployment synchronization between two databases, making database
replacement possible during the upgrade process.
Existing tools adjustment: DELMIA Apriso Database Upgrader and DELMIA Apriso Post-
Upgrade Utility tools have been extended to facilitate the transition to the new architecture,
ensuring a smoother adjustment process.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 5

With all the changes introduced to database architecture, the upgradability of DELMIA Apriso is
still reliable and well-maintained. For details on the upgrade process, refer to DELMIA Apriso
Upgrade Guide.
For details on the conceptual aspects of the changes and their impact on DELMIA Apriso, refer
to Database Architecture Transition Guide.

2.2 3DEXPERIENCE Translation Data Integration


DELMIA Apriso has been enhanced to retrieve and save the attribute translations created on
the 3DEXPERIENCE platform for work plan objects, such as operations, manufacturing items,
and resources. These translations can be applied to titles, descriptions, and work instructions.
The improvements were originally delivered in DELMIA Apriso 2024 Service Pack 1.
The following changes have been introduced:
In Configuration Manager, you can define languages for which translations are retrieved.

Translations are integrated when processes and resources are released.


Translations are retrieved on an ad hoc basis for any language and object.

2.3 Message Bus Improvements


External messaging capabilities have been enhanced with a set of new features that provide
fine-grained control over the publication of and subscription to messages.
The following improvements have been introduced:
Ability to publish a message on a specified Kafka broker partition.
Schema validation when publishing JSON messages to Kafka through the Confluent
Schema Registry.
Possibility to specify header data when publishing a message, and to receive header data
when subscribing to any type of broker.
Support for MQTT version 5.0.

2.4 Scalable Services


DELMIA Apriso services have been enhanced with a set of features that provide modern, highly
available, and scalable deployment architecture.
The enhancements include:

A new recommended architecture for secure, scalable, and highly available DELMIA Apriso
deployment.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 6

Scalability of new workloads, including Business Integrator incoming messages,


maintenance services, and process authoring services.
Support for main-secondary high availability for the Incoming Message Monitor service
without Microsoft failover cluster.
Optional support for client certificates for load balancer deployments.
Health check monitoring to all services.
Scalability and High Availability Deployment Guide that focuses on the automated
cluster configuration, scalability, high availability, and security features.

2.5 Lite Labor Tracking


The Lite Labor Tracking provides DELMIA Apriso labor tracking functionality without the
complex Time and Labor configuration and business logic. The functionality uses business
components to track the employee and resource labor against WIP orders and other entities.

The functionality provides the following enhancements:


Business components to start, stop, update, and delete new simplified labor records.
The new components complement the existing ones for particular labor types.
No configuration required to start labor tracking.
Screen flow for managing the simplified labor records, similar to Time and Labor.
Tree view to display a supervisor and their employees.
Labor grid to view simplified labor records with shortcuts for various time filters.
Modal windows to add or update simplified labor records.
Lite Labor Cockpit Help which provides information about the features of the functionality.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 7

3 Other Updates
3.1 Functional
New Grid 1.0 Export Options
It is now possible to export Grid data to CSV and JSON formats.

Virtual Keyboard
The system now detects native keyboards on mobile devices. When detected, the native
keyboard opens instead of the product keyboard. In addition, the product keyboard now
supports using Chinese characters.

Work Center Import and Export


The Excel file used to import and export data from the Work Center M&M screen is enhanced
with the Work Center Relations tab.

PPR Integration Update


PPR Integration has been enhanced to populate Component Allocation Type for Component
Instance based on the Implement Link Usage. The Implement Link Usage for a component
defined for 3DEXPERIENCE Work Plan can be successfully published to DELMIA Apriso.

Support for Multi-Domain Active Directory Configuration


Windows Integrated Authentication mechanism has been improved. You can now log in to
DELMIA Apriso from different domains.

3.2 Technical
Data Model Enhancements
Specific tables have been enhanced to support large datasets. Primary keys have been
changed from Int to BigInt in the following areas:

Resource Labor
Genealogy
Inventory 2.0
Disposition (Tests, Readings)

Jobs History
Transaction History
WIP Data Collect
DELMIA Apriso Release Notes | DELMIA Apriso 2025 8

The changes apply only to the tables that are expected to grow beyond the limits of the Int data
type.
These updates are a prerequisite for further enhancements planned for future releases. In
DELMIA Apriso 2025 the values larger than Int can be stored in the updated tables, but cannot
be used in the business logic (for example in business components, SQL queries, and other
functions).

File Upload Restrictions


The file upload rules are now stricter. To control which file types are allowed, the
AllowedUploadedFileExtensions Central Configuration key has been added. All other file types
that are not listed are denied.

Extended Distributed Numerical Control (DNC)


The data size for DNC documents has been increased. More attributes can be included in the
file name generation. This improvement allows you to see as much information as possible in
the file name.
Additionally, the information stored in the DOCUMENT_PARAMETER table can now be used
with multiple documents to create a file name. You can add multiple attributes and choose
which must be used to create the file name.

3.3 User Experience


Grid Touch Mode Support
Grid and Tree controls have been optimized for mobile devices. The style is visually consistent
with mouse mode, but the spacing and size of the elements is increased for better usability. For
details on how to enable touch mode, refer to CSS Framework Documentation.

Grid Multi-Selection Changes


Multi-select mode has been enhanced with new logic for both touch and mouse mode.
CTRL/SHIFT + click (mouse) and long-touch gesture (touch) have been introduced to follow the
industry standard. In addition, a Select all/Select none check box has been added to the
header of the selector column. For details, refer to Process Builder Help.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 9

New Button Types


CSS Framework has been enhanced with new variants of buttons. In addition, buttons featuring
icons without the surrounding box are now available. For more information, refer to the
CSS Framework Documentation.

Login Screen Style


The style of the DELMIA Apriso Portal login screen is now consistent with that of all Dassault
Systèmes products. In addition, the screen adapts to smaller resolutions or window sizes.

New Show Message Severity Types


The Process Builder Show Message function can now display four severity types. Apart from
the error type—that was already available—the function can now display info, success, and
warning, each with a unique style. Unlike error, the new types do not have to be dismissed, but
disappear after a time, which does not block operation execution and user interactions with the
system.

3.4 Documentation
In addition to regular documentation updates, DELMIA Apriso 2025 features the following
documentation changes.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 10

Mobile Apps Documentation


Since DELMIA Apriso 2023 Mobile Apps Guide has no longer been included in a set of
documents published with each DELMIA Apriso release. The guide is published with each
Android and iOS app release instead. It is available at 3DS Support.
With the recent release of the DELMIA Apriso app, we have also published the Readme file with
a record of new features, bug fixes, and known issues for the app. The Readme file is available
at 3DS Support.

Relocated Content
In the current release some guides have been removed and their content has been relocated to
existing documents. Below there is a list of the removed guides, along with the updated
locations for their content:
1. Removed guide: DELMIA Plan Approval and Distribution Integration Guide

Content now located in: Integration with 3DEXPERIENCE Platform Guide, section
Integration with Work Plan Publication
Details: This update reflects the integration of Work Plan Publication as part of the
3DEXPERIENCE Platform and aligns the naming with the current terminology.
2. Removed guide: User Interface Security Guide
Content now located in: DELMIA Apriso Desktop Client Help, section User Interface
Security
3. Removed guide: Database Management (Functional) Guide
Content now located in: Database Documentation

Database Documentation
The Database Documentation has been improved with new diagrams and color-coded tables
based on their respective database types. A Database Management section has also been
added to the documentation.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 11

4 Important Notes
4.1 Deprecated Functionalities
The following functionalities are still operational but are not recommended for use and might be
removed in a future version:
SOAP web services are deprecated. Use REST web services instead.
BI schemas, MI scripts, AJAX invocations, Apriso Unit Test framework, and
business components use a new interface for handling data flow control (DFC)
invocations. Old interfaces that used identifiers related to standard operations are
deprecated. They still work, but their parameters will now be treated as related to DFCs.
Crystal Reports and XtraReports frameworks are deprecated. Use DELMIA Apriso
Power Reports instead.

Invoking DFCs (former standard operations) on other Apriso servers is deprecated.


The Process Builder option called "Remote - other Apriso instance" that is available in the
Sub-DFC (former Sub Operation) function should not be used any more.
Some system variables are deprecated and will never be populated with values other than
the default. For details, refer to Process Builder Help.
Non-Object (static) methods in DynamicGrid API are deprecated. Update your grid
configurations to use new, non-static methods. For details, refer to Process Builder Help.

4.2 Retired Functionalities


The following functionalities are no longer supported or were removed from the product:
Menu Items are retired. Use FlexParts instead.
Default Menu Item and My Dashboard fields in the Employee Maintenance screen have
been merged into Default FlexPart.
The Package Actions History item that enabled transferring the action history of a GPM
package is retired.
The following business components are retired:
InterpretStandardOperation
QueueInterpretStandardOperation
The following business controls are retired:
DELMIA Apriso Release Notes | DELMIA Apriso 2025 12

Chart 1.0
Cube Viewer 1.0
Gauge 1.0
Lync 1.0
Quality Defects 1.0
Selection Grid 1.0
Selection Grid 2.0
Sub Task function is retired. Instead create a DFC that:
Calls the StartTask business component.
Executes custom business logic.

Calls the CompleteTask business component.


Step navigation diagram is retired for operations (former standard operations) and
process operations.
The diagram is still available for DFCs but the following items are retired:
The Set Happy Path option.
Grouping and ungrouping steps.
The deprecated From Step option in the Work Instructions tab of step properties.
View Report option is retired. You can no longer generate reports for entities and their
categories in DELMIA Apriso Process Builder.
APR_WH_REPORT_CLASS classic determination, Report Class Determinations screen,
and related FlexPart are retired.
MI Alias Verifier and Security Verifier are retired. These DELMIA Apriso Post-Upgrade
Utility tools were used in the upgrade to DELMIA Apriso versions that are no longer
supported.
The ShowPrototypeOperationInfoInRuntime key is retired. The functionality enabled by
the key— displaying additional information about operations in the prototype status in Test
Run—is no longer available.
ITAR Business Process Flow (BPF), which provided an example of ITAR configuration,
has been removed along with its documentation. You can still configure the support for ITAR
according to your specific requirements using DELMIA Apriso Process Builder.
Database Documentation Updater has been retired and is no longer available.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 13

4.3 Impact of Security Improvements on Product


DELMIA Apriso is continuously working on improving the product security. The changes might
affect some of the functionalities, for example those that require specific access rights or use
external resources.

4.4 Impact of UI Style Improvements on Product


Dassault Systèmes is continuously working on the user interface capabilities and the default
style delivered with the product. The current release contains style updates related to new
functionalities and fixes, as well as new CSS classes. For details on CSS classes, refer to CSS
Framework Documentation.
After upgrading to DELMIA Apriso 2025, the updated style becomes the default. The changes
might affect DFCs (former standard operations) and screens built in earlier versions, so we
recommends that you manually back up the style formerly used until the DFCs and screens are
tested and functional.

4.5 Known Issues


At Dassault Systèmes, we actively work to deliver the highest quality product. Nevertheless, it
is impossible to isolate or fix every issue present in the product, because these often come from
issues with third-party software that is a prerequisite for using DELMIA Apriso.

DELMIA Apriso in the Turkish Language Requires a Workaround Due to a


Third-Party Issue
When the interface language (and culture) is set to Turkish, DELMIA Apriso cannot fully load
data from the database, causing incomplete page loads and errors if essential data is
inaccessible.
DELMIA Apriso can still be translated into Turkish using an unused locale for the literals as long
as the localization settings (for example, the date/time format) for this locale are acceptable.

3D Models Are Not Displayed in Connected Mode


When an order is created based on the PPR data set published in the connected mode and
loaded in 3D Work Instructions, 3D objects do not appear on the order and operation levels.
This issue is related only to the 3DEXPERIENCE R2025x version.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 14

5 System Requirements
This the summary of the system requirements for DELMIA Apriso 2025. For details, refer to
DELMIA Apriso Installation Guide.

Supported Database Engines


Microsoft SQL Server 2022
Oracle Database 19c

Supported Operating System for DELMIA Apriso Application Servers


Microsoft Windows Server 2022

Software Requirements for Client Desktop Machines


Supported Operating Systems

Windows 11 Enterprise
Windows 11 Pro for Workstations
Supported Browsers
The latest versions of:
Microsoft Edge
Google Chrome
Mozilla Firefox
DELMIA Apriso Release Notes | DELMIA Apriso 2025 15

6 Installation
You can perform the DELMIA Apriso 2025 installation only as a fresh installation.
The installation must be performed according to the scenario described in the DELMIA Apriso
Installation Guide.

Before proceeding to the DELMIA Apriso Installation Guide, carefully read the
information in 4.5 Known Issues. In some cases, you must perform manual operations
before or after the installation of DELMIA Apriso.
DELMIA Apriso Release Notes | DELMIA Apriso 2025 16

7 Documentation Availability
All DELMIA Apriso documentation is available from <server name>/apriso/start and at 3DS
Support.
For more information, refer to the 3DS Support Knowledge Base.

You might also like