
December 30, 2009 | Posted by stewart
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; [...]
Categories: stsadm |
Tags: stsadm |
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 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 »

June 30, 2009 | Posted by stewart
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
Categories: deactivatefeature, features, site collection, stsadm |
Tags: MOSS, Sharepoint, stsadm |
No Comments »