• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

forum error

just got this error:


Forum Error
An error has occurred. If you wish to notify the administrator please click here.
To go back to the main forum page please click here.

ERROR INFORMATION:
ODBC Error Code = 37000 (Syntax error or access violation)


[Microsoft][ODBC SQL Server Driver][SQL Server]Could not continue scan with NOLOCK due to data movement.



The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (1:1) to (1:94).


this b/c of my end? or something wrong with the forums?
 
Looking at the error it seems like it was just a database message because the query your transaction was using was trying to read a table with nolock when the data was locked by another user.

If so then it's not a problem, just resubmitting the query should work as the other user will have likely finished their transaction and therefore removed the lock next time you try.
 
Back
Top