The AutoSPInstaller script works fine until it goes to create the content database...PowerShell errors out and says:
'New-SPConfigurationDatabase : This content database requires upgrade and could not be attached in this operation. Use either the [stsadm -o addcontentdb] command or [Mount-SPContentDatabase] cmdlet instead.'
The name of my configuration database is: SharePoint_Config
I am logged onto my SharePoint app server as the farm account, which is a local administrator. The account name is: sp_farm
Firewalls turned off. I can see the database actually getting created on the SQL side, but the script still errors out. I made sure to drop the database each time and make sure its fully gone from the SQL server as well.
Comments: ** Comment from web user: IvanJosipovic **
'New-SPConfigurationDatabase : This content database requires upgrade and could not be attached in this operation. Use either the [stsadm -o addcontentdb] command or [Mount-SPContentDatabase] cmdlet instead.'
The name of my configuration database is: SharePoint_Config
I am logged onto my SharePoint app server as the farm account, which is a local administrator. The account name is: sp_farm
Firewalls turned off. I can see the database actually getting created on the SQL side, but the script still errors out. I made sure to drop the database each time and make sure its fully gone from the SQL server as well.
Comments: ** Comment from web user: IvanJosipovic **
It could very likely be related to slipstreaming. The process has been broken for a while now. Grab the latest ISO from Microsoft. Download the latest CU and place it in SP/20XX/Updates, AutoSPInstaller has its own method that replaces slipstreaming. Do not slipstream anymore.
Ivan