Search the web
Sign In
New User? Sign Up
sharepoint · Discussion list for Microsoft Sharepoint Portal Server
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7890 - 7919 of 14579   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7890
Is there a means in SPS2003/IIS6 to force the user's session to timeout? For instance, if a user authenticates to the portal on a public workstation and then...
bradlja1
Offline Send Email
Jun 1, 2004
6:58 pm
7891
Esteemed Sharepoint colleagues, Newbie here - not new to portals (6+ years), but new to SPS2003. It seems Single-Sign-On (SSO) is enabled on an existing portal...
Mark Edward Vogt
mark_e_vogt
Offline Send Email
Jun 1, 2004
8:47 pm
7892
The simplest way to do this would be to disable Windows Integrated Authentication and enable Basic authentication instead, or to disable automaticc sending of...
Bryan Hart
bryandhart
Offline Send Email
Jun 2, 2004
2:24 am
7893
Not OOTB, but it is possible to create such a thing using an HTTP Filter in IIS which stores it's own session info on the server and highjacks the request to...
Bryan Hart
bryandhart
Offline Send Email
Jun 2, 2004
7:15 am
7894
i installed the Office Solution Accelarator: Inerview Manager from Microsoft. after installation i tried putting up the web part that comes with it. but after...
Eric
eric_anacay
Offline Send Email
Jun 2, 2004
12:33 pm
7895
Did you follow the instruction to copy the DLL in the Global Assembly Cache. Check c:\windows\assembly to make sure the web part assembly are in there Daniel ...
Daniel Cohen-Dumani
dcohendumani
Offline Send Email
Jun 2, 2004
12:51 pm
7896
BH, Thanks for the ideas - I'll try the browser settings first, as that's the most "local", and will only affect my own browser's operation. Will let you know...
Mark Vogt
mark_e_vogt
Offline Send Email
Jun 2, 2004
8:49 pm
7897
The following behavior is what we are experiencing when using Office 2003 against WSS/SPS2003. Would someone confirm that this is the proper results (i.e. by...
bradlja1
Offline Send Email
Jun 2, 2004
8:49 pm
7898
Dear All, I don't see the link to change the theme for the whole portal site. I found a way to change the homepage theme by going to central administration,...
Jallad
ahmad_jallad
Offline Send Email
Jun 2, 2004
8:49 pm
7899
Dear All, I don't see the link to change the theme for the whole portal site. I found a way to change the homepage theme by going to central administration,...
Ahmad H. Jallad
ahmad_jallad
Offline Send Email
Jun 2, 2004
8:49 pm
7900
According to the documentation the web part property can store an array as long as it is serializable. As anyone successfully done this? Because I am having...
paul_liebrand2001
paul_liebran...
Online Now Send Email
Jun 2, 2004
9:32 pm
7901
That's how IE and the Windows HTTP stack treats security. NETBIOS name is always trusted. Anything with a single dot (".") in the name (either FQDN or IP ...
Siegfried Weber
siegfriedcw
Offline Send Email
Jun 2, 2004
9:43 pm
7902
The portal uses ows.css and sps.css. Backup these two files and modify them the way you want them. Take a look at ...
bobfilipiak
Offline Send Email
Jun 3, 2004
12:21 pm
7903
Hi, I created an Image library Web part with some customization views in the test portal. Now I should move it to the real portal, but I don't know how to do...
Cosulich de Pecine, G...
guidocos1
Offline Send Email
Jun 3, 2004
1:53 pm
7904
Sure can - (assuming administrator or content manager rights) 1)Select the SPS area where the web part is instantiated (displayed). 2)Click the Image Lib (in...
curtis_jef@...
Send Email
Jun 3, 2004
3:14 pm
7905
I have 3 specific user profiles (out of 450+) in my Active Directory that I do *not* want SPS2003 to import during its full update. The profiles show up in a...
deichernc
Offline Send Email
Jun 3, 2004
3:48 pm
7906
I'm having an issue with users not able to check documents in as they usual do. All of these users have permissions and at some time, have checked in...
Julie Kaehler
juliekaehler
Offline Send Email
Jun 3, 2004
8:34 pm
7907
First thing to check is the file extension and name of the file to make sure it is accepted by sharepoint. Next I would check permissions and if anyone with...
Steve
lacathedral
Offline Send Email
Jun 3, 2004
9:17 pm
7908
You should be able to modify the LDAP filter in the profile import connection properties to include the present string and then the ! modifier in LDAP filter...
bradlja1
Offline Send Email
Jun 3, 2004
9:17 pm
7909
The file extensions are .ppt for PowerPoint and .jpeg for an employee picture. These types have been checked in to these same folders in the past without...
Julie Kaehler
juliekaehler
Offline Send Email
Jun 3, 2004
9:38 pm
7910
Well, yes and no. Generally I've learned that when something works sometimes and doesn't work other times that it is typically user error. I.E naming a file...
Steve
lacathedral
Offline Send Email
Jun 3, 2004
9:53 pm
7911
Hello Everyone, I have need some help urently. I have created a document library in SPS 2003 and trying to setup security settings for it. 1) I went to "Modify...
Khaqan Mahmood
khaqan99
Online Now Send Email
Jun 4, 2004
11:10 am
7912
Are you running XP on your desktop? ... that's ... switch ... or to ... your ... SPS2003. ... portal ... onto ... the ... for ... of ... etc. ... ...
bradlja1
Offline Send Email
Jun 4, 2004
11:49 am
7913
You cannot setup security for a list within an area. Your only options is to secure the area and all lists in the area will inherit the security settings from...
Daniel Cohen-Dumani
dcohendumani
Offline Send Email
Jun 4, 2004
1:33 pm
7914
Hi All: As any one had luck in integrating .Net Passport authentication with either Sharepoint Portal Server 2003 or Windows Sharepoint Services? Look forward...
Oladapo Oguntoyinbo
DapoWande
Offline Send Email
Jun 4, 2004
3:32 pm
7915
Greetings esteemed Sharepointers, It appears that SPS2003 does not out-of-box provide for boolean AND searches against the full text index: Issue #1 ======== ...
Mark Edward Vogt
mark_e_vogt
Offline Send Email
Jun 4, 2004
4:38 pm
7916
Using a (!(sAMAccountName=xxxxxxx)) clause did the trick. Thanks! (A new ACL group is now next on the list, once we decide which of the 540 accounts should not...
deichernc
Offline Send Email
Jun 4, 2004
4:39 pm
7917
Afraid that's not likely to work, as both SPS and WSS require a Windows account (local, NT domain or AD depending on your deployment details) for all...
Bryan Hart
bryandhart
Offline Send Email
Jun 4, 2004
6:25 pm
7918
We need to wait for Windows Server 2003 R2 with the integrated federated identity services before SharePoint technologies can adopt those things. ... Windows...
Siegfried Weber
siegfriedcw
Offline Send Email
Jun 4, 2004
6:44 pm
7919
Has anybody been successful using the Spout.exe and Spin.exe to export and import document library from SPS 2001 to SPS 2003? I'm able to use the Spout.exe to...
Le, Paul
t96t98t00
Offline Send Email
Jun 7, 2004
12:26 pm
Messages 7890 - 7919 of 14579   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help