Hi
My site is recording a few general exceptions about every 30mins (eg: 13:09pm, 13:42pm, 14:12pm, 14:42pm, 15:13pm etc etc) throughout the day.
The InnerException is: The stored procedure 'dbo.worksp_YourCompany_GetStoreLocators' doesn't exist.
Note: I have not created or added any modules with "YourCompany" in the namespace or path anywhere and the name of the SP is not known to me.
However our tables do all have the "worksp" prefix !!
Can anyone suggest how can I identify what is being called and get to the bottom of this.
Many thanks - Guy
=========================================
ps : The complete General Exception is:
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: The stored procedure 'dbo.worksp_YourCompany_GetStoreLocators' doesn't exist.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.InvalidOperationException: The stored procedure 'dbo.worksp_YourCompany_GetStoreLocators' doesn't exist.
at System.Data.SqlClient.SqlCommand.DeriveParameters()
at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)
at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues)
at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter)
at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter)
at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
at YourCompany.Modules.StoreLocator.SqlDataProvider.GetStoreLocators(Int32 ModuleId) at YourCompany.Modules.StoreLocator.StoreLocatorController.GetStoreLocators(Int32 ModuleId) at YourCompany.Modules.StoreLocator.StoreLocatorController.GetSearchItems(ModuleInfo ModInfo)
at DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(Int32 PortalID)
Source:
Server Name: LON-XXXXXXXX