Questions tagged [wss-3.0]

Windows SharePoint Services version 3.0

264 questions
3
votes
2 answers

User Permission Mask from NetworkCredentials

Although I am currently developing this WinForms application on our Sharepoint server I intend for the finished program to function from any computer on the Domain. I'm using the WSS web services to get all the information I use from Sharepoint. I…
Amicable
  • 3,115
  • 3
  • 49
  • 77
3
votes
2 answers

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 which handles the database creation, or should I…
user32826
2
votes
1 answer

In PowerShell, object not loading though I call LoadWithPartialName

I have a .ps1 file that I execute from PS prompt. At the top of the file I have: [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") and later in the code, it has: $site = new-object Microsoft.SharePoint.SPSite $url; I…
oglester
  • 6,605
  • 8
  • 43
  • 63
2
votes
1 answer

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. When any document library has a link in the quick…
Brian
  • 8,147
  • 8
  • 34
  • 29
2
votes
2 answers

£ sign in url causes bad request in SharePoint

We have a file in sharepoint with a £ sign as part of the url. When we try to retrieve this file we get a bad request. Interesting thing is that this is only a problem in production not in test. Anyone know what setting could be causing this…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
2
votes
1 answer

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 ResultTable rt and run rt.GetString(5), you will…
strongopinions
  • 3,917
  • 3
  • 25
  • 28
2
votes
1 answer

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 page? Thanks!
Hari
  • 21
  • 1
2
votes
2 answers

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 System.UnauthorizedAccessException:> Access is…
oglester
  • 6,605
  • 8
  • 43
  • 63
2
votes
3 answers

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 have a physical machine (or even a VM) for each and…
NLV
  • 21,141
  • 40
  • 118
  • 183
2
votes
1 answer

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 prefer staying at one due to customizations that…
oglester
  • 6,605
  • 8
  • 43
  • 63
2
votes
2 answers

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 specialField, I want to know if a value is contained in…
Hugo Migneron
  • 4,867
  • 1
  • 32
  • 52
2
votes
2 answers

How to check whether a Timer Job has run

Is it possible to check whether a SharePoint (actually WSS 3.0) timer job has run when it was scheduled to ? Reason is we have a few daily custom jobs and want to make sure they're always run, even if the server has been down during the time slot…
SteveC
  • 15,808
  • 23
  • 102
  • 173
2
votes
2 answers

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 saved in the SharePoint configuration database…
NLV
  • 21,141
  • 40
  • 118
  • 183
2
votes
4 answers

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 service for the first time, I get the following in…
tekiegreg
  • 1,667
  • 6
  • 25
  • 41
2
votes
1 answer

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 a Workflow that would email a user, but it needs…
pierre
  • 1,235
  • 1
  • 13
  • 30
1 2
3
17 18