Skip to main content
Planview Customer Success Center

Could not allocate space for object 'XXX' - 'PRIMARY' filegroup is full

Symptoms

The error message will show the table name that was accessed, e.g.:

Could not allocate space for object 'dbo.WorkflowLog'.'PK_WorkflowLog' in database 'Changepoint' because the 'PRIMARY' filegroup is full".

This can happen when trying to log into Changepoint, or when already logged in and doing any activity.


Resolution

The environment did not have sufficient space. Database administrator increased the size of the 'PRIMARY' filegroup in the Changepoint database and enable Autogrowth as follows:

1) Open your database manager (ex. Microsoft SQL Server Management Studio).
2) Click View > Object Explorer.
3) Expand Databases > Changepoint > right click > Properties > Files.
4) For the PRIMARY Filegroup row, click the Initial Size (MB) value and increase it. 
5) Click the Autogrowth / Mazsize ... icon and check "Enable Autogrowth" if not already checked > OK. 
6) Click OK.