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 ...Upgrade from DNN 4.9.4 to DNN 5.1.2 issuesUpgrade from DNN 4.9.4 to DNN 5.1.2 issues
Previous
 
Next
New Post
9/25/2009 12:22 AM
 

It looks like this may be a bug in Telerik and a fix should be issued soon...

http://www.telerik.com/community/forums/dotnetnuke/skin-objects/errors-with-radmenuactions-after-upgrading-to-dnn-5-1-2.aspx

In the meantime I stripped out all my RadMenus and replaced them with SolPart (temp!)


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
9/25/2009 10:01 AM
 

I copied my 4.9.4 site to a different directory on the same server, set everything up and got it working perfectly. So, I had an exact duplicate of my site. I upgraded that one to 5.1.2 with no problems. When I tried to upgrade my core site, it went smooth during the install, but now I cannot edit modules on my single portal site. Very strange behavior. It's as if the SU account became corrupted somehow.

I do not understand because it worked perfectly for the duplicate site. So I can see exactly what is missing on the core site. They are the same site with diff dirs and dbs on the same server. This makes NO sense.

Sigh..

 
New Post
9/25/2009 11:44 AM
 

Ted, can you elaborate on what does not work? I did the 5.1.2 upgrade and my site runs fine but I cannot do stuff like Edit Roles, etc. This post has a small portion of my log file. There are some references to permissions. And I don't have any modules even showing up on the Extensions page and several others. I am into about two weeks with these issues and my client is growing weary. I may have to roll back to 4.9.4 but I would rather be able to solve these issues. It seems like a lot of people are having a lot of issues. But most of the posts will request more info and when it is provided no further posts are made. I know this is a complex environment, but with so many people having so many problems, it seems like there would be some commonality.

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/108/threadid/330049/scope/posts/Default.aspx


Forerunner Communications, LLC
DotNetNuke Integration Specialists

 
New Post
9/25/2009 12:02 PM
 

Rodney Joyce wrote
 

It looks like this may be a bug in Telerik and a fix should be issued soon...

http://www.telerik.com/community/forums/dotnetnuke/skin-objects/errors-with-radmenuactions-after-upgrading-to-dnn-5-1-2.aspx

In the meantime I stripped out all my RadMenus and replaced them with SolPart (temp!)

Rod, I have about a two year old version of Telerik at www.iar.ubc.ca and I did not install it. But now I am supporting it. After my 5.1.2 upgrade my site seems to be working fine, but a lot of the Admin and Host functions are hosed. Do you think that the Telerik menu could be causing other functionality to not work? I have so many posts about this but not finding any help. The right hand menus on this site are CISSSidemenu not Telerik. Only the top menu is Telerik.

Here are just a few of my symptoms. On some pages like Admin > Languages and Host > Extensions there is not even a module on the page when browse it. For others like Edit Roles I can see the modules but on Edit I get errors like...

Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Input string was not in a correct format. ---> System.formatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberformatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberformatInfo info) at DotNetNuke.Modules.Admin.Security.EditRoles.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

Here is a snippet from the top of my log file during the upgrade. Although I did not get any failures on the update page, I did have one pretty big log on the 5.00.01.log. But the previous and subsequent log files were empty.

System.Data.SqlClient.SqlException: There is already an object named 'GetPermissionsByFolder' in the database.
   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)

 

CREATE PROCEDURE dbo.GetPermissionsByFolder
AS
 SELECT  PermissionID,
  PermissionCode,
  PermissionKey,
  PermissionName
 FROM    dbo.Permission
 WHERE   PermissionCode = 'SYSTEM_FOLDER'
 ORDER BY PermissionID


System.Data.SqlClient.SqlException: Cannot drop the procedure 'dbo.GetPermissionsByTabID', because it does not exist or you do not have permission.
   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)


Forerunner Communications, LLC
DotNetNuke Integration Specialists

 
New Post
9/25/2009 8:02 PM
 

It's hard to say what the problem is, but IMHO I would not spend too much time on low-level core errors. I would try another upgrade.

Basically I had my site upgraded and there were no errors. But the site was shafted (lots of errors in the SQL log files).

So I had it cloned and upgraded and it worked fine.

So I  immediately tried again on my live site and it failed miserably (note, they were CLONES).

So I tried to swap the successful upgrade for my live site and it bombed - so I had to roll back everything.

Hence I would first confirm that the upgrade fails consistently before spending time trying to fix it.

I am personally going to wait a few more versions...


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade from DNN 4.9.4 to DNN 5.1.2 issuesUpgrade from DNN 4.9.4 to DNN 5.1.2 issues


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