Hi
I have a test environment with 1 sql server which is also my DC, and a VM which is my Sharepoint server. I have created a Powershell script that configures the setup of SharePoint Server 2013. The script works fine on my environment.
If i run the same script (changed domain, sql server) on a client environment i experience one little fault which i cant seem to fix:
When trying to follow a site created in a new applicationpool -webapplication, i get the error:
Sorry, we couldn't follow the site. Technical Details The trial period for this product has expired.
I have checked that my webapplication application pool account and webapplcation managed account has dataread for the sql mysitecontent database.
any ideas?