adTempus 5.1.1 Release Notes
5.1.1
Released October 30, 2025
Fixed Issues
General
Hidden job variables can be revealed in Job Detail Log and diagnostic logs
When hidden Job Variables are used as part of the command line for a Program Execution Task, the variable values are logged to the Job Detail Log and in adTempus server diagnostic logs. The software was changed to conceal the values in these places.
Custom ("Other") connection type does not work correctly for Database Operation Task
If the connection type for a Database Operation Task is set to "Other" (using a custom OLEDB connection string), the connection test fails with error ADT005320E: Unrecognized database type "unspecified", and the task will fail if the job is executed.
Database error alert reported for duplicate NotificationRecipient
Cannot create a Remote Agent without specifying the "Optional Name"
Installation
Database upgrade from 4.x may fail when removing non-existent constraints
When upgrading to adTempus 5 from adTempus 4, the database upgrade script may fail when trying to drop a database constraint that is not present in the database. This can happen if the adTempus database has previously been through upgrades from version 3, or if the constraints have been removed for some reason. The database upgrade scripts were modified to ignore missing constraints.
Setup does not recognize agent-only license when upgrading
When upgrading an agent-only instance of adTempus, setup does not recognize the agent-only license that is present on the computer and reports that no license was found. This problem was corrected so the license is detected.
Job Execution
Some modules not found when running PowerShell script after update to 5.1
PowerShell scripts may fail because some external modules cannot be loaded.
For more information see article
K00000643.
Email trigger does not set EmailProcessing.MessageLocation variable when message body is not present
When an email trigger is configured to save the body and attachment separately and the message does not contain an HTML or plain-text body part, adTempus properly saves the attachments but fails to set the EmailProcessing.MessageLocation Job Variable with the location of the saved attachments.