Migrate users and permissions from MOSS 2007 to SharePoint 2010 - sharepoint-2010

I have migrated MOSS 2007 to SharePoint 2010. The problem i am facing is while loging into SharePoint sites.
The only user who can login is the site collection administrator.
Need help.
Note:
note that when i have migrated the stuff from MOSS 2007 to SharePoint 2010. I observed that the users were displaying as: aspnetsqlmembershipprovider:username#domain.com
on the other hand, the users must be displayed as:
i : 0 # . f | aspnetsqlmembershipprovider | username#domain.com .

Try using the MigrateUsers() Method of the SP WebApplication.
$w = Get-SPWebApplication "http://yoursitecollection:port"
$w.MigrateUsers($True)
See the following:
http://blogs.msdn.com/b/dhirajm/archive/2010/08/09/migrate-moss-2007-fba-to-sharepoint-2010.aspx
http://msdn.microsoft.com/en-us/library/ee554321.aspx
Note that if you have Roles, those will need to be migrated separately. see :
http://codenice.com/migrate-users-permissions-from-sharepoint-2007-fba-site-to-sharepoint-2010-fba-site/

Related

Convert Access desktop application to Web (SharePoint) based Access database

We have an SQL Express database with an Access 2003 front end which we can convert to Access 2010 or 2013. The database has a lot of forms, queries & tables & complex VBA code.
What is the procedure to make this web enabled so a limited number of our customers can logon and update information in the forms
Will it require VBA coding from scratch, some minor changes or I don't need to change the VBA code at all?
Please note that I am talking about access web based database which
can be hosted on SharePoint site. I am not talking about php, java or
.net bases full fledge web application. So i think a person having
expertise in MS Access can answer this question.
Thanks in advance!

SharePoint 2010: creating a site in a sitecollection automatically

I am looking at ways of automating creation of sites in a site collection in SharePoint 2010. Actually, for some load/stress test, I need to create around 100 sites in a site collection. I can create a site from the SharePoint admin site. But I wish to create large number of them and possibly using some automation.
Please let me know possible ways.
stsadm.exe is no longer available for Sharepoint 2010
However you use cmdlets: New-SPSite
Like: New-spsite –url http://someWeb/sites/someSite -OwnerAlias domain\username -template STS#0
stsadm.exe is still available in SharePoint 2010.

Using SQL in a Sharepoint 2007 workflow

I'm not sure this is the right forum for this, but here goes:
I'm creating a workflow that kicks off when a user submits an InfoPath form to a form library on a Sharepoint 2007 platform. The workflow should find the manager of the user that submitted the form from SQL and email that person for approval before the next step is run. Is this possible in Sharepoint 2007 or is using SQL in a workflow only a feature of Sharepoint 2010?
Thanks in advance
Try this:
http://sharepointdiva.wordpress.com/2009/03/10/using-sql-inside-workflow/

Microsoft Sharepoint 2010 workspace search

I would like to know whether the search facility of Microsoft SharePoint Workspace allows to search within the meta data columns of documents!
For example, I want to search for a document based on its DocumentID.
Regards,
Nami
SharePoint Workspace, Workspace 2007: NO
SharePoint Workspace, Workspace 2010: YES
SharePoint Workspace, Shared Folder: YES
SharePoint Workspace: Workspace from SharePoint server 2010: YES
yoe may look here: http://hansbrender.wordpress.com/2009/07/14/microsoft-sharepoint-workspace-2010-%e2%80%93-coole-features-suchen/
or in my blog, which is written in german: you may translate
Hans Brender

display data in sharepoint services 3. 0 dashboard from SQL server 2008

i want to display the SQL server data which is in table form into the SHarepoint.
I dont have sharepoint 2007/2010
I just have SHarepoint services 3.0 and sharepoint designer 2007
please help.
I think business data catalog cant be used in this version.
IS it true ?
do i have to go for paid version ?
You could use SharePoint designer to create a webpart that shows sql data. Look at the following article. YOu cannot use that data in another way (i.e. as a column in a list or something linke that, you need the BDC for that).