Tagged Questions
0
votes
0answers
8 views
changing SQLDATASOURCE SelectCommand in codeblock on SharePoint 2007 page?
I need to pass current user (in domain\user format) to a SQLDATASOURCE on a sharePoint 2007 page. Options? Is something like this possible? Cant seem to get it to work.
<script runat="server"> ...
0
votes
1answer
14 views
Security is not working after migration to SP2013
We have migrated site from MOSS to Sharepoint 2013 by using OOTB Export\Import APIs. Everything is working fine apart from user security. I can see that all the users are migrated to the destination ...
1
vote
0answers
103 views
Migrate SharePoint (MOSS 2007 & SharePoint Server 2010) Users from one domain to another
We are preparing for a companywide domain user migration from Domain A to Domain B (of all corporate apps and services). However, only about half of the users will be migrated because the other half ...
0
votes
1answer
73 views
Searching user in directory services in very slow
When adding a user to a SharePoint site, searching that user in directory services is taking more time than usual, in some cases more than a minute.
Is there any specific reason for this? Can the ...
0
votes
1answer
166 views
Lists.asmx item person not in UserGroup.asmx GetAllUserCollectionFromWeb method
I am using Lists.asmx's GetListItems method, then I'm using info from UserGroup.asmx's GetAllUserCollectionFromWeb method to get more user details about a person in one of the columns of the list.
I ...
0
votes
1answer
146 views
Getting Sharepoint Users and comparing them with SPList field
I have a Custom SPList that has a field "Assigned To", now I can add as many items as I want, and they can have same title and same User they are assigned to, but what I want is a script so that I ...
