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 ...Error Installing DNN 6.2.3Error Installing DNN 6.2.3
Previous
 
Next
New Post
9/12/2012 6:19 PM
 

Bill,

 

I restored the database and site files and then proceeded to perform the upgrade again.  Again,m the Telerik dlls were not included, however, I corrected the issue, as you had suggested.

 

However, another strange thing happened, for every page, i receive a resource note fount error in that the page is just localhost/.aspx.

I reviewed the errors and yest, there was an error with the 06.02.01 SQL Provider.  The following is the error from the resource log;

 

System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'Level', table 'dotnetnukevwc.dbo.Tabs'; column does not allow nulls. UPDATE fails.
The statement has been terminated.
   at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection. (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)



WITH RecursiveTabs (TabID, Level, TabPath)
    AS    
    (
        SELECT
            TabID,
            0 AS Level,
            CAST('//' + dbo.RemoveStringCharacters(TabName, '&? ./''-#') AS NVARCHAR(255)) AS TabPath
        FROM dbo.Tabs
        WHERE ParentId IS Null
      
        UNION ALL
      
        SELECT
            T.TabID,
            R.Level + 1,
            CAST(R.TabPath + '//' + dbo.RemoveStringCharacters(TabName, '&? ./''-#') AS NVARCHAR(255))
        FROM dbo.Tabs T
        INNER JOIN RecursiveTabs R ON T.ParentId = R.TabID
    )
    
    UPDATE dbo.Tabs SET Level = R.LEVEL, TabPath = R.TabPath
    FROM dbo.Tabs T
    LEFT JOIN RecursiveTabs R ON R.TabID = T.tabID 

Looking at the original databse table, there are no entries for the level column that are NULL.  However, attempting to run the update area for the Tabs table manually, I noticed that there was an error in the the 'RemoveStringCharacters function or SP is not in my database.

From this error, I would assume that the "RemoveStringCharacters" function was omitted from the file.

As I do not have an issue with the tab displays or use with DNN 5.1.6, can I just delete the RecursiveTabs procedure?

 


Regards
Hans
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error Installing DNN 6.2.3Error Installing DNN 6.2.3


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