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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Force a complete re-install?Force a complete re-install?
Previous
 
Next
New Post
10/22/2006 2:12 PM
 
Is there a way to force a complete re-install of the same version?  I am having problems with a site and am hoping that a complete reinstall of the same version (3.3.5) might help - just in case that some of the Stored procedures did not execute properly when I upgraded from 3.2.2.  I do not want to reset all my users if I do not have to. and I want to preserve  as much of thge current content as I can.

Thanks for any help.
 
 
New Post
10/22/2006 3:10 PM
 
If your concern is that some of the sprocs did not execute properly you could just run the sql to create/alter the procs again under Host Settings - SQL.  Check the run as script option.  Or you could use Query Analyzer or some such tool.
 
New Post
10/22/2006 8:10 PM
 

Empulse wrote
Is there a way to force a complete re-install of the same version?  I am having problems with a site and am hoping that a complete reinstall of the same version (3.3.5) might help - just in case that some of the Stored procedures did not execute properly when I upgraded from 3.2.2.  I do not want to reset all my users if I do not have to. and I want to preserve  as much of thge current content as I can.

Thanks for any help.
 

Empulse, what issues has put doubt in your mind about your upgrade?

Are certain modules not behaving correctly? or is there problems in the DNN core that you have found?

 


Craig Hubbard TechnicaOne Business Solutions - Australia
 
New Post
10/23/2006 1:51 AM
 
Most of the problem is outlined This thread

Primarily, When I try to install a module (hosts/upload new module) whether it is a upgrade or a new module, I get lots of errors - some process is running SQL queries with the database user name set as the objectqualifier for the table sysobjects.  sysobjects should always be referred to as "dbo.sysobjects", but I keep getting errors where it is referred to as "empulse_dnnuser.sysobjects".  Apparantly that was a problem with earlier versions of DNN that has supposedly been fixed.  I have looked through all the stored procedures and all the dataprovider files looking for a place where the sysobjects table is referenced with the databaseowner as the objectqualifier, but haven't been able to track the culprit down. 

I think that my host may not have had the permissions for the ASP.NET worker process set properly when I made the initial upgrade from 3.2.2 to 3.3.5 and that may have  prevented some processes from installing porperly.  At least that is my current working theory.   I wanted to try a complete reinstall, hopefully preserving my current data.
 
New Post
10/23/2006 9:26 AM
 
Assuming SQL2005, try this query to search your database objects:

SELECT ROUTINE_NAME, ROUTINE_DEFINITION
FROM INFORMATION_SCHEMA.ROUTINES (NOLOCK)
WHERE ROUTINE_DEFINITION LIKE '%empulse%'
  AND ROUTINE_TYPE='PROCEDURE'

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Force a complete re-install?Force a complete re-install?


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