Enabling Workflow With Email Enabled Lists

To enable workflow on lists with incoming email enabled you will need to run the following stsadm command: stsadm -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; [...]

Change Central Admin Port

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: [...]

Unable To Enable Office SharePoint Server Publishing

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!

SharePoint Alerts Not Working

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. [...]

Faulty Feature Tool

I used a tool by Steven Van de Craen called FaultyFeatureTool to compare the features that were enabled on two different sites. It’s not the original purpose of this tool but it came in very handy. You can also remove the feature using the application or STSADM. STSADM -o deactivatefeature -id <FEATUREID>-url http://localhost -force

Unable To Activate Office SharePoint Server Publishing Infrastructure

When trying to enable the Office SharePoint Server Publishing Infrastructure feature we were getting an “Access Denied” error.  The error in the application event log was: Event Type:    Error Event Source:    Office SharePoint Server Event Category:    Publishing Provisioning Event ID:    4965 Date:        5/13/2009 Time:        10:16:31 AM User:        N/A Computer:    SERVERNAME Description: Event log message was: [...]

Related Posts with Thumbnails