Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...The stored procedure The stored procedure 'dbo.FAQSearch' doesn't exist
Previous
 
Next
New Post
10/28/2009 9:23 AM
 

hello,

i have migrated my dnn 5.1 website into a new server.

everything works fine except the MAP & FAQs Modules, each time i add them to the page i get the error:

DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.FAQSearch' doesn't exist (for the FAQs) and similar ones in the MAP.

i tried uninistalling them and deleted also thier files, then re installed them again .

the same error appears!

please advice.

 
New Post
10/29/2009 2:54 AM
 

 this is serious guyz!

any ideas ? 

 
New Post
10/29/2009 4:05 AM
 

I don't see, how this affects Map module.

Regarding FAQ, if you don't already have content, I'd suggest to uninstall the module in Host::Module definitions and reinstall.

another option would be, in Host :: SQL to rerun latest SQL scripts. to be found inside /desktopmodules/FAQ/providers/dataproviders/sqldataprovider.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/29/2009 4:40 AM
 

 thanx Sebastian, 

i already uninistalled it and installed it again, the same error is still.

also, there's no providers folder in the mentioned path, so i tried to execute this file (03.03.03) which is in desktopmodules/FAQs in Host/SQL and i got this:

System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'CategoryId' in table 'dbo.FAQs' is specified more than once. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) /************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ /***** for dbo. and *****/ /***** *****/ /************************************************************/ /** Create FAQs Table **/ /* ===================================================================================== / TABLE: dbo.FAQs / ===================================================================================== */ if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[FAQs]') and OBJECTPROPERTY(id, N'IsTable') = 1) if not exists (select * from dbo.sysobjects O INNER JOIN dbo.syscolumns C ON O.ID = C.ID where OBJECTPROPERTY(O.ID, N'IsTable') = 1 and O.Name = N'dbo.[FAQs]' and C.Name = N'[CategoryId]') BEGIN ALTER TABLE dbo.[FAQs] ADD [CategoryId] [int] NULL ALTER TABLE dbo.[FAQs] ADD [DateModified] [datetime] NULL ALTER TABLE dbo.[FAQs] ADD [ViewCount] [int] NOT NULL DEFAULT 0 END 

 

 

 
New Post
10/29/2009 4:55 AM
 

 finally worked, 

in my config file, i changed this:

<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" />

into this:

<add key="SiteSqlServer" value="Server=RJAAWEB\SQLEXPRESS;Database=;uid=rj_user;pwd="/>

y it worked, i don't know :D

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...The stored procedure The stored procedure 'dbo.FAQSearch' doesn't exist


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out