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
K00000631: Job triggered by Job Trigger unexpectedly runs on Controller instead of targeted Agent(s) 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.

Hotfix 5.0.3.6
Fixed backward-compatibility issue when exporting from newer server to older server
When exporting directly from an adTempus 5.x server to an adTempus 4.x server, the Console fails to set the correct export format, resulting in errors when the adTempus 4.x server tries to import the data. (This problem does not occur if you export to a file, because you can select the export file version when you do this.) This problem was corrected so that the correct export settings are used automatically.
Hotfix 5.0.3.4
Improved performance for Job Variable token expansion
Changes were made to greatly improve performance when expanding Job Variables and other text that contains references to other Job Variables. Performance issues were noted in environments with a large number of Job Variables that referenced other variables (using the "%VariableReference%" syntax). Performance issues were observable when editing jobs in the Console (slow to render the Job Variables page in the Job Properties) and in some cases caused noticeable delays in starting job execution.
New Job Variables added with identity of Controller
On Agents, three new Job Variables are now available with the identity of the Controller that the Agent belongs to:
  • ControllerName
  • ControllerInstanceName
  • ControllerAndInstanceName
These variables are added to make it easier for scripts running in the job to connect to the Controller if required.
Job Variable values are not transmitted between adTempus 5 client and adTempus 4 server
When an adTempus 5 client (Console or API client) connects to an adTempus 4 server, values for Job Variables are not correctly read and written. In the Console all Job Variables will have empty values. If a variable is updated in the adTempus 5 client, the new value is not saved to the server.
Hotfix 5.0.3.3
Credential Profile passwords longer than 50 characters are truncated without warning
If set the password for a Credential Profile to a value longer than 50 characters, the password is truncated to 50 characters without warning, causing a login error when trying to validate or use the password. The Credential Profile window was modified to allow passwords up to 1,000 characters.
Hotfix 5.0.3.1
Add button missing on Job Execution Task
When creating or editing a Job Execution Task, the Add button may not be visible on the Job Execution page, making it impossible to add target jobs.