SETUP: SQL Server 2005 & DotNetNuke 05.01.02.
This started with me trying to install a DNN Module that had \"select * from dbo.sysobjects\" in it\'s SQL scripts
It looks like someone might have revoked the permissions on sys.configurations
for the public role. Or denied access to this view to this particular user. Or the user has been created after the public role was removed from the sys.configurations tables.
Provide SELECT permission to public user sys.configurations object.