
@JulieWang-MSFT I cannot create a new site collection in SharePoint server 2019 out of the personal homepage.
So I've created an English version again here:
sp2019-on-prem-error-message-on-creating-a-site-co.html
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hallo,
ich möchte, dass auch normale User eine Site Collection erstellen können.
Funktioniert normalerweise über die persönliche Homepage (oben links auf SharePoint klicken) und dann "+ Neue Website". Egal ob Team- oder Kommunikationswebsite, beim Erstellen erhalte ich folgende Fehlermeldung:
"Die Website konnte nicht erstellt werden. Kehren Sie bitte zurück und versuchen Sie es nochmal."
Wie kann ich den Fehler beheben?
Über den Admin- Zugang mit Farm Admin- User klappt es komischerweise.
In den Self Site Creations ist die Option "Ermöglichen Sie Benutzern das Erstellen von Websitesammlungen in definierten URL- Namespaces" auf "Ein" gestellt.
Option "Den Befehl "Website erstellen" für Benutzer anzeigen..." ebenfalls aktiviert.
Unter der Option "Diese Webanwendung" ist "http://[Domain]/websites" korrekt eingestellt.
@JulieWang-MSFT I cannot create a new site collection in SharePoint server 2019 out of the personal homepage.
So I've created an English version again here:
sp2019-on-prem-error-message-on-creating-a-site-co.html
Currently in Microsoft Q&A we only support English, please post your issue in english so that we could help you.
With the help of machine translation, I understand that you cannot create a new site in SharePoint server 2019 home page with correct settings. If there is any misunderstanding, please feel free to reply it in English.
Per my test, I could not reproduce your issue, as a workaround, please use following powershell to check if the specific user can create a new team site:
New-SPSite -Url "http://myserver/sites/testsite" -OwnerAlias "Administrator" -Name testsite -Template STS#3 -Language 1033
Note:1033 is the LCID of English, remember to change it by yourself.
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.