question

JensFriedrich-8150 avatar image
0 Votes"
JensFriedrich-8150 asked JensFriedrich-8150 answered

SP2019 On-Prem: Fehlermeldung beim Erstellen einer Site Collection

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.

office-sharepoint-server-administrationoffice-sharepoint-server-customization
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JensFriedrich-8150 avatar image
0 Votes"
JensFriedrich-8150 answered

@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


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JoyZ avatar image
0 Votes"
JoyZ answered JensFriedrich-8150 converted comment to answer

@JensFriedrich-8150,

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.