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

HomeHomeDevelopment and...Development and...SQL and SQL Ser...SQL and SQL Ser...Maximum stored procedure, function, trigger, or view nesting level exceededMaximum stored procedure, function, trigger, or view nesting level exceeded
Previous
 
Next
New Post
10/12/2012 11:23 AM
 
thanks for reporting your findings, it looks like there is an issue in this function, but this function should not return an empty list name. Please check, whether there is a list in your Lists table with an empty list name.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/12/2012 11:47 AM
 
As far as I can see in an instance, ParentID is not allowed to be Null, however it might contain an invalid ID, if the parent is deleted by child lists remain.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/12/2012 12:06 PM
 
Yes Sebastian,
I think must check ParentID exist before do AddListEntry
In file \DesktopModules\Admin\Lists\ListEntries.ascx.cs, at line 817

case "saveentry":
if (SelectedList != null)
{
entry.ParentKey = SelectedList.ParentKey;
entry.ParentID = SelectedList.ParentID; (must be check ParentID exist in database)
entry.Level = SelectedList.Level;
}

https://www.onednn.com
 
New Post
10/6/2014 9:03 AM
 

We had exactly the same issue when we removed some countries from the country list.

Thanks for sharing your script it helped confirm the error and helped us resolve the DNN Error.

 


Craig Hubbard TechnicaOne Business Solutions - Australia
 
New Post
10/6/2014 9:08 AM
 
Craig,
DNN 7.3.3 upgrade script does include regions for all countries and therefore requires all countries to be present

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeDevelopment and...Development and...SQL and SQL Ser...SQL and SQL Ser...Maximum stored procedure, function, trigger, or view nesting level exceededMaximum stored procedure, function, trigger, or view nesting level exceeded


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