Hi
I got the following error: "The stored procedure 'dbo.Help_SearchTutorials' doesn't exist". I checked the database and it doesn't exist.
The process that lead to this error was:
- Did a clean install of DNN4.3.0 (Win 2003, SQL Server 2000).
- Logged in a host.
- Added a page.
- Added the Help module to the page.
- Entered a Category and clicked GO
- Got the above error.
I checked the logs in DNN to see if anything was mentioned about the installation and found the following for the Help module:
Install Module:: Help
Info:: INSTALL_Start
Info:: FILES_Reading
Info:: FILE_Loading01.00.00.SqlDataProvider
Info:: FILE_ReadSuccess
Info:: FILE_Loading02.00.00.SqlDataProvider
Info:: FILE_ReadSuccess
Info:: FILE_Loading02.00.01.SqlDataProvider
Info:: FILE_ReadSuccess
Info:: FILE_Loading02.00.02.SqlDataProvider
Info:: FILE_ReadSuccess
Info:: FILE_Loading02.00.03.SqlDataProvider
Info:: FILE_ReadSuccess
Info:: FILE_LoadingCategoryEdit.ascx
Info:: FILE_ReadSuccess
Info:: FILE_LoadingDotNetNuke.Modules.Help.dll
Info:: FILE_ReadSuccess
Info:: FILE_LoadingDotNetNuke.Modules.Help.SqlDataProvider.dll
Info:: FILE_ReadSuccess
Info:: FILE_LoadingHelp.ascx
Info:: FILE_ReadSuccess
Info:: FILE_LoadingHelp.dnn
Info:: FILE_ReadSuccess
Info:: FILE_LoadingHelpEdit.ascx
Info:: FILE_ReadSuccess
Info:: FILE_Loadingmodule.css
Info:: FILE_ReadSuccess
Info:: FILE_LoadingNavPane.ascx
Info:: FILE_ReadSuccess
Info:: FILE_LoadingResources.zip
Info:: FILE_ReadSuccess
Info:: FILE_LoadingSettings.ascx
Info:: FILE_ReadSuccess
Info:: FILE_LoadingUninstall.SqlDataProvider
Info:: FILE_ReadSuccess
Info:: FILES_ReadingEnd
Info:: DNN_Reading
Info:: DNN_Valid
Info:: XML_Loaded
Info:: FILES_Loading
Info:: MODULES_Loading
Info:: MODULES_ControlInfo
Info:: MODULES_ControlInfo
Info:: DNN_Success
Info:: SQL_Begin
Info:: SQL_Executing02.00.00.SqlDataProvider
Info:: SQL_BeginFile
Info:: SQL_EndFile
Info:: SQL_Executing02.00.01.SqlDataProvider
Info:: SQL_BeginFile
Info:: SQL_EndFile
Info:: SQL_Executing02.00.02.SqlDataProvider
Info:: SQL_BeginFile
Info:: SQL_Exceptions
Info:: SQL_EndFile
Info:: SQL_Executing02.00.03.SqlDataProvider
Info:: SQL_BeginFile
Info:: SQL_EndFile
Info:: SQL_End
Info:: FILES_Creating
Info:: FILES_Expanding
Info:: FILES_CreatedResources
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\bin\DotNetNuke.Modules.Help.dll
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\bin\DotNetNuke.Modules.Help.SqlDataProvider.dll
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\CategoryEdit.ascx
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Help.ascx
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\HelpEdit.ascx
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\NavPane.ascx
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Settings.ascx
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Providers\DataProviders\SqlDataProvider\02.00.00.SqlDataProvider
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Providers\DataProviders\SqlDataProvider\02.00.01.SqlDataProvider
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Providers\DataProviders\SqlDataProvider\02.00.02.SqlDataProvider
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Providers\DataProviders\SqlDataProvider\02.00.03.SqlDataProvider
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Uninstall.SqlDataProvider
Info:: FILE_CreatedC:\Data\IIS\<SERVERNAME>\DotNetNuke430\DesktopModules\Help\Help.dnn.config
Info:: FILES_Created
Info:: REGISTER_Module
Info:: REGISTER_Definition
Info:: REGISTER_Controls
Info:: REGISTER_End
Info:: INSTALL_Success
Server Name: <SERVERNAME>
I don't see any errors in the above.
Any idea's what has gone wrong?
Thanks.
Alan