SharePoint SiteDefinitions

99封情书 提交于 2019-12-05 06:17:17

Check your custom template's ID,(open it and view the xml) it may be conflicting with an existing template. You can check

Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\XML

for the other templates and their IDs

I had the same problem and it turned out it was due to a feature which got uninstalled in the server.

Such feature was included in the template file to be activated. I found this out by examining the template file (.STP) and looking at the WebFeatures node. The features there are identified by their GUIDs, so I had to search one by one in the Templates folder until I found out which one was actually uninstalled in the system.

That feature was installed in the system at the point when the template was created, then it got uninstalled. After that it was impossible to create items with the given template (and the Sharepoint error message wasn't very clear about the true reason).

After installing the feature (stsadm -o installfeature...) everything started working.

Check the trace logs/ULS logs in the 12 hive - there's almost certainly more information on your error in there.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!