Tagged Questions

Windows SharePoint Services version 3.0

learn more… | top users | synonyms

10
votes
9answers
1k views

Hidden features of the Windows SharePoint Services 3.0 / SharePoint 2007 development platform

Like the other "Hidden Features" questions, what are your favourite parts of the SharePoint API and development platform (both WSS 3.0 and MOSS 2007) that help you get the job done? Please share your ...
7
votes
9answers
10k views

In SharePoint What is the Easiest Way to Create a Custom List schema.xml file?

Like many other a SharePoint User, I've had to create a custom list definition, after much trouble, I've managed to create one (I Think, let me get through all the errors first), but is there a ...
6
votes
1answer
1k views

SharePoint Default View Ignores Custom Title DisplayName

I've created a custom content type that inherits from a contact (i.e. <ContentType ID="0x010600...") and I'm trying to rename the "Title" field using the following: <FieldRefs> ...
5
votes
3answers
874 views

What is a proper way to store site-level global variables in a SharePoint site?

One thing that has driven me nuts about SharePoint2007 is the apparent inability to have defineable settings that apply specifically to a site or site collection itself, and not the content. I mean, ...
5
votes
3answers
6k views

Programmatically instantiate a web part page in Sharepoint

Is there a simple way to add a web part page to a Sharepoint site programmatically, using either the object model or web services? It seems straight-forward to create lists and add web parts in this ...
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
6answers
2k views

How to get OpenID authentication on SharePoint Services?

Is this even possible? I want to build a small community site but do not want to use Live ID.
5
votes
1answer
339 views

In Sharepoint, what is the actual name of the page layout used for the “Article page with with body only” layout option?

I need to swap out the out-of-the-box rich text editor with the Telerik editor for all article page layouts. Unfortunately, I only see three article layouts in Sharepoint Designer. When creating a new ...
4
votes
1answer
725 views

SPFileVersionCollection - why versions are sorted in mixed order?

SPFileVersionCollection and SPListItemVersionCollection versioning seems inconsistent to me. Inconsistency wouldn't be a problem to me, but sort order is. SPListItemVersionCollection I can ...
4
votes
3answers
887 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
7answers
9k views

What is good for SharePoint beginner user tutorials?

Ok I've been tasked with creating a wss v3.0 website for a government internal site with very little internal SharePoint experience (though it's an IT department so they're very tech literate). I'm ...
3
votes
1answer
382 views

SharePoint - Doing a user lookup on GetListItems SOAP call

I'm using jQuery and the WSS 3.0 SOAP service to retrieve and display data from a list. I'm wanting to filter the data by the CreatedBy column. Here's my CAML query: <Query> <Where> ...
3
votes
4answers
257 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
924 views

How to get currently adding item to SPList from SPItemEventProperties inside event handler?

I'm using ItemAdding Event for one of my SPLists. The question is how I can get the new not yet added item from SPItemEventProperties? I've tried to ListItem.Item but the debuger shows that the ...
3
votes
1answer
2k views

SPWorkflowActivationProperties.Item is NULL in Simple SharePoint Workflow

I have generated a C# SharePoint Sequential Workflow project using the very handy STSDEV tool (it got me around the requirement to have access to a 32-bit SharePoint installation which is required for ...
3
votes
2answers
4k views

SharePoint Unknown SPRequest error occurred. More information: 0x80070005

Oh SharePoint... I've built a custom event receiver that just checks for some fields from the list, and changes some of them as needed. Still, it's throwing this exception: Unknown SPRequest error ...
3
votes
2answers
160 views

Is it possible to use Google-friendly URLs in WSS 3.0 site?

I have website designed in WSS 3.0 (Windows SharePoint Services 3.0). Can i re-write URLs to Google / SEO friendly URLs? If yes then please do let me know how to do it? Thanks, Rau.
3
votes
2answers
432 views

Sharepoint performance under heavy load and capacity limitations

I'm working on a new storage system for a business solution package that consists of around 40 applications. Some of those applications generate documents (mostly docx, some pdf) that are currently ...
3
votes
3answers
344 views

Timing in SharePoint features deployment

I have a wsp package that contains many features. Some of the features included in the wsp package depend on other features that are also in the wsp package. In my case, 2 content types are created ...
3
votes
1answer
513 views

SharePoint 2007 (wss) search and Unable to validate data Exception

We have a problem with SharePoint's search box. Whenever we try to search for something we get: Unable to validate data. at ...
3
votes
2answers
217 views

Deploying a webpart which depends on a database store

Whats the best way to deploy a webpart in WSS3 or MOSS2007 which has a database dependency? Should the .wsp include code to create the database, should I encapsulate the .wsp in another installer ...
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
1answer
194 views

What significance does “NewWeb” and “Blank” configurations have in WSS site definitions

I customize a WSS site definitions by tweaking one of the built in definitions. When examining the sts definition, I see it has a configuration "NewWeb" with ID -1, and "Blank" with ID 1. In the sps ...
2
votes
1answer
52 views

What fields are available in the GetString method of the SharePoint 2007 ResultTable object?

I am writing a custom search results page and I want to use some of the metadata available within a ResultsTable object to categorize and mark up my results. I am aware, for example, that if you have ...
2
votes
2answers
1k views

In SPItemEventReceiver ItemAdded, how do I set change permission of item when contributor?

OK. I am trying to write an event receiver to give a user full control of any file that they upload. I can get the code to work so long as I'm logged in as Administrator. The same code gets an ...
2
votes
3answers
81 views

How to test applications in multiple environments? - SharePoint

We have created a SharePoint 2007 solution which we need to test in multiple environments since our dev environments are similar. But how can I test in all other environments as it is impossible to ...
2
votes
1answer
262 views

Maximum SharePoint Content DB Capacity

I have a SharePoint (WSS 3.0) site into which I am to migrate a about 65GB from a legacy system. The Current WSS_Content Database is at about 30GB. There is only one SiteCollection, and we would ...
2
votes
2answers
1k views

How to query the SPView object

I have a SPView object that contains a lot of SPListItem objects (there are many fields in the view). I am only interested in one of these fields. Let's call it specialField Given that view and ...
2
votes
2answers
333 views

Read/Write from/to Hierarchical Object Store - SharePoint 2007

I've created a custom timer job which has requires some configurations to run. I'm trying to save the configurations as an SPPersistedObject in hierarchical object store. Hierarchical object store is ...
2
votes
1answer
1k views

Using SharePoint's lists.asmx and UpdateListItems to delete an item by Guid or UniqueId

I am trying to call the lists.asmx UpdateListItems() to delete a list item by unique id or guid. The following batch xml fails with "Invalid URL Parameter. The URL provided contains an invalid ...
2
votes
0answers
177 views

Sharepoint Calendar: Block a Day Off

Does anyone know of a way to prevent access to, or highlight, a specific day in a Sharepoint calendar? The intent is to show which day(s) are not available for a given task. I have already fashioned ...
2
votes
2answers
1k views

How to hide the “! NEW” tag on a sharepoint list without affecting lists contained in the site?

Does anybody know if it is possible to hide the "NEW" label that gets appended to the Title field of a new SharePoint list item? I have a nightly script that copies a list from one site to another ...
2
votes
2answers
282 views

When does Sharepoint List ItemDeleting event actually fire?

We would like to block the deletion of documents in a list based on some custom functionality. What we have tried is to implement this in the ItemDeleting event. Where we set the cancel property of ...
2
votes
1answer
359 views

Converting Sharepoint 2007 solution to 2010

Has anyone converted a Sharepoint 2007 solution to 2010 ? I have a highly customized 2007 solution and need to upgrade it, i've seen some info on this, e.g. here but my solution is more complex than ...
2
votes
2answers
3k views

How to troubleshoot “The server tag is not well formed. ” error on sharepoint?

I'm trying to edit a legacy wss3 sharepoint site. Messing around with a 700+ code lines aspx page I got a "The server tag is not well formed." error on sharepoint and The ?content=1 trick does not ...
2
votes
2answers
2k views

SharePoint 2007 Document Libraries vs. Folders

We are building a new SharePoint 2007 web site to replace our intranet website for the company I work for, and a common debate keeps coming up. Specifically, should we be using multiple document ...
2
votes
2answers
2k views

FBA Display Name with custom membership provider, WSS 3.0

I have a WSS 3.0 site (no MOSS) that uses a custom forms authentication membership provider and role manager, authenticating users against a remote web service (although at the moment it works against ...
2
votes
1answer
228 views

Has anyone successfully implemented this MSDN solution for Sharepoint External Libraries using Silverlight/WCF?

Has anyone successfully implemented this MSDN solution for Sharepoint external libraries? http://msdn.microsoft.com/en-us/library/dd440954.aspx Some background: We will be providing file ...
2
votes
1answer
2k views

SharePoint custom web service consumption problems - HTTP 401: Unauthorized

I have a custom web service deployed into WSS 3. It has two web methods. The first one returns the version of the loaded assembly without any invocation of the SharePoint objects. The second returns ...
2
votes
1answer
608 views

How does SharePoint store the CAML for a view's filter?

I'm trying to create a CAML query for a list in SP. I thought of using the Modify view pages to create a basic view including a filter, then use some code to examine the Query Prop of the SPView: ...
2
votes
1answer
2k views

A Designer Friendly Way To Update a WSS 3.0 Theme

Sometimes I love MOSS 2007, and sometimes I want to throw it right out the window. This is one of those times it should go out the window. Im trying to come up with an easy way for a designer to ...
2
votes
5answers
5k views

WSS 3.0 Internal Database

What is the internal storage mechanism of WSS 3.0? Does it need SQL Server 2005 or can we use SQL Server 2005 Embedded Edition automatically installed with WSS 3.0? If yes then what is the limit of ...
2
votes
1answer
3k views

Way to make SharePoint custom quick launch links subject to same visibility/permissions as list links

When I create a new link in quick launch bar in any site, the link is static and is always visible even when a user may not have privileges to view that document, or the document library it is in. ...
2
votes
6answers
7k views

SharePoint - How can I customize NewForm.aspx in custom feature?

I have created a custom list in a SharePoint site and generated a Visual Studio 2008 project using SharePoint Solution Generator. I can package this as a feature and install it. It runs fine on my ...
2
votes
1answer
531 views

CSS in sharepoint

I need to apply a CSS to a Sharepoint site (WSS3.0) based on the theme applied to a site. The CSS would be saved at root site in 'Document Library'. How do I apply the CSS programmatically on the ...
2
votes
5answers
5k views

Deploying a SharePoint WebPart with its Web Service Reference

I'm trying to built a SharePoint Web Part that has as part of it a service reference to Another SharePoint server that I need to call from within vb code. However when I try to call the remote web ...
2
votes
4answers
3k views

Adjust Sharepoint URL field length

Is there anyway to change the length of the field that Sharepoint uses to store URLs. Its default is 255, which is just not long enough to hold links to content within the sharepoint site.
1
vote
2answers
29 views

Using Alternative DataSources in Sharepoint

As I know, Sharepoint save all users list in one table. I have several sharepoint lists. And I want to store Data from Sharepoint lists in custom MS Sql Server DB. That difrent Sharepoint lists store ...
1
vote
1answer
139 views

SharePoint web service reference, WSS 3.0, Visual Studio 2010, Authentication

When trying to access SharePoint WSS 3.0 server using the web services API the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, it ...
1
vote
1answer
94 views

Update Version History Programatically

In my webpart i need to populate the data from the sharepoint lists and libraries. I have an option to change the data in the UI and that should reflect the same in the lists/libraries when i click ...

1 2 3 4 5 6