This SharePoint tutorial, we will discuss how to resolve the error: Provisioning did not succeed. Details: The site template was not provisioned successfully. OriginalException: File or arguments not valid for site template ‘BLANKINTERNET#0’.
I faced this issue while trying to create a new site collection in SharePoint 2019. Below is the screenshot of the issue while creating a site collection.
Provisioning did not succeed
Now, we will see how to fix error, Provisioning did not succeed or The site template was not provisioned successfully error in SharePoint.
The workaround of the issue is creating an empty site collection using STSADM command next choose the template to create a SharePoint site.
Syntax
STSADM.EXE -o createsite -url <url-to-site-collection> -ownerlogindomain\user -owneremail <email-address>
Example
STSADM.EXE -o createsite -url http://servername:80/sites/RajSitecollection-ownerloginmydomain\rswain-owneremail [email protected] -sitetemplate CMSPUBLISHING#0
Remember, using the “Blank Site” template does NOT create a completely empty site collection.
The site collection created by the Blank Site template creates some content for the default website.
You can see the difference if you create a site collection using both methods and then inspect the content of the created sites using SharePoint designer 2013.
Then go to http://servername:80/sites/RajSitecollection, it will ask you to choose a site template. After select “Collaboration Portal”, the site is created without error.
You may like following SharePoint site collection tutorials:
- SharePoint 2013/2016: Get Site Collection or Site Created Date using PowerShell
- Create SharePoint Site Collection and Site using Nintex Workflow for Office 365
- Get all Subsites in Site collection programmatically using PnP core CSOM Library in SharePoint Online/2016/2013
- Microsoft SharePoint is not supported in 32-bit process. Please verify that you are running in a 64-bit executable
- Bind SharePoint list templates to dropdown list using JavaScript
I hope this tutorial will help to resolve Provisioning did not succeed. Details: The site template was not provisioned successfully error in SharePoint.
Rajkiran is currently working as a SharePoint Consultant in India . Rajkiran having 7+ years of experience in Microsoft Technologies such as SharePoint 2019/2016/2013/2010, MOSS 2007,WSS 3.0, Migration, Asp.Net, C#.Net, Sql Server, Ajax, jQuery etc.He is C#Corner MVP (2 Times).