Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AspDotNetStoreFront
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Iron Speed Designer is a software development tool for building database, reporting, and forms applications for .NET without hand-coding.
 


  Sponsors  

Meet Our Sponsors

AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Help Module [Le...  Help module will not install
Previous Previous
 
Next Next
New Post 12/10/2006 9:41 PM
User is offline yair
25 posts
10th Ranked


Re: Help module will not install 

Hello Déclic (and whom ever it may concern)

Usually when you install a DNN module in your app it creates several tables and stored procedures in the app DB. The help module is no exception and while installing it some SQL scripts are performed and create new tables and new stored procedures that later on enable to operate the module.

The error that you and I encountered indicates that a specific stored procedure called : dbo.[Help_SearchTutorials]

was not created due to a SQL syntax error in it, thus you need to create it manually, in order to do that you have to reach the DB via some editor (I use the SQL Server Management Studio Express) and copy to it the SP syntax as it is written in the error massage, then correct it (as I mention in my last post by adding the + signs) and execute the query.

This will create your missing SP and you will be able to keep on working with the help module (note that after that there is no need to reinstall the module).

 
New Post 12/12/2006 9:13 AM
User is offline Declic Video
903 posts
declic-video-fx.com
7th Ranked


Re: Help module will not install 
 yairt wrote

{...} thus you need to create the procedure manually, in order to do that you have to reach the DB via some editor {...} and copy to it the SP syntax as it is written in the error message, then correct it (as I mention in my last post by adding the + signs) and execute the query.

This will create your missing SP and you will be able to keep on working with the help module (note that after that there is no need to reinstall the module).

That's just PERFECT yairt. It solves my problem. Sorry, I did not read completely and correctly your post, everything was clear.
So, for dummies like me, I summarize: open your database (any web interface provide a tool called new SQL query or equivalent), and just copy and paste the following code into this new sql query. It will create the adequate procedure (and no need to re-install anything, the help module just works !):

CREATE PROCEDURE dbo.[Help_SearchTutorials] @Search nvarchar(100) AS SELECT dbo.Help_Tutorials.TutorialGUID, dbo.Help_Tutorials.TutorialID, dbo.Help_Tutorials.Title, dbo.Help_Tutorials.ProductImage, dbo.Help_Tutorials.Featured, dbo.Help_Tutorials.KeyWords, dbo.Help_Tutorials.DownloadName, dbo.Help_Tutorials.ShortDesc, dbo.Help_Tutorials.Archive, dbo.Help_Tutorials.Description, 0 AS ViewOrder FROM dbo.Help_Tutorials WHERE (dbo.Help_Tutorials.Title LIKE N'%' + @Search + '%') OR (dbo.Help_Tutorials.KeyWords LIKE N'%' + @Search + '%') OR (dbo.Help_Tutorials.ShortDesc LIKE N'%' + @Search + '%') OR (dbo.Help_Tutorials.Description LIKE N'%' + @Search + '%')

Déclic Vidéo FX

 
New Post 12/12/2006 1:25 PM
User is offline Philip Beadle
1142 posts
www.philipbeadle.net
6th Ranked








Re: Help module will not install 

Thats right.  The syntax error is caused be me not saving the sql file in UTF-8 format which makes the + not show in te resulting executed SQL thus causing the error.

Glad you got it sorted out.


Philip Beadle (DNN Core Team)
My Blog
My DNN Blog
TDD DNN Module Template
 
New Post 12/15/2006 5:13 AM
User is offline Declic Video
903 posts
declic-video-fx.com
7th Ranked


Re: Help module will not install 
Modified By Declic Video  on 12/17/2006 9:21:45 AM)

yairt,

Did you solved your problem concerning your "error message" ?? Did you encounter other problems after the manual creation of the procedure ?... Are we sure that the help module is compatible with DNN 4.3.7 ???

Déclic Vidéo FX

 
New Post 12/17/2006 1:39 PM
User is offline Philip Beadle
1142 posts
www.philipbeadle.net
6th Ranked








Re: Help module will not install 
The Help Module 2.0.4 is compatible with both DNN 3.x.x and DNN 4.x.x.  New release is now packaged and going through the release prcess. This new version is only compatible with DNN 4.3.x and above.
Philip Beadle (DNN Core Team)
My Blog
My DNN Blog
TDD DNN Module Template
 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Help Module [Le...  Help module will not install
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Venexus, Inc.
Need custom a custom DotNetNuke module? From module planning to deployment, including training and support, Venexus developers deliver end-to-end web solutions on time and on budget.
www.venexus.com
Bring2mind
Document Centric DNN Module Solutions
www.bring2mind.net
WEBPC™ DotNetNuke® sites for Small Business
WEBPC™ are internet consultants and web hosters catering to the small business market.
www.webpc.biz

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP