Seaquel
SQL Server error code

SQL Server error 7932

SQL Server raises error 7932 at severity 16, which marks a problem with the query or data that you can correct.

Table error: The FILESTREAM directory ID %.*ls for object ID %d, index ID %d, partition ID %I64d is in filegroup %d, but should be in filegroup %d.
Msg7932
NameDBCC2_FS_ROWSET_IN_WRONG_FILEGROUP
Severity16
Group7000–7999

What it means

During DBCC CHECKDB, the FILESTREAM storage for the specified object was detected in the wrong filegroup. This could be a corruption in the metadata of the object.

Source: Database Engine events and errors