What causes this error: “There is insufficient system memory in resource pool 'internal' to run this query”?

StackOverflow https://stackoverflow.com/questions/9432515

  •  12-11-2019
  •  | 
  •  

Pregunta

I occasionally get this error message on a Tridion 2011 SP1 development machine:

There is insufficient system memory in resource pool 'internal' to run this query. Unable to save Schema (tcm:0-0-0). A database error occurred while executing Stored Procedure "EDA_ORG_ITEMS_FINDUNIQUENESSCONFLICTS".EDA_ORG_ITEMS_FINDUNIQUENESSCONFLICTS

Searching for the error message here on StackOverflow suggests rewriting the stored procedure to not use temporary tables. Without doing that, does anyone know how to get rid of this error message?

¿Fue útil?

Solución

Although it is hard to be certain that the upgrade fixed it, the problem hasn't occurred anymore after upgrading SQL Server 2008 R2 to SP1.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top