SolidCP support for...
 
Notifications
Clear all

SolidCP support for Sharepoint 2016?

10 Posts
2 Users
0 Likes
2,381 Views
Posts: 12
Topic starter
(@nixxx0n)
Active Member
Joined: 8 years ago

When will SolidCP support upcoming Sharepoint 2016?

Thank you for your reply in advance.

Nikola

9 Replies
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

Hello,

We should have added support for Sharepoint 2016 with the next stable release in May.

It is currently not yet added to the beta though as i am still working on the Skype for Business alpha code, once thats completed i will work on Sharepoint 2016.

Regards,

Marco

Reply
Posts: 12
Topic starter
(@nixxx0n)
Active Member
Joined: 8 years ago

Hi Marco,

Thank you for quick reply! Really appreciate that! Keep up with a good work!

Best regards,

Nikola

Reply
Posts: 12
Topic starter
(@nixxx0n)
Active Member
Joined: 8 years ago

Hi Marco,

Do you have approximate date when will Sharepoint 2016 be supported?

Best regards,

Nikola

Reply
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

Hello,

It’s been added in the may release (version 1.0.3)

So if you have the current stable sharepoint 2016 should be working in it.

Do note if you use sharepoint enterprise 2016 you might need a fix in the DB:

Run this in a query on the SolidCP Database:

IF NOT EXISTS (SELECT * FROM [dbo].[Providers] WHERE [DisplayName] = 'Hosted SharePoint Enterprise 2016')
BEGIN
DECLARE@provider_id AS INT
DECLARE@group_id AS INT
SELECT@group_id = GroupId FROM [dbo].[ResourceGroups] WHERE GroupName = 'Sharepoint Enterprise Server'
SELECT TOP 1@provider_id = ProviderId + 1 From [dbo].[Providers] ORDER BY ProviderID DESC
INSERT [dbo].[Providers] ([ProviderID], [GroupID], [ProviderName], [DisplayName], [ProviderType], [EditorControl], [DisableAutoDiscovery])
VALUES (@provider_id,@group_id , N'HostedSharePoint2016Ent', N'Hosted SharePoint Enterprise 2016', N'SolidCP.Providers.HostedSolution.HostedSharePointServer2016Ent, SolidCP.Providers.HostedSolution.SharePoint2016Ent', N'HostedSharePoint30', NULL)
END
GO

Regards,

Marco

Reply
2 Replies
(@nixxx0n)
Joined: 8 years ago

Active Member
Posts: 12

Ah sorry, i was only checking in enterprise part...
Now when i tried to add service "Hosted Sharepoint Foundation 2016" i receive "The expected version of the software is not found on your server." error. I got this (16.0.4351.1000) version of Sharepoint 2016 installed. This is latest one that can be downloaded from MS.

Reply
Admin
(@m-tiggelaar)
Joined: 8 years ago

Noble Member
Posts: 1964

Ah.. i see an issue with the code.

Can you verify this is the correct regestry path:
"HKLMSOFTWAREMicrosoftShared ToolsWeb Server Extensions16.0";
"HKLMSOFTWAREWow6432NodeMicrosoftShared ToolsWeb Server Extensions16.0";

And filepath: "%commonprogramfiles%microsoft sharedWeb Server Extensions16HCCab";

If so i will make a fix right now on the beta 🙂

Reply
Page 1 / 2
Share: