This article addresses scenarios where a Universe import in Identity Governance fails to progress, remaining at 0% for an extended duration. This is typically indicative of a database resource constraint preventing the import job from initializing correctly.
Identity Governance 14.x
The Identity Governance database (ig_db) has reached the capacity of its 'PRIMARY' filegroup, preventing the import process from allocating the necessary space for execution contexts.
org.springframework.jdbc.BadSqlGrammarException indicating an allocation failure:
com.microsoft.sqlserver.jdbc.SQLServerException: Could not allocate space for object 'dbo.qExecutionContexts'.'U_qExecutionContexts' in database 'ig_db' because the 'PRIMARY' filegroup is full.
The Identity Governance database (ig_db) has reached the capacity of its 'PRIMARY' filegroup, preventing the import process from allocating the necessary space for execution contexts.
Resolution: To resolve this issue, you must increase the available disk space for the database:
Verify Database Space:
ig_db database.Increase Available Space:
Restart and Resubmit: