<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>A crossbreed developer playing with MS and Open Source tools.</description><title>Open Abstracts</title><generator>Tumblr (3.0; @mplusz)</generator><link>http://openabstracts.com/</link><item><title>Restoring Site Collections in WSS 3.0</title><description>&lt;p&gt;One of my clients recently needed help with restoring a WSS 3.0 site collection to a separate content database in order to migrate it (via detach-attach method) to a new SP Foundation environment. This obviously could be achieved by &lt;a href="http://technet.microsoft.com/en-us/library/cc825327%28office.12%29.aspx"&gt;splitting the content database&lt;/a&gt; if the site collection already exists in one. However, if you are trying to work with a site collection that has been previously backed up, then you would have to resort to restoring the site collection to a new content database.&lt;/p&gt;
&lt;p&gt;Microsoft has a very detailed Technet article that outlines &lt;a href="http://technet.microsoft.com/en-us/library/cc706876(office.12).aspx"&gt;how to perform a backup and restore of site collections in WSS 3.0&lt;/a&gt;. While my client was following the steps outlined in it, he still ran into an &lt;em&gt;Access Denied&lt;/em&gt; error while trying to perform the restore via STSADM.&lt;/p&gt;
&lt;p&gt;Microsoft clearly states the following as the only requirement to perform a site collection restore (Apart from returning the site lock setting to its pre-backup status).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Membership in the Administrators group on the local computer is the minimum required to complete this procedure.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;However, turns out this is not the case. After digging into ULS logs and going over permissions in Central Administration, I was able to figure out that in order to successfully restore a site collection, the current user has to be a site collection administrator for the particular site collection. This is obviously an oversight from Microsoft’s part (probably due to the fact that, in most cases, the admin account ends up being a site collection admin. But not in this scenario). &lt;/p&gt;
&lt;p&gt;Even though WSS 3.0 is slowly going into extinction, I hope this will be useful for someone who runs into the same issue.&lt;/p&gt;</description><link>http://openabstracts.com/post/16513880109</link><guid>http://openabstracts.com/post/16513880109</guid><pubDate>Thu, 26 Jan 2012 02:57:00 -0500</pubDate><category>WSS 3.0</category></item><item><title>Term Store Manager cannot find MMS</title><description>&lt;p&gt;Deployed SharePoint 2010 using least privileged method?  If you  created a Managed Metadata Service Application and try to access  the Term Store Management Tool you might run into the following error.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Managed Metadata Service or Connection is currently not available.  The Application Pool or Managed Metadata Web Service may not have been  started.  Please Contact Your Administrator.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You will also notice the Event ID 8077 logged in your application log with the following description.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are no instances of the Managed Metadata Web Service on  any  server in this farm.  Ensure that at least one instance is started  on  an application server in the farm using the Services on Server page  in  Central Administration.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The most common cause for this error is due to the service account  that’s running the Managed Metadata service does not have enough  permissions to do so on the machine that’s running the service. To  resolve this you will have to grant the service account the log on  locally right via Group Policy or Local Security Policy on that machine.&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Security Settings -&gt; Local Policies -&gt; User Rights Assignment -&gt; Allow Logon Locally&lt;/li&gt;
&lt;li&gt;Add the Managed Metadata Service account&lt;/li&gt;
&lt;li&gt;Run gpupdate to refresh policy change&lt;/li&gt;
&lt;li&gt;Log off and log back on to apply the changes&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;Go back to the Term Store Management Tool and it should be able to find the service application now.&lt;/p&gt;</description><link>http://openabstracts.com/post/3641386025</link><guid>http://openabstracts.com/post/3641386025</guid><pubDate>Wed, 10 Nov 2010 10:30:00 -0500</pubDate><category>SharePoint 2010</category><category>Managed Metadata</category><category>Term Store</category></item><item><title>Binding Properties in Workflow Templates with STSDEV</title><description>&lt;p&gt;If you are using STSDEV to create your workflow templates, I bet you’ve run into errors (Most common being “Could not resolve field type”) when executing workflows that reference the workflowProperties object. Turns out that STSDEV does not bind the workflowProperties object to the SPWorkflowActivitationProperties object during activation.&lt;/p&gt;
&lt;p&gt;In order to resolve this problem, simple add a OnWorkflowActivated event control to the workflow (if not already present) and under Properties, bind the &lt;em&gt;workflowProperties&lt;/em&gt; object (member in your workflow class) in to the &lt;em&gt;WorkflowProperties&lt;/em&gt; property (control in workflow) as show below.&lt;/p&gt;
&lt;p&gt;&lt;a title="Bind workflowProperties" href="http://i45.tinypic.com/w2itu1.jpg"&gt;&lt;img alt="Bind workflowProperties (VS2008)" src="http://i45.tinypic.com/w2itu1.jpg" width="487" height="268"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Click image for full size)&lt;/p&gt;</description><link>http://openabstracts.com/post/616605855</link><guid>http://openabstracts.com/post/616605855</guid><pubDate>Thu, 20 May 2010 12:54:10 -0400</pubDate><category>Visual Studio</category><category>stsdev</category><category>workflows</category></item><item><title>Office Server 2010 RTM Downloads</title><description>&lt;p&gt;SharePoint 2010 RTM English bits went live last week (&lt;a href="http://www.the2010event.com/"&gt;official launch&lt;/a&gt; on May 12). Though it will only be available for general use somewhere in June, you can try out SharePoint Foundation (previously WSS) and SharePoint Server using the links below.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="https://msdn.microsoft.com/subscriptions/securedownloads/default.aspx?PV=42:393:---:en:X64"&gt;SharePoint Server 2010&lt;/a&gt; (Requires MSDN subsription).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=49c79a8a-4612-4e7d-a0b4-3bb429b46595&amp;displaylang=en"&gt;SharePoint Foundation 2010&lt;/a&gt; (x64 | Free)&lt;/li&gt;
&lt;li&gt;SharePoint Designer 2010 (Free) - &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=566d3f55-77a5-4298-bb9c-f55f096b125d"&gt;x64&lt;/a&gt; | &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=d88a1505-849b-4587-b854-a7054ee28d66"&gt;x32&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://openabstracts.com/post/550994119</link><guid>http://openabstracts.com/post/550994119</guid><pubDate>Mon, 26 Apr 2010 11:54:07 -0400</pubDate><category>sharepoint 2010</category></item><item><title>Application Server Errors</title><description>&lt;p&gt;I recently went through the event log on one of my dev servers running 2008 R2 and realized that the Application Server has been quite active in logging errors about not being able to start the following services.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;NetTcpPortSharing&lt;/li&gt;
&lt;li&gt;NetTcpActivator&lt;/li&gt;
&lt;li&gt;NetPipeActivator&lt;/li&gt;
&lt;li&gt;NetTMsmqActivator&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;The errors were along the lines of what’s shown below.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Error: Installation of [Application Server] TCP Port Sharing failed. Attempt to install TCP Port Sharing failed with error code 0x80070002.  The system cannot find the file specified&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It turns out that when I updated .Net Framework 4.0 to the latest version, windows did not automatically change the location of the service libraries to reflect the updated version.&lt;/p&gt;
&lt;p&gt;To fix this, open the the registry (regedit) and go the following location.&lt;/p&gt;
&lt;p&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services&lt;/p&gt;
&lt;p&gt;Select the Services listed above and make a not of the file path for the Description, DisplayName and ImagePath keys.&lt;/p&gt;
&lt;p&gt;Now open up windows explorer and navigate to,&lt;/p&gt;
&lt;p&gt;C:\Windows\Microsoft.NET\Framework64\&lt;/p&gt;
&lt;p&gt;and copy the latest version number of the .Net framework (mine was v4.0.30128). Change the version number in the registry keys to match this number and try starting the services manually.&lt;/p&gt;
&lt;p&gt;That’s it! The next time you restart the server, your Application Server should be running without any errors!&lt;/p&gt;</description><link>http://openabstracts.com/post/543679496</link><guid>http://openabstracts.com/post/543679496</guid><pubDate>Fri, 23 Apr 2010 15:16:35 -0400</pubDate><category>windows server 2008 r2</category><category>.net services</category></item><item><title>VSeWSS Post-Installation Configuration</title><description>&lt;p&gt;If you have tried to develop custom definitions/features for SharePoint in Visual Studio (using &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=B2C0B628-5CAB-48C1-8CAE-C34C1CCBDC0A"&gt;VSeWSS&lt;/a&gt;) and have run into one of the following errors, it’s most likely you have not completed the post-installation checklist.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This error is mainly due to the WCF HTTP Activation feature not being enabled. Go to you’re Server Manager (or Control Panel -&gt; Add Windows Features) and Install the WCF HTTP Activation feature under .Net Framework 3.0 Features.&lt;/p&gt;
&lt;p&gt;After enabling the WCF HTTP Activation feature, if you run into the  following error, chances are the service account running the SharePoint Central Administration v3 Application Pool does not have local admin access to the machine you’re trying to deploy to.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;VSeWSS Service Logging Error: Access to the path ‘C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\VSeWSS 1.3’ is denied.&lt;br/&gt;&lt;br/&gt;Logging failed attempting to write to C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\VSeWSS 1.3\VSeWSS1.3 service.log. This may occur because the VSeWSS WCF Service does not have local administrator permissions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To fix this error, you need to provide admin access to the service account running the application pool. Most folks have suggested the use of Network Service to run SharePoint Central Administration which is not a good practice (and should be avoided, specially in a production environment). The best way to workaround this is to &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc757073%28WS.10%29.aspx"&gt;create a new Application Pool&lt;/a&gt; called “VSeWSS” in IIS. Go to Advanced settings in the AppPool and set the Identity to your local admin account. Now, under Sites, select “VSeWSS” and click on Advanced Settings. Change the Application Pool from “SharePoint Central Administration v3” to “VSeWSS” and perform an IISRESET.&lt;/p&gt;
&lt;p&gt;You should now be able to deploy your custom features within Visual Studio without a problem.&lt;/p&gt;</description><link>http://openabstracts.com/post/431761283</link><guid>http://openabstracts.com/post/431761283</guid><pubDate>Tue, 02 Mar 2010 20:34:00 -0500</pubDate><category>sharepoint</category><category>visual studio</category><category>development</category></item><item><title>I guess people are causing too much havock in Twitterland.</title><description>&lt;img src="http://27.media.tumblr.com/tumblr_kyekilTd3U1qa4krjo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I guess people are causing too much havock in Twitterland.&lt;/p&gt;</description><link>http://openabstracts.com/post/411249458</link><guid>http://openabstracts.com/post/411249458</guid><pubDate>Thu, 25 Feb 2010 10:03:57 -0500</pubDate><category>Twitter</category></item><item><title>VS2010 RC and .NET 4.0</title><description>&lt;p&gt;I upgraded Visual Studio 2010 from Beta to RC along with the .Net Framework 4.0 and oh my, I’m very impressed by the performance improvements. If you haven’t got it yet, here are the download links.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=183179"&gt;Visual Studio 2010 Ultimate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=183178"&gt;Visual Studio 2010 Premium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a id="ctl00_mainContentContainer_ctl12" href="http://go.microsoft.com/fwlink/?LinkID=183177"&gt;Visual  Studio 2010 Professional&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a id="ctl00_mainContentContainer_ctl15" href="http://go.microsoft.com/fwlink/?LinkID=183189"&gt;Visual  Studio 2010 SDK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a id="ctl00_mainContentContainer_ctl21" href="http://go.microsoft.com/fwlink/?LinkID=183184"&gt;Visual  Studio Team Foundation Server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;.&lt;a id="ctl00_mainContentContainer_ctl24" href="http://go.microsoft.com/fwlink/?LinkID=183186"&gt;NET  Framework 4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Happy Developing!&lt;/p&gt;</description><link>http://openabstracts.com/post/409834232</link><guid>http://openabstracts.com/post/409834232</guid><pubDate>Fri, 19 Feb 2010 11:42:00 -0500</pubDate><category>Microsoft</category><category>Visual Studio 2010</category></item><item><title>Tick your Tweets</title><description>&lt;p&gt;Ever since I discovered jQuery (that’s a couple of years ago) my life has been a joy ride when it comes to developing web apps. So I figured it’s only fair that I start writing about it. I would like to start with one of my favorite plug-ins written by &lt;a href="http://twitter.com/malsup"&gt;Mike Alsup&lt;/a&gt; called &lt;i&gt;&lt;b&gt;Cycle&lt;/b&gt;&lt;/i&gt;. Among it’s numerous functionalities, I’d like to simply point out it’s ability to tick your tweets in the most basic form.&lt;/p&gt;
&lt;p&gt;All you need to do is follow instructions from Twitter to retrieve your tweets using the RSS feed and put them in nested div containers in your page. Then call the following function to start ticking them.&lt;/p&gt;
&lt;pre&gt;  $(function() {&lt;br/&gt;    $("div#twitter_feed").cycle('scrollUp');&lt;br/&gt;  })&lt;br/&gt;&lt;/pre&gt;
&lt;p&gt;Obvisouly, there’s so much more you can do with it. To get an idea of how this really looks like, take a look at Alsup’s &lt;a href="http://malsup.com/jquery/cycle/"&gt;page itself&lt;/a&gt;. You can also download the plugin along with some examples to get started.&lt;/p&gt;
&lt;pre&gt;&lt;br/&gt;&lt;/pre&gt;</description><link>http://openabstracts.com/post/411205390</link><guid>http://openabstracts.com/post/411205390</guid><pubDate>Mon, 08 Feb 2010 09:12:00 -0500</pubDate><category>jQuery</category><category>Twitter</category><category>Cycle</category></item><item><title>A Few InfoPath Tips</title><description>&lt;p&gt;Apart from working, watching college hoops and NFL games, I have no idea how time flies by so fast. Last week I was assigned to redo this “immoderate” InfoPath form that had no structure along with the lack of commendable functionality. This was my first InfoPath task, so though I’d share some nifty things I learned during the process.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;1. ALWAYS create a well organized data source structure.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Because, if you want to change it later on, you are going to end up loosing existing data.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;2. Getting the Current User in the local environment (for InfoPath Client)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/timpash/archive/2006/08/22/InfoPath-2007-CSharp-Code-For-Retrieval-of-Username.aspx"&gt;http://blogs.msdn.com/timpash/archive/2006/08/22/InfoPath-2007-CSharp-Code-For-Retrieval-of-Username.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;3. Getting the Current User using Web Services (for InfoPath Web Forms i.e. SharePoint)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.microsoft.co.il/blogs/itaysk/archive/2007/04/05/InfoPath-_2D00_-Get-the-current-user-without-writing-code.aspx"&gt;http://blogs.microsoft.co.il/blogs/itaysk/archive/2007/04/05/InfoPath-_2D00_-Get-the-current-user-without-writing-code.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;4. Getting custom code events to work on a web-based form&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Go to Tools -&gt; Form Options -&gt; Security and Trust. Set the Trust Level to Full Trust.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;5. Getting cascade drop-downs in a web-based form to populate secondary data source values.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Right-click on the primary drop-down box and select Properties. Go to the Browser forms tab and set Postback settings to Always.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;6. Update existing form in SharePoint Library without having to create a new one.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Here, the trick is to create a unique file name for each form. You can use your own naming convention, but make sure to save the filename as a part of the data source. Create a new data connection to the Form Library and use the data field which contains the file name as the filename for the connection and make sure to select the “Allow overwrite if file exists” option. In the form, create an Update button and add a rule with the submit option that makes use of the data connection you just made. You’re done!&lt;/p&gt;

&lt;p&gt;I got more, but they will have to wait till my next free tumblr time. :)&lt;/p&gt;</description><link>http://openabstracts.com/post/368999813</link><guid>http://openabstracts.com/post/368999813</guid><pubDate>Wed, 03 Feb 2010 12:23:43 -0500</pubDate><category>infopath</category><category>sharepoint</category></item><item><title>SQL Management Studio R2 CTP</title><description>&lt;p&gt;Had a hard time trying to find a download link to Management Studio (not express), so thought I’d just post them to help anyone else and myself in the future.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;SSMS 32-bit&lt;/b&gt;: &lt;a href="http://blogs.msdn.com/ssds/archive/2009/11/11/9921041.aspx"&gt;http://blogs.msdn.com/ssds/archive/2009/11/11/9921041.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;SSMS 64-bit&lt;/b&gt;: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=168735&amp;clcid=0x409"&gt;http://go.microsoft.com/fwlink/?LinkID=168735&amp;clcid=0x409&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;SQL Server 2008 R2 CTP&lt;/b&gt;: &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=c772467d-e45b-43e1-9208-2c7b663d7ad1"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=c772467d-e45b-43e1-9208-2c7b663d7ad1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Oh and btw, all the links are CTPs.&lt;/p&gt;</description><link>http://openabstracts.com/post/334224132</link><guid>http://openabstracts.com/post/334224132</guid><pubDate>Thu, 14 Jan 2010 10:26:12 -0500</pubDate><category>SQL Server Management Studio</category><category>SSMS</category></item><item><title>DB Error while Deploying Cube</title><description>&lt;p&gt;Have been trying to deploy this OLAP cube to Analysis Services using the Business Intelligence Development Studio. However, I ran into the following error multiple times.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;OLE DB error: OLE DB or ODBC error: Login failed for user ‘SSAS_SVC_ACCOUNT’.; 28000.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Turns out that if you are using the Analysis Services service account to access the Data Warehouse (and deploy the cube), you need to grant (at least) read access to the service account for the Data Warehouse database in SQL Server.&lt;/p&gt;
&lt;p&gt;For more information, check out the link below that addresses a similar issue.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc197365.aspx"&gt;http://technet.microsoft.com/en-us/library/cc197365.aspx&lt;/a&gt;&lt;/p&gt;</description><link>http://openabstracts.com/post/332602291</link><guid>http://openabstracts.com/post/332602291</guid><pubDate>Wed, 13 Jan 2010 12:13:00 -0500</pubDate><category>OLAP</category><category>Analysis Servies</category><category>Business Intelligence</category></item><item><title>Into 2010.. A New Decade</title><description>&lt;p&gt;Happy New Year Folks!! The long absence came from a combination of work overload, health download and the holiday pre/post-load period. let’s not get into details. it’s better that way.&lt;/p&gt;
&lt;p&gt;Ushering 2010 also gave me the opportunity to deploy SharePoint 2010 and play around with some of the feature in the some-what buggy beta release. However, it looks and feels much better than MOSS 2007. I’m currently working on a BI project. New to the whole OLTP/OLAP stuff. More details coming soon..&lt;/p&gt;</description><link>http://openabstracts.com/post/320958768</link><guid>http://openabstracts.com/post/320958768</guid><pubDate>Wed, 06 Jan 2010 23:40:03 -0500</pubDate></item><item><title>Working with 2010 Betas</title><description>&lt;p&gt;With the recent release of Microsoft 2010 Betas it’s been quite the talk about making the leap to the 64-bit world. For SharePoint folks it’s also a question of compatibility. As of now, SharePoint 2010 Beta requires 64-bit SQL Server and either Windows Server 2008 or Windows 7. If you are running R2, then you are out of luck as Microsoft has not yet released a hotfix. Also, not to mention the escalated hardware requirements, specially memory-wise.&lt;/p&gt;
&lt;p&gt;So if you wanna give it a try (myself included) here’s a nice write up by Jie Li that might come in handy with the planing and installation itself. Good Luck!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/opal/archive/2009/11/16/installation-notice-for-sharepoint-2010-public-beta.aspx"&gt;http://blogs.msdn.com/opal/archive/2009/11/16/installation-notice-for-sharepoint-2010-public-beta.aspx&lt;/a&gt;&lt;/p&gt;</description><link>http://openabstracts.com/post/250847208</link><guid>http://openabstracts.com/post/250847208</guid><pubDate>Fri, 20 Nov 2009 09:55:00 -0500</pubDate><category>Microsoft</category><category>Sharepoint</category></item><item><title>Service Accounts in MOSS 2007</title><description>&lt;p&gt;&lt;b&gt;SharePoint Newbie Issue #2&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Deployed SharePoint Server 2007 on two different boxes running on farm environments and ran into permission issues. One was involving domain controllers and the other was thanks to “the always buggy” IE. However, one important thing I’ve learned is planning your deployment well ahead. One of the prime issues in the planning should be service accounts.&lt;/p&gt;
&lt;p&gt;I was constantly told by multiple developers that the farm accounts required local admin access in the box your installing SharePoint. However, I came to realize this was not the case, at least in SP2. Having said that, all you need to know is that you’ve gotta well organized AD setup and running and the service account created and ready to go. Microsoft has a TechNet article on &lt;a href="http://technet.microsoft.com/en-us/library/cc263445.aspx"&gt;planning for service accounts&lt;/a&gt; which is quite lengthy and confusing. Here’s a more summarized and easy to understand version. READ IT! You’re gonna thank me and the writer later on!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://cregan.wordpress.com/2006/12/08/moss-setup-service-accounts/"&gt;http://cregan.wordpress.com/2006/12/08/moss-setup-service-accounts/&lt;/a&gt;&lt;/p&gt;</description><link>http://openabstracts.com/post/249792216</link><guid>http://openabstracts.com/post/249792216</guid><pubDate>Thu, 19 Nov 2009 12:12:00 -0500</pubDate><category>Sharepoint</category></item><item><title>WebDav Extensions in Server 2008</title><description>&lt;p&gt;&lt;b&gt;SharePoint Newbie Issue #1&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;While running a few virtual machines with Windows Server 2008 I realized that I have been running into a few problems, especially with SharePoint and Office integration. If you are trying to create documents in any Office suite application or any other document for that matter which needs to be save in a SharePoint library and run into the following error,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Path does not exist. Check the path and try again.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;its likely that you need to enable WebDav extensions in your Web Server.&lt;/p&gt;
&lt;p&gt;Download the correct extensions package for your server architecture and follow the instructions in this page to install WebDav extensions.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=108052"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=108052"&gt;http://go.microsoft.com/fwlink/?LinkId=108052&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://openabstracts.com/post/242938582</link><guid>http://openabstracts.com/post/242938582</guid><pubDate>Fri, 13 Nov 2009 17:16:19 -0500</pubDate></item><item><title>Tweet in Lists</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_ksan810KxZ1qa0y0f.png"/&gt;&lt;/p&gt;
&lt;p&gt;Twitter now allows creating Lists that allow tweeters to build their own timelines consisting selected groups of followers. Pretty sweet, specially when you want to have a twitcussion among a certain few. It’s currently on BETA testing, so If you don’t see it yet be patient. It will tweet your way through.&lt;/p&gt;
&lt;p&gt;Looks like I’m getting more and more into tweaking than speaking. Oh, btw, they only said not to tweet about it. I guess blogging is ok!&lt;/p&gt;</description><link>http://openabstracts.com/post/227229805</link><guid>http://openabstracts.com/post/227229805</guid><pubDate>Thu, 29 Oct 2009 16:55:18 -0400</pubDate></item><item><title>Goodbye Geocities!</title><description>&lt;a href="http://www.comedycentral.com/tosh.0/2009/10/26/goodbye-geocities/"&gt;Goodbye Geocities!&lt;/a&gt;: &lt;p&gt;&lt;img src="http://i38.tinypic.com/34zdtao.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;A long and memorable personal home page era comes to an end.. Thanks for the memories, &lt;a href="http://geocities.yahoo.com"&gt;Geocities&lt;/a&gt;. You will be missed!&lt;/p&gt;</description><link>http://openabstracts.com/post/224106719</link><guid>http://openabstracts.com/post/224106719</guid><pubDate>Mon, 26 Oct 2009 16:23:00 -0400</pubDate></item><item><title>Troubles of a Virgin Sharepoint Deployment</title><description>&lt;p&gt;Being new to this whole Sharepoint world and not being a big fan of M$ products, it has been some what of a challenging task to get Sharepoint deployed and running. A basic setup for a development environment had no issues what so ever. However, getting it done for a MOSS farm with SQL Server 2008 on a 2008 RC Server running on VMWare is more like trying to get a bunch of monkeys to work together!&lt;/p&gt;
&lt;p&gt;After a few days of playing around, installing and uninstalling pretty much everything under the sun, I still seem to run into permission issues with Domain and Local Admins for service accounts. On top of that, having to re-do everything times how ever many service packs MS has released has definitely not made things easy. This is why I love the simple way of things in the open source world!&lt;/p&gt;
&lt;p&gt;Having said that, &lt;a href="http://andreasglaser.net/post/2008/08/14/Installing-MOSS-2007-on-Windows-Server-2008-and-SQL-Server-2008-Part-1-Overview.aspx"&gt;this article&lt;/a&gt; on installing MOSS 2007 with the rest of the bandits came in very handy and might be something to look at if you are trying to take on this job for the first time!&lt;/p&gt;</description><link>http://openabstracts.com/post/222979293</link><guid>http://openabstracts.com/post/222979293</guid><pubDate>Sun, 25 Oct 2009 14:53:26 -0400</pubDate></item><item><title>Is Cloud Computing Ready?</title><description>&lt;p&gt;So Twitter has been down for a while now. Facebook was throwing empty pages yesterday. Make’s one think how ready Cloud Computing really is. I know it’s been all over that Cloud applications are to encounter more frequent but less disruptive service outages, but what does this really mean? Saving a buck out of recovery or maintainence costs?&lt;/p&gt;
&lt;p&gt;I’m by no means an expert in the subject but got enough brains to realize “downtime” is BAD. Now it’s not to say that it’s not expected as in all application delivery streams, but it’s definitely not something that’s favorable to anyone providing or using such services either.&lt;/p&gt;
&lt;p&gt;I look forward to seeing what’s going to come out of the &lt;a href="http://www.cloudwf.com/"&gt;Cloud Computing World Forum&lt;/a&gt; and the &lt;a href="http://cloudcomputingexpo.com"&gt;Cloud Computing Expo&lt;/a&gt; in the next couple of weeks.&lt;/p&gt;</description><link>http://openabstracts.com/post/216436731</link><guid>http://openabstracts.com/post/216436731</guid><pubDate>Sun, 18 Oct 2009 13:37:05 -0400</pubDate></item></channel></rss>

