Unable to look at record sets

I’m unable to look at any of my record sets. When I click on Record Sets on the left menu, I get an error message, and then I’m able to download the error message.

Specify 7 System Information - 2026-05-21T20_42_43.792Z.txt (469.8 KB)

Specify 7 Crash Report - 2026-05-21T19_18_44.115Z.txt (433.9 KB)

Hi Kesler,

It looks like your user owns a record set with an id of 0, which may be a remnant from an earlier version of Specify 6. To solve this, you need to run the following SQL statement on your Specify database:

UPDATE recordset SET TableID = 1 WHERE TableID = 0;

Once completed, you should be able to use the system once again as usual.

Thanks, Grant, for the fast response! I’ll talk to Ray about it.