Questions tagged [wss]

WSS stands for Windows SharePoint Services, SharePoint Server 2007's "little" brother. It forms the basis for the full blown server product. As of SharePoint Server 2010 it is called SharePoint Server Foundation.

https://en.wikipedia.org/wiki/Microsoft_SharePoint_Foundation

695 questions
0
votes
1 answer

SharePoint 2010 NewForm.aspx Lookup Fields Issue

I have a SharePoint 2010 Foundation site that has recently been upgraded from WSS 3.0. The upgrade was completed successfully with no glitches. However, ever since I have upgraded the site I have got a problem relating to lookup fields on the…
Luke
  • 422
  • 5
  • 15
0
votes
1 answer

Form based authentication - Login get fails

I am using form based suthentication in my site. I have used one custom user control in my site which read items in sharepoint list and display it in a grid. Everything works fine with windows authentication but when I change the authentication to…
Sachin
  • 479
  • 3
  • 12
  • 30
0
votes
1 answer

WSS and Document Converters

MOSS suports installing document converters on the server, is this also supported in WSS?
John Hansen
  • 288
  • 1
  • 3
  • 14
0
votes
1 answer

Registry entry for iFilter does not stay after system reboot

we followed the article at http://support.microsoft.com/kb/927675/en-us to implement the pdf filter for wss 3.0. But the registry entry mentioned on step 2 (adding a new entry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server…
Rahatur
  • 3,147
  • 3
  • 33
  • 49
0
votes
1 answer

URL to network file in SharePoint

I have a column in a SharePoint list that I wish to make a link to a file on the network. The file location is generated in code so I need to write a CAML script to update the column. Could someone please give me an example of what the value stored…
Fred
0
votes
1 answer

WSS 3.0 Workflow - How to get data from joined lists

I am having problems with WSS 3.0 Workflow using joined lists. Here is the description: I am creating a simple work-holiday request/booking app. This is just for internal department use so that staff can book annual leave and have it authorised by…
Simon Knights
  • 1,294
  • 3
  • 15
  • 21
0
votes
1 answer

The searchresults.aspx page is picking up an older version of the master page

We have master page called custom.master. We changed the master page of the searchresults.aspx page to this master page: MasterPageFile="custom.master" We opened the searchresults.aspx page located in C:\Program Files\Common Files\microsoft…
Rahatur
  • 3,147
  • 3
  • 33
  • 49
0
votes
2 answers

Is it possible to assign webpart id in onet.xml?

I've made a page with with three zones. In onet.xml I have defined three webparts which will be added to the page upon site creation. Is it possible to assign an id to each webpart in onet.xml, or do I need to write a feature receiver which hooks up…
Mikael Svenson
  • 39,181
  • 7
  • 73
  • 79
0
votes
2 answers

WSS Search - Content inside webparts

How would you go about having WSS search index content that's inside a webpart/pulled from an external source and presented in a SPGridView?
esp
  • 239
  • 4
  • 18
0
votes
2 answers

Sharepoint: How to set the permission to edit WSS user profile

I'm running a SharePoint Application on a MOSS 2007 with a form based user authentication without using the MySite feature. So all the settings on the SSP administration site which only concern the user profile on the MySites should normally not…
Flo
  • 27,355
  • 15
  • 87
  • 125
0
votes
1 answer

WSS 3.0 Workflow - How to set a field value to null

WSS 3.0 I have a List that contains a text field, a check-box, and a Date field. When the check-box is ticked I want to set the date field to the current date, and when a check-box is un-ticked I want to set the Date field to blank (or null, I don't…
Simon Knights
  • 1,294
  • 3
  • 15
  • 21
0
votes
5 answers

Sharepoint WebPart not installing

What tips do you have for debugging a WebPart that is not installing? One tip per response.
John
  • 4,637
  • 3
  • 21
  • 14
0
votes
1 answer

Sharepoint CAML Date query

im getting different results based on the date i use to search on. Here are the 3 records i want to display, their values for EVENTDATE, and ENDDATE are as follows 1, 2009-08-11T00:00:00Z, 2009-08-14T23:59:59Z 2, 2009-08-11T00:00:00Z,…
chicken
  • 1,618
  • 5
  • 24
  • 35
0
votes
1 answer

Android keystore location for wss

I have an android application that communicates with a secured webservice over https and using wss (wss4j). In a previous desktop java application all worked fine and i use a physical .jks file to initialise everything,…
Ian Harrigan
  • 836
  • 6
  • 14
0
votes
1 answer

How to use smart part in Form based authentication site in sharepoint

I have a site created in share point (WSS 3.0) which use Form based authentication. I have written a user control and I am trying to use it with the help of SmartPart, But it is giving me error saying that "can not access the path…
Sachin
  • 479
  • 3
  • 12
  • 30