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
6
votes
2 answers

"RunWithElevatedPrivileges" in SharePoint Timer Jobs?

Can we use SPSecurity.RunWithElevatedPrivileges in SharePoint timer jobs? Under whose identity will the timer job run under elevated privilegs? Any gotcha's and must know facts regarding this will also be appreciated.
ashwnacharya
  • 14,601
  • 23
  • 89
  • 112
6
votes
2 answers

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 daily on the server. But the problem is that this…
ashwnacharya
  • 14,601
  • 23
  • 89
  • 112
6
votes
5 answers

Sharepoint List to PDF report

I have a SharePoint list and I need to transform it into a document (any type) and export it to PDF. Would you have any tips on the best way to do this? I have Crystal Reports but not sure if this is the correct use case for this.
Will
5
votes
3 answers

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: http://msdn.microsoft.com/en-us/library/ms431081(loband).aspx ListTemplateOwner:…
Danny
  • 437
  • 4
  • 11
5
votes
2 answers

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…
Magnus Lassi
  • 921
  • 2
  • 9
  • 21
5
votes
2 answers

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 encrypted websocket communication using TLS and the…
case nelson
  • 3,537
  • 3
  • 30
  • 37
5
votes
2 answers

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 entire site collection. He should just not be…
colivier
  • 621
  • 7
  • 11
5
votes
1 answer

Zaphoyd websocketpp and wss (TLS) Client Example

I have need for fast, secure and portable websockts so I have been digging around the internet and I came across WebSocket++ by Zaphoyd Studios . I have zero c++ experience (I am a proficient programmer though) but it seems to tick every box I…
MineForeman
  • 51
  • 1
  • 4
4
votes
7 answers

How do I determine the disk size of a SharePoint list?

I have a list with roughly 5500 items, and I would like to find out the size on disk. Is there some way I can do this? I don't mind running a query in the database, if necessary.
Nathan DeWitt
  • 6,511
  • 8
  • 46
  • 66
4
votes
4 answers

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 Active Directory user accounts of…
Tim Lara
  • 258
  • 1
  • 2
  • 8
4
votes
8 answers

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 - NOT items that someone else created. So,…
dirq
  • 968
  • 2
  • 11
  • 26
4
votes
1 answer

IBM Websphere - Websockets (wss) - Connection to a websocket server in other profile

Good afternoon, I come to request support here to try to understand a behavior that I have noticed in my application and that I cannot explain the reason why it happens. Settings I'm using Webshepere, version 9.0.0.11, in which a spring mvc…
4
votes
0 answers

How to configure apache with socket transport "wss"

I try to connect from php to server by using websockets. This is my code $opts = [ 'ssl' => [ 'cafile' => 'core/certs/root.pem', 'local_cert' => 'core/certs/client.pem', 'local_pk' => 'core/certs/client_key.pem' …
mdBender
  • 369
  • 2
  • 8
4
votes
3 answers

Getting user photo from SPUser using WSS Object model

I am trying to retrieve a user on Sharepoint's user photo through the WSS 3.0 object model. I have been browsing the web for solutions, but so far I've been unable to find a way to do it. Is it possible, and if so how?
cantIdeletemyprofile
4
votes
8 answers

best 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?
Muhammedh
  • 484
  • 1
  • 11
  • 25