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: brianlala **
'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: brianlala **
Also FYI this would have better been logged as a Discussion item, then if it turns out to be a real issue with AutoSPInstaller I would create an Issue from it.
Brian