<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scandals of an ITian &#187; admin</title>
	<atom:link href="http://wellytonian.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wellytonian.com</link>
	<description>Not just another Wordpress Site</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:43:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing SQL 2012 on Windows 2008 R2 Core SP1</title>
		<link>http://wellytonian.com/2012/02/installing-sql-2012-on-windows-2008-r2-core-sp1/</link>
		<comments>http://wellytonian.com/2012/02/installing-sql-2012-on-windows-2008-r2-core-sp1/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 20:04:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Shop]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[CTP3]]></category>
		<category><![CDATA[Denali]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Installing using Configuration File]]></category>
		<category><![CDATA[sconfig.cmd]]></category>
		<category><![CDATA[Service Pack 1]]></category>
		<category><![CDATA[SQL 2012]]></category>
		<category><![CDATA[Windows 2008 R2 Core]]></category>
		<category><![CDATA[Windows 2008 R2 SP1]]></category>

		<guid isPermaLink="false">http://wellytonian.com/?p=2103</guid>
		<description><![CDATA[<p><img width="300" height="204" src="http://wellytonian.com/wp-content/uploads/2012/02/020412_2004_InstallingD4-300x204.jpg" class="attachment-medium wp-post-image" alt="020412_2004_InstallingD4.jpg" title="020412_2004_InstallingD4.jpg" /></p>Scenario: Windows 2008 R2 Core SP1 – Domain joined, updated. Denali RC0 ISO File attached to VM. Preparing Windows 2008 R2 Core for Installation Run the following Command File to pre prep the server. 123456789DISM /Online /Enable-Feature /FeatureName:ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore-WOW64 DISM [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="204" src="http://wellytonian.com/wp-content/uploads/2012/02/020412_2004_InstallingD4-300x204.jpg" class="attachment-medium wp-post-image" alt="020412_2004_InstallingD4.jpg" title="020412_2004_InstallingD4.jpg" /></p>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwellytonian.com%252F2012%252F02%252Finstalling-sql-2012-on-windows-2008-r2-core-sp1%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Installing%20SQL%202012%20on%20Windows%202008%20R2%20Core%20SP1%22%20%7D);"></div>
<p><img src="http://wellytonian.com/wp-content/uploads/2012/02/020412_2004_InstallingD1.jpg" alt="" /></p>
<p><span style="text-decoration: underline;">Scenario:<br />
</span></p>
<p>Windows 2008 R2 Core SP1 – Domain joined, updated.</p>
<p>Denali RC0 ISO File attached to VM.</p>
<p><span style="text-decoration: underline;">Preparing Windows 2008 R2 Core for Installation<br />
</span></p>
<ol>
<li>Run the following Command File to pre prep the server.</li>
</ol>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DISM /Online /Enable-Feature /FeatureName:ServerCore-WOW64<br />
DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore<br />
DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore-WOW64<br />
DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore<br />
DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore-WOW64<br />
DISM /Online /Enable-Feature /FeatureName:MicrosoftWindowsPowerShell<br />
Start /w ocsetup ServerCore-WOW64<br />
Start /w ocsetup NetFx2-ServerCore<br />
Start /w ocsetup NetFx2-ServerCore-WOW64</div></td></tr></tbody></table></div>
<ol>
<li>Download a special .net 4 package for Windows 2008 R2 Core from this location <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c2794455-274d-4363-ade6-e69008a24d8a&amp;displaylang=en">here</a>.</li>
<li>Run the .net 4 package and have it installed.</li>
<li>Run sconfig.cmd and choose option 6 to install any further updates.</li>
<li>Reboot the server</li>
</ol>
<p>After this process, the Windows 2008 R2 SP1 Core is ready to be installed with Denali.</p>
<p><span style="text-decoration: underline;"> Installing Denali<br />
</span></p>
<ol>
<li>Denali can only be installed on command line prompt at this stage. But as far as testing goes, with some special modifications you can modify the installation experience to involve the GUI mode as well.<span style="text-decoration: underline;"><br />
</span></li>
<li>The process described here involves , my favourite way of installing SQL, using a configuration file.<span style="text-decoration: underline;"><br />
</span></li>
</ol>
<p><span style="text-decoration: underline;">Configuration File<br />
</span></p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">;SQL Server &quot;2012&quot; RC0 Configuration File<br />
[OPTIONS]<br />
<br />
; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.<br />
<br />
ACTION=&quot;Install&quot;<br />
<br />
; Detailed help for command line argument ENU has not been defined yet.<br />
<br />
ENU=&quot;True&quot;<br />
<br />
; Parameter that controls the user interface behavior. Valid values are Normal for the full UI,AutoAdvance for a simplied UI, and EnableUIOnServerCore for bypassing Server Core setup GUI block.<br />
<br />
;UIMODE=&quot;Normal&quot;<br />
<br />
; Setup will not display any user interface.<br />
<br />
QUIET=&quot;False&quot;<br />
<br />
; Setup will display progress only, without any user interaction.<br />
<br />
QUIETSIMPLE=&quot;True&quot;<br />
<br />
; Specify whether SQL Server Setup should discover and include product updates. The valid values are True and False or 1 and 0. By default SQL Server Setup will include updates that are found.<br />
<br />
UpdateEnabled=&quot;True&quot;<br />
<br />
; Specifies features to install, uninstall, or upgrade. The list of top-level features include SQL, AS, RS, IS, MDS, and Tools. The SQL feature will install the Database Engine, Replication, Full-Text, and Data Quality Services (DQS) server. The Tools feature will install Management Tools, Books online components, SQL Server Data Tools, and other shared components.<br />
<br />
FEATURES=SQLENGINE,REPLICATION<br />
<br />
; Specify the location where SQL Server Setup will obtain product updates. The valid values are &quot;MU&quot; to search Microsoft Update, a valid folder path, a relative path such as .\MyUpdates or a UNC share. By default SQL Server Setup will search Microsoft Update or a Windows Update service through the Window Server Update Services.<br />
<br />
UpdateSource=&quot;MU&quot;<br />
<br />
; Displays the command line parameters usage<br />
<br />
HELP=&quot;False&quot;<br />
<br />
; Specifies that the detailed Setup log should be piped to the console.<br />
<br />
INDICATEPROGRESS=&quot;False&quot;<br />
<br />
; Specifies that Setup should install into WOW64. This command line argument is not supported on an IA64 or a 32-bit system.<br />
<br />
X86=&quot;False&quot;<br />
<br />
; Specify the root installation directory for shared components. This directory remains unchanged after shared components are already installed.<br />
<br />
INSTALLSHAREDDIR=&quot;C:\Program Files\Microsoft SQL Server&quot;<br />
<br />
; Specify the root installation directory for the WOW64 shared components. This directory remains unchanged after WOW64 shared components are already installed.<br />
<br />
INSTALLSHAREDWOWDIR=&quot;C:\Program Files (x86)\Microsoft SQL Server&quot;<br />
<br />
; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the SQL Server Database Engine (SQL), Analysis Services (AS), or Reporting Services (RS).<br />
<br />
INSTANCENAME=&quot;MSSQLSERVER&quot;<br />
<br />
; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will incorporate the instance ID of the SQL Server instance.<br />
<br />
INSTANCEID=&quot;MSSQLSERVER&quot;<br />
<br />
; Specify that SQL Server feature usage data can be collected and sent to Microsoft. Specify 1 or True to enable and 0 or False to disable this feature.<br />
<br />
SQMREPORTING=&quot;True&quot;<br />
<br />
; Specify if errors can be reported to Microsoft to improve future SQL Server releases. Specify 1 or True to enable and 0 or False to disable this feature.<br />
<br />
ERRORREPORTING=&quot;False&quot;<br />
<br />
; Specify the installation directory.<br />
<br />
INSTANCEDIR=&quot;C:\Program Files\Microsoft SQL Server&quot;<br />
<br />
; Agent account name<br />
<br />
AGTSVCACCOUNT=&quot;DOMAIN_NAME\SQL_SERVICE_ACCOUNT&quot;<br />
AGTSVCPASSWORD=&quot;SERVICE_ACCOUNT_PASSWORD&quot;<br />
<br />
; Auto-start service after installation.<br />
<br />
AGTSVCSTARTUPTYPE=&quot;Automatic&quot;<br />
<br />
; CM brick TCP communication port<br />
<br />
COMMFABRICPORT=&quot;0&quot;<br />
<br />
; How matrix will use private networks<br />
<br />
COMMFABRICNETWORKLEVEL=&quot;0&quot;<br />
<br />
; How inter brick communication will be protected<br />
<br />
COMMFABRICENCRYPTION=&quot;0&quot;<br />
<br />
; TCP port used by the CM brick<br />
<br />
MATRIXCMBRICKCOMMPORT=&quot;0&quot;<br />
<br />
; Startup type for the SQL Server service.<br />
<br />
SQLSVCSTARTUPTYPE=&quot;Automatic&quot;<br />
<br />
; Level to enable FILESTREAM feature at (0, 1, 2 or 3).<br />
<br />
FILESTREAMLEVEL=&quot;0&quot;<br />
<br />
; Set to &quot;1&quot; to enable RANU for SQL Server Express.<br />
<br />
ENABLERANU=&quot;False&quot;<br />
<br />
; Specifies a Windows collation or an SQL collation to use for the Database Engine.<br />
<br />
SQLCOLLATION=&quot;Latin1_General_CI_AS&quot;<br />
<br />
; Account for SQL Server service: Domain\User or system account.<br />
<br />
SQLSVCACCOUNT=&quot;DOMAIN_NAME\SQL_SERVICE_ACCOUNT&quot;<br />
SQLSVCPASSWORD=&quot;SERVICE_ACCOUNT_PASSWORD&quot;<br />
<br />
; Windows account(s) to provision as SQL Server system administrators.<br />
<br />
SQLSYSADMINACCOUNTS=&quot;DOMAIN_NAME\SQL_ADMIN_ACCOUNT1&quot; &quot;DOMAIN_NAME\SQL_ADMIN_ACCOUNT2&quot;<br />
<br />
; Provision current user as a Database Engine system administrator for SQL Server 2012 RC0 Express.<br />
<br />
ADDCURRENTUSERASSQLADMIN=&quot;False&quot;<br />
<br />
; Specify 0 to disable or 1 to enable the TCP/IP protocol.<br />
<br />
TCPENABLED=&quot;1&quot;<br />
<br />
; Specify 0 to disable or 1 to enable the Named Pipes protocol.<br />
<br />
NPENABLED=&quot;0&quot;<br />
<br />
; Startup type for Browser Service.<br />
<br />
BROWSERSVCSTARTUPTYPE=&quot;Disabled&quot;<br />
IACCEPTSQLSERVERLICENSETERMS=&quot;TRUE&quot;</div></td></tr></tbody></table></div>
<p>Description for the configuration file</p>
<ol>
<li>Install mode to install a fresh install of Denali</li>
<li>Installs only the Database engine and the Replication Service for SQL</li>
<li>No Management Studio and Tools</li>
<li>Uses default location for Data, Log , TempDB, TempLog and Backup File Location</li>
<li>Domain_Name to be replaced with the domain name</li>
<li>SQL_SERVICE_ACCOUNT to be replaced with the SQL Service account that you would use to run the SQL Services for Database , SSRS etc</li>
<li>SERVICE_ACCOUNT_PASSWORD – password for all the service accounts</li>
<li>SQL_ADMIN__ACCOUNT1 and 2 is for the SQL Admin Account.</li>
</ol>
<p>Command Line file to kick start the Denali Installation using the above mentioned Config File</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">D:\Setup.exe /CONFIGURATIONFILE=&quot;C:\Scripts\SQL\DenaliConfig.ini&quot; /INDICATEPROGRESS /SkipRules=NoReboot</div></td></tr></tbody></table></div>
<p>Description for the command line file</p>
<ol>
<li>D:\Setup.exe – location of your Denali ISO or Media</li>
<li>&#8220;C:\Scripts\SQL\DenaliConfig.ini&#8221; – location of this command line and config file on the Core SP1 server.</li>
<li>/SkipRules=NoReboot – Issue with Core installation involving Denali – need this parameter for it to work. Reboot the system after installation is completed <span style="font-family: Wingdings;">J</span></li>
</ol>
<p>To have a view of all the parameters and installations available using configuration file here over <a href="http://msdn.microsoft.com/en-us/library/dd239405%28v=sql.110%29.aspx">here</a>.</p>
<p><span style="text-decoration: underline;">Tips and Tricks I picked up during this process</span></p>
<ol>
<li>To get to making folders and copying files (.net 4 installer , scripts etc.) over to the server core , try browsing from another domain joined machine to the core machine using <a href="\\NAME_CORE_SERVER\C$">\\NAME_CORE_SERVER\C$</a></li>
<li>
<div>Spend some time on sconfig.cmd especially Configure Remote Management Features of server core</div>
<p><img src="http://wellytonian.com/wp-content/uploads/2012/02/020412_2004_InstallingD2.png" alt="" /></li>
<li>Use Remote Computer Management from &#8220;MMC&#8221; console of a domain joined machine to manage your server core.</li>
</ol>
<p><img src="http://wellytonian.com/wp-content/uploads/2012/02/020412_2004_InstallingD3.jpg" alt="" /><img src="http://wellytonian.com/wp-content/uploads/2012/02/020412_2004_InstallingD4.jpg" alt="" /></p>

]]></content:encoded>
			<wfw:commentRss>http://wellytonian.com/2012/02/installing-sql-2012-on-windows-2008-r2-core-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to Delete SharePoint 2010 Site after SP1</title>
		<link>http://wellytonian.com/2012/02/unable-to-delete-sharepoint-2010-site-after-sp1/</link>
		<comments>http://wellytonian.com/2012/02/unable-to-delete-sharepoint-2010-site-after-sp1/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 07:13:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Get-SpContentDatabase]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Service Pack 1]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Upgrade-SPContentDatabase]]></category>

		<guid isPermaLink="false">http://wellytonian.com/?p=2087</guid>
		<description><![CDATA[<p><img width="300" height="161" src="http://wellytonian.com/wp-content/uploads/2012/02/020312_0713_UnabletoDel11-300x161.png" class="attachment-medium wp-post-image" alt="020312_0713_UnabletoDel1.png" title="020312_0713_UnabletoDel1.png" /></p>Scenario: The farm is a fresh SharePoint 2010 SP1 server farm. I got a database for a Site Collection that we use for Demo&#8217;s. I presume the content database has its origins from SharePoint 2010 as well. Anyways, the search page had issues for some reason and I needed to delete it and recreate a [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="161" src="http://wellytonian.com/wp-content/uploads/2012/02/020312_0713_UnabletoDel11-300x161.png" class="attachment-medium wp-post-image" alt="020312_0713_UnabletoDel1.png" title="020312_0713_UnabletoDel1.png" /></p>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwellytonian.com%252F2012%252F02%252Funable-to-delete-sharepoint-2010-site-after-sp1%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Unable%20to%20Delete%20SharePoint%202010%20Site%20after%20SP1%22%20%7D);"></div>
<p>Scenario:</p>
<p>The farm is a fresh SharePoint 2010 SP1 server farm. I got a database for a Site Collection that we use for Demo&#8217;s. I presume the content database has its origins from SharePoint 2010 as well. Anyways, the search page had issues for some reason and I needed to delete it and recreate a search centre within the Site. Unfortunately I was not able to delete the search site from within this Site with the following error being thrown</p>
<p><img src="http://wellytonian.com/wp-content/uploads/2012/02/020312_0713_UnabletoDel11.png" alt="" /></p>
<p>Since the farm was on SP1 the content Database which I presumed during the attach method should have upgraded itself, for some reason didn&#8217;t. I used the following two commands as shown below</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Get-SPContentDatabase</div></td></tr></tbody></table></div>
<p>This gave me the ID for the database that I was looking for. This command is then followed by the usage of</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Upgrade-SPContentDatabase -Identity YourDatabaseIDGoesHere</div></td></tr></tbody></table></div>
<p><img src="http://wellytonian.com/wp-content/uploads/2012/02/020312_0713_UnabletoDel21.png" alt="" /></p>
<p>Press Y to continue and once completed , you should be able to delete your site now <span style="font-family: Wingdings;">J</span></p>
<p><img src="http://wellytonian.com/wp-content/uploads/2012/02/020312_0713_UnabletoDel3.png" alt="" /></p>

]]></content:encoded>
			<wfw:commentRss>http://wellytonian.com/2012/02/unable-to-delete-sharepoint-2010-site-after-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 build versions &#8211; SharePoint Infrastructure&#8230;.From the field &#8211; Site Home &#8211; MSDN Blogs</title>
		<link>http://wellytonian.com/2011/10/sharepoint-2010-build-versions-sharepoint-infrastructure-from-the-field-site-home-msdn-blogs/</link>
		<comments>http://wellytonian.com/2011/10/sharepoint-2010-build-versions-sharepoint-infrastructure-from-the-field-site-home-msdn-blogs/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 08:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Culmulative Updates]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint Build Versions]]></category>
		<category><![CDATA[SharePoint Updates]]></category>
		<category><![CDATA[Version Number]]></category>

		<guid isPermaLink="false">http://wellytonian.com/?p=2080</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; SharePoint 2010 build versions &#8211; SharePoint Infrastructure&#8230;.From the field &#8211; Site Home &#8211; MSDN Blogs.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwellytonian.com%252F2011%252F10%252Fsharepoint-2010-build-versions-sharepoint-infrastructure-from-the-field-site-home-msdn-blogs%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fo0EKdK%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22SharePoint%202010%20build%20versions%20-%20SharePoint%20Infrastructure....From%20the%20field%20-%20Site%20Home%20-%20MSDN%20Blogs%22%20%7D);"></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://blogs.msdn.com/b/aaronsaikovski/archive/2011/10/22/sharepoint-2010-build-versions.aspx?utm_source=twitterfeed&amp;utm_medium=twitter">SharePoint 2010 build versions &#8211; SharePoint Infrastructure&#8230;.From the field &#8211; Site Home &#8211; MSDN Blogs</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://wellytonian.com/2011/10/sharepoint-2010-build-versions-sharepoint-infrastructure-from-the-field-site-home-msdn-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Workbook Cannot be Opened Error – SharePoint 2010</title>
		<link>http://wellytonian.com/2011/10/excel-workbook-cannot-be-opened-error-%e2%80%93-sharepoint-2010/</link>
		<comments>http://wellytonian.com/2011/10/excel-workbook-cannot-be-opened-error-%e2%80%93-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 08:12:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[excel service application]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Workbook]]></category>
		<category><![CDATA[Workbook cannot be opened]]></category>
		<category><![CDATA[Workbook in browser]]></category>

		<guid isPermaLink="false">http://wellytonian.com/?p=2073</guid>
		<description><![CDATA[Symptoms: A document library or Report library was created within a site on SharePoint 2010 and an excel document was uploaded. Once the file was uploaded , upon clicking on the excel document , an error is displayed saying the workbook cannot be opened as shown below The reason behind this is usually due to [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwellytonian.com%252F2011%252F10%252Fexcel-workbook-cannot-be-opened-error-%2525e2%252580%252593-sharepoint-2010%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FnoaPQC%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Excel%20Workbook%20Cannot%20be%20Opened%20Error%20%E2%80%93%20SharePoint%202010%22%20%7D);"></div>
<p>Symptoms: A document library or Report library was created within a site on SharePoint 2010 and an excel document was uploaded. Once the file was uploaded , upon clicking on the excel document , an error is displayed saying the workbook cannot be opened as shown below</p>
<p><img src="http://wellytonian.com/wp-content/uploads/2011/10/102211_0813_ExcelWorkbo1.png" alt="" /></p>
<p>The reason behind this is usually due to the following:-</p>
<ol>
<li>For excel services and to open the excel document within the browser make sure you have the following Hotfix installed: Windows6.1-KB976462-v2-x64.msu available <a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806">here</a>.</li>
<li>Or it could be because you use a custom Service Account for all your service application / Excel Services then you need to do either one of the following :</li>
</ol>
<ul style="margin-left: 72pt;">
<li>Add the Service account to be a Dbowner on your content database that holds the web application</li>
<li>
<div>Or copy the following script and run it</div>
</li>
</ul>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Add-PSSnapin Microsoft.SharePoint.PowerShell -EA 0<br />
$webApp = Get-SPWebApplication &quot;REPLACE_NAME_OF_WEBAPP&quot;<br />
$webApp.GrantAccessToProcessIdentity(&quot;REPLACE_NAME_OF_SERVICEACCOUNT&quot;)<br />
&quot;Completed&quot;</div></td></tr></tbody></table></div>

]]></content:encoded>
			<wfw:commentRss>http://wellytonian.com/2011/10/excel-workbook-cannot-be-opened-error-%e2%80%93-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere 5 &#8211; Whats New &amp; Exciting &#124; TechHead.co.uk</title>
		<link>http://wellytonian.com/2011/07/vmware-vsphere-5-whats-new-exciting-techhead-co-uk/</link>
		<comments>http://wellytonian.com/2011/07/vmware-vsphere-5-whats-new-exciting-techhead-co-uk/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 21:04:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[VCPU]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Vpshere 5]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://wellytonian.com/?p=2070</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; VMware vSphere 5 &#8211; Whats New &#38; Exciting &#124; TechHead.co.uk.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwellytonian.com%252F2011%252F07%252Fvmware-vsphere-5-whats-new-exciting-techhead-co-uk%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2ForpQa4%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22VMware%20vSphere%205%20-%20Whats%20New%20%26%20Exciting%20%7C%20TechHead.co.uk%22%20%7D);"></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.techhead.co.uk/vmware-vsphere-5-0-whats-new-exciting?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+techhead+%28TechHead+-+All%29&amp;utm_content=Google+International">VMware vSphere 5 &#8211; Whats New &amp; Exciting | TechHead.co.uk</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://wellytonian.com/2011/07/vmware-vsphere-5-whats-new-exciting-techhead-co-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 16/28 queries in 0.105 seconds using disk: basic

Served from: wellytonian.com @ 2012-02-05 13:57:01 -->
