moss

Sharepoint Designer not opening HTML files

I have a FBA website and then I extended it (to use Windows Authentication) to be able to access it with Sharepoint Designer. It is MOSS 2007 BTW. When I open the extended site with the designer, it shows the MOSS website hierarchy but doubleclicking a aspx or .master files it does nothing. I can open it in notepad... but not in the Sh...

Is it possible to add Web Parts to the My Profile page of My Site?

Is it possible to personalize the My Profile page in the same way it can be done on the My Home page? I want to remove the default Web Parts and add other ones. I don't want to use SharePoint Designer or edit any files manually. ...

MOSS Anti-Virus

Our server already has symantic anti-virus with autoprotect enabled w/ regular scans and updates. I tested it and it does automatically scan uploaded files to document libraries. My question is, what additional benefit is there to using a specific anti-virus plugin instead of this current setup? There are at least 3 different plugins I ...

SharePoint: Get site directory's categories programmatically

Hi I'm looking for a way to get the categories defined in the site directory of a portal programmatically. As far as I could see categories are represented as fields of the type "choice" with multiple values the user can chose form. My problem is, how could I distinguish category fields from normal fields like "title" or "author". Act...

What happens when a user modifies their MySite in SharePoint designer on MOSS?

One of our users modified their MOSS MySite using SharePoint designer. Now all newly created MySites contain that one user's customizations. Is this how MOSS is supposed to work and how can I fix it? ...

Multiple hostnames on a single MOSS site

I have been asked if it is possible to have a sub-site of a MOSS site running a different hostname from the parent. Say I had the following site hierachy: Home News Article 1 Sub Site Pages Some sub page Some other sub page Would it be possible to have the site running of www.my-moss-site.com but 'Sub Site' running off www.my-...

SharePoint/MOSS - Deleting other people's un-checked-in items from a list

A simple scenario: I want to delete a pagelayout that is out-dated from our MOSS publishing site. An ex-colleague has created a new page using this page layout and he has not checked it in. I can't delete the pagelayout because his file is referencing it. I can't 'see' the file because it hasn't been checked in, to remove it. I've trie...

How is SharePoint (MOSS 2007) perceived in your company?

UPDATE: Our implementation is now kicking into high gear with some high profile projets going live in the coming weeks, so I am quite interested to see if the environment has changed out there. Original Question We have an issue within our working environment where the perception of SharePoint is either: a) The golden bullet, the answ...

Sharepoint: How to find out whether an realtive URL is available or already used by a site

How could I find out if a URL is available and usable to create a new site within a site collection or whether it is already in use by an other site, list or library? Assumed that the relative URL "/newUrl/ is not yet in use, the following code won't actually throw an exception until you try to access any of the SPWeb's properties. us...

Document version column in spreadsheet view

I try to open MOSS document library in spreadsheet view and when I add version of document. I see it in regular view and don't see in spreadsheet view. When I try to export to Excel I get the same problem Any ideas? ...

How can I include value of sharepoint's version column in a word document?

I'm trying to work out a way to display the contents of the version column from sharepoint (i.e. the value that changes every time a file is checked in) as a field (or something similar) inside of a word document. Ideally, I'd like to know how to configure sharepoint so I could click something like "Insert > Quick Parts > Document Prope...

SharePoint Solution Deployment: How do I prevent SP from resetting IIS when upgrading or retracting a globally deployed solutions?

So I figured out that by adding the ResetWebServer="FALSE" attribute to the solution manifest prevents SharePoint from recycling any app pools. However, when upgrading a solution that originally did not specify ResetWebServer="FALSE" or when retracting a solution that does specify ResetWebServer="FALSE", the application pools are still ...

Show icon depending on page property

On a content type in a SharePoint (MOSS 2007) site I want to show an icon if the property is a certain value. The column is a Yes/ No so the selected value should be fairly easy to determine. So how can I, in the ASPX, show read the value? I know I need to modify the web.config to allow for in-page C#, but I'm just not sure how to find...

Moving MOSS Shared Service Provider

Hi I'm in the process of moving a complete sharepoint install to a different server. Can anyone tell me if it's possible to just move the existing Shared Services Provider rather than starting from scratch? All the best ...

Backup/Restore Shared Services Provider on SharePoint MOSS

Hi, I'm having serious issues with backing up and restoring a shared services provider. Using the Central Administration backup I run the backup to s:\ This completes fine. I then from another SharePoint Server choose to restore a backup and point it to the UNC path \machineipaddress\s$\spbr00DF I have given everyone full access to ...

MAX query using CAML

I want to select a sharepoint list item which has the Maximum value for a particular column. How can I do this using CAML queries? ...

Where is the default log location for SharePoint/MOSS?

The title says it all. I found the answer after digging and thought I'd store it here. C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS ...

Regarding MOSS or WSS 3.0, What parts of the API might have been implemented better?

Such as: Sealed Methods you might have liked to extend Exceptions thrown are more vague than is helpful Elimination of Connected Content which was a major feature in MCMS 2002 HTML is stripped from fields when stored and returned. No easy option to work around this problem Creating an SPWeb takes an eternity. Nonexistant migration pat...

Is there a book about using the MOSS API from an external .NET web application?

As the title says, I'd like to know if there's a good book about using the Microsoft Office SharePoint Server 2007 API from an external .NET web application? I mean.. assuming that it's possible to do that without deploying the application to the SharePoint server..? Or I can do that if I have to, but I just want to use certain SharePoi...

Backup and Restore SSP on MOSS 2007 fails due to missing .mdf files

Hi, I've used the central admin backup facility to backup our Shared Services Provider. The backup location was a drive on a new server. I then try to restore the SSP via central admin on the new server. It fails with an error relating to the fact that it cant find the .mdf files that it requires. It is looking in the location that the...