SP2019 On-Prem: Error message on creating a site collection

Jens Friedrich 201 Reputation points
2021-08-19T07:46:37.867+00:00

Hello,

my "normal" users should be able to create a site collection.

This works normally via your personal homepage (click on "SharePoint" on the top left corner and than "+ New website"). Whether I'll try to create a team or a communication website, I'm getting the following error message (even as Administrator) starting the creation process:
"Couldn't create the site, please go back and try again."

How can I resolve this error?

It's a strange thing that it works via Central administration with a farm admin account.
Option "Allow users to create site collections in defined URL namespaces" is set to "On" in the Self Site Creations
Option "Show the Create site command to users who have permission to create sites" is activated
Option "This web application" is set to "http://[Domain]/websites".

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,336 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,940 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 46,086 Reputation points Microsoft Vendor
    2021-08-20T08:13:08.117+00:00

    @Jens Friedrich

    Based on your description, I understand that you cannot create a new site collection in the SharePoint server 2019 home page with correct settings.

    Per my test, I could not reproduce the issue. As a workaround, you could try to use following PowerShell to check if users can create a new site collection.

    New-SPSite https://webApp/sites/test -OwnerAlias "DOMAIN\JDoe" -Language 1033 -Template STS#0  
    

    This PowerShell creates an English site collection at https://<site name>/sites/test that is owned by user DOMAIN\Jdow.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.