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...Error upgrading from 7.2.2 to 7.3.2Error upgrading from 7.2.2 to 7.3.2
Previous
 
Next
New Post
8/25/2014 9:46 AM
 
Hello,
performing the upgrade all the messages said 'success' except for the last 3 which were:

00:00:17.875 - Installing Package File jQueryMigrate: Error!
00:00:18.188 - Installing Package File jQueryUI: Error!
00:00:18.235 - Installing Package File KnockoutMapping: Error!

The corresponding error in the event log is of the kind:

Package Installation aborted - jQuery-UI:Cannot insert duplicate key row in object 'dbo.PackageDependencies' with unique index 'IX_PackageDependencies_Dependant'. The duplicate key value is (114, jQuery, 1.6.4). The statement has been terminated.

The site itself looks fine, but it continuously logs exceptions such as:

System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at DotNetNuke.Entities.Portals.PortalController.GetPortalSettingsDictionaryCallback(CacheItemArgs cacheItemArgs)

What's the cause and how can I fix it, please?

Thanks
Franco
 
New Post
8/25/2014 9:48 AM
 
I forgot to mention that the site is not using anything special, except for the native localization (2 languages).
 
New Post
8/25/2014 10:49 AM
 
Well, I think I was able to fix it by following this thread http://www.dnnsoftware.com/forums/for...

In particular here is the query (be CAREFUL to select the portals you need in case of multiple sites):

delete x from (
select *, rn=row_number() over (partition by settingname order by settingname)
from portalsettings
) x
where rn > 1;

So far so good...
Franco
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error upgrading from 7.2.2 to 7.3.2Error upgrading from 7.2.2 to 7.3.2


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