Hi, I have a SharePoint 2013 farm with a web application that hosts a site collection running in 2010 mode.
On this site collection there is a Nintex Workflow (Version 6.0) that tries to create a new site collection using the built in action “Create site collection”. In this action it is not possible to specify compatibility level (experience version), witch result in the site collection being created in 15 mode (default), and hence our web template (uiversion4 which is visible in the UI) cannot be created. Is there a work-around for this?
The error beeing thrown:
Error: File or arguments not valid for site template '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}#TEMPLATENAME'.
For info:
NOT Working (trows the same error as above):
New-SPSite -Url "URL" -OwnerAlias "USER" -Template "NAME"
Working
New-SPSite -Url "URL" -OwnerAlias "USER" -Template "NAME" -CompatibilityLevel 14