Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Click here for more information.
We are receiving the below error during our Normalize process. Our DBA has increased the tempdb space for us so that the Normalize process can finish. However we would like to know what we can do to avoid this going forward. The error states "Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup."
Which one of these steps can we take advantage of to avoid the issue in the future?
We are using an FNMS compliance MSSQL database as our data source.
ERROR An error occurred while importing task[17271]
System.AggregateException: One or more errors occurred. ---> System.Data.SqlClient.SqlException: Could not allocate space for object 'dbo.SORT temporary run storage: 140821531066368' in database 'tempdb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
‎Feb 17, 2022 09:58 AM
Hi @karljwogoman ,
I personally prefer to set auto growth on for existing files in the filegroup.
Could you confirm with your DBA which DB server the changes were made to? FNMA SQL database server or the BDNA database server? If the issue occurred on your FNMS SQL server, could you please share the FNMS extractor config file with me? We have an optimized version for the FNMS extractor config file which could prevent such error from happening , but we might need to check if there is any customized section in your current config file first.
Regards,
Gang
‎Feb 18, 2022 02:00 PM