Could Not Allocate Space for Object... because the 'PRIMARY' filegroup is full
Today lots of messages were getting suspended in the production env and to find the exact reason for this sudden messages getting suspended, looked into the Event Log and found below two errors:
Why it happened:
As can be interpreted from error message, the allocated space for BizTalkMsgBoxDb was full.What to do:
The first thing was to check if AutoGrowth is enabled or not on BizTalkMsgBoxDb, and it was.
Comments
Post a Comment