Atlanta .NET Regular Guys

Recent Posts

Tags

News

  • Brendon Schwartz - Email Me
    Matt Ranlett - Email Me

    Brendon Schwartz

    MVP Logo
    Community Kit for SharePoint
    View Brendon Schwartz's profile on LinkedIn
    <iframe src="http://gamercard.xbox.com/B%20Funk%20DevCow.card" scrolling="no" frameborder="0">B Funk DevCow</iframe>

    Matt Ranlett

    Matt Ranlett MVP Logo
    <iframe src="http://gamercard.xbox.com/TestDummy.card" scrolling="no" frameborder="0">TestDummy</iframe>

    Community Links

Community

Email Notifications

    Useful Links

    SharePoint 2007

    ASP.NET 2.0

    Atlanta Area Bloggers

    BizTalk

    SharePoint 2007 WebControls

    SharePoint 2007 Development

    Archives

    Site Collection Template will not add to central admin

    If you are trying to upload a Custom Site Template on your central administration site using the commands:

    stsadm -o addtemplate -filename "devcowcustomv1.stp" -title "custom site template"

    or

    stsadm -o enumtemplates

    You might get the error message "This web service does not support custom web templates." if the user you are running the command with does not have permissions to write to the database.  This can happen if you have a machine for the central administration and a machine for the database.

    Comments

    Dan Attis said:

    I would hope that the individual running this particular command does in fact have those rights.  It's good to see however that if you don't the command fails, although the error message could be better.

    # December 17, 2007 4:53 PM