Cookie Consent by Free Privacy Policy Generator Update cookies preferences
All Categories FAQ Error Loading a Sequence

Error Loading a Sequence

An error may occur when loading a sequence from the database.

Sequence does not load & Sequence Name is blank

The Last_Modified column in the SequenceRevisions table is NULL, so a SQL script needs to be run to populate it with some values that will load into Tascus.

Ask a system IT admin to run the following script on the Tascus database:

UPDATE [SequenceRevisions]
Set Last_Modified = '2000-01-01'
Where Last_Modified IS NULL

Also update to the latest version of the Tascus client application, as this will start re-populating the Last_Modified column of the database.

Was this article helpful?

Thanks for your feedback!