If whilst doing a repair on SQL 2008 you get “Error 1316.A network error occurred while attempting to read from the file xxxxx”
then the below has the fix , basically Microsoft SQL Server Compact 3.5 SP1 <Language> install is causing the issue.
Posted by chrisbeams on April 25, 2010
If whilst doing a repair on SQL 2008 you get “Error 1316.A network error occurred while attempting to read from the file xxxxx”
then the below has the fix , basically Microsoft SQL Server Compact 3.5 SP1 <Language> install is causing the issue.
Posted in SQL 2008 | Tagged: Error, SQL 2008 | Leave a Comment »
Posted by chrisbeams on April 25, 2010
Next issue with the exchange 2010 install
“The start mode for the Net. TCP Port Sharing service must be set to Automatic before Setup can continue”.
this one needs a bit of PowerShell to fix
Set-Service NetTcpPortSharing -StartupType Automatic
thanks to http://www.itsolutionskb.com/2009/11/the-start-mode-for-the-net-tcp-port-sharing-service-must-be-set-to-automatic-before-setup-can-continue-exchange-2010/ for the help
Posted in Exchange, Exchange 2010 | Tagged: Exchange, Exchange 2010 | 2 Comments »
Posted by chrisbeams on April 25, 2010
If you get “Unable to read data from the Metabase. Ensure that Microsoft Internet Information Services is installed”
You need to install an additional item called IIS 6 Management Compatibility role services under Web Server (IIS).
Posted in Exchange 2010, IIS | Tagged: Exchange, Exchange 2010, IIS | Leave a Comment »