Error when trying to create a new collection "Form that is already visible cannot be displayed as a modal dialog box"



Solution

1. Restart the console, log out and log back in

2. Check in the Smsprov.log file for SQL related Errors

3. Reboot the SCCM Server

4. Try Increasing the tempdb size from 10MB to 100MB

5. Check with the SQL Team for to see  DDL Auditing is turned on

6. See if the last collection value of CollectionsID and NextCollectionID are in series

If value of CollectionsID in collections table is 101, and the value of NextCollectionID in nextids table is should be102. Select * From Collections Select * from Nextids.


7. Check the smsprov.log.

Point no. 5. is mostly causing the issue because the DBA Team sometimes enables DDL Auditing without informing..

Comments

Popular posts from this blog

SCCM: Determining installed applications last use time_ SQL Query.

Unable to read existing WUA Group Policy object. Error = 0x80004005.

SQL Query to find the detailed Enforcement Status of a Software Update Deployment for Patching.