Login Problem, after remove the server from AD
Mon, 3 Nov 2008 21:47:01 -0800
After I remove the server from Active Directory, I cannot login to the
sharepoint site as all the users in previous AD are not exists any more.
How can add the locate user in the Sharepoint site?
Thanks ...
|
Is there a way to List all Users who have Full Control access to a
site/subsite
Mon, 3 Nov 2008 08:30:37 -0800 (PST)
Im trying to add a webpart, which will show the list of all users who
has Full Control to the particular site or subsite.
Is there a way i could do display the data
SPSite mySite = SPContext.Current.Site;
SPWeb mySite1 = SPContext.Current.Web;
SPUserCollection U ...
|
create multiple tasks
Thu, 30 Oct 2008 13:20:59 -0700 (PDT)
I am trying to create mutiple tasks through one createTask activity
in
sharepoint workflow. It's been really difficult in getting any
resources for this topic. Has anyone tried and if so succeeded?
Thanks! ...
|
create mutiple tasks
Thu, 30 Oct 2008 13:16:08 -0700 (PDT)
I am trying to create mutiple tasks through one createTask activity in
sharepoint workflow. It's been really difficult in getting any
resources for this topic. Has anyone tried and if so succeeded?
Thanks! ...
|
create mutiple task
Thu, 30 Oct 2008 13:03:19 -0700 (PDT)
hi i am kind of new to sharepoint and new to workflow.
how do i create a new task from a create task activity from a state
that has already used/created a task.
i tried creating a task within my state initialization activity and
then setting the state to a state that just
returns the state to my original state ...
|
Guidance needed for licenses of Developer VM
Thu, 30 Oct 2008 17:33:38 -0000
Hi,
Can somebody guide me about which version of MOSS should we install on
Developer's machine. For example,
if we have following setup
3 Sharepoint developers developing solutions like web parts etc. on their
virtual machines
1 integration machine VM of MOSS where we integrate our solution before
dep ...
|
Is it possible to retrieve the email address an currently logged in user?
Wed, 29 Oct 2008 17:45:07 -0700
Hi all.
I have been assigned a task to develop a custom help desk application
using Sharepoint 2007 With Form Service (but without MOSS) and
Infopath 2007 (browser form only). One thing I would like to do is to
retrieve the email address of the currently logged in user in a custom
aspx page.
After some re ...
|
|
|
MOSS 2007 search - URL property filtering
Wed, 29 Oct 2008 11:12:01 -0700
In MOSS 2007 search the filter based on URL property does not work. I.e. if
I do a search :
url:some_word
it return results that contain word url and word some_word instead of doing
filtering based on url property.
searches based on other properties work fine e.g.:
author:some_name
title:so ...
|
Is there any way to edit the content of the initial email alert when
signing up someone to receive alerts?
Wed, 29 Oct 2008 08:42:02 -0700 (PDT)
Is there any way to edit the content of the initial email alert when
signing up someone to
receive alerts?
I have tried using http://support.microsoft.com/kb/948321/en-us, it
helps to edit all alert content except for the initial email alert
when signing up someone.
Thanks,
Ben ...
|
Enterprise search: differentiate results from scopes
Wed, 29 Oct 2008 15:12:57 +0000 (UTC)
I have a sql query that uses 2 scopes like this
SELECT Title, Rank, Size, Description, Write, Path FROM portal..scope() WHERE
CONTAINS ("AboutMe",'"Test*"') AND ( ("SCOPE" = 'Scope1') OR ("SCOPE" =
'Scope') ) ORDER BY "Rank" DESC
I need to separate results from Scope1 and from Scope 2, I have try t ...
|