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.
1
vote
2answers
5k views
Sharepoint W3WP.EXE Process Consuming 100% CPU - Corrective Action?
We have a Windows Server 2003 web server, and on that server runs about 5-6 top level Sharepoint sites, with a different application pool for each one.
There is one W3WP process that keeps pegging ...
0
votes
2answers
869 views
How do you add an Active Directory user to SharePoint using WSS?
Is it possible to introduce existing AD users into SharePoint using WSS?
If I create a new list item manually, and there is a User / People Picker field in the list, if I type a username in the field ...
0
votes
1answer
387 views
SharePoint Code Access Security-requirements to call Page.TemplateControl.ParseControl
What are the CAS policy requirements to call the method Page.TemplateControl.ParseControl as referenced here?
http://msdn.microsoft.com/en-us/library/kz3ffe28(loband).aspx
Specifically, in SharePoint ...
0
votes
1answer
264 views
Display document library setting as a report
I have a sharepoint site which contains site and subsite and document libraries in it. Couple of document library has setting to maintain the versioning of the doc along with the comments.
Now I ...
0
votes
1answer
425 views
SSIS - SharePoint to SQL without Adapter Addin?
Im looking to Extract a SharePoint List (WSS 2.0) to a SQL(2005) Table using SQL Server Integrated Services.
First off I am aware of the "adapter" that does this from ...
2
votes
2answers
264 views
Document version management
I am working in sharepoint site. In this site there is a user requirment where user want see the version numbers maintain by sharepoint in its OOB versioning feature in a document itself.
SO as the ...
0
votes
1answer
960 views
How to get main site url inside webpart?
I need to get main site url from inside my custom webpart. Is there any programming way to do it?
1
vote
1answer
1k views
WSPBuilder cannot find my assembly
I am using WSPBuilder on Visual Studio 2010 to create a feature with a feature receiver assembly for SharePoint 2010. When I try to build the WSP using WSP Builder I get this message in the output ...
0
votes
1answer
160 views
Is it possible to call a WCF Service hosted in a Windows Service within SharePoint?
I have a WCF Service hosted in a Windows Service in the same server where i have moss.
The WCF works well calling it from a Console application, but if i call it from a page within Sharepoint, it ...
0
votes
1answer
665 views
User specific theme in sharepoint
I have a requirment where in my sharepoint site I want to set the theme according to user.
for e.g lets say if user a set his theme as theme1 and the user b logs in and set theme to theme2. So next ...
1
vote
2answers
1k views
SharePoint : how to automatically deploy a WSP package to a remote SharePoint Server?
I'm developing on a machine that is not the MOSS Server. I have Visual Studio and WSP builder installed. WSP builder is awesome because it can automatically create WSP Packages from within the Visual ...
0
votes
1answer
996 views
SharePoint 2007: How to get List URL from List Name using Web services?
I have a MOSS List, how can I get the URL for the list from the List name only using web service methods?
0
votes
2answers
773 views
Show list items specific to user sharepoint
In my project i have a asset list which contains "request to download" link. In the same list there is "download link" column which is default empty.
Now when any user clicks on request to download ...
1
vote
1answer
654 views
Adding custom properties to a site which are availble via code
I have been asked to do something and i am very new to Sharepoint development and customisation so am a bit unsure how to go about it, or if it is even possible. The brief is to create a web part ...
2
votes
1answer
1k views
SharePoint Backup / Restore Solutions
I am using SharePoint to build a website and I am looking into the backup / restore solution.
The website is hosted on a set of virtual machines (one VM for the web front-end, one VM for SQL Server).
...
1
vote
1answer
1k views
Update sharepoint list view programatically
I have an aspx page with inline code in which I am trying to update the view programatically by setting view's Query property to my CAML query. When I run with administrator user everything works ...
2
votes
1answer
847 views
MySQL for persistence for SharePoint (WSS)
This question has been asked many times in many forums but I haven't seen a confident conclusive answer. So I'll try my luck again.
I want to know whether and how is it possible to use MySQL as the ...
2
votes
4answers
492 views
WIKI replacement solution for SharePoint?
I'm trying to research a replacement for the pathetic WIKI that comes with WSS (only wiki code it has is to create url links).
I have looked at a few but most 'replacements' I see are MOSS only? (or ...
0
votes
1answer
169 views
Is it possible to programatically change the ResourceFolder property of a content type?
I need to write a tool that renames a content type in all site collections in a Web application.
If I only change the Name property, the content type loses access to the resource files. So my guess ...
0
votes
1answer
144 views
How do I use the AD username to select content from a WSS list
I have a WSS list containing user profile data (Columns: Username, Name, DOB) etc. I need to display the correct user profile from this list using the username of the currently logged in user (Active ...
0
votes
3answers
926 views
Extending WSS3 task lists to support recurring reminders
WSS 3.0 will let me send an email to a group when a new task is added to a task list. What I would like to do is to run a weekly task that sends out reminders of tasks due within certain periods, i.e. ...
0
votes
1answer
370 views
SPView.Clone Method
I'm showing a view within a webpart and I update this view to filter the list items according to the logged on user's groups. Is there a way to clone the view and update it leaving intact the original ...
0
votes
3answers
3k views
An unexpected error has occurred
I have created an asp.net web application on my local machine and I am deploying it to sharepoint. For that I am refereing the following
Deploying ASP.NET Web Applications in the Windows SharePoint ...
1
vote
1answer
1k views
Tabulating results for quick SharePoint survey
We have a one-question checkbox (multiple selection) survey in SharePoint.
When selecting "Show a graphical summary of responses" in SharePoint, it tabulates the different combinations of responses ...
0
votes
1answer
1k views
Add web part Programatically
i'm using the following code to add web parts to a page programmatically,
however i've a problem that after the page is postedback the web part is
not visible on the page, i need to refresh the page ...
0
votes
2answers
429 views
MOSS 2007 - Customize Send To Menu
We currently have a need to add a custom menu item to the Send To menu within our document libraries that would allow a user to create a link to the currently selected list item within another ...
0
votes
2answers
3k views
SharePoint 2007, how to check if a folder exists in a document library
I am accessing SharePoint via its web services... Which are a bit limited, as a result I have turned to WebDav to perform some create folder functionality...
I have a document library, and I am about ...
0
votes
1answer
292 views
Specific view field display names
I've got to create a standard view but I want to display column names different than originals. For example, this view will include the "ID" field, but I need to show its column header like "Order ...
0
votes
2answers
229 views
Need some help understanding sharepoint localization
Lets try keep this simple.
Given a SharePoint site (english) and a feature (localized with resource files) to English (default) and Czech (but could be any language).
Why do I need to install a ...
0
votes
2answers
963 views
What is the cookie related to /_vti_bin/Discovery.asmx and why can't I set its Secure attribute?
I have a WSS 3.0 site that uses forms authentication. In addition to my authentication cookie I get a cookie that contains data like this:
...
0
votes
2answers
270 views
SharePoint / WSS: How to localize a feature
I have a WSP package that contains some features.
I need to be able to localize the following in the features:
Site Column Field Display Names
Description of Content Types
List Instance ...
0
votes
1answer
13k views
SharePoint list CAML query using CONTAINS
I am trying to query a sharepoint list using the following CAML query in a webpart. I have tested the query in U2U CAML Query Builder and Stramit CAML Viewer and it works fine, only returning the ...
1
vote
1answer
287 views
How to add a new WebPart in a specific Group after it is deployed
I am constantly writing custom WebParts but after I deploy them, they always get added to the "Miscellaneous" category. How do I add a WebPart to a specific category?
The category that I am referring ...
2
votes
2answers
3k views
Adding a cloned SPView to a list
Ok, does anyone know how/if you can clone a SharePoint view and then add it to a list. The SPViewCollection.Add overloads will not take an instance of SPView and I couldn't find any documentation ...
1
vote
1answer
412 views
SPDisposeCheck reports an error on SiteProvisioning.RestoreDataViewOutZone method
I ran the SPDisposeCheck tool on my SharePoint assemblies but it reported three errors on a SiteDefinitionAssembly which also has the site provisioning handler. As far as I understand it this code is ...
0
votes
2answers
689 views
Is there some way in SharePoint to change document library views on a per-user basis?
We are using WSS 3.0 and I was asked to see if users can set default views on a per-user basis. Is anyone aware of any method (programatic or through the GUI itself) to give users the ability to ...
3
votes
2answers
979 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” ...
0
votes
2answers
311 views
WSS error when trying to check out PDF files
I have a strange issue in WSS 3.0. It uses forms-based authentication and is under ISA. I can check out any file except PDF files. When I check out a PDF I get "Value does not fall within the expected ...
0
votes
2answers
2k views
Moss 2007 Site Action -> Site Settings have disappeared
For some unknown reason for the admin user of our Moss site (and all other users who had full control permissions) the Site Action -> Site Settings menu option have disappeared from the home page. I ...
0
votes
2answers
357 views
Adding a WebPartZone using a feature
In a number of different WSS and SharePoint sites we typically add a LeftNavZone to the default.aspx page using MS Office SharePoint Designer. I'd like to write a feature to do this programatically so ...
0
votes
1answer
690 views
Deploy Web part as a feature
I have a web part dashboard.cs which render some HTML according to records in a list. No I have a site definition created. I want to integrate this web part in my site defination as a feature so when ...
0
votes
2answers
1k views
How to disable the editing of the item after it was approved in SharePoint (WSS)?
Is there a way to disable editing after the the item was approved?
One option I thought about is writing an event handler that will fire when user tries to edit the item and allow the operation based ...
0
votes
3answers
562 views
Sharepoint Smartpart Issue
I am very new to Sharepoint programming, like the rest of my team is. We have decided to use smart part as our bridge between sharepoint and our development efforts. After some effort we got it up and ...
0
votes
1answer
1k views
SharePoint : how to get the list static name via web service method
When I create a list in sharepoint using a feature I specify the staticName which becomes part of the URL to the list.
When I query the list, and want to get the name - now all the sharepoint web ...
0
votes
1answer
1k views
Consume a webservice - WS Security
I am about to develop a windows applikation which need to communicate with an Axis2 webservice using Web Service Security - all the documentation says is, that the SOAP security communication is ...
0
votes
2answers
4k views
SharePoint 2007 : Get all list items in a list regardless of view from web service?
I need to check for duplicates. Currently I have items stored in sub folders in a list.
How can I retrieve all items in the list from a web service, so I can check for duplicates?
Here is code from ...
0
votes
1answer
44 views
SharePoint : Translating links for me, and its unwanted
I am inserting a list item using sharepoint web services....
Here is my code:
item += @"<Field Name=""HyperLinkField"">" + this.SharePointSiteAddressLinks + @"/lists/" + this.ListName + @"/" ...
0
votes
2answers
1k views
SharePoint : web service permission error
I have a sharepoint site, and I am calling a standard sharepoint web service.
I create the web service request like this :
wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx";
When I use ...
2
votes
3answers
3k views
Windows SharePoint Services Search won't stop
Background: I had been asked to create a second Sharepoint application server to reprovision the one that is currently in the SharePoint Farm. I installed the os, SharePoint, and SP1. I then began the ...
1
vote
3answers
765 views
Difference between Windows Share Point Service and MOSS [closed]
What is difference between Windows Sharepoint Service and MOSS (Microsoft office Sharepoint). If I have the WSS 3.0 installed in my machine, I can create a sharepoint site, using Sharepoint Designer ...
