Month: June 2010

Converting FBA users to SharePoint 2010

With thanks to commenter Anu, I can hereby present a way to convert old FBA users to SharePoint 2010 compatible users when converting a 2007 installation to 2010. The easy way is a simple Powershell script: $w = Get-SPWebApplication(“url”) $w.MigrateUsers(true) But this script seems to have a hardcoded limit to the number of users it

Read more

Invalid URL error when adding action to ECTS

I tried adding an action to an external content type. I entered the URL as follows: https://helpdesk.companyname.nl/app/ib/inc.asp?Typ={0} Now SharePoint told me: “The Action URL is not valid. Either the URL format is not valid or the number of parameters in the URL is fewer than the number of parameters added to the action.” What did

Read more