Comments
Sort by recent activity
I think I tracked down the issue. We had a situation where a CREATE TABLE source file referenced a PARTITION that no longer existed in the database. This generated a different error. To resolve the issue, I removed the ON clause from the source file in question, so the partition was no longer referenced. This led to the above error. To resolve the above error, I deleted the source file in question. This eliminated the above error, and I was able to view the Commit page, I had to recreate the CREATE TABLE source file, but that was no big deal. / comments
I think I tracked down the issue.We had a situation where a CREATE TABLE source file referenced a PARTITION that no longer existed in the database. This generated a different error. To resolve the ...