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.
Then had a look at the jobs and found that DTA Purge and Archive Job was disabled since a week (don't know how) and that was the reason for this issue. So to fix the issue, reconfigured the job and enabled it and also purged the Tracking database.
ServerLess360



Comments

Popular posts from this blog

The request has both SAS authentication scheme and 'Bearer' authorization scheme. Only one scheme should be used

Getting Started with Logic Apps - AS2

How to Debug and Trace request in Azure APIM - Portal, Postman, RequestBin