Hello Community
On WS2012 when creating a SharePoint 2013 Server farm using a powershell that worked on SP2010
when the script is run in SP2013 below is the error when creating Service Applications:
Creating Metadata Service and Proxy...
New-SPMetadataServiceApplication : A network-related or instance-specific error occurred while establishing a connection to SQL
Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is
configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
At C:\CreateServiceAccounts.ps1:92 char:1
+ New-SPMetadataServiceApplication -Name $metadataSAName -Applicat ...
The SQL Server is configured to allow remote connections in SQL Configuration Manager on the TCP/IP port 1433.
Why would this script run in SP2010 but not in SP2013 (or run intermittently in SP2013)?
Thank you
Shabeaut