Technical release notes 7.12

This article is primarily for DocuWare administrators: Please review the technical notes before updating your DocuWare Cloud or manually updating your locally installed DocuWare (on-premises).

All articles apply to both DocuWare Cloud and on-premises, with exceptions clearly marked.

Modified system requirements

Read the modified system requirements and limitations before updating.

Grant permissions for workflow history view

Breaking change

Ensure that all users who need to view the workflow history of a document, are granted at least one of these file cabinet permissions:

  • Search

  • Display Document

This change applies to workflow history in the Web Client and when accessed via the API.

You may assign the permissions in DocuWare Configuration > File Cabinets > File cabinet x Permissions > Advanced Permissions.

Check SMTP connections for password reset

For on-premises only

Breaking change

When users request to reset their password, DocuWare sends an email with a secure, time-limited link.

After the update, sending the password reset email requires a functional SMTP connection. Without it, users may not be able to change their passwords. Previously, DocuWare required an SMTP connection, which did not necessarily need to be functional.

To ensure that your SMTP connection is working and active, follow these steps:

  • Go to DocuWare Configuration > Mail Services.

  • Switch to the tab Sending

    • Check if the SMTP connection is working and the server behind this connection active.

    • Or create a new SMTP connection and check if the connection is working, before saving it.

    • Activate the connection via the bell icon.

Note: There is no automatic check to ensure a connection is configured correctly. You must manually verify the connection's configuration.

New security plug-in

The security settings of the DocuWare organization have been moved. To configure for example Single Sign-On or a password policy go to DocuWare Configuration > Security.

Previously the security settings have been bundled as a subsection of Organisation Settings.

Password policy for enhanced security

For all DocuWare organizations created from version 7.12 onwards, a secure password policy is activated by default: passwords must be at least 10 characters long and contain at least one lower case letter, one upper case letter and one number.

The password policy may be changed afterwards by a DocuWare administrator.

The password policy applies for both DocuWare Cloud and DocuWare on-premises.

DocuWare Cloud

  • New organization: All administrators and users need to set their password according to the policy.

  • Updated organization: After the update of a DocuWare organization to 7.12 the policy is available in the security settings, but not activated. Existing users will not need to change their password until the policy is activated by the DocuWare administrator.

DocuWare on-premises

  • New system: The setup of a new DocuWare will enforce the password policy for the DocuWare user (organization and system administrator) which is created during the setup.

    If the password does not comply with the policy the setup will issue an error message.

    A simple password as it is maybe used for example for a test system, will not work anymore. You will need a proper password even for test systems.

  • Updated Docuware system: After the update of a DocuWare system the policy is available in the security settings, but not activated. The existing users will not need to change their password until the policy is activated by the DocuWare administrator.
    Note: If you update your DocuWare system and afterwards create a new organization, the password policy will be applied to the new organization.  

Additional attributes for database connections

Add additional strings to a database connection, for example to include encryption certificates to tailor the connection to meet specific requirements, such as setting timeouts or enabling specific features.

Attributes can be added in two places:

  1. In DocuWare Administration for individual database connections settings.
    Find the new key in DocuWare system > Database connections.

  • Examples for a connection string for Microsoft SQL Server:

    • Connection string without additional attribute:

      • Data Source=mssqldatabaseserver;Database=dwdata;Trusted_Connection=yes;Pooling=True;Encrypt=False

    • Connection string with additional attribute:

      • Data Source=mssqldatabaseserver;Database=dwdata;Trusted_Connection=yes;Pooling=True;Encrypt=False;TestAttribute=TestAttributeValuen=yes;Pooling=True;Encrypt=False;TestAttribute=TestAttributeValue

2. In the dwmachine.config file. Find the new key DatabaseAdditionalAttributes which is used for the system database connection.

  • In this example it is used to add a custom encryption:

    <Setting Key="DatabaseAdditionalAttributes" Value="Certificate=myCertificate" Encrypted="false" />

Identity Service is using dwmachine.config
The Identity Service has transitioned from using the appsettings.json file for database connection settings to utilizing the dwmachine.config file and database connection settings.
This update allows for the inclusion of additional attributes directly within these configurations, replacing the previous ConnectionStringAdditionalOptions parameter in appsettings.json.

Customers who have been using ConnectionStringAdditionalOptions for custom configurations are advised to switch to the new method.

The additional attributes setting in appsettings.json is now deprecated and will be removed in April 2026.

New API methods and endpoints for integrations

Chunk upload supported

For integrations of third-party apps chunk upload is now supported. There are two methods available for breaking down large files into smaller, easier to upload pieces:

  • EasyCheckinFromFileSystem: Files larger than 6MByte are sent to the server on chunks with multiple requests automatically.

  • ChunkCheckinFromFileSystem - Developers choose chunk upload manually and sets the chunk size.

Both methods have overloads that accept FileInfo parameter instead of IFileUploadInfo.

If EasyCheckinFromFileSystem is used in version 7.11 or prior the method will automatically use the regular checkin without chunking for larger files. ChunkCheckinFromFileSystem is not supported in version 7.11 or prior.

Read more about check in methods in DocuWare SDK Documentation

Delete document version history available

The new endpoint DeleteVersionHistory is available for REST and .NET integrations using Platform API. With this you can delete the version history of a document in DocuWare Web Client.

  • REST

    • Path: FileCabinets/{FileCabinetId}/Documents/{Id}/DeleteVersionHistory
      default for the DocumentsController

    • Parameter of the endpoint:

      • Id: the Id of the document

      • FileCabinetId: the Id of the file cabinet

    • Http method: Post

  • .NET

    • The method in the server client for NuGet packages is PostToDocumentDeleteVersionHistoryForStringAsync.

    • It is an extension of the ServerConnection class.

    • Parameter for the endpoint:

      • id: the id of the document

      • fileCabinetId: the id of the file cabinet

.NET API client extended with store dialog id for document trays

Platform integrations built with .NET using ServerClient NuGget packages may now include a new overload for the EasyUploadDocumentAsync method.

This update allows the method to accept a storeDialogId, enabling users to utilize predefined and required fields in a store dialog.

If the dialog does not belong to the specified file cabinet, a ValidationException will be thrown, ensuring accurate data handling.

Minor technical changes

  • Refresh tokens count per user and client limited: Each user and client can have up to 10 refresh tokens. When this limit is reached, issuing a new refresh token will automatically remove the oldest token for that user and application.

  • Critical Autoindex errors prompt notifications: If an Instant Autoindex encounters a critical error, the file cabinet trigger will be disabled, and the user will receive an email with the necessary information.

    A critical error is an issue that stops the Autoindex job from running until the problem is fixed by the client. Examples:

    • The user has revoked their credentials.

    • The settings are no longer valid due to changes in the data source (e.g., a missing field)

  • Basic information in the DocuWare Knowledge Center: The interactive tours in the main menu in the Web Client have been removed. To get started with DocuWare Client rely on DocuWare Knowledge Center basic section instead.  

  • MessageBus Administration has moved: MessageBus Administration and all related files moved to subfolder MessageBusAdministration. If you have created a shortcut link to this tool for managing MSMQ, you need to update the installation path:

    • Old path: C:\Program Files (x86)\DocuWare\Power Tools\DocuWare.MessageBusAdministration.exe

    • New: C:\Program Files (x86)\DocuWare\Power Tools\MessageBusAdministration\DocuWare.MessageBusAdministration.exe \

  • Restrict public access: In DocuWare Configuration > Security the feature Guest Login has been renamed to Restrict Public Access to clarify the use case.  

  • Change password: For security reasons, DocuWare Administration no longer allows administrators to change a user's password.

  • Passphrase: Only the organization administrator may see the passphrase, as it is a security-related information.