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.
2
votes
1answer
1k views
Getting size of document libraries in site collection
I'm trying to get a list of the size of all the document libraries in my site collection. I don't have access to central admin, and I don't have access to the server so I can't hit the object model. ...
1
vote
1answer
421 views
How can connect to SSL in JAVA with websocket and socket.io?
How can access to wss:// protocol in java ?
i use benkay / java-socket.io.client
but it's not support wss protocol.
i tried use SSLEngine. but it's very hard work.
how can connect to ssl in java ...
1
vote
1answer
156 views
WSS 2007 - SaveProperties=true?
I've got a really weird issue.
I'm updating an already existing webpartpage using SPLimitedWebPartManager.
I'm adding my webpart and do all Update. (EDIT : The updates are done from a console ...
1
vote
1answer
599 views
Ajax Combobox button disappearing in a tab container when page refresh happening
i am having a tabcontainer with 3 tab panels.in the first tab panel i have combobox.for every tab panel there was a save button.when we click on save button page will refresh.When i click on save ...
1
vote
1answer
342 views
SPNavigation.Children always returns 0
I am working with SP2010 foundation but I dont think much has changed since WSS3.
I am trying to create a custom menu for a foundation project this is what I have so far.
static void Main(string[] ...
1
vote
1answer
788 views
Problem with encoding in export to Excel from C# WebPart
I have simple C# WebPart (written for WSS 3.0). Ones of functionality is exporting data to excel. Everything is working but I have problem with displaying polish letters. I try to change almost ...
1
vote
1answer
224 views
Sharepoint (WSS) templates and missing customisations
I'm bit of a noob in the sharepoint world, so please bear with any stupidity that might follow...
Our company has a bugs database that is based on Microsofts 40 Sharepoint Templates bugs database, ...
1
vote
1answer
279 views
Help with Sharepoint (WSS 3.0) and JQuery
Ok so the scenario is as follows:
Have a sharepoint site setup on Microsoft Online, basically this site is a job booking system and is based on a custom sharepoint list.
What I am trying to achieve ...
1
vote
1answer
668 views
SharePoint 2007: Activating feature through code not calling featureactivated event
I am trying to activate a SharePoint feature through code.
SPWeb.Features.Add(new GUID("XXXXXX")
This above line is written in featureinstalled event handler where I am reading all the sites on the ...
1
vote
1answer
691 views
Customizing the welcome email in SharePoint
I can customize the footer of the welcome email coming from SharePoint when a user is added to a site by editing the data name="ServerEmailFooter" element in core.en-US.resx. The question is, can I ...
1
vote
1answer
521 views
SharePoint Document management Example
I Need an example that will illustrate SharePoint Document management process in details.
Any link,Case study for SharePoint document management will be appriciable.
Thanks
Sachin...
1
vote
1answer
651 views
Sharepoint: Add an item to a list in a subfolder using webservices
I have a list, that has a custom content type, the list also contains subfolders
How can I add an item to the list using web services, in a specific sub folder?
1
vote
1answer
87 views
How to direct user to the contents and not the properties after clicking lookup field pointing to folder in WSS?
Background
I want to put a lookup field in sharepoint list that will point to a folder. Thats the easy part, but I want user to be pointed to folder contents (not the folder properties) after ...
1
vote
1answer
1k views
Default selected Item in Connected web part
I have a web part connected to another (provide a row to).
It shows the radio button that when clicked correctly provides the data to the second web part.
Can I have this radio button selected by ...
1
vote
1answer
451 views
Any experience on Sitecore CMS using Windows Sharepoint Services?
I plan to develop a solution based on Sitecore CMS which would allow the client company to manage their documents in a Sharepoint-fashion (versioning, diffs??).
Of course, we're after limiting the ...
0
votes
1answer
228 views
Can not connect to websocket server using websocket4net
I have a mochiweb as websocket server; connectivity using javascript from Chrome browser as ws client went smooth (open, send message, close). However, when I tried to connect from C# using ...
0
votes
1answer
405 views
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 ...
0
votes
1answer
151 views
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 ...
0
votes
1answer
366 views
Cannot generate webservice client with WSDL2Java with WSSE
I'm having trouble generating the client classes using WSDL2Java from Axis1.4. The WSDL contains the header
...
0
votes
1answer
306 views
Using HttpWebRequest, WebResponse is uncompiled aspx page when uploading file to SharePoint
This is a weird one. For years, a bit of code to upload files to SharePoint has been working on my dev machine. It just stopped working the other day! No exceptions are being thrown, but there is a ...
0
votes
1answer
425 views
List web services - some methods don't work when file name with absolute Url is formed with server name rather than IP address
I'am using SharePoint List web services to have some queries on SharePoint server. It seems work fine when providing absolute Url with IP address where such input parameters required. For example, ...
0
votes
1answer
121 views
Backing up TFS manually because TFS/Sharepoint Integration is hosed
After an ill-advised DCPROMO on our TFS server, and subsequent demotion, TFS continues to work but the SharePoint integration is totally hosed. SharePoint app pool refuses to run as a "Network ...
0
votes
1answer
271 views
Customizing Lookup field in SharePoint (WSS)
I've been having trouble with programmatically changing the behavior of a field in SharePoint. Suppose I have a list called PROJECTS with project names and etc. Then I create another list called ...
0
votes
1answer
107 views
WSS 3.0, Insert Into .. Select created/modded by columns
I've just built a query in Access 2007 that needs to move some items from ListA to ListB and retain the created by and modified by columns. The query works and looks something like this:
INSERT INTO ...
2
votes
0answers
183 views
WRONG_DOCUMENT_ERR when invoking CXF client with WSS interceptor from JBoss 5.1.0GA
I have CXF web service client with WSS interceptor that works from console, but when run from JBoss throws exception like that:
Unexpected exception occured
Unexpected exception occured
...
2
votes
0answers
76 views
wss 3.0 workflow approval close task
We have a customized worklfow for one stage approve/reject only in wss 3.0 sP2 which is working fine. The only issue is the one described below:
Approve is getting notification via email when task is ...
2
votes
0answers
216 views
How to set up an untyped SOAP message + WSS in WCF?
soapUI creates a message to the service:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.is.shit.com">
<soapenv:Header>
...
1
vote
0answers
37 views
Communications management with PasswordDigest (WSPasswordCallback from WSS4J)
Scenario:
We are developing a Java library to deploy an authentication subsystem, which acts as an intermediary of two end-points: an originator program (which sends us the SOAP message, made by the ...
1
vote
0answers
26 views
How do I differentiate WSS and Moss for conditional compilation?
I do not want to create multiple projects to compile WSS and Moss separately. How do I create conditionals to compile different Sharepoint versions? How can the versions be differentiated?
Sample ...
1
vote
0answers
327 views
Unable to edit or set masterpage in SP2010 site (migrated from wss 3.0)
I just migrated sharepoint site from wss 3.0 to SP2010 foundation.
The site is not rendering while the "lists" are visible. I want to open and edit the masterpage for the site first.
Opened site ...
0
votes
0answers
11 views
How do I migrate a WSS 3.0 that is using SQL Server Express
I am looking for a detailed description of how to migrate a WSS 3.0.
We have WSS SP2 w/SQL Server Express running on a old Win 2003 32bit OS. I have to move it off that server on to a Win 2008 R2 ...
0
votes
0answers
20 views
Secure Websocket (wss) and Flex?
I was trying to connect using WSS in a flex app, but seems like there's not much information about it. I know about FlashSocket.IO, but I could not connect with it.
Is there any way to establish a ...
0
votes
0answers
57 views
How do I configure Nginx for wss reverse proxy?
I'm currently using Nginx 1.3.15 as a reverse proxy for Websockets and works fine.
location / {
proxy_pass http://myWsBackend;
proxy_http_version 1.1;
proxy_set_header Upgrade ...
0
votes
0answers
23 views
Make WebRequest to auth type Windows | Wss 3.0
I have wss 3.0 with auth type Integrated Windows Authentication/Kerberos. I want to make custom login form. I developed below codes. After executed I got error: The remote server returned an error: ...
0
votes
0answers
87 views
Decreasing Sharepoint 2007 WSS_Content.mdf File Size
I'm currently looking at the VLE used at a school and the WSS_Content.mdf is currently sitting at 458 GB.
The site does slow down during the day and I was wondering if this was due to the size of the ...
0
votes
0answers
121 views
Communicating with WSS (secure websockets) using Python
I am doing some validation for a "data pipeline" (data goes in one end, comes out the other via WSS) and I need a way to intercept the data as it comes out - the tool I am writing is a validation tool ...
0
votes
0answers
83 views
SharePoint 2007 Create web part page library
Hello how would I go about creating a sharepoint web part page library.
I want it similar to a document library but it will contain a number of web parts, so when the user clicks new they have the ...
0
votes
0answers
222 views
WSS 3.0 Sharepoint 2007 Explorer View not allowing coping file into library
I have been pulling my hair out over this one, and I have finally decided I need some professional help! I have a Sharepoint 2007 site that when you open Explorer View from within its main document ...
0
votes
0answers
72 views
Sharepoint :Edit a word document for a document library
I uploaded a word document into share point document library.
But i am seeing all over red marks and formatted lines on the word document when i opined from share point document library.
To avoid the ...
0
votes
0answers
33 views
Migration Error + WSS 2.0 to WSS 3.0/MOSS 2007
Some of the old migrated sites from SharePoint 2003 to Sharepoint 2007 shows Migration error, especially some lists in the old sites.
Thanks
0
votes
0answers
176 views
SslStream returning a single byte on read with more data available
I am trying to add Wss support to Alchemy Websocket library https://github.com/Olivine-Labs/Alchemy-Websockets
Using an SslStream (based on the stream from a TcpListener), calls to BeginRead only ...
0
votes
0answers
22 views
Method ReadWssData in SharePoint Foundation
I have a VBA Macro to create a automate report from MS Project but the method ReadWssData is not working in SharePoint Foundation(SPF) I try find in Internet any change of this method but I don't see ...
0
votes
0answers
79 views
windows sharepoint services (WSS) 2.0 configuration issue
I have installed Windows Sharepoint Services 2.0 and Microsoft Office Sharepoint Portal Server 2003.
Ques1- All I need to do is manage my project documents the very basic directory. Do I need both ...
0
votes
0answers
79 views
How to create a “New Document” on Windows Sharepoint Services 3.0 via Chrome/Firefox?
I am developing an intranet system using WSS 3.0. I want one of my users to be able to create new documents on the "Shared Documents" web-part, but this feature seems to be IE only. When the "New" ...
0
votes
0answers
80 views
define constants in csproj
I em working with wss3.0 and moss. I need to define a constant which is true for wss3.0 and false for moss. I am using the following method to detect whether my custom webpart is running under wss or ...
0
votes
0answers
54 views
Move spitem from a sitecollection to another sitecollection
I would like to know if there is a reliable method (with the guarantee of no loss of information) to move a spitem (WSS3-MOSS2007 sp2 SE) from a splist contained in a sitecoll to another ...
0
votes
0answers
132 views
Server error on postback when browsing on Apple Mac OSX 10.5.8
We have a WSS site that works fine on all the major browsers and versions thereof when testing on Pc's. But when testing on a Mac with OSX 10.5.8 we get a server error on postbacks. Everthing else is ...
0
votes
0answers
153 views
Saving document to WSS gives script error
I have a custom content type with two extra columns defined in WSS 3.0. I have a document list with word documents of that content type.
When I open a document on my XP client with MS Office 2003 and ...
0
votes
0answers
94 views
Is it possible to create a workflow that does not show on the “Start a New Workflow” page?
I created a workflow that is automatically configured and associated with appropriate list during feature activation. The users are not supposed to manually create more associations of this workflow.
...
0
votes
0answers
1k views
WSS 3.0 Backup/Restore Root Site Collection to Sub-Site of New Site Collection
Our intranet was originally setup to be at the root of its site collection. We are trying to change this so that our new internet site will live in the root and the intranet will be a sub-site.
At ...