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...Subquery returned more than 1 value. Subquery returned more than 1 value.
Previous
 
Next
New Post
2/12/2010 12:03 PM
 

When attempting to upgrade I got the error

Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.

In my case this was caused by a third party menu component - mine was CISS.SideMenu but I guess any third party component might do this - that had placed triggers on the (my case) Tabs table in the database. I used this code in SQL Server Managment Studio to turn the triggers off before retrying the upgrade and to turn them back on later.

DISABLE

TRIGGER DNN360Menu_Update on Tabs;

DISABLE

TRIGGER DNN360Menu_delete on Tabs;

DISABLE

TRIGGER DNN360Menu_Insert on Tabs;

ENABLE

TRIGGER DNN360Menu_Update on Tabs;

ENABLE

TRIGGER DNN360Menu_delete on Tabs;

ENABLE

 

 

 

TRIGGER DNN360Menu_Insert on Tabs; 


Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
8/31/2012 5:53 AM
 
Hello,
I was having same error, and I fixed executing before to upgrade:

DISABLE TRIGGER DNN360Menu_Update on Tabs;
DISABLE TRIGGER DNN360Menu_delete on Tabs;
DISABLE TRIGGER DNN360Menu_Insert on Tabs;

Once upgrade process has finished I executed:

ENABLE TRIGGER DNN360Menu_Update on Tabs;
ENABLE TRIGGER DNN360Menu_delete on Tabs;
ENABLE TRIGGER DNN360Menu_Insert on Tabs;

That's it.
 
New Post
10/9/2012 6:22 PM
 
I am getting a similar error and upgrade issue and I too have one of those DNN360 Menus

Exactly how do I fix this as you did before completing my upgrade to the next version?

Where do I type or execute:

DISABLE TRIGGER DNN360Menu_Update on Tabs;
DISABLE TRIGGER DNN360Menu_delete on Tabs;
DISABLE TRIGGER DNN360Menu_Insert on Tabs;

Do i do this in DNN SQL Update?

 
New Post
10/10/2012 2:23 AM
 
You log in as host and use the sql page.

Type the sql commands then tick the run as script box and click the execute button


rgds,
Bill
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Subquery returned more than 1 value. Subquery returned more than 1 value.


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