adTempus 5 Known Issues

This page is for adTempus 5 only. For adTempus 4, see adTempus 4 known issues.

Open Issues

The following Knowledge Base articles describe known issues in the current release of the software. See the Release Notes for information on recently-fixed problems.

Issue Status
K00000650: Assembly references not shown or saved for .NET scripts Hotfix Available
K00000644: Setup fails to recognize valid license Open

Available Fixes

The following issues have been resolved in a hotfix update but have not yet been included in a general release. If you are affected by one of these problems, see the hotfix page to obtain the hotfix.

Version 5.1.1.19
Assembly references not shown or saved for .NET scripts
When you edit a script using the adTempus script editor and add references to .NET assemblies, those references are not saved. Any references that were added using an earlier version of the Console are not displayed.
For more information see article K00000650.
Version 5.1.1.18
Fixed problem with variable replacement using formatting strings
Fixed a problem with expanding variable tokens that include a format specifier: after expansion the braces surrounding the pattern were left in the final output. For example the token "%TheDate{yyyyMMdd}%" was expanded to "{20251215}" instead of "20251215".