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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade 5.6 > 5.6.1 The stored procedure Upgrade 5.6 > 5.6.1 The stored procedure 'dbo.UpdateTabModuleVersionByModule' doesn't exist.
Previous
 
Next
New Post
1/28/2011 3:42 AM
 
I have upgraded from 5.6 to 5.6.1.
When I add a new module, or I create a new page, I have this error:
"The stored procedure 'dbo.UpdateTabModuleVersionByModule' doesn't exist."

I have see in the db, and the stored procedure not exist, but I have dbo.UpdateTabModuleVersion.
Can I rename this sp or UpdateTabModuleVersionByModule is different?

thanks
 
New Post
1/28/2011 3:58 AM
 
I have restored the db version of 5.6 and I have see that the sp UpdateTabModuleVersionByModule  exist, but the upgrade have deleted.
I have manually create this on the upgraded db.

CREATE PROCEDURE [dbo].[UpdateTabModuleVersionByModule]
    @ModuleID int
AS
    UPDATE dbo.TabModules
        SET    VersionGuid = NEWID()
    WHERE  ModuleID = @ModuleID


 
New Post
1/28/2011 4:01 AM
 
The different name indicates that it is a different procedure with different parameters. You may go to /providers/dataproviders/sqldataprovider and check for .log files with more than 2 bytes of size and search for "Create Procedure UpdateTabModuleVersionByModule", copying the statement (until the next GO line), paste it into the text box in Host SQL and run as script.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/28/2011 4:26 AM
 
Thanks.
I have verify all, and I see that the problem is my, because I have manually syncronized the db 5.6.1 with 5.6 (from staging to production) and I missing to check the new sotre procedure.

Sorry for this (my) mistake.
 
New Post
1/28/2011 5:04 AM
 
glad you were able to figure it out, have fun using DNN!

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade 5.6 > 5.6.1 The stored procedure Upgrade 5.6 > 5.6.1 The stored procedure 'dbo.UpdateTabModuleVersionByModule' 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