Fleet & Servicemanagement Download Portal

Datei Größe letzte Änderung
dfm-restapi_FULL_1422.zip 2.79 MB Mar 31st 2026 at 3:39pm
fsmhistory_full.pdf 572.92 KB Mar 31st 2026 at 4:34pm
fsm_client_1420.zip 87.85 MB Jan 16th 2026 at 2:23pm
fsm_client_1421.zip 99.02 MB Feb 9th 2026 at 11:58am
fsm_client_1422.zip 99.47 MB Mar 31st 2026 at 3:40pm
fsm_server_1420.zip 257.16 MB Jan 16th 2026 at 2:24pm
fsm_server_1421.zip 290.56 MB Feb 9th 2026 at 11:59am
fsm_server_1422.zip 290.84 MB Mar 31st 2026 at 3:41pm

HINWEIS

.NET 4.8 or higher, so far only required for servers, is now also required for clients. You may get it e.g. here: https://support.microsoft.com/de-de/servicing/dotnetframework/2019/10/microsoft-net-framework-4-8-offline-installer-for-windows

MPS Version 14.23 - 13.08.2026

Fixes:

  • WebClient (Server): LDAP login failed if umlauts were used in the password.
  • WebClient (Server): LDAP login with an empty password performed an unauthenticated/anonymous bind that many LDAP servers (incl. AD) accept, which would grant login without a password and now is prohibited.
  • WebClient (Server): login via POST was blocked by CSRF token check.
  • WebClient (Server): Newly added columns monthly copy and scan volumes in report 'Capacity Utilisation' were not correct.
  • WebClient (Server): A sort link in the table header of report 'Capacity Utilisation' was missing.
  • WebClient (Server): The reports 'Page counter per month', 'Page counter per quarter' and 'Page counter click volume per month' caused an exception if device data of a non existent device was used.
  • WebClient (Server): A customer specific version of report 'Counter overview' now also shows device specific start and end date within the selected period.
  • Server: Reminder mails to enter counters manually have been sent 1 day later as configured.
  • Server: Marker status mails for printer groups were not sent as configured.
  • Client: Updating SNMP v3 context name via Server GUI did ignore empty strings.
  • HTTP Server: solved refusing display of some pages and tables due to CSRF token problems.

  • Feature:

  • WebClient (Client): Spanish and Portuguese UI and online help.
  • WebClient (Server): Spanish and Portuguese UI and online help.
  • WebClient (Server): CTRL-ALT-A on report pages allows dealers to use report "consumables" for single device history.
  • Client: The number of days of unsuccessful transmission after which a client stops sending can now be adjusted in the DFOPTS2.INI file. The default value is 30.
  • Mailer: Separate log file accmailer_EVATIC.log for Evatic thread.
  • Mailer: Separate log file accmailer_RECEIVER .log for receiver thread.
  • Mailer: New INI Parameter in accserver.ini at [Mailer Process] LogLevel, Default ist 3 (Error: 1, Warning: 2, Info: 3, Debug: 4).
  • REST API: GET /dfmserver/v2/devices/{deviceId}/counters now supports an optional parameter "date" to get the last known counter values at a specific date.
  • REST API: New endpoint GET /dfmserver/v2/customers/{customerId}/counters retrieves the counters of all devices of the customer, optionally with a parameter "date" to get the last known counter values at a specific date. To identify the devices externally, some master data of each device is returned.
  • REST API: GET /dfmserver/v2/devices now also returns "pagesPerMonth" which is the recommended page load per month of a device.
  • REST API: New endpoint /dfmserver/v2/devices/{deviceId}/events/{eventId} returns the information of a specific event, identified by its Id.
  • REST API: Logging has now changed. At least one log file is now created for each day. The name is composed of <$apiSettings[‘logfile’]>_YYYYMMDD_N.log where YYYYMMDD represents the date and N is a sequential number starting at 1. If the $apiSettings[‘max_logfile_size’] limit is reached during the day, N is incremented and another file with the same date is created. The new variable $apiSettings[‘max_logfile_ttl’] specifies the number of days after which old log files are deleted. The default is 90 days.

  • Other:

  • PHP 8.4.24.
  • PHP Driver for Microsoft SQL Server v5.13.2RTW.
  • VC-Runtimes v14.51.36247.0.