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.
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.21
Incorrect validation error for date rule that uses "Nearest" occurrence relative to "a specified day"
If a Date Rule is configured to use the "Nearest" occurrence relative to "a specified day...", attempting to save the rule fails with error ADT001008E: The "relative to a specified day" option must be selected to use the "Nearest" day, even though the rule is configured correctly.
Required update(s):
Server
(see note above)
Offset days not calculated correctly when using a date rule with Nearest to a specified day
If a Date Rule is configured to use the "Nearest" occurrence relative to "a specified day..." and also uses an offset number of days before or after that date, the rule may match the wrong date in some scenarios.
Required update(s):
Server
(see note above)
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.
Required update(s):
Console
(see note above)
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".
Required update(s):
Server, Console
(see note above)