Year: 2012

SP2010: A multi tenant BCS scenario

I’ve done some posts about multi-tenancy and BCS lately, but haven’t combined the two. So todays topic (and no, it’s not a joke…) will be BCS in a multi tenant environment. Mainly because you have some choices to make and I want to provide you with some input on which you might be able to

Read more

SP2010: Exporting site subscriptions in multi tenant setup

I created this little script I wanted to share, which loops though a web application; finds all site subscriptions (for multitenancy) and exports both the sites in there and the settings of the subscription. You could use the result to import the sites again into a test environment (for instance). $url = "http://contoso.com" $share =

Read more

SP2010: Creating Secure Store Target Applications in a partitioned service app

For our multitenant (partitioned) environment, I wanted to use the Secure Store Service Application to store credentials for a database. To be specific; I wanted those credentials to be available for BCS to gain access to the database. When you provision your Secure Store Service Application with the -Partitioned flag in Powershell, some things change.

Read more

Windows 8. A first glance of the Consumer Preview.

Ok. So tonight I downloaded the consumer preview of Windows 8 and gave it a go. I just wanted to share some thoughts here. Fish The first thing I noticed was the fish. What’s up with that? It’s on the boot screen for some reason, and when you’ve got your tile desktop in front of you,

Read more

SP2010: 101 code samples available for download

The SharePoint Team just released 101 code samples for SharePoint 2010. The file contains a lot of common development tasks as prebuild solutions you can use to inspire yourself. For more info, read the entire article here. The samples can be downloaded here.

Read more

SP2010 Online: Timeouts in the sandbox

As I was developing my sandboxed solution, I used my local development environment to compile, deploy and test my solution. All was well and my solution was working the way I wanted it to. So, time to deploy to SharePoint Online. I created a fresh new site, uploaded my solution and activated my feature. Wait

Read more

SP2010: some usefull notes

As promised, here are some of the notes I took at last weeks TechDays in The Netherlands. Some (perhaps even all) might already be known to you, but perhaps these help others to create better SharePoint solutions 🙂 I’m posting them as a little self reminder. In the object model, you frequently work with an SPWeb object.

Read more

Whoops!

Judging by that stats, it seems like my blog was offline for a while. I assume my hosting party is going to let me know what went wrong here, so we can prevent the same from happening in the future. Apologies for the inconvenience! On a more positive note, I visited TechDays in the Netherlands

Read more

I need your votes (again)!

Since I’ve been working on SharePoint Online, and thus Sandboxed Solutions, I noticed a lack in the development tools. Where the CKS extensions for Visual Studio offer the option to choose “Upgrade” as a development method, this doesn’t work on sandboxed solutions. The upgrade process for sandboxed solutions is different; you need to upload your

Read more

SP2010: SharePoint Search not indexing

There are a lot of things which can cause your search index not to work. Check that the credentials for the content access accounts are correct. Also check that this account has enough rights to access and query the content you want it to index. Make sure the URL of the site is in one

Read more