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...Administration ...Administration ...Unable to delete Parent PortalUnable to delete Parent Portal
Previous
 
Next
New Post
1/1/2015 4:56 PM
 
Panagiotis,
https://dnntracker.atlassian.net/brow... is still open.
if you download Turbo scripts and extract TurboDNN.sql, you may search for "DeletePortalInfo" and should find the sproc to replace.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/1/2015 10:01 PM
 

Sebastian,

Thanks for your replying.

I'm afraid I cannot trust and re-apply the TurboDNN scripts - they have issue that seriously impacted the Journal modules of the platform.

Just to remind you, Go through the arisen issues that I have reported on:

Issue #1

http://www.dnnsoftware.com/forums/forumid/108/threadid/510154/scope/posts and its associated: https://dnntracker.atlassian.net/browse/DNN-5760

Issue #2

Initial Post: http://www.dnnsoftware.com/forums/forumid/108/threadid/506848/scope/posts

more specifically my issue:

http://www.dnnsoftware.com/forums/forumid/108/threadid/506848/scope/posts/threadpage/3 and my reply to yo after final resolvement

There are some others issues, but I will not bother to mention as evidence for my arguments, here.

MVPs on the Community do not recognise the scripts as dependable and part of the DNN platform implementation and timeline and do not provide any feedback upon after their effects on the Platform, i.e. after these will occur, and I do have the evidence of my arguments being sent to you on a private message that I can send to you.

Please since you occupy the important position that you do on the Community, please escalate it to JRA for rapid resolution and resolvement release on the immediate future DNN upgrades, cause a lot of developers suffer and a lot of customers complaining !

Cheers :)


Panagiotis Mylonas Managing Director InteliBrain http://InteliBrain.gr
 
New Post
1/2/2015 12:44 AM
 

Let me correct the 1st line of my initial post: Host -> Site Management


Panagiotis Mylonas Managing Director InteliBrain http://InteliBrain.gr
 
New Post
1/2/2015 12:46 AM
 
Furthermore to my search upon the issue I came across the following article:

https://support.managed.com/kb/a1968/...

More specifically:

o correct this issue you can attempt the following:
Prior to doing this it is highly recommended that you backup your database.

Specifically with this error message recieved it is referencing the dbo.TabPermission and the FK_TabPermission_Roles foreign key constraint it may be others if there are other foreign keys having dependency issues
Log in to your database via SQL management studio
Select your database
On the table you want to make changes to you need to run the below SQL query this query will let you identify wether:
sp_help [table_name]

* The table name is without the dbo.
Find the table that the error message you are getting. Right-click the table name and select Design
Once you are in the design mode select the relationships button from (the one circled red):

On the Foreign Key Relationships window you will see the list of the foreign keys. The one for this example is for the FK_TabPermission_Roles foreign key. Select FK_TabPermission_Roles relationship
In the section named INSERT And Update Specific change the Delete Rule to Cascade
Doing this will not save any information to the database. You will need to select the Generate Change Script button (the one circled red):

Save the script to your desktop and leave the name the same
You will then need to run the script from within SQL Management Studio. While still in the database you are using. Select the New Query button and open the SQL file in notepad or any text editor and copy and paste the contents into the query window

#################################################################################################################################

llowed carefully the instructions given above but when I ran the script of step No.10, I'm getting the error:

Msg 3728, Level 16, State 1, Line 1
'FK_TabPermission_Roles' is not a constraint.
Msg 3727, Level 16, State 0, Line 1
Could not drop constraint. See previous errors.
Msg 3902, Level 16, State 1, Line 1
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.
Msg 1785, Level 16, State 0, Line 1
Introducing FOREIGN KEY constraint 'FK_TabPermission_Roles' on table 'TabPermission' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
Msg 3902, Level 16, State 1, Line 1
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.

The exported script reads:
/*
A Date
User: SomeUser
Server: x.x.x.x,port no
Database: InteliBrainCOM
Application:
*/

/* To prevent any potential data loss issues, you should review this script in detail before running it outside the context of the database designer.*/
BEGIN TRANSACTION
SET QUOTED_IDENTIFIER ON
SET ARITHABORT ON
SET NUMERIC_ROUNDABORT OFF
SET CONCAT_NULL_YIELDS_NULL ON
SET ANSI_NULLS ON
SET ANSI_PADDING ON
SET ANSI_WARNINGS ON
COMMIT
BEGIN TRANSACTION
GO
ALTER TABLE dbo.TabPermission
DROP CONSTRAINT FK_TabPermission_Roles
GO
ALTER TABLE dbo.Roles SET (LOCK_ESCALATION = TABLE)
GO
COMMIT
BEGIN TRANSACTION
GO
ALTER TABLE dbo.TabPermission ADD CONSTRAINT
FK_TabPermission_Roles FOREIGN KEY
(
RoleID
) REFERENCES dbo.Roles
(
RoleID
) ON UPDATE NO ACTION
ON DELETE CASCADE

GO
ALTER TABLE dbo.TabPermission SET (LOCK_ESCALATION = TABLE)
GO
COMMIT

What am I doing wrong?

Panagiotis Mylonas Managing Director InteliBrain http://InteliBrain.gr
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Unable to delete Parent PortalUnable to delete Parent Portal


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