Tagged Questions

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.

learn more… | top users | synonyms

84
votes
48answers
10k views

What are your biggest complaints about Sharepoint?

I'm looking into using SharePoint (WSS 3.0, specifically) for the document library and discussion board functionalities. I'd like to ask those of you who have experience in SP (MOSS or WSS, since we ...
37
votes
28answers
40k views

SharePoint interview questions [closed]

Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if possible, the answers. Also, please feel free to suggest corrections if the ...
17
votes
7answers
30k views

Upload a file to SharePoint through the built-in web services

What is the best way to upload a file to a Document Library on a SharePoint server through the built-in web services that version WSS 3.0 exposes? Following the two initial answers... We definitely ...
13
votes
4answers
11k views

Serialization in C# without using file system

I have a simple 2D array of strings and I would like to stuff it into an SPFieldMultiLineText in MOSS. This maps to an ntext database field. I know I can serialize to XML and store to the file ...
9
votes
1answer
3k views

Connect and authenticate to SharePoint with WCF

I'm going nuts with this one and can't find any decent information ANYWHERE .. There is lots of info around about connecting to SharePoint 3.0 Web Services with WCF and Ntlm impersonation. However, ...
7
votes
6answers
8k views

Assigning multiple users to a workflow task in sharepoint

Has anyone able to assign multiple users to a sharepoint workflow task using the CreateTask activity?
7
votes
7answers
2k views

WSS/MOSS Book

I have been using Inside MS Windows SharePoint Services 3.0 by Ted Pattison to help me crack into WSS Development. It has been an excellent developer start, but now that I'm moving beyond I need some ...
6
votes
2answers
160 views

How do I tell if a class is WSS or MOSS specific?

How do I tell if a SharePoint class is specific to WSS or MOSS? For example, can I use the SPAudit class in MOSS only?
6
votes
3answers
3k views

Debugging Sharepoint timer jobs

I am creating my first Timer Job and want to debug it. I have installed the timer job through a feature, and added it to a webapplication's JobDefinitions collection, and added a SPMinuteSchedule to ...
6
votes
4answers
13k views

get users by group in sharepoint

can anyone show me how to get the users within a certain group using sharepoint? so i have a list that contains users and or groups. i want to retrieve all users in that list. is there a way to ...
5
votes
2answers
546 views

Opening a xls spreadsheet programatically in C# from a SharePoint site in Read / Write mode

I have written a procedure that will open a xls from a local disc, refresh the data in it and then save it again. This works fine. The problem occurs when I replace the filename to point to a ...
5
votes
1answer
4k views

SharePoint timer jobs not getting invoked

I have a timer job which has been deployed to a server with multiple Web front ends. This timer job reads it's configuration from a Hierarchical Object Store. This timer job is scheduled to run ...
5
votes
2answers
814 views

Logging to the ULS log on a WSS 3.0 server

I have a scenario where I have WSS 3.0 only on a server and I would like to be able to log to the ULS log. In most cases, I have MOSS 2007 installed on the same server and can use the class/method ...
5
votes
2answers
1k views

How to limit the number of users that can access a SharePoint site collection?

We're implementing a hosted Windows SharePoint Services 3.0 system and I need to limit the number of users that a customer can give access to a site collection. A customer should be able to manage his ...
4
votes
5answers
1k views

How to store user-specific data in SharePoint

I have some user-specific data that I need to store in SharePoint and make accessible to the user through custom webparts. Let's say a list of favorite URLs. What would be the most straightforward way ...
4
votes
5answers
3k views

Sharepoint List to PDF report

I have a sharepoint list and I needto transform it into a document(any type) and export it pdf. Would you have any tips on the best way to do this? I have crystal reports but not sure if this is the ...
4
votes
2answers
956 views

What do the different scopes in WSPBuilder do?

When creating a new WSPBuilder project or new WSPBuilder item in Visual Studio, you get to choose the scope of the item being created. The options are Web, Site, WebApplication and Farm. What do the ...
4
votes
3answers
885 views

ListTemplateOwner

I’ll keep it short and sweet. Does anyone really know what the "ListTemplateOwner" tag of the elements.xml's "Receivers" node really means? From Microsoft’s site: ...
4
votes
4answers
8k views

SharePoint (WSS) Authentication Across Multiple Domains

First, a little background: We have an intranet site based on WSS 3.0 that is hosted on a server in *DOMAIN_A.LOCAL* and set up to use Integrated Windows Authentication to authenticate users against ...
4
votes
5answers
4k views

How do you instruct a SharePoint Farm to run a Timer Job on a specific server?

We have an SP timer job that was running fine for quite a while. Recently the admins enlisted another server into the farm, and consequently SharePoint decided to start running this timer job on this ...
4
votes
9answers
2k views

sbest deployment approach for VSeWSS 1.2

Can anyone suggest the best deployment approach for VSeWSS 1.2 based development? I have been working with this for more than 6 months now.. has anyone tried using WSPBuilder for this purpose?
4
votes
5answers
11k views

Mapping Infopath fields to Sharepoint columns

Any one has any idea how to map an infopath field to a sharepoint column of type choice? The infopath field is a repeating field, so the user can select multiple options, I want to be able to map ...
4
votes
1answer
249 views

What is the difference between these two methods of accessing the SharePoint model?

Out of the several ways of accessing the SharePoint model of a SharePoint Services 3.0 site from an ASP.NET application, two seem to be very similar: SPWeb site = SPControl.GetContextWeb(Context); ...
4
votes
6answers
12k views

Windows SharePoint Services vs. Microsoft Office SharePoint Server?

There's Windows SharePoint Services (WSS) and then there is Microsoft Office SharePoint Server (MOSS). MOSS considerably more expensive than WSS (which ships as part of Microsoft Server licensing). ...
4
votes
9answers
16k views

Can I copy files to a Network Place from a script or the command line?

Is it possible, in Windows XP, to copy files to a Network Place from the command line, a batch file or, even better, a PowerShell script? What sent me down this road of research was trying to publish ...
3
votes
2answers
547 views

SPWeb.Groups vs SPWeb.AssociatedGroups

I've seen three types of group properties for an SPWeb object - Groups, SiteGroups, AssociatedGroups. I understand that SiteGroups will fetch all the groups in the current site collection. But what ...
3
votes
1answer
164 views

Is that a bug in WSS3.0 Web Services queries?

I've been struggling all day to debug a query that filters out element based on the Modified field using Lists web service and GetListItems method, to get only the elements modified since the last ...
3
votes
4answers
256 views

Why do I get 401 UNAUTHORIZED when I'm entering to WSS 3.0 site?

When I'm opening for the first time my webpage on WSS 3.0 I always get 401 UNAUTHORIZED. I was trying a lot of resolutions from Google results. I disabled loop back check. Added administrator rights ...
3
votes
2answers
6k views

How to get SPUser Object using user id (domain_name\userid)

I have the login ID of that user. But in the code I want to convert that login name into SPUser Object. Can I convert LoginName(type string) to SPUser. Or is there any way to convert windows identity ...
3
votes
2answers
777 views

Node.js and wss://

I'm looking to start using javascript on the server, most likely with node.js, as well as use websockets to communicate with clients. However, there doesn't seem to be a lot of information about ...
3
votes
1answer
504 views

How to determine the correct (case sensitive) URL for a SharePoint site

Problem: Creating a site column using the SharePoint API (Object Model) with incorrect case in the URL for the SPSite or SPWeb object will cause the new column to throw an exception if an attempt to ...
3
votes
2answers
548 views

Add a document and metadata to a document library without creating 2 versions

I have a requirement to programmatically add a file along with metadata to a document library and in an event handler. I am using the following code in the asynchronous “ItemAdded” and “ItemUpdated” ...
3
votes
4answers
8k views

Update Sharepoint List Item

I got following error... System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.SPListItem.get_UniqueId() at ...
3
votes
1answer
158 views

SharePoint 64bit or 32bit

Is it ok to have 32bit dev and test environments with SharePoint? The reason that I am asking is because in my experience most productive large scale MOSS implementations are 64bit. I work for a ...
3
votes
2answers
523 views

Sharepoint Document Unique Identifier while crawling using SiteData Webservice

Does anybody know how I can map the "UniqueID" property to a managed property so I can display it in the advanced search results? This property is not visible when I try to create a new managed ...
3
votes
2answers
567 views

Unauthorized on access to WSS spsearch.asmx

I am running an ASP.NET web application that connects to the WSS 3.0 search web service (spsearch.asmx). The WSS site itself is configured for anonymous access: site search works with chrome, firefox ...
3
votes
4answers
2k views

Add permission in folder via SharePoint Web Services

Is it possible to add or update permission in folder or sub-folder in WSS 3.0 with Web Services? Now, I created the folder inside list(document library) and the permission inherit from parent but I ...
3
votes
2answers
448 views

How do I deploy a public facing SharePoint 2007 Site

I am new to the SharePoint Development world and I have been given the task of making a public facing (extranet) site. I have been searching the web for a step by step and things to know, but have ...
3
votes
3answers
809 views

WSS licensing and pricing

Looking for a clear answer on the licensing costs of WSS 3.0. I've read no fewer than 50 web sites, including every relevant MS resource, and the answer still isn't clear. We are a web host looking ...
3
votes
1answer
100 views

WSS Features and Data Storage

When developing complex features for SharePoint, what is the recommended method of data storage? Should you constrain yourself to SP Lists and all the limitations that come with that, or use your own ...
3
votes
2answers
2k views

In a meeting workspace get all agenda items from a list programmatically

I want to get all items from a specific list in recurring meeting workspace. I tried to execute the following CAML: <Query> <Where> <IsNotNull> <FieldRef ...
3
votes
4answers
2k views

Moving from custom ASP.NET application to Sharepoint Services

Our company has an ASP.NET application for customer information database. The application started small but has grown without proper design. Now a new version of the app should be developed, which ...
3
votes
8answers
10k views

Edit only owned list items in Windows Sharepoint Services 3.0

Is there a way to limit the "edit item" permission in WSS 3.0 to only allow a user to edit his own documents or list items? We need the ability for a user to edit only documents/list items he creates ...
3
votes
2answers
591 views

Sharepoint updating custom database

Is it at all possible to leverage Sharepoint UI (e.g. lists editor), to perform basic CRUD operations on external database (owned and used by separate backend application)? How would I go about this? ...
3
votes
4answers
332 views

Is it worth learning SharePoint 2007?

Is it worth learning MOSS (Microsoft Office SharePoint Server) 2007? What could be the future of it?
3
votes
3answers
1k views

IS CAML the only way to Query MOSS?

CAML is hard to learn, and dificult to use, is there a better way to get results from MOSS, besides using CAML queries? And not referring to the Web Services, which are slower, or the object model, ...
3
votes
1answer
2k views

SharePoint does not find my custom RenderingTemplate

So I've created a custom RenderingTemplate and deployed it to CONTROLTEMPLATES\MyControlTemplates\ It basically dictates how a custom content type that i've created should be rendered when ...
3
votes
2answers
2k views

Does SPSecurity.RunWithElevatedPrivileges do anything in a console app?

From what I have gleaned from reflector, RunWithElevatedPriveleges simply reverts the current thread identity to the base (non-impersonated) identity. This makes perfect sense in the case of code ...
3
votes
3answers
6k views

Getting user photo from SPUser using WSS Object model

I'm trying to retrieve a user on sharepoint's user photo through the WSS 3.0 object model. I've been browsing the web for solutions, but so far I've been unable to find a way to do it. Is it possible, ...
2
votes
1answer
82 views

SharePoint List Data as XML String

I am trying to use the GetListItems web service method to retrieve all the items of a list. The method is raising an InvalidOperation exception with the message being "There is an error in XML ...

1 2 3 4 5 10