Posts belonging to Category 'MOSS'

May 27, 2010 | Posted by stewart
Extended web applications are not listed in the web application list and cannot be deleted using the Delete Web Application link in Central Administration. Use the following steps to delete extended web applications: Start Central Administration Go to Application Management Click Remove SharePoint from IIS Web Site to get a page with a form similar [...]
Categories: Central Administration, IIS, MOSS, Windows SharePoint Services Web Application, extended web application, web application, wss |
Tags: |
No Comments »

April 2, 2010 | Posted by stewart
I was trying to export a site that had been moved from a MOSS farm to a WSS farm and was getting an error that a list did not exist. Well, I’ve fought with this particular web application for quite a while and was sick of getting stupid little errors because of the move from [...]
Categories: MOSS, sharepoint list, sql, wss |
Tags: |
No Comments »

February 24, 2010 | Posted by stewart
From time-to-time we have incremental deployments fail because of issues with checked out pages or other objects. So, I searched for a way to find all the checked out files and came across Ryan Steeno’s blog. Here is an overview of the process: Create a new managed property in the Shared Service Provider (SSP) Perform [...]
Categories: MOSS, managed property, search services |
Tags: MOSS, Sharepoint |
No Comments »

January 7, 2010 | Posted by stewart
We were having trouble adding a user to a site collection. Every time we hit the search button or clicked the check userid button the system would just sit there and spin. I added the following section of the web.config to resolve the issue. </compilation> <pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" [...]
Categories: MOSS, errors, logs, sharepoint security, web.config, wss |
Tags: Sharepoint, sql |
No Comments »

January 5, 2010 | Posted by stewart
I have been wanting to setup a non-www host header for our external websites and found that there are 2 steps to get this working: Setup an Alternate Access Mapping in the default zone that specifies the domain without the “www”. Manually add the host header to the IIS properties of the website.
Categories: IIS, MOSS, alternate access mappings, wss |
Tags: Sharepoint |
No Comments »

January 4, 2010 | Posted by stewart
Lately, we have been getting a lot of errors on our content deployment jobs. The error that the jobs seem to have in common is “An update conflict has occurred, and you must re-try this action”. I followed this Microsoft KB Article to resolve the issue: Error message when you try to modify or to [...]
Categories: MOSS, cache, content deployment, content publishing, timer job |
Tags: Sharepoint, sharepoint services |
No Comments »

December 11, 2009 | Posted by stewart
Change the Central Administration Web site port number Use this procedure to change the port number of the Central Administration Web site. Change the Central Administration Web site port number by using the Stsadm command-line tool On the drive where SharePoint Products and Technologies is installed, open a command-line window and type the following command: [...]
Categories: Central Administration, MOSS, stsadm, wss |
Tags: Sharepoint, stsadm |
No Comments »

November 9, 2009 | Posted by stewart
A great resources for DevExpertise – SharePoint List Template IDs and Site Template IDs. Tech Training Notes – SharePoint: RegistrationId List Template Type IDs
Categories: MOSS, features, wss |
Tags: Sharepoint |
No Comments »

November 6, 2009 | Posted by stewart
Whenever I create a new MOSS site this is going to use the Office SharePoint Server Publishing feature I get an “Access Denied” error when I try enable it. So, I am finally posting the solution: stsadm -o activatefeature -name PublishingResources -url <site> *Be sure to include the “http://” in the <site> Hope this helps!
Categories: MOSS, Office SharePoint Server, Publishing Provisioning, activatefeature, errors, features, stsadm |
Tags: MOSS, Sharepoint, stsadm |
No Comments »

November 5, 2009 | Posted by stewart
One of our developers reported to me that the SharePoint Alerts were not sending emails. The initial notification that the alert was setup was sent but not the alerts themselves. I was able to find a great article by a MS MVP named Susan Bradley called How to Troubleshoot Alerts in WSS 3.0 / MOSS. [...]

Categories: Central Administration, MOSS, sharepoint alerts, sharepoint timer jobs, stsadm, wss |
Tags: MOSS, Sharepoint, sql, stsadm, wss |
5 Comments »