moss

Moss Farm Issue (Front End) Web Application Service Won't Start...

So, I have three servers in my moss farm. A database server and two front-end servers... On server 1 I am able to access my web application just fine and the services are running fine. However, on server 2 I am unable to start the Web Application service; I receive a error message on the screen stating "Check the server event logs for a...

Sharepoint and custom login maybe FBA

We have a moss internet facing publishing site, we need to restrict access to this web site to people who have come from another specific web site (using the http header referrer property). This has to be an automatic process (the user should not have to click ‘login’ or anything like that). How to do this? Any advice greatly apprecia...

SharePoint 2007 Publishing site development and deployment

I am total beginner in SharePoint and I need some help in starting a project. I have to develop publishing site that will be delivered to the client. I would like to give client deployment experience like he would get when deploying standard ASP.NET application as much as possible. I plan to use Visual Studio 2008 with SharePoint extensi...

Developer Documentation: Sharepoint Document Management vs. ScrewTurn Wiki

Background Info I am working on setting up a method for my company's developers to share documentation and information about our various internal systems. This would range from information that would be useful for bringing a new employee up to speed, to descriptions of common problems users have with the systems and their resolutions. ...

Sharepoint errors

I have created a .net web part and deployed it on the sharepoint site. When I preview it, the sharepoint throws up an error saying "An error occured when previewing the Web Part" The code in the web part is as follows Dim myweb As Microsoft.SharePoint.SPWeb = Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(Context) ...

SharePoint: Error on unregistering an EventReceiver form a ContentType

Hi, I've got some problems unregistering some eventreceivers form a contenttype. The contenttype and the receivers were deployed and registered by myself so I don't try to remove any MOSS built-in or internal eventreceivers. I trying to archive this with the following code snippet: using (SPSite site = new SPSite("http://wssdev06/"))...

Is this a bug with SharePoint Column/Field internal names in MOSS 2007

There seems to be a bug with columns in SharePoint MOSS 2007. It allows you to add a new column say 'Team'. When you add this it stores the internal name as 'Team' which makes sense. The business then decide that 'Team' should be called 'Workstream', so you rename it as requested. The internal name remains 'Team' for this column in the...

SharePoint - How can I customize NewForm.aspx in custom feature?

I have created a custom list in a SharePoint site and generated a Visual Studio 2008 project using SharePoint Solution Generator. I can package this as a feature and install it. It runs fine on my server. After testing this out, I've been able to add a custom masterpage to the feature which is deployed to the _catalogs/masterpage folder...

Hierarchical navigations on SharePoint publishing sites

I've got a site structure which looks like this: Home Level 2 Level 3 Level 4 And I'm having problems with the left navigation showing correctly on a MOSS publishing site. When I'm on a page under Level 2 The navigation should look like this: Level 2 Level 3 And when I get to a page under Level 3 it should look like this:...

Creating Site Templates from MOSS publishing sites

I know that creating a site template from a MOSS publishing site is not currently supported by Microsoft. Can anyone tell me if creating a basic site, then turning on the publishing feature, then creating a site template is supported - I would guess not as it's probably the same as creating a publishing portal? ...

SharePoint 2007 Publishing site with deep menu structure

I am a beginner in SharePoint and I need to create publishing site that will have multilevel menu. Requirement is that levels will not be fixed and that client should be able to add pages and customize menu. If I am not mistaken pages can be created only in the first level under the site. I don't see something like folders concept. For t...

What goes on a WebFrontend and what on the Application Server is Sharepoint 2007/WSS 3.0?

In Sharepoint Solutions I can specify the DeploymentServerType for deployment to be either ApplicationServer or WebFrontEnd. Unfortunately, Documentation on this is rather limited. I just wonder: When would I use which option? What if my Solution includes both Timer Jobs (which should go on the App Server?) and Web Parts (which need to ...

Why would clicking "View All Site Content" generate an error?

I have a SharePoint site where clicking "View All Site Content" generates this error: The URL '/sites/foo/bar' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web. Any ideas? ...

MOSS (SharePoint) publishing page schedule options not appearing

I'm building a custom publishing site definition for MOSS 2007 but I seem to have a problem. The content types that I import don't have any of the page scheduling options available. I've gone over my onet.xml next to the one which the Publishing Site uses (in the BLANKINTERNET folder) and I am putting in all the features which are in th...

How to provision a custom page without using the _layouts directory

I need to provision a custom aspx page which does some work and then redirects to another page. Using a _layouts page , AKA an application page won't work since I only want this page accessible to one site collection. I looked at using pattern #4 from this blog post. It feels pretty hacky, It asks you to drop the dll drop it into th...

Simple query to a WSS/MOSS list from remote client

What is the simplest way to query a WSS/MOSS list from a remote client Using /_vti_bin/lists.asmx and XML fragments for the query seems to be a large chunk of work for a simple task? I have found the U2U CAML Query Builder which helps a bit ...

OWA Web Part Jumps/Shifts when getting focus on My Site

In SharePoint (MOSS 2007), with an OWA web part on the page, either inbox or calendar parts, when a page loads it "jumps" down to have that part as the focus. No matter where it is on the page. Has anyone encountered this before or know how to solve this issue? This happens on out of the box sharepoint sites, with the OWA components. No...

how to create legal documents workflow app with MOSS

hi, I have a requirement by a client to create a MOSS site which can be used to archive and track legal cases. the requirement is that each case has 4 logical steps which are assigned to particular people...each step requires a legal document.. Once a document for the first step is uploaded, a task should be created, requesting for step...

How to deploy Sharepoint publishing site with multiple sites

I am developing publishing site and it will have complex tree structure. Is there any way to deploy site structure (multiple sub sites - SPWeb) using SharePoint solution? I know I can create site tree programmatically. ...

Extending the Content Query WebPart

I'm wanting to have some data displayed on a SharePoint page which is essentially a Content Query WebPart, but with a few small changes: Filter on a dynamic date Paged Results Is it possible to do the modifications by extending the existing one or is there a component out there which will do that? ...