Could not allocate a new page for database 'TEMPDB' because of insufficient disk space in filegroup 'DEFAULT' while running an export from Client Tools
book
Article ID: 372989
calendar_today
Updated On:
Products
CA Identity GovernanceCA Identity Suite
Issue/Introduction
While running an export from Client Tools the following message can be displayed in the Identity Governance log file:
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Could not allocate a new page for database 'TEMPDB' because of insufficient disk space in filegroup 'DEFAULT'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
Environment
Identity Governance 14.x
Cause
This is caused due to tempdb being used for the export that stores the data in the database
Resolution
To resolve this issue, adjust your auto-growth settings for the database:
Log in to SQL Server Management Studio with a user having sysadmin privileges.
Expand System Databases, right-click the tempdb and click on Properties.
Click Files in the left pane and then click on the ellipses button.
In the Change Autogrowth window ensure Enable Autogrowth is selected, and change File Growth section to In Percent and select 10. Ensure the Maximum File Size field is set to unrestricted File Growth.
After clicking OK, the new settings should be set.