Troubleshooting time sheet lines appearing with blank task names
Who is this article for?Users who encounter the issue on the desktop application
Application server and Database server access is required to troubleshoot.
Some users report seeing time sheets where lines appear for tasks that have no name. This article explains the cause and provides steps on how to resolve it.
1. Issue
When opening a Time Sheet, you may find that some lines appear with no name.
This occurs after the Delete Audits customisation has been run, normally to purge old data.
During this process, records for audits are deleted but the users' time sheet records remain. This means that for each line in a time sheet where there is no longer an audit, a blank name must be shown.
2. Solution
To resolve the issue, run the attached script against the database.
This will create a "dummy" audit (that is not visible on the Audits screen), and associate these time sheet rows with that audit. This will consolidate all 'blank' lines against the dummy audit, making it clearer that the row is for an audit that no longer exists.
To run the script:
- Stop the Retain Server service (if present).
- Stop the Ideagen Internal Audit (Aura) robot service.
- Stop the Pentana application pools.
- Back up the Pentana database and verify.
- Back up the Retain database and verify (if present).
- Run the script.
It should run without error. - Restart the Retain service (if present).
- Restart the Pentana app pools.
- Restart the Ideagen Internal Audit (Aura) robot service.
- Verify effect of change.