SolidCP ERROR
 
Notifications
Clear all

SolidCP ERROR

23 Posts
3 Users
0 Likes
4,011 Views
Posts: 13
Topic starter
(@systematiq)
Active Member
Joined: 7 years ago

I Think i have run all the necessary SQL but i still get the same error. Do you have a clue from the error where i should be looking?

Reply
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

 

When you run the latest update_db.sql did it error at all?

 

Thanks,

 

Trevor Robinson

Reply
Posts: 13
Topic starter
(@systematiq)
Active Member
Joined: 7 years ago

Yes:

 

Msg 515, Level 16, State 2, Line 9658

Cannot insert the value NULL into column 'GroupOrder', table 'Websitepanel.dbo.ResourceGroups'; column does not allow nulls. INSERT fails.

The statement has been terminated.

Msg 547, Level 16, State 0, Line 9659

The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Providers_ResourceGroups". The conflict occurred in database "Websitepanel", table "dbo.ResourceGroups", column 'GroupID'.

The statement has been terminated.

Msg 2627, Level 14, State 1, Line 9662

Violation of PRIMARY KEY constraint 'PK_Quotas'. Cannot insert duplicate key in object 'dbo.Quotas'. The duplicate key value is (550).

The statement has been terminated.

Msg 2627, Level 14, State 1, Line 9664

Violation of PRIMARY KEY constraint 'PK_Quotas'. Cannot insert duplicate key in object 'dbo.Quotas'. The duplicate key value is (551).

The statement has been terminated.

Msg 2627, Level 14, State 1, Line 9666

Violation of PRIMARY KEY constraint 'PK_Quotas'. Cannot insert duplicate key in object 'dbo.Quotas'. The duplicate key value is (552).

The statement has been terminated.

Reply
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

 

Can you run this in SQL Management Studio new query and let me know if it returns anything:

SELECT * FROM [dbo].[ResourceGroups] WHERE [GroupID] = '33'

 

Thanks,

 

Trevor Robinson

Reply
Posts: 13
Topic starter
(@systematiq)
Active Member
Joined: 7 years ago

Hi Trevor.

Yes:

 

GroupID GroupName GroupOrder GroupController ShowGroup
33 VPS2012 20 NULL 1

Reply
Page 4 / 5
Share: