I am setting up a new small farm with 2 servers, 1 SQL (SQL 2012 R2 SP1) and 1 Sharepoint 2013 Enterprise server (both App and WFE).
On the 'Creating Site Collection' step, I am getting an error which reads:
This is the statement:
On the 'Creating Site Collection' step, I am getting an error which reads:
-
Creating web applications...
- Web app "Portal" already provisioned.
- Setting up managed paths for "http://sharepoint:80"
- Done setting up managed paths at "http://sharepoint:80"
- Granting PMC\spusrac rights to "Portal"...Done.
- Creating Site Collection "http://sharepoint"...
-
Script halted!
This is the statement:
$site = New-SPSite -Url $siteURL -OwnerAlias $ownerAlias -SecondaryOwnerAlias $env:USERDOMAIN\$env:USERNAME -ContentDatabase $database -Description $siteCollectionName -Name $siteCollectionName -Language $LCID @templateSwitch @hostHeaderWebAppSwitch -ErrorAction Stop
?? How can I determine what AAM or host header is using the http://sharepoint URL?
Can the site url and the IIS URL not be the same?
I appreciate any direction. Thanks.